From 3edcee69f861794dd76312c1cfa125b3eee99b08 Mon Sep 17 00:00:00 2001 From: theo Date: Fri, 6 Mar 2026 19:35:23 +0000 Subject: [PATCH] feat: bridges for discord and whatsapp --- matrix/docker-compose.yml | 22 + matrix/mautrix-discord/config.yaml | 374 + ...rix-discord-2026-03-06T18-52-14.581.log.gz | Bin 0 -> 142 bytes ...rix-discord-2026-03-06T18-53-14.819.log.gz | Bin 0 -> 142 bytes ...rix-discord-2026-03-06T18-54-15.045.log.gz | Bin 0 -> 141 bytes ...rix-discord-2026-03-06T18-55-15.264.log.gz | Bin 0 -> 140 bytes ...rix-discord-2026-03-06T18-56-15.468.log.gz | Bin 0 -> 141 bytes ...rix-discord-2026-03-06T19-10-06.976.log.gz | Bin 0 -> 2805 bytes ...rix-discord-2026-03-06T19-10-39.471.log.gz | Bin 0 -> 1243 bytes ...rix-discord-2026-03-06T19-11-11.979.log.gz | Bin 0 -> 1229 bytes ...rix-discord-2026-03-06T19-11-44.475.log.gz | Bin 0 -> 1240 bytes ...rix-discord-2026-03-06T19-12-13.033.log.gz | Bin 0 -> 842 bytes .../mautrix-discord/logs/mautrix-discord.log | 11132 ++++++++++ matrix/mautrix-discord/mautrix-discord.db | Bin 0 -> 802816 bytes matrix/mautrix-discord/mautrix-discord.db-shm | Bin 0 -> 32768 bytes matrix/mautrix-discord/mautrix-discord.db-wal | Bin 0 -> 4140632 bytes matrix/mautrix-discord/registration.yaml | 14 + matrix/mautrix-whatsapp/config.yaml | 595 + .../logs/bridge-2026-03-06T18-51-14.397.log | 2 + .../logs/bridge-2026-03-06T18-52-14.615.log | 2 + .../logs/bridge-2026-03-06T18-53-14.855.log | 2 + .../logs/bridge-2026-03-06T18-54-15.078.log | 2 + .../logs/bridge-2026-03-06T18-55-15.324.log | 2 + .../logs/bridge-2026-03-06T18-56-15.562.log | 2 + .../logs/bridge-2026-03-06T18-57-15.785.log | 2 + .../logs/bridge-2026-03-06T18-58-15.994.log | 2 + .../logs/bridge-2026-03-06T18-59-16.230.log | 2 + .../logs/bridge-2026-03-06T19-12-13.081.log | 118 + matrix/mautrix-whatsapp/logs/bridge.log | 16869 ++++++++++++++++ matrix/mautrix-whatsapp/mautrix-whatsapp.db | Bin 0 -> 8794112 bytes .../mautrix-whatsapp/mautrix-whatsapp.db-shm | Bin 0 -> 32768 bytes .../mautrix-whatsapp/mautrix-whatsapp.db-wal | Bin 0 -> 5347792 bytes matrix/mautrix-whatsapp/registration.yaml | 14 + 33 files changed, 29156 insertions(+) create mode 100644 matrix/mautrix-discord/config.yaml create mode 100644 matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-52-14.581.log.gz create mode 100644 matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-53-14.819.log.gz create mode 100644 matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-54-15.045.log.gz create mode 100644 matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-55-15.264.log.gz create mode 100644 matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-56-15.468.log.gz create mode 100644 matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T19-10-06.976.log.gz create mode 100644 matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T19-10-39.471.log.gz create mode 100644 matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T19-11-11.979.log.gz create mode 100644 matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T19-11-44.475.log.gz create mode 100644 matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T19-12-13.033.log.gz create mode 100644 matrix/mautrix-discord/logs/mautrix-discord.log create mode 100644 matrix/mautrix-discord/mautrix-discord.db create mode 100644 matrix/mautrix-discord/mautrix-discord.db-shm create mode 100644 matrix/mautrix-discord/mautrix-discord.db-wal create mode 100644 matrix/mautrix-discord/registration.yaml create mode 100644 matrix/mautrix-whatsapp/config.yaml create mode 100644 matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-51-14.397.log create mode 100644 matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-52-14.615.log create mode 100644 matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-53-14.855.log create mode 100644 matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-54-15.078.log create mode 100644 matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-55-15.324.log create mode 100644 matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-56-15.562.log create mode 100644 matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-57-15.785.log create mode 100644 matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-58-15.994.log create mode 100644 matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-59-16.230.log create mode 100644 matrix/mautrix-whatsapp/logs/bridge-2026-03-06T19-12-13.081.log create mode 100644 matrix/mautrix-whatsapp/logs/bridge.log create mode 100644 matrix/mautrix-whatsapp/mautrix-whatsapp.db create mode 100644 matrix/mautrix-whatsapp/mautrix-whatsapp.db-shm create mode 100644 matrix/mautrix-whatsapp/mautrix-whatsapp.db-wal create mode 100644 matrix/mautrix-whatsapp/registration.yaml diff --git a/matrix/docker-compose.yml b/matrix/docker-compose.yml index 5964424..dd93d3d 100644 --- a/matrix/docker-compose.yml +++ b/matrix/docker-compose.yml @@ -61,11 +61,33 @@ services: else printf '\nenable_registration_without_verification: true\n' >> /data/homeserver.yaml fi + # ===== BRIDGES: App-Service Registration-Dateien eintragen ===== + if ! grep -q "app_service_config_files:" /data/homeserver.yaml; then + printf '\napp_service_config_files:\n - /data/discord-registration.yaml\n - /data/whatsapp-registration.yaml\n' >> /data/homeserver.yaml + fi echo "Starting Synapse..." exec /start.py volumes: - synapse_data:/data + mautrix-discord: + image: dock.mau.dev/mautrix/discord:latest + container_name: mautrix-discord + restart: unless-stopped + depends_on: + - synapse + volumes: + - ./mautrix-discord:/data + + mautrix-whatsapp: + image: dock.mau.dev/mautrix/whatsapp:latest + container_name: mautrix-whatsapp + restart: unless-stopped + depends_on: + - synapse + volumes: + - ./mautrix-whatsapp:/data + well-known: image: nginx:alpine container_name: matrix-well-known diff --git a/matrix/mautrix-discord/config.yaml b/matrix/mautrix-discord/config.yaml new file mode 100644 index 0000000..3555ac0 --- /dev/null +++ b/matrix/mautrix-discord/config.yaml @@ -0,0 +1,374 @@ +# Homeserver details. +homeserver: + # The address that this appservice can use to connect to the homeserver. + address: http://synapse:8008 + # The domain of the homeserver (also known as server_name, used for MXIDs, etc). + domain: matrix.theocloud.dev + + # What software is the homeserver running? + # Standard Matrix homeservers like Synapse, Dendrite and Conduit should just use "standard" here. + software: standard + # The URL to push real-time bridge status to. + # If set, the bridge will make POST requests to this URL whenever a user's discord connection state changes. + # The bridge will use the appservice as_token to authorize requests. + status_endpoint: null + # Endpoint for reporting per-message status. + message_send_checkpoint_endpoint: null + # Does the homeserver support https://github.com/matrix-org/matrix-spec-proposals/pull/2246? + async_media: false + # Should the bridge use a websocket for connecting to the homeserver? + # The server side is currently not documented anywhere and is only implemented by mautrix-wsproxy, + # mautrix-asmux (deprecated), and hungryserv (proprietary). + websocket: false + # How often should the websocket be pinged? Pinging will be disabled if this is zero. + ping_interval_seconds: 0 + +# Application service host/registration related details. +# Changing these values requires regeneration of the registration. +appservice: + # The address that the homeserver can use to connect to this appservice. + address: http://mautrix-discord:29334 + + # The hostname and port where this appservice should listen. + hostname: 0.0.0.0 + port: 29334 + + # Database config. + database: + # The database type. "sqlite3-fk-wal" and "postgres" are supported. + type: sqlite3-fk-wal + # The database URI. + # SQLite: A raw file path is supported, but `file:?_txlock=immediate` is recommended. + # https://github.com/mattn/go-sqlite3#connection-string + # Postgres: Connection string. For example, postgres://user:password@host/database?sslmode=disable + # To connect via Unix socket, use something like postgres:///dbname?host=/var/run/postgresql + uri: file:/data/mautrix-discord.db?_txlock=immediate + # Maximum number of connections. Mostly relevant for Postgres. + max_open_conns: 20 + max_idle_conns: 2 + # Maximum connection idle time and lifetime before they're closed. Disabled if null. + # Parsed with https://pkg.go.dev/time#ParseDuration + max_conn_idle_time: null + max_conn_lifetime: null + + # The unique ID of this appservice. + id: discord + # Appservice bot details. + bot: + # Username of the appservice bot. + username: discordbot + # Display name and avatar for bot. Set to "remove" to remove display name/avatar, leave empty + # to leave display name/avatar as-is. + displayname: Discord bridge bot + avatar: mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC + # Whether or not to receive ephemeral events via appservice transactions. + # Requires MSC2409 support (i.e. Synapse 1.22+). + ephemeral_events: true + # Should incoming events be handled asynchronously? + # This may be necessary for large public instances with lots of messages going through. + # However, messages will not be guaranteed to be bridged in the same order they were sent in. + async_transactions: false + + # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. + as_token: "x6d57blS92F9s3WsG9kSuQvcuFMUUzpQRmIBnyuzkXl8PSdGJRwBXE7PuPNE9KX7" + hs_token: "Oxxh2padb3ql8NZ8YngHYkVIJPscIbeeL8wyQcverDGPQrhfYAyfVYYsXyFYzQEP" + +# Bridge config +bridge: + # Localpart template of MXIDs for Discord users. + # {{.}} is replaced with the internal ID of the Discord user. + username_template: discord_{{.}} + # Displayname template for Discord users. This is also used as the room name in DMs if private_chat_portal_meta is enabled. + # Available variables: + # .ID - Internal user ID + # .Username - Legacy display/username on Discord + # .GlobalName - New displayname on Discord + # .Discriminator - The 4 numbers after the name on Discord + # .Bot - Whether the user is a bot + # .System - Whether the user is an official system user + # .Webhook - Whether the user is a webhook and is not an application + # .Application - Whether the user is an application + displayname_template: '{{if .Webhook}}Webhook{{else}}{{or .GlobalName .Username}}{{if .Bot}} (bot){{end}}{{end}}' + # Displayname template for Discord channels (bridged as rooms, or spaces when type=4). + # Available variables: + # .Name - Channel name, or user displayname (pre-formatted with displayname_template) in DMs. + # .ParentName - Parent channel name (used for categories). + # .GuildName - Guild name. + # .NSFW - Whether the channel is marked as NSFW. + # .Type - Channel type (see values at https://github.com/bwmarrin/discordgo/blob/v0.25.0/structs.go#L251-L267) + channel_name_template: '{{if or (eq .Type 3) (eq .Type 4)}}{{.Name}}{{else}}#{{.Name}}{{end}}' + # Displayname template for Discord guilds (bridged as spaces). + # Available variables: + # .Name - Guild name + guild_name_template: '{{.Name}}' + # Whether to explicitly set the avatar and room name for private chat portal rooms. + # If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms. + # If set to `always`, all DM rooms will have explicit names and avatars set. + # If set to `never`, DM rooms will never have names and avatars set. + private_chat_portal_meta: default + # Publicly accessible base URL that Discord can use to reach the bridge, used for avatars in relay mode. + # If not set, avatars will not be bridged. Only the /mautrix-discord/avatar/{server}/{id}/{hash} endpoint is used on this address. + # This should not have a trailing slash, the endpoint above will be appended to the provided address. + public_address: null + # A random key used to sign the avatar URLs. The bridge will only accept requests with a valid signature. + avatar_proxy_key: Tn5pmWYa3BOLGVjHd7YUwGt9nxLKDHOB + portal_message_buffer: 128 + # Number of private channel portals to create on bridge startup. + # Other portals will be created when receiving messages. + startup_private_channel_create_limit: 100 + # Should the bridge send a read receipt from the bridge bot when a message has been sent to Discord? + delivery_receipts: false + # Whether the bridge should send the message status as a custom com.beeper.message_send_status event. + message_status_events: false + # Whether the bridge should send error notices via m.notice events when a message fails to bridge. + message_error_notices: true + # Should the bridge use space-restricted join rules instead of invite-only for guild rooms? + # This can avoid unnecessary invite events in guild rooms when members are synced in. + restricted_rooms: false + # Should the bridge automatically join the user to threads on Discord when the thread is opened on Matrix? + # This only works with clients that support thread read receipts (MSC3771 added in Matrix v1.4). + autojoin_thread_on_open: true + # Should inline fields in Discord embeds be bridged as HTML tables to Matrix? + # Tables aren't supported in all clients, but are the only way to emulate the Discord inline field UI. + embed_fields_as_tables: true + # Should guild channels be muted when the portal is created? This only meant for single-user instances, + # it won't mute it for all users if there are multiple Matrix users in the same Discord guild. + mute_channels_on_create: false + # Should the bridge update the m.direct account data event when double puppeting is enabled. + # Note that updating the m.direct event is not atomic (except with mautrix-asmux) + # and is therefore prone to race conditions. + sync_direct_chat_list: false + # Set this to true to tell the bridge to re-send m.bridge events to all rooms on the next run. + # This field will automatically be changed back to false after it, except if the config file is not writable. + resend_bridge_info: false + # Should incoming custom emoji reactions be bridged as mxc:// URIs? + # If set to false, custom emoji reactions will be bridged as the shortcode instead, and the image won't be available. + custom_emoji_reactions: true + # Should the bridge attempt to completely delete portal rooms when a channel is deleted on Discord? + # If true, the bridge will try to kick Matrix users from the room. Otherwise, the bridge only makes ghosts leave. + delete_portal_on_channel_delete: false + # Should the bridge delete all portal rooms when you leave a guild on Discord? + # This only applies if the guild has no other Matrix users on this bridge instance. + delete_guild_on_leave: true + # Whether or not created rooms should have federation enabled. + # If false, created portal rooms will never be federated. + federate_rooms: true + # Prefix messages from webhooks with the profile info? This can be used along with a custom displayname_template + # to better handle webhooks that change their name all the time (like ones used by bridges). + # + # This will use the fallback mode in MSC4144, which means clients that support MSC4144 will not show the prefix + # (and will instead show the name and avatar as the message sender). + prefix_webhook_messages: true + # Bridge webhook avatars? + enable_webhook_avatars: true + # Should the bridge upload media to the Discord CDN directly before sending the message when using a user token, + # like the official client does? The other option is sending the media in the message send request as a form part + # (which is always used by bots and webhooks). + use_discord_cdn_upload: true + # Proxy for Discord connections + proxy: + # Should mxc uris copied from Discord be cached? + # This can be `never` to never cache, `unencrypted` to only cache unencrypted mxc uris, or `always` to cache everything. + # If you have a media repo that generates non-unique mxc uris, you should set this to never. + cache_media: unencrypted + # Settings for converting Discord media to custom mxc:// URIs instead of reuploading. + # More details can be found at https://docs.mau.fi/bridges/go/discord/direct-media.html + direct_media: + # Should custom mxc:// URIs be used instead of reuploading media? + enabled: false + # The server name to use for the custom mxc:// URIs. + # This server name will effectively be a real Matrix server, it just won't implement anything other than media. + # You must either set up .well-known delegation from this domain to the bridge, or proxy the domain directly to the bridge. + server_name: discord-media.example.com + # Optionally a custom .well-known response. This defaults to `server_name:443` + well_known_response: + # The bridge supports MSC3860 media download redirects and will use them if the requester supports it. + # Optionally, you can force redirects and not allow proxying at all by setting this to false. + allow_proxy: true + # Matrix server signing key to make the federation tester pass, same format as synapse's .signing.key file. + # This key is also used to sign the mxc:// URIs to ensure only the bridge can generate them. + server_key: ed25519 E3XWBQ VCRijepbAr65bxRWizMEfyZfNxGidhRdxyvW9COZvTU + # Settings for converting animated stickers. + animated_sticker: + # Format to which animated stickers should be converted. + # disable - No conversion, send as-is (lottie JSON) + # png - converts to non-animated png (fastest) + # gif - converts to animated gif + # webm - converts to webm video, requires ffmpeg executable with vp9 codec and webm container support + # webp - converts to animated webp, requires ffmpeg executable with webp codec/container support + target: webp + # Arguments for converter. All converters take width and height. + args: + width: 320 + height: 320 + fps: 25 # only for webm, webp and gif (2, 5, 10, 20 or 25 recommended) + # Servers to always allow double puppeting from + double_puppet_server_map: + example.com: https://example.com + # Allow using double puppeting from any server with a valid client .well-known file. + double_puppet_allow_discovery: false + # Shared secrets for https://github.com/devture/matrix-synapse-shared-secret-auth + # + # If set, double puppeting will be enabled automatically for local users + # instead of users having to find an access token and run `login-matrix` + # manually. + login_shared_secret_map: + example.com: foobar + + # The prefix for commands. Only required in non-management rooms. + command_prefix: '!discord' + + # Messages sent upon joining a management room. + # Markdown is supported. The defaults are listed below. + management_room_text: + # Sent when joining a room. + welcome: "Hello, I'm a Discord bridge bot." + # Sent when joining a management room and the user is already logged in. + welcome_connected: "Use `help` for help." + # Sent when joining a management room and the user is not logged in. + welcome_unconnected: "Use `help` for help or `login` to log in." + # Optional extra text sent when joining a management room. + additional_help: "" + # Settings for backfilling messages. + backfill: + # Limits for forward backfilling. + forward_limits: + # Initial backfill (when creating portal). 0 means backfill is disabled. + # A special unlimited value is not supported, you must set a limit. Initial backfill will + # fetch all messages first before backfilling anything, so high limits can take a lot of time. + initial: + dm: 100 + channel: 30 + thread: 30 + # Missed message backfill (on startup). + # 0 means backfill is disabled, -1 means fetch all messages since last bridged message. + # When using unlimited backfill (-1), messages are backfilled as they are fetched. + # With limits, all messages up to the limit are fetched first and backfilled afterwards. + missed: + dm: 0 + channel: 0 + thread: 0 + # Maximum members in a guild to enable backfilling. Set to -1 to disable limit. + # This can be used as a rough heuristic to disable backfilling in channels that are too active. + # Currently only applies to missed message backfill. + max_guild_members: -1 + + # End-to-bridge encryption support options. + # + # See https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html for more info. + encryption: + # Allow encryption, work in group chat rooms with e2ee enabled + allow: true + # Default to encryption, force-enable encryption in all portals the bridge creates + # This will cause the bridge bot to be in private chats for the encryption to work properly. + default: false + # Whether to use MSC2409/MSC3202 instead of /sync long polling for receiving encryption-related data. + # Changing this option requires updating the appservice registration file. + appservice: false + # Whether to use MSC4190 instead of appservice login to create the bridge bot device. + # Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202. + # Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861). + # Changing this option requires updating the appservice registration file. + msc4190: false + # Require encryption, drop any unencrypted messages. + require: false + # Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled. + # You must use a client that supports requesting keys from other users to use this feature. + allow_key_sharing: false + # Should users mentions be in the event wire content to enable the server to send push notifications? + plaintext_mentions: false + # Options for deleting megolm sessions from the bridge. + delete_keys: + # Beeper-specific: delete outbound sessions when hungryserv confirms + # that the user has uploaded the key to key backup. + delete_outbound_on_ack: false + # Don't store outbound sessions in the inbound table. + dont_store_outbound: false + # Ratchet megolm sessions forward after decrypting messages. + ratchet_on_decrypt: false + # Delete fully used keys (index >= max_messages) after decrypting messages. + delete_fully_used_on_decrypt: false + # Delete previous megolm sessions from same device when receiving a new one. + delete_prev_on_new_session: false + # Delete megolm sessions received from a device when the device is deleted. + delete_on_device_delete: false + # Periodically delete megolm sessions when 2x max_age has passed since receiving the session. + periodically_delete_expired: false + # Delete inbound megolm sessions that don't have the received_at field used for + # automatic ratcheting and expired session deletion. This is meant as a migration + # to delete old keys prior to the bridge update. + delete_outdated_inbound: false + # What level of device verification should be required from users? + # + # Valid levels: + # unverified - Send keys to all device in the room. + # cross-signed-untrusted - Require valid cross-signing, but trust all cross-signing keys. + # cross-signed-tofu - Require valid cross-signing, trust cross-signing keys on first use (and reject changes). + # cross-signed-verified - Require valid cross-signing, plus a valid user signature from the bridge bot. + # Note that creating user signatures from the bridge bot is not currently possible. + # verified - Require manual per-device verification + # (currently only possible by modifying the `trust` column in the `crypto_device` database table). + verification_levels: + # Minimum level for which the bridge should send keys to when bridging messages from WhatsApp to Matrix. + receive: unverified + # Minimum level that the bridge should accept for incoming Matrix messages. + send: unverified + # Minimum level that the bridge should require for accepting key requests. + share: cross-signed-tofu + # Options for Megolm room key rotation. These options allow you to + # configure the m.room.encryption event content. See: + # https://spec.matrix.org/v1.3/client-server-api/#mroomencryption for + # more information about that event. + rotation: + # Enable custom Megolm room key rotation settings. Note that these + # settings will only apply to rooms created after this option is + # set. + enable_custom: false + # The maximum number of milliseconds a session should be used + # before changing it. The Matrix spec recommends 604800000 (a week) + # as the default. + milliseconds: 604800000 + # The maximum number of messages that should be sent with a given a + # session before changing it. The Matrix spec recommends 100 as the + # default. + messages: 100 + # Disable rotating keys when a user's devices change? + # You should not enable this option unless you understand all the implications. + disable_device_change_key_rotation: false + + # Settings for provisioning API + provisioning: + # Prefix for the provisioning API paths. + prefix: /_matrix/provision + # Shared secret for authentication. If set to "generate", a random secret will be generated, + # or if set to "disable", the provisioning API will be disabled. + shared_secret: s50aMG2kGmP0EIVGqqZ9P07cPJiu3uPg0tf7X8Rg4VI0sTLq9HPoSHyS2qIrL509 + # Enable debug API at /debug with provisioning authentication. + debug_endpoints: false + + # Permissions for using the bridge. + # Permitted values: + # relay - Talk through the relaybot (if enabled), no access otherwise + # user - Access to use the bridge to chat with a Discord account. + # admin - User level and some additional administration tools + # Permitted keys: + # * - All Matrix users + # domain - All users on that homeserver + # mxid - Specific user + permissions: + "*": user + "matrix.theocloud.dev": user + "@admin:example.com": admin + +# Logging config. See https://github.com/tulir/zeroconfig for details. +logging: + min_level: debug + writers: + - type: stdout + format: pretty-colored + - type: file + format: json + filename: ./logs/mautrix-discord.log + max_size: 100 + max_backups: 10 + compress: true diff --git a/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-52-14.581.log.gz b/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-52-14.581.log.gz new file mode 100644 index 0000000000000000000000000000000000000000..4cc1e27515836ca73bf60bfe2351d3a36882b7d5 GIT binary patch literal 142 zcmV;90CE2xiwFP!00000|18b1u7e;Hhw=SB1^LftK#_1+`wE@9o$Aq$AQ+%7P2as~ z+Wq_Tdm{455gscwijd$^a)AdON9A&cnfrwr-KnxjxrsTaHEfT<3nW_D86JZgY^TOf w*{gPb(q5Z>w8s29XQvw^cCMASPkQ<7)Iv_;i@pBd0RRC1{~F|MI)?xN0Hl9Jr2qf` literal 0 HcmV?d00001 diff --git a/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-53-14.819.log.gz b/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-53-14.819.log.gz new file mode 100644 index 0000000000000000000000000000000000000000..2720867f5aba7ed47a651604a94df108bf5ba78d GIT binary patch literal 142 zcmV;90CE2xiwFP!00000|18b1u7e;Hhw=SB1^LftfUAbE_7ysHJJq8hK`?OY()8V% zrrp0Uzb6u(oDi^*P=W^6S}FqQI2zY8&fG5~bf?BD7g2M`Yup}{7idV_83E3?sWbnb wnXcA{(FHs7qqp7+*1H=tc5aQfPkQ<7B(Y@m#a@5!00030|IKEXB!>V1062p~MgRZ+ literal 0 HcmV?d00001 diff --git a/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-54-15.045.log.gz b/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-54-15.045.log.gz new file mode 100644 index 0000000000000000000000000000000000000000..cf4dac6eb7708745bb2e979f848ec1467d572452 GIT binary patch literal 141 zcmV;80CN8yiwFP!00000|18bD4uUWgNAcaKApg0LehJvsS8#H>!i6*`Eom!@@!gHl z{ha(>2z+pW!$Oq;1UToE;XwOdI3IrEZl+2PD%`|Wn<>S`ug}ag1ghT{4qEEIm8O;b vO^xnsoU+}hE`zayws#0@Tneq<^!nea`V^ZV_C9?A00960b-EFahX4QoJU>J! literal 0 HcmV?d00001 diff --git a/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-55-15.264.log.gz b/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-55-15.264.log.gz new file mode 100644 index 0000000000000000000000000000000000000000..59f87bb657b96b6a50df1b31ea197c4ccc759a08 GIT binary patch literal 140 zcmV;70CWEziwFP!00000|18b14uUWgM&aG3ApcxQDYTldzJin66)vPnX-Ru!F}}Mo zx}THpg~$g-cq}9op}?i&0uS2v%H;?XcQXk+sB)9CG*eDXSf7PwC`i~C9!4A2>Y>%{ u)?d6GeQ!HGT4M%xzC&T-T50{3*Z)lta%z6o`}7F_0RR6`9<@M*0001YVLjIX literal 0 HcmV?d00001 diff --git a/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-56-15.468.log.gz b/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T18-56-15.468.log.gz new file mode 100644 index 0000000000000000000000000000000000000000..cc7476078a9817bc4d799604c83c670abe4baa21 GIT binary patch literal 141 zcmV;80CN8yiwFP!00000|18b1s>2`@hw=SBh5Tm|)Tyq&bQ+TI|sb8EDH(#vnB9!nNq?Dh8!00960iAK1-`AnKh5T z$g?_2=Gniqd=?#-*>sl1e}8kC{b_o*=hk)#hZZHOSXf`F>^MD7#23X-pAKinGN$t)O%yN|wi?c(N?ZG_Nl!JdEOEK2587++;hcv*USs?b~@$H{ZU^ zi}(5E7n(NbUWmb2#OvArwM-XD*%Y8IqUB=R)US_4sV1lCS+Z?GPRinJmA|?;&rOx( zvw1qM|IFi1m&Fx9$Zk{j#w%a? zjQshQ>^mpceF^y2N^{K!{Ml{bgsd34lMS|UEfM3rm)47aTRUr%EEe-@a_-AjTE5FB zY4p>ZH@~j_N$(z^M2HY|%NL%Wrjxf#a+g88G0bUkmfn!g+8D`nTBcRCYTs6WL3?B9 z)(kK;0l%ZXtFq0rs!sD(s_&DsF;Y^EmsMJhvuPaS|6jMZ$3-2^tAnaf(_%6&mQyuN z-^HW2O#fIti=#L#%c6`!{9{^2zsIL_y$DA~)rUM;RA~?ZIU1k8``=h=EOr@*=91lhf$5 zsOnXA>+-`m%bR*$)Z=bq6-4>g)}iU=1pE2|M4qNj(C&x0k}DI#3Z zUReXyId;2*=f_I4TST~EoU+Cvk>MUh#9)zjiwGCkD9au^JG-&X`9dN>53=FvQ$(-_ z@xIHTvI^wZc_GpKctymTgCK&odLKoE8EQ1?6cG{(E9<=W-a-!|Vz5LzMT7+7l@(_! z5a|Qa&mbZskWJ7;WcV<-3BFAf?hi@ z_*kbiu5ci0jh1~B5j@mravmT0Gj&;h*i$X;t|ulzj_-AO~} zfKGYsv==7_q@P1X=wOWU)N~yz^)V1(2ib7-Ih)~xfjWJ}tO7Y3ZCP(#DEoDbhzkyc z24pXnM7W_wlTHy~0qT8uaC4b%@2o_ir0q1OtnC~uWrB@r&FRk*r6xlB)%RXV+!hM-_T z0b3%$K8D^0TSvP!1O+1s9BS5|98qvUx|4>Wz@)%~(^~8 z22US=n?Q~Ln!)i#QTTO>hzkzJvum%O+7A)ohZ;>fMFa<96(W+h26~vkA1u*M5y62# zp~gl<9C&^P3BiFxp|NCHOb@DTut>WlgbhFnnVr_397pyb62k96vvv2bM1K+jlq18` zxgf%>!nhdYSYUwT5O=r5W)6%Fyxm6$fiTo?(y1YAAgeS0S<*XoNFFWHP7z@PgVG4( z!Su1)Ww=PYb%YHpN^8`{0Q9iKbGS^qg@g-8N)uRb3Hn%Bc@^q_I>5c2Hl_V0gEq08 zJXsO*h*wr#aA0A_dpQIe-2V7d*;Rv9DOv)MeC`gIG5 z3l5CNi`h#dG1&9#I)y~j+f#;_7|8Zjox69b_)p~P?Qny zj;VbZ-BwI5j`Y6|)c%?ft3*(Y8^u+f)XQo-DW+*0sA*Knv|1E-m5%3WKC4fg2HIcw z^z5AHmFo|V{#A9|(y$_JND&w$vR%g?UfhK;-S*amEAQ2Y+bd*$89#sZ`ui6@{P65$ z6TUz48b#}vUKdfB&a$db%jh^gDa!N<8QEMh@~^LcyPK8G(M2ZjV`!}bS+@+W0d6p~ zn62#GlDMFJv|kP4VZ^T%=bWSj*`iwSmyQ7`_m#h z%XVjt%4_dvJ72Ne`N~Gp))}(yVNu)rL?k>)7K^p39<38ST4ecbcj!h)fo7q0Tg0Gm zs^SLj9HZ(o$*W{Fi+RrL;zqbxF-GUKXhKJXw&^jU8{;ieNC3Pyx@!}`&4z3Du1-F7 zKpHDV+oKNAFXN}LUcP+x^v#P`FUQZnd-3zLAEN(SUC+ay|2sraKTg`dKA*FFcHV=# z{5*P}R2LJv(ea0B1r@J5oKxK?)(zffs+(+pyEr7T2v*fJ|L5^v?ckW`9(cpBi-F*$# z7%#?pqOsfPFIHKyS{U0ma&PvRlcY}OU$ehl19%%hTJ0vekH5r!fAgOJ00960I$lrj H5Q6{!1tfHk literal 0 HcmV?d00001 diff --git a/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T19-10-39.471.log.gz b/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T19-10-39.471.log.gz new file mode 100644 index 0000000000000000000000000000000000000000..731899d7ccc1bbeae0d4804bb6d1804a04c877c7 GIT binary patch literal 1243 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 literal 0 HcmV?d00001 diff --git a/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T19-11-44.475.log.gz b/matrix/mautrix-discord/logs/mautrix-discord-2026-03-06T19-11-44.475.log.gz new file mode 100644 index 0000000000000000000000000000000000000000..a75056b89539b0434504f0828030efb5f378f022 GIT binary patch literal 1240 zcmV;}1Sk6+iwFP!00000|LmFDZ`(E$#^3u_5CjTrfFkpL5wJ^_rfY%qf;LZk5on3A zwaTO`Qc1I-|NB7OZDKE$<8)|}wa7ydUHI|)&iNfl$OqWkQ`^D-;uz}!;{xMcOO2HhLj4IdII|&`NxJlzYhq*C=I_Q$z_@Gb ziG?2@Tx`F#<9@PpWg;*ld|>6;L^C$Qg33E*tC)7azYN7(Dm)+)qKOuS=)3)0C?pW( zNDeIj+@#_Gdum+-^UhZ`1mE36i8DfnDzTdPgn+hTiX!Jv~d%gaceJ5W1Yd)#B}gkh%i27+%^Ed$Ja-Zs^;qk`>Do63Tx z$H%W0f7lyqT?jvqt#y+)g#{)UUphQnhIy$GMt=qGcE!vwi;xi@&ysok*O-*yEr7}G! zy?nD@)Ocj(^VKXFtu#mT#!YUXIYl%lQc#9BQs;H@6EG1Ed5s6bZB*I#j7=9e68_9{%l5?WyK6SHQ=R26Kei!h>G_9@Es7zG= z*N?gY&&$J?FJ2rS9zT2eqI~k`*&j!b!4He^#}WCl0EeF^@oRh12U{N{&CAEZnF*j< zo&@7_;N#SGAT+ft0LFOj($!^o>gD&>4RBX}N=rdD9$Zg9KQh3<&#SlJ%TJXi0Oun( z^Idx0WT3OLJ5Q6pae#whEAQ&C?M3OPxUf5i3(F~IjL_S~MH0;rp_0>*4B{elt`#Sg zWAz=EZ2|7ePf)Bey$87PJBW)Af(Uu5xF{kJk(@J)N;-rKA-P79GlVxk+rDX9*7MsH zpAdv-b`NL~ca9dGGo=K-Wm=@hSYgcwFWDe1DkoSnhVjBRfua=@*!L(%{dVqakTmB{cYp29^kJ01X4+B(L%kXLvT6KDH`iiJ!s@(GoGj$_!C1g^+^a49{J=yEk_< zXJwwAN3&K*=PyWcLCPs@B&Cw`oL7Po%0%@m&hQdKQ1f*3xi!(K-u!9o9L>DZbHIOp zwrgL*Y@DC3ToJ)f6xJ%LnF@e9XDxIwHGY4UqNpoUo{$MqML;1s{{RzZ-B7|#RDY>b zbO=^pBO1KxAOzCa&RF!D<6mTrd@1!n8 z+0+MVe7At^I?3%eN%FIBOSna68;sK0LkQ~~yZ)1`DGGkRftpdqkN91C>rIGYkGNBz z9Rv8*Xe{y9+m%0aQEu4C;{sgQyHV#FRye~R-mcHmq!$-1U3+#p#Tg!bs=J7BkdsMx zXVnlu)`ZlPc2jH8^#*L5Y&i*EZH2#l!pTnfN%74QX+3(i0k_C0BL$}!PUw!I?VJWI zIiab+FgP2a?ZM9D0?WGo;NfyJ%MUo1{1%)&Gv%7rHLa@ys$Rp}5kh>wne^U(!F%U% zw*4>h8)bUXiGydCQ*>-561{AHzIt)>>X)l_`s&5y75aRgAt&?;iJse)>WxOKOM4wf zcMTQ|Dg@B^SqqJzq&Xn<>HDU(sP1!`ArH~NOC%YKC_w=_XLUHXc^?WB`i>XA@SHb{vO-ksk;1gGz*tRL`ANc5d|a5)ViLuF4-=Dw=YkYv*@&`!lrY^`sLHA; U|4o?w2><~9|0w1^9@-250DHHY^#A|> literal 0 HcmV?d00001 diff --git a/matrix/mautrix-discord/logs/mautrix-discord.log b/matrix/mautrix-discord/logs/mautrix-discord.log new file mode 100644 index 0000000..bf07e37 --- /dev/null +++ b/matrix/mautrix-discord/logs/mautrix-discord.log @@ -0,0 +1,11132 @@ +{"level":"info","name":"mautrix-discord","version":"0.7.6","built_at":"Feb 16 2026, 14:55:50","go_version":"go1.26.0","time":"2026-03-06T19:12:13.034099089Z","message":"Initializing bridge"} +{"level":"debug","time":"2026-03-06T19:12:13.03418681Z","message":"Initializing database connection"} +{"level":"debug","time":"2026-03-06T19:12:13.034222081Z","message":"Initializing state store"} +{"level":"debug","time":"2026-03-06T19:12:13.0361484Z","message":"Initializing Matrix event processor"} +{"level":"debug","time":"2026-03-06T19:12:13.036192121Z","message":"Initializing Matrix event handler"} +{"level":"info","time":"2026-03-06T19:12:13.036252953Z","message":"Bridge initialization complete, starting..."} +{"level":"debug","time":"2026-03-06T19:12:13.036269785Z","message":"Running database upgrades"} +{"level":"info","db_section":"main","current_version":24,"oldest_compatible_version":19,"latest_known_version":24,"time":"2026-03-06T19:12:13.03853875Z","message":"Database is up to date"} +{"level":"info","db_section":"matrix_state","current_version":5,"oldest_compatible_version":5,"latest_known_version":5,"time":"2026-03-06T19:12:13.03878236Z","message":"Database is up to date"} +{"level":"debug","time":"2026-03-06T19:12:13.03884899Z","message":"Starting application service HTTP server"} +{"level":"debug","time":"2026-03-06T19:12:13.038918971Z","message":"Checking connection to homeserver"} +{"level":"info","address":"0.0.0.0:29334","time":"2026-03-06T19:12:13.039086313Z","message":"Starting HTTP listener"} +{"level":"warn","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40discordbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","retry_in_seconds":4,"time":"2026-03-06T19:12:13.049116358Z","message":"Request failed, retrying"} +{"level":"warn","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40discordbot%3Amatrix.theocloud.dev\": dial tcp 192.168.96.6:8008: connect: connection refused","retry_in_seconds":8,"time":"2026-03-06T19:12:17.051782398Z","message":"Request failed, retrying"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1,"method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":5.903485,"status_code":200,"response_length":1211,"response_mime":"application/json","time":"2026-03-06T19:12:25.065122943Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/account/whoami?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":1.998536,"status_code":200,"response_length":63,"response_mime":"application/json","time":"2026-03-06T19:12:25.067493598Z","message":"Request completed"} +{"level":"debug","txn_id":"mautrix-go_1772824345067597663_1","time":"2026-03-06T19:12:25.157281525Z","message":"Received ping from homeserver"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3,"method":"POST","url":"http://synapse:8008/_matrix/client/v1/appservice/discord/ping?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":91.829066,"status_code":200,"response_length":18,"response_mime":"application/json","req_body":{"transaction_id":"mautrix-go_1772824345067597663_1"},"time":"2026-03-06T19:12:25.159544065Z","message":"Request completed"} +{"level":"debug","txn_id":"mautrix-go_1772824345067597663_1","duration_ms":89,"time":"2026-03-06T19:12:25.159601685Z","message":"Homeserver -> bridge connection works"} +{"level":"debug","component":"crypto","time":"2026-03-06T19:12:25.159625431Z","message":"Initializing end-to-bridge encryption..."} +{"level":"info","db_section":"crypto","current_version":0,"oldest_compatible_version":0,"latest_known_version":10,"time":"2026-03-06T19:12:25.160068929Z","message":"Preparing to update database schema"} +{"level":"info","db_section":"crypto","from":0,"to":10,"single_txn":true,"description":"Latest revision","time":"2026-03-06T19:12:25.160109996Z","message":"Upgrading database"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/config?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":2.119642,"status_code":200,"response_length":26,"response_mime":"application/json","time":"2026-03-06T19:12:25.161861919Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":5,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/login?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":3.233347,"status_code":200,"response_length":78,"response_mime":"application/json","time":"2026-03-06T19:12:25.166086467Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":6,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/login?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":23.745384,"status_code":200,"response_length":172,"response_mime":"application/json","req_body":{"type":"m.login.application_service","identifier":{"type":"m.id.user","user":"@discordbot:matrix.theocloud.dev"},"initial_device_display_name":"Discord bridge"},"time":"2026-03-06T19:12:25.190256631Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","user_id":"@discordbot:matrix.theocloud.dev","device_id":"HIQHDALBQU","time":"2026-03-06T19:12:25.190416221Z","message":"Stored credentials after login"} +{"level":"debug","component":"crypto","device_id":"HIQHDALBQU","time":"2026-03-06T19:12:25.190465529Z","message":"Logged in as bridge bot"} +{"level":"debug","time":"2026-03-06T19:12:25.191131196Z","message":"Starting event processor"} +{"level":"debug","module":"Provisioning","time":"2026-03-06T19:12:25.191208302Z","message":"Enabling provisioning API at /_matrix/provision"} +{"level":"debug","time":"2026-03-06T19:12:25.191261591Z","message":"Updating bot profile"} +{"level":"debug","component":"crypto","time":"2026-03-06T19:12:25.191414685Z","message":"Starting syncer for receiving to-device messages"} +{"level":"info","time":"2026-03-06T19:12:25.191645584Z","message":"Bridge started!"} +{"level":"debug","time":"2026-03-06T19:12:25.191797141Z","message":"Starting users"} +{"level":"debug","time":"2026-03-06T19:12:25.191933893Z","message":"Starting custom puppets"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":7,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discordbot:matrix.theocloud.dev/avatar_url?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":4.809266,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:12:25.196478946Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":8,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/user/@discordbot:matrix.theocloud.dev/filter?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":13.479692,"status_code":200,"response_length":17,"response_mime":"application/json","req_body":{"account_data":{"not_types":["*"]},"presence":{"not_types":["*"]},"room":{"account_data":{"not_types":["*"]},"ephemeral":{"not_types":["*"]},"state":{"not_types":["*"]},"timeline":{"not_types":["*"]}}},"time":"2026-03-06T19:12:25.206693304Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":9,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discordbot:matrix.theocloud.dev/avatar_url?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":23.130632,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC"},"time":"2026-03-06T19:12:25.219834052Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":11,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discordbot:matrix.theocloud.dev/displayname?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":4.770574,"status_code":200,"response_length":28,"response_mime":"application/json","time":"2026-03-06T19:12:25.224988968Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":12,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discordbot:matrix.theocloud.dev/displayname?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":9.156318,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Discord bridge bot"},"time":"2026-03-06T19:12:25.234388336Z","message":"Request completed"} +{"level":"debug","transaction_id":"1","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:12:25.244202009Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1","time":"2026-03-06T19:12:25.244345186Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":10,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":44.593572,"status_code":200,"response_length":142,"response_mime":"application/json","time":"2026-03-06T19:12:25.251897018Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:12:25.252187","keys_left":0,"time":"2026-03-06T19:12:25.252200273Z","message":"Sync response said we have less than 50 signed curve25519 keys left, sharing new ones..."} +{"level":"debug","component":"crypto","trace_id":"19:12:25.252187","time":"2026-03-06T19:12:25.252958201Z","message":"Going to upload initial account keys"} +{"level":"debug","component":"crypto","trace_id":"19:12:25.252187","count":50,"time":"2026-03-06T19:12:25.270415688Z","message":"Uploading one-time keys"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":13,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/keys/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":15.388899,"status_code":200,"response_length":48,"response_mime":"application/json","req_body":{"device_keys":{"user_id":"@discordbot:matrix.theocloud.dev","device_id":"HIQHDALBQU","algorithms":["m.megolm.v1.aes-sha2","m.olm.v1.curve25519-aes-sha2"],"keys":{"curve25519:HIQHDALBQU":"OPooKl0uuqw4uEn95GNgmzDHoiTIBDFb2mU4kmFxj3A","ed25519:HIQHDALBQU":"7LKGvK28R3cQl+rICINYl8av5JUeVPFAuN2FxgXp9GY"},"signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"IR0sbw20qXIqZriUEZ1QjcY966oilvXaJxeGH8aP5DmP9QlmEFDcLBcEMFIAEkhkvLUiQ9XPHjuMqbqF6j8zCA"}}},"one_time_keys":{"signed_curve25519:AAAAAQ":{"key":"S7uCpmpuJdJ1Kbh2ESGDj3cg8oYd49ejUwG8Gy7CA1g","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"tG5gZBpHBsvHXXvX+yqTMOl1yTkyxQDybyW/dnthkU+kZcAOQuUjpusz6BDZfx8B+cch6PT0kZo1PyWvbZz4Aw"}}},"signed_curve25519:AAAAAg":{"key":"bGggd95uAJtFI4Nl3YDym4Wedex1FWb5Lfu4oIOwlhs","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"O+6GCpnh4nZiay97G/saHeazfSrfP3nGps/kRCK6IEIoao9BrmlOVCzLAl+RXWZRIDjSITykGwhwhTXLpcAvBw"}}},"signed_curve25519:AAAAAw":{"key":"1PbXqbMcX+B/YSo7YWLhlaZdc+eF+6TI0EgA0NqxYCs","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"DF2hXjE3NG3RvVQCkJeX8DazkYCzGM+9XCc3YDwHPRqGOKzTFMvQ4vkSZN1UPirPm0xUTDm1ccclAsHAstVcDQ"}}},"signed_curve25519:AAAABA":{"key":"Gcg8gQPkM8qeqLFA8URm/tclk8qLSQOweGMaj5b8nk0","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"kEBhQcGcTI0NCGCPz4A8Mmf7Z9oafSbLIm7D8PT2XMFct4FrFUExiYygnPRISd4XwYnXPviYgSEBj0MCIr4KBw"}}},"signed_curve25519:AAAABQ":{"key":"GneHVpAnEoA4v1w1RfAvuxtkbRRpQIEjB7AquGsOiUw","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"/g4fbbd8T2r9EHWu7VWwVKTqrnP90c439sPuQeXbdY/E9kQVl0TZt+j4DaDsVCVME5HfxzIpabWwPxX5z/17Dw"}}},"signed_curve25519:AAAABg":{"key":"OdKa5Ak+Osn2SYXThJpmt/NFUKhd/U6Rca3CVLAUrRA","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"f7A+WPMXJ5FwS7+aq1+u9XP7M68R/beRcYznYyulmruBsvpmOGgqBeTP8ICnEQg+FCWLNpcapCM11+KOw85IDQ"}}},"signed_curve25519:AAAABw":{"key":"ts0RM+tgC/0olbtOuLAfSnduGnxM2mB00gavlQlRLjo","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"FHuaMK/O8MbUtlwTS9U88Wr7W6g8a3KD6vp6fOx7u28GvEHotmq2KWQ4dlNKr7uzyJWvPvSJx6zpBpZi2g5TBg"}}},"signed_curve25519:AAAACA":{"key":"gBQJ7l2JmRBJ3huFrJRWXkLe+3de9Ba1mh6n9KbCtWk","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"gOyaWJ4J0rbZr7/WO6YjdJH9Z1gPy2e2cn0tgSGQdPVCkjE4HUpS4Ht49FLpbjqGXfRacv4QMuB9BVurvQV5Aw"}}},"signed_curve25519:AAAACQ":{"key":"TP+jK6SWS6TaOq1ImscLnTcPv2mwXyzrZ36R2Qb+/QM","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"RHR6iQiAUlzJlrL3lPx6hEpJQJ3RdEky+SDB/fIPlL0xkTKCy1AG1FVmZCklpClkP0LR+OhBJFYERQFAY0wkAA"}}},"signed_curve25519:AAAACg":{"key":"CBBg7GpugdWauxF+j429zIVnCp46E9J2gZY9/FY/bA8","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"1c9Io5laVntq9ttmTfzMTI18PSX8o6poK0umsG482DQkN892B5iOH3ByOQvtkvRofcm3u1KYNowl0cFdEKbwAw"}}},"signed_curve25519:AAAACw":{"key":"xnIHu71hwW5kBT45FmCEL34QRd3rc5rkNmCEJFvAXEM","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"SkX3NM30tafkoamrcRLQeMyXxcyfsTPjWmAuInVipI+xuh5gDRmuEv9lKKj4scEzZoYXZGhkr32XRm1EpvC0Ag"}}},"signed_curve25519:AAAADA":{"key":"RAXeYh2qi9EoZLnj5laLT/1ZfsrzYirG3J8V28yraHY","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"YLQPBbMDtzPdPIAnBpCTVu0vB8M4mB2LRfk2CD4XyPSBQOwVKMANoUroOYx8k+Bu5D6iCwcSyveqSue93SmBDQ"}}},"signed_curve25519:AAAADQ":{"key":"yCeWc7WfU8hbpJHSohp5g2ULe221qba8WXiaRK6G/Qg","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"5Na6YZ2cF0oJYFO+Ayk4AeZQ6/YiFNz/O2+As4fG7WGMaKZs8efN+WANL1GUTX6dk/8TwuxD+9O8vdLPWBJGBA"}}},"signed_curve25519:AAAADg":{"key":"iT+QyshNyLhFMNdCQMfe1TvwTjOqZq6y5dRaDAuz4TE","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"RDbRpzdIpIGyDv6RgTUm0D1Qdd+EZ7VbUYevyYtW4KIPzZDZ5g6a9U0rlyNu6o0LynjrkriIONropxDQtuSqDw"}}},"signed_curve25519:AAAADw":{"key":"RgewAdt73YaUlcvTRxgIdoG4tYiaZqYd/zKXiUgygiI","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"a+Uuq8jWU9Yc2AIugjvCw6jBQ7hRD1tYfAfc0KTQQZrzebbBnGpVALOfo6zDuiXw6vwPl7NIyciO9nysUtHJBw"}}},"signed_curve25519:AAAAEA":{"key":"JUyIT9EPGUQJTSB+pHyuwNWAmcF13WHOaYsDdNJdBCI","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"2/zTnEab8043hiJ57kytxWU4x4rXSk2YgY/VEFak/thQSku4HZcHvPZ9/YIa/qEctUorWpGGbIbmrNJxjQmRCA"}}},"signed_curve25519:AAAAEQ":{"key":"7o1LZXd5ra5CyGlLjpw2e/t4iK8UCXw7c9kV+2+AIjI","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"G3Z/DYVNb9teVZg/6co8GIm/rg32HCKwvZL/uB0izps+kORJ7OPbYmKUkuCnCav2qdxiNEbWUb6A2sR15sUJCg"}}},"signed_curve25519:AAAAEg":{"key":"nc+iGpoJUp219guvWyIyw37SHKYeR5DMZJPC7OhVERs","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"k6w2OOLl9e+khX2a2b4UOcHENbkMYUe8BuvUNUyDY0kxceP6H3Pge53PeIz6EVr4ZRTquI7NQLGMYYV95KgFBg"}}},"signed_curve25519:AAAAEw":{"key":"65fiJI/6H/0kfNBFxuNnXISfaAX+z8BglTq2D0+XPw4","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"oyYRhMsOMQakdPvtiRMRilHvW/eNJ/5Znpkh2M9CHKpG26ZoUD3eh+H2XNmNY2ryBAFH0ThZb2Oi6qcaLy9FAg"}}},"signed_curve25519:AAAAFA":{"key":"Pr/sY4KqG5olqjfvByuUMYrdghpdJnxxrDYNNgoL9RM","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"m59RavfxMR4L0qxCBc2PEq8aanXqpanoE5Ttmjm/vawWBSIOviXPCV1mG+B+HFmyZNpBeXRHGKRgbK/zI8qtCA"}}},"signed_curve25519:AAAAFQ":{"key":"5ZHTsQaWMhSgU9FSDu8sdPy1CQ3kCQc3Fv0UwHzsyR8","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"COjTzN0Ftjoasvs/fixcgmhRa3/40wLjgRcCQ9WE/EVEj/NwK3wI4kyiku+1Hzx+aqkeiG0eIIpxWPrW2oBnDw"}}},"signed_curve25519:AAAAFg":{"key":"2eDhImc8tct4JcWv+ssXVu3/40n/ZUjcdsC5FsUbyww","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"hJH4ufBD6p25pViWnH7smwqVnEJeDwEOalonljS9/GDMCD7xY2FfKHCrMr2ggNTWRp7P+al5wfLm96JaIw1QDQ"}}},"signed_curve25519:AAAAFw":{"key":"oVcEqEy9fAy0fMvy6i1wVV5YXAH+OGPNcryKaJwb5W4","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"Iv3AyUL7HyZQLP8DaHbVV9pxIpsxF2hT4YBIYZMvtcnsFKFf71jSd5L4AOI1wB1UH/t08XgIM13VDNrOqPn7AQ"}}},"signed_curve25519:AAAAGA":{"key":"RlIMfHc1UEYORvi+9BfKjt2AaDjP34PCwki+WGIhO3I","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"ryaR9IdsTywphKSts0rDTePDNnkdklDOl5ZG0/l9Zh08CSPMcnDFOy5UeS1G7X5wiJvWQ2bu4lYreCFyVshQDg"}}},"signed_curve25519:AAAAGQ":{"key":"yEE21t82rehTq2sowIV49UXOkp6pGj44zvMeXqcs3V4","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"NS9A7ihTUjDmpgnVbMEiZnp1FTFLI6GdIEvvmiiOJQmcMuyPVJE/neN5FQ+d5O6dzfLoxkQj3PuhbZOKDPh7CA"}}},"signed_curve25519:AAAAGg":{"key":"4nbueWTMISCYBysOs9veCc2R7j1mEKflHWTyiiMU+E4","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"je0vpi/CluffXwsfbQJRXE95TMtd6pK0VQ9YEq1x+bo+vvBffsRHZSlSVQ+Ta3THJvdhHRnvT+W0fkV3rCy9AA"}}},"signed_curve25519:AAAAGw":{"key":"wFIoIElVYrFRjMvAg0+Sp7auxxyk0/4u1HUNX+VbNDg","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"k1THs3iSsfYyWgS9N6jVwQuL+AMrBDK0572u7iX/KmCoY3dXfppWp/V2thfTUjqDwMh/N03Dv0fa+OnuZb6PDg"}}},"signed_curve25519:AAAAHA":{"key":"78gCCQ5u3vDIdNcLYrEgxFe3FcOJKY9Y4IYg1nTs5HU","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"mlILTc5D/2Brn8mrzdFp7ivQ7ROn2Stkg9KsP4e/al/3lpucpDWxYSlCSoGMwIvv1WxR2sUy93lSwGMY7jCdAQ"}}},"signed_curve25519:AAAAHQ":{"key":"s9RNUjNqSjIJg3Hq0spYTjLYg95EtIn2KYqTGP2mR2M","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"6rv3Lvjw6qZDQ5D3pgMWD3bqE+VV6/vufTgUDVVjAXo7sbVgd/cBuaZVG+6ztbVLnVUKjcw8nBukrE7y6XCXAw"}}},"signed_curve25519:AAAAHg":{"key":"lCu/xTiig/tcn6YnYmqJnHXSVNtc7MRnsfy1K98qoAc","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"c27lH2ZK5ZFswClNSYn5EPghJvu3Q7WTL+sQoGPxOhD2hWnDFM2rrNvmxicO2AFc8XUFKsvYJMbIr0gtdf57CQ"}}},"signed_curve25519:AAAAHw":{"key":"xJoHMZaUbKZScNJkUeRYYZd7Dx88E6FZItkI/rtxkVQ","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"m7jqM9ixZHY8Q4Qh/ZYNFVG7j4PDlvPCaQXynPWqmImkWvTkb6UiNW9HWuZog+ucaV3G/fzW+K1XS++9k3CMBw"}}},"signed_curve25519:AAAAIA":{"key":"S/VH2IXV45ltXtDpAoHd6un+tGghVbLIAr6bvoROoFs","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"7aMqprbpNqWZ2w4wb0cLWrKJpIVlkibGgG2G/Ty4uky2w2jtHKVF2naaxiEizBmQfGkQIfA4o4b3fYYjXrGhDQ"}}},"signed_curve25519:AAAAIQ":{"key":"xHU3sWJKPYRFhjCSc8HrWkxwn6oc4/OcFun5cYIYVxU","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"K58mWlw0awkoo/ywhDpNqRBfXaAP+WQxdOKbFr6PYS+jQNYxqymGyQmduDxl1x0V4E3FDuSf39r/fAG9DQfHCw"}}},"signed_curve25519:AAAAIg":{"key":"BmS/k/PLOsqvsx3BJNlhwPymsa9Eg0Ca7UOOSvI4nQs","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"rF6z5ufG2GiOMm4V62zQXJ5LSxyU77jDDmCk5ZQ5Jkpvl2hB4OTqpokSwfgtrkAq7eaVeY7e2uocUZsazvXZBQ"}}},"signed_curve25519:AAAAIw":{"key":"i2LS6gwdHGeh72431RAvrnVkuGv82Vqb32oVySk2ECY","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"wd/g4RovQWfWwGfyi1Y8HXS1oQj0KDJ6QZiij0U7xMzYtmFDU5JisDfM8x1Nqg/4FUWLsImvWsJN0AwxybRsCg"}}},"signed_curve25519:AAAAJA":{"key":"jMbJLu2oyu1OnSv+xHTFhIXreGS+S4umkBurxcQUaG4","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"BE2/Y+mDVs0nt+n/auWykopJ6uAtVzRwum6ilVDgukvbTWBolIDYnTYxEB0fyW2n/JHZFsLc4/taDZWpQoL4AQ"}}},"signed_curve25519:AAAAJQ":{"key":"dCcDv5fYCAi7LwFqH2I5VRCp/9HdegLEkfhqL7w9+Vk","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"+xeIRx9brEfD8sCyEFCbBbA/PCKGEq04NP5ptVnv/D3tkP5s53+MJ8HdhGEmqlZnLCnIHzcy5YuQofH+O9+mCg"}}},"signed_curve25519:AAAAJg":{"key":"QUB5fCBrfwlm1t9MBC3F0fHIswZgVGBEK3pOfVDNOhI","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"2RJZobZKGX51FO6H8FYQNMDYZuM5Zgs1sL+ca6//SBnCapPS8N5in+ON7buPn766P6pzLNzkh9uCt6QcJpXFBQ"}}},"signed_curve25519:AAAAJw":{"key":"+L94upxL0qHOqMKiUwqTwM9GWgb1mQud8RirnWgRZis","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"hWz+fp3eKvxAwfs10UXMmuVF63/O1h2wDeIv8tr1nT7CNrKWjUD1p1RQ0XDvgldeTJX2rBtxfGnsRgnTN14iCA"}}},"signed_curve25519:AAAAKA":{"key":"v6QRLi19Ue0Awh5IX4RhtT0gAj84QPwpRYFRUXlOBFo","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"5VjD7QdS+5s0NERFNJthWj6+QvptwqhBQ0X9p0IrkKWKoqF06CKZG6iSmQ15ZmVUbFCbcIrfuI0zCogfgeXdBQ"}}},"signed_curve25519:AAAAKQ":{"key":"LWa7qhMquzVmCNv0equHUK9eBkSJJ0bPCSEBj7QWih8","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"+hVj+p2WMxuAtPYql6aFv4MRQVRPzrLxy/GKlkY2YRzUSEB3RbDock0/zkYV9d8c3vbkd2nG1iuPYn6f0GPJDA"}}},"signed_curve25519:AAAAKg":{"key":"H5gg2+qAOE1V7NCnONzcSaJLnHRH3LngulB4xVVSyXc","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"iW4qWuWdsil5+cqR+XiuHwN9NzZvqtrHwRC73zzk9DeAJNoEqJBlVzjf3KdqIj5CkqZl8HPA1Vu/FUpeXRrXBA"}}},"signed_curve25519:AAAAKw":{"key":"gnAktnOuloVmQCWChXJYAeL7tsjEOM0tw9amssnDcHo","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"3fA0b5mGq7IzRImPlqSl8AmFNsyyih5UCyvYUoQImYKDC0HJ4o4JWo9oPIWPdwq9ppJPWiXVljyjJkAlGFbMDg"}}},"signed_curve25519:AAAALA":{"key":"su+Z2lSrcdusXRYkcyElxVn3dlSaIwUaPfNHVxynUSs","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"GFlp9x5M65Y/BDSAJq8d97zS+ECqBD6l9mHfg9qfSWHT0IkrEumw+a2SzRldCMbBXbrnIKq6uMRuHwYeexUeCw"}}},"signed_curve25519:AAAALQ":{"key":"0XeRcLdw7+Eir/N5MBc34bdfuofOFftFSJUSXMMDohs","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"hnHVfLZlDimfvrlonNZWlOm8FHTJRNEl+TSR+DW5/eoovqODf+KIPpa9WC/1m9lSE3mtHNOyYmYonNJxwifkAw"}}},"signed_curve25519:AAAALg":{"key":"gOPSh+MMVXPFeGbJVddSuOKV/vrh6jEyV1kkr/jiJB4","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"VmyPeRRJ5ayTZh0nRnq7o7ZmZDOxT0742v21y16q6sZZU3iMo0tCrSN2K0MdiljdET3KRwLmbrQ1ymgSNi3MCg"}}},"signed_curve25519:AAAALw":{"key":"Yi3mjPYYNeszCYt3o/vIM08bbiRLxz4wQpMvnQg6jiI","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"lb8dM6EvSe9KKGQpYZTmrGrb2mQJsabyt7h0Rus6/woxaZnK7hnvzNfDG34J2oaRxNrshdzjOXBhFai5MwwLCQ"}}},"signed_curve25519:AAAAMA":{"key":"QkakjBKoNiHVDg15vM2aEuGSCDHttD/1ogNnifsdrjQ","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"5o4vZ0ONDd0JPEdzeOxPEkVD2jPAbec4Gd5/LYrgLS3xdNw/ubHS04AatkB/ca7fhFyqWl0LpPsfSJzCM/FPDw"}}},"signed_curve25519:AAAAMQ":{"key":"2C2k4f09kUHforWVzeORlOLXvC1cEVfgon8sBOZrAig","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"NyaK2EBLkX3ccUE0M6qdVetnXH5iMJ4xC21WLs2UZEaFn+lliLSBJWulD0Xnc0FZYKPPI7ZeesB/H4gIWdt3Dw"}}},"signed_curve25519:AAAAMg":{"key":"NPmS7VBsiy5wpaJymdo2GzJXHYGE/82VWzjth30OaA0","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"64qKNOMZ+8DNqZqqNQNFu+TEf6aGvHl/gZooorFyTVMk70CV5QLLP/1BgTfm+zdXe1JVC9xIm6zG0Osg8moxBA"}}}}},"time":"2026-03-06T19:12:25.286291946Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:12:25.252187","time":"2026-03-06T19:12:25.287098904Z","message":"Successfully shared keys"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":14,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_885_0_350_361_1_83_88_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":2.982403,"status_code":200,"response_length":207,"response_mime":"application/json","time":"2026-03-06T19:12:25.290197036Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:12:25.290557","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:12:25.290583682Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:12:25.290557","time":"2026-03-06T19:12:25.29077072Z","message":"Finished handling device list changes"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":15,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_885_0_350_361_1_83_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.281015,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:12:55.295209997Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":16,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_885_0_350_361_1_83_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30005.636008,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:13:25.301308989Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":17,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_886_0_350_363_1_83_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":11114.572519,"status_code":200,"response_length":1221,"response_mime":"application/json","time":"2026-03-06T19:13:36.41658056Z","message":"Request completed"} +{"level":"debug","transaction_id":"2","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:36.431090005Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2","time":"2026-03-06T19:13:36.431581065Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":19,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev/join?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":55.453686,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:13:36.488415672Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":20,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev/joined_members?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":6.028362,"status_code":200,"response_length":263,"response_mime":"application/json","time":"2026-03-06T19:13:36.495001166Z","message":"Request completed"} +{"level":"debug","transaction_id":"3","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:36.501171379Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3","time":"2026-03-06T19:13:36.501453192Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":18,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s472_886_0_350_364_1_83_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":99.729053,"status_code":200,"response_length":236,"response_mime":"application/json","time":"2026-03-06T19:13:36.516763937Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:13:36.517058","changes":["@discordbot:matrix.theocloud.dev","@theo:matrix.theocloud.dev"],"time":"2026-03-06T19:13:36.517083465Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:13:36.517058","time":"2026-03-06T19:13:36.517355431Z","message":"Finished handling device list changes"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":21,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824416495847515_2?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":50.344099,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.notice","body":"Hello, I'm a Discord bridge bot."},"time":"2026-03-06T19:13:36.546507579Z","message":"Request completed"} +{"level":"debug","transaction_id":"4","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:36.556587839Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"4","time":"2026-03-06T19:13:36.556681078Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":23,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824416546858467_3?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":40.641685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.notice","body":"This room has been registered as your bridge management/status room."},"time":"2026-03-06T19:13:36.587603448Z","message":"Request completed"} +{"level":"debug","sender":"@theo:matrix.theocloud.dev","target":"@discordbot:matrix.theocloud.dev","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","time":"2026-03-06T19:13:36.587703532Z","message":"Registered room as management room with inviter"} +{"level":"debug","transaction_id":"5","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:36.596497787Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"5","time":"2026-03-06T19:13:36.596627623Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":24,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824416587886589_4?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":39.976507,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.notice","body":"Use `help` for help or `login` to log in.","format":"org.matrix.custom.html","formatted_body":"Use help for help or login to log in."},"time":"2026-03-06T19:13:36.627978406Z","message":"Request completed"} +{"level":"debug","message_checkpoint":{"event_id":"$_RxTF5CgMoVIpWixd4E7YdIj0WmQtUQYKXoXiJwOigs","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824416628,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.notice"},"time":"2026-03-06T19:13:36.6284636Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$TRCRksevnMkj3FmG7c-Zc4bZ3xxGgQmP-5ufquiTVGU","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824416628,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.notice"},"time":"2026-03-06T19:13:36.628518845Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"6","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:36.638580526Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"6","time":"2026-03-06T19:13:36.638672579Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Kx12CWYuU0l5eao9kln_u2l-5glQiR2IDJJlhAz3AdE","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824416638,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.notice"},"time":"2026-03-06T19:13:36.63880905Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"7","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:13:36.858963575Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"7","time":"2026-03-06T19:13:36.859137413Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":22,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s473_886_0_350_365_1_83_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":559.518849,"status_code":200,"response_length":2610,"response_mime":"application/json","time":"2026-03-06T19:13:37.077149038Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:13:37.077721","sender":"@theo:matrix.theocloud.dev","type":"m.room.encrypted","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","time":"2026-03-06T19:13:37.077731034Z","message":"Handling encrypted to-device event"} +{"level":"debug","component":"crypto","trace_id":"19:13:37.077721","sender":"@theo:matrix.theocloud.dev","type":"m.room.encrypted","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","new_olm_session_id":"ScVZIN2arsy/Jc9/ktyMyiu8Se5+3ecltooQDIsK5XE","olm_session_description":"sender chain index: 0 receiver chain indices: 0 skipped message keys:","time":"2026-03-06T19:13:37.079615377Z","message":"Created inbound olm session"} +{"level":"debug","component":"crypto","trace_id":"19:13:37.077721","sender":"@theo:matrix.theocloud.dev","type":"m.room.encrypted","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","session_id":"qCjqyoWYmPyrt1WNvGePcENuonpZuYQy/33Q51RyWNk","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","max_age":"0s","max_messages":0,"is_scheduled":false,"time":"2026-03-06T19:13:37.08080081Z","message":"Received inbound group session"} +{"level":"debug","component":"crypto","trace_id":"19:13:37.080873","keys_left":0,"time":"2026-03-06T19:13:37.080880569Z","message":"Sync response said we have less than 50 signed curve25519 keys left, sharing new ones..."} +{"level":"debug","component":"crypto","trace_id":"19:13:37.080873","count":1,"time":"2026-03-06T19:13:37.081313452Z","message":"Uploading one-time keys"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":25,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/keys/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":8.915082,"status_code":200,"response_length":48,"response_mime":"application/json","req_body":{"one_time_keys":{"signed_curve25519:AAAAMw":{"key":"PkmcJpRCiKtWwOsejVN9MK+6SgfzveNchEXEBzQcm34","signatures":{"@discordbot:matrix.theocloud.dev":{"ed25519:HIQHDALBQU":"2EymcUKjB8Doj72H3l0yHpIWJpFRIzAdlFan6fvkWfaDYXvLmLglwS49/P2jKS0f97BqgX70CaYJlXy7VDJtCw"}}}}},"time":"2026-03-06T19:13:37.090415152Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:13:37.080873","time":"2026-03-06T19:13:37.09120821Z","message":"Successfully shared keys"} +{"level":"debug","transaction_id":"8","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:37.179086503Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"8","time":"2026-03-06T19:13:37.179217038Z","message":"Finished dispatching events from transaction"} +{"level":"debug","event_id":"$8TbuWv6Ww4wBeYhj9DVcgGF2xFjn51m8Vv3FfyA9CxE","session_id":"qCjqyoWYmPyrt1WNvGePcENuonpZuYQy/33Q51RyWNk","time":"2026-03-06T19:13:37.179411688Z","message":"Decrypting received event"} +{"level":"debug","message_checkpoint":{"event_id":"$8TbuWv6Ww4wBeYhj9DVcgGF2xFjn51m8Vv3FfyA9CxE","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824417179,"status":"SUCCESS","event_type":"m.room.encrypted","reported_by":"BRIDGE","retry_num":0},"time":"2026-03-06T19:13:37.179540058Z","message":"Sent message checkpoint"} +{"level":"debug","component":"crypto","action":"decrypt megolm event","event_id":"$8TbuWv6Ww4wBeYhj9DVcgGF2xFjn51m8Vv3FfyA9CxE","sender":"@theo:matrix.theocloud.dev","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","session_id":"qCjqyoWYmPyrt1WNvGePcENuonpZuYQy/33Q51RyWNk","prev_ratchet_index":0,"new_ratchet_index":1,"next_new_index":1,"missed_indices":[],"lost_indices":[],"max_messages":0,"time":"2026-03-06T19:13:37.180826063Z","message":"Ratchet safety data changed (ratchet state didn't change)"} +{"level":"debug","component":"crypto","action":"decrypt megolm event","event_id":"$8TbuWv6Ww4wBeYhj9DVcgGF2xFjn51m8Vv3FfyA9CxE","sender":"@theo:matrix.theocloud.dev","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","session_id":"qCjqyoWYmPyrt1WNvGePcENuonpZuYQy/33Q51RyWNk","user_id":"@theo:matrix.theocloud.dev","identity_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","time":"2026-03-06T19:13:37.181008212Z","message":"Didn't find identity in crypto store, fetching from server"} +{"level":"debug","component":"crypto","users":["@theo:matrix.theocloud.dev"],"time":"2026-03-06T19:13:37.181072118Z","message":"Querying keys for users"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":27,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/keys/query?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":6.779935,"status_code":200,"response_length":4906,"response_mime":"application/json","req_body":{"device_keys":{"@theo:matrix.theocloud.dev":[]},"timeout":10000},"time":"2026-03-06T19:13:37.188305887Z","message":"Request completed"} +{"level":"debug","component":"crypto","user_id":"@theo:matrix.theocloud.dev","new_device_count":6,"old_device_count":0,"time":"2026-03-06T19:13:37.18859259Z","message":"Updating devices in store"} +{"level":"debug","component":"crypto","user_id":"@theo:matrix.theocloud.dev","key":"842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","usages":["master"],"usage":"master","time":"2026-03-06T19:13:37.195819794Z","message":"Storing cross-signing key"} +{"level":"debug","component":"crypto","user_id":"@theo:matrix.theocloud.dev","key":"842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","usages":["master"],"sign_key_id":"ed25519:842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","signer_user_id":"@theo:matrix.theocloud.dev","signing_key":"842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","time":"2026-03-06T19:13:37.196007041Z","message":"Verifying cross-signing key signature"} +{"level":"debug","component":"crypto","user_id":"@theo:matrix.theocloud.dev","key":"842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","usages":["master"],"sign_key_id":"ed25519:842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","signer_user_id":"@theo:matrix.theocloud.dev","signing_key":"842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","time":"2026-03-06T19:13:37.196317141Z","message":"Cross-signing key signature verified"} +{"level":"debug","component":"crypto","user_id":"@theo:matrix.theocloud.dev","key":"842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","usages":["master"],"sign_key_id":"ed25519:TUMOJAANYT","signer_user_id":"@theo:matrix.theocloud.dev","signing_key":"TUMOJAANYT","time":"2026-03-06T19:13:37.196553487Z","message":"Cross-signing key has a signature from an unknown key"} +{"level":"debug","component":"crypto","user_id":"@theo:matrix.theocloud.dev","key":"DcKPf1pBpNL2MnvYbHScJ+ZsLyBb4t0fsTncTig/f/8","usages":["self_signing"],"usage":"self_signing","time":"2026-03-06T19:13:37.196718594Z","message":"Storing cross-signing key"} +{"level":"debug","component":"crypto","user_id":"@theo:matrix.theocloud.dev","key":"DcKPf1pBpNL2MnvYbHScJ+ZsLyBb4t0fsTncTig/f/8","usages":["self_signing"],"sign_key_id":"ed25519:842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","signer_user_id":"@theo:matrix.theocloud.dev","signing_key":"842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","time":"2026-03-06T19:13:37.196882095Z","message":"Verifying cross-signing key signature"} +{"level":"debug","component":"crypto","user_id":"@theo:matrix.theocloud.dev","key":"DcKPf1pBpNL2MnvYbHScJ+ZsLyBb4t0fsTncTig/f/8","usages":["self_signing"],"sign_key_id":"ed25519:842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","signer_user_id":"@theo:matrix.theocloud.dev","signing_key":"842B+0RFHgdhwjUkmlmy4Dh02idw8/5XEpz5kJTnuKg","time":"2026-03-06T19:13:37.197181788Z","message":"Cross-signing key signature verified"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":28,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/keys/query?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":3.996932,"status_code":200,"response_length":645,"response_mime":"application/json","req_body":{"device_keys":{"@discordbot:matrix.theocloud.dev":[]}},"time":"2026-03-06T19:13:37.201821687Z","message":"Request completed"} +{"level":"debug","component":"crypto","action":"decrypt megolm event","event_id":"$8TbuWv6Ww4wBeYhj9DVcgGF2xFjn51m8Vv3FfyA9CxE","sender":"@theo:matrix.theocloud.dev","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","session_id":"qCjqyoWYmPyrt1WNvGePcENuonpZuYQy/33Q51RyWNk","message_index":0,"decrypted_event_type":"m.room.message (message)","time":"2026-03-06T19:13:37.201980159Z","message":"Event decrypted successfully"} +{"level":"debug","message_checkpoint":{"event_id":"$8TbuWv6Ww4wBeYhj9DVcgGF2xFjn51m8Vv3FfyA9CxE","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","step":"DECRYPTED","timestamp":1772824417202,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:13:37.20213898Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$8TbuWv6Ww4wBeYhj9DVcgGF2xFjn51m8Vv3FfyA9CxE","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","step":"COMMAND","timestamp":1772824417202,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:13:37.202162656Z","message":"Sent message checkpoint"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_id":"$8TbuWv6Ww4wBeYhj9DVcgGF2xFjn51m8Vv3FfyA9CxE","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","mx_command":"login","time":"2026-03-06T19:13:37.20240892Z","message":"Received command"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":29,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":35.542853,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<588 bytes>","time":"2026-03-06T19:13:37.788247325Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":30,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824417788528859_5?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":45.586795,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.image","body":"https://discordapp.com/ra/bbJocSVJcIKLuImlLstemcJ8wwQs0Wfa6c7ahW_Vbn4","url":"mxc://matrix.theocloud.dev/SRtfBTRDRmClNCSbazkFTsUO","filename":"qr.png"},"time":"2026-03-06T19:13:37.834264208Z","message":"Request completed"} +{"level":"debug","transaction_id":"9","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:37.846410471Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"9","time":"2026-03-06T19:13:37.846512021Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$F2fU3BnmJLuved0XW_nW3LZkn512rgRUhZVyk2W6Sww","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824417846,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:13:37.846675382Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"10","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:13:38.020789697Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"10","time":"2026-03-06T19:13:38.020900746Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":31,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev/redact/$F2fU3BnmJLuved0XW_nW3LZkn512rgRUhZVyk2W6Sww/mautrix-go_1772824435378800411_6?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":36.80979,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:13:55.41575659Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:13:55.415877417Z","message":"Connecting to discord"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:13:55.416066899Z","message":"Creating new heartbeat session"} +{"level":"debug","transaction_id":"11","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:55.429607562Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"11","time":"2026-03-06T19:13:55.429716446Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vAr6vhisqBDu50mI5SNtpSGh0QaDXrh3B4SB2gtut_Q","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824435429,"status":"SUCCESS","event_type":"m.room.redaction","reported_by":"BRIDGE","retry_num":0},"time":"2026-03-06T19:13:55.429905858Z","message":"Sent message checkpoint"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"droid.go:209:LoadMainPage()","time":"2026-03-06T19:13:55.465508216Z","message":"Found gateway URL wss://gateway.discord.gg/ and confirmed API version"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"droid.go:244:LoadMainPage()","time":"2026-03-06T19:13:56.292050879Z","message":"Found build number 507104 from JS file /assets/web.aff961bacf30bead.js"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:65:Open()","time":"2026-03-06T19:13:56.292255377Z","message":"called"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:93:Open()","time":"2026-03-06T19:13:56.292319073Z","message":"connecting to gateway wss://gateway.discord.gg/?encoding=json&v=9&compress=zlib-stream"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:143:Open()","time":"2026-03-06T19:13:56.485605007Z","message":"Op 10 Hello Packet received from Discord"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:13:57.143792618Z","message":"Discord connection ready"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:228:Open()","time":"2026-03-06T19:13:57.144180313Z","message":"We are now connected to Discord, emitting connect event"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:234:Open()","time":"2026-03-06T19:13:57.144750505Z","message":"creating new VoiceConnections map"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:13:57.144823769Z","message":"Connected to Discord"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:247:Open()","time":"2026-03-06T19:13:57.144869167Z","message":"exiting"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:373:heartbeat()","time":"2026-03-06T19:13:57.144900177Z","message":"called"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:255:listen()","time":"2026-03-06T19:13:57.144990552Z","message":"called"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.ReadySupplemental","time":"2026-03-06T19:13:57.145870774Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:13:57.145905067Z","message":"unknown event: Op: 0, Seq: 3, Type: SESSIONS_REPLACE"} +{"level":"debug","module":"Guild/467730051622764565","time":"2026-03-06T19:13:57.146443061Z","message":"Updating name \"\" -> \"SteamDB\""} +{"level":"debug","module":"Guild/467730051622764565","time":"2026-03-06T19:13:57.146507945Z","message":"Updating avatar \"\" -> \"650d2bcb9c960ded7d8b58b8e784e216\""} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":32,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824437145495163_7?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":35.993684,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.notice","body":"Successfully logged in as @retischtheo"},"time":"2026-03-06T19:13:57.181605901Z","message":"Request completed"} +{"level":"debug","transaction_id":"12","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:57.19118623Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"12","time":"2026-03-06T19:13:57.191281286Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mDJk60MY0nmOiPis27_w9cmhkFCOkyD4xidQvvYO81Q","room_id":"!ZRiFajVHBzPNfTpbKI:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824437191,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.notice"},"time":"2026-03-06T19:13:57.1915008Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":33,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":13.090669,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<5003 bytes>","time":"2026-03-06T19:13:57.211740031Z","message":"Request completed"} +{"level":"debug","module":"Guild/467730051622764565","time":"2026-03-06T19:13:57.212083934Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"775659989460451328","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.212294718Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"848978382725054485","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.212379088Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"1286288226226798684","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.212424066Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"1240663852404965386","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.21247973Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1240663852404965386","channel_receiver":"","room_id":"","old_name":"","new_name":"#deadlock-updates","time":"2026-03-06T19:13:57.213176616Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1240663852404965386","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:deadlock:1242891738750652509> All Deadlock related updates, such as the apps updating, group announcements, blog posts, gametracker pushes.","time":"2026-03-06T19:13:57.213227182Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1240663852404965386","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"996118630964138034","time":"2026-03-06T19:13:57.213264827Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1240663852404965386","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.213819584Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"526140050467979265","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.214102724Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"1205632096220221491","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.214158458Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1205632096220221491","channel_receiver":"","room_id":"","old_name":"","new_name":"#tf-updates","time":"2026-03-06T19:13:57.214747787Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1205632096220221491","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:logo_tf2:850659016069218325> All Team Fortress related updates, such as the apps updating, group announcements, blog posts, gametracker pushes.","time":"2026-03-06T19:13:57.214807432Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1205632096220221491","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"996118630964138034","time":"2026-03-06T19:13:57.214852341Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1205632096220221491","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.21490137Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"1409217725313843250","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.215200644Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"1124705114897260605","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.21525526Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"1094180025680527451","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.215297655Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1094180025680527451","channel_receiver":"","room_id":"","old_name":"","new_name":"#rules-and-info","time":"2026-03-06T19:13:57.215882653Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1094180025680527451","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:feels_ban_man:973685742834430002> Server rules and information.","time":"2026-03-06T19:13:57.215929308Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1094180025680527451","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.215971283Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"814937099660034139","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.216318818Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"814937099660034139","channel_receiver":"","room_id":"","old_name":"","new_name":"#verify-account","time":"2026-03-06T19:13:57.216960947Z","message":"Updating portal name"} +{"level":"debug","channel_id":"814937099660034139","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:steamdb:843039715728424972> https://steamdb.info/discord/","time":"2026-03-06T19:13:57.217011513Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"814937099660034139","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.217053Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"760061856885768234","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.217419322Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"813816823694491648","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.217480364Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"813816823694491648","channel_receiver":"","room_id":"","old_name":"","new_name":"#status","time":"2026-03-06T19:13:57.218051324Z","message":"Updating portal name"} +{"level":"debug","channel_id":"813816823694491648","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:cartoon_check_mark:1115924999681884161> Updates from https://steamstat.us","time":"2026-03-06T19:13:57.218100354Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"813816823694491648","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"775661697343029258","time":"2026-03-06T19:13:57.218147497Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"813816823694491648","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.218698063Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"996117597080793209","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.219001947Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"996117597080793209","channel_receiver":"","room_id":"","old_name":"","new_name":"#removed-apps","time":"2026-03-06T19:13:57.219595746Z","message":"Updating portal name"} +{"level":"debug","channel_id":"996117597080793209","channel_receiver":"","room_id":"","old_topic":"","new_topic":"🗑️ Announces apps that get retired or removed from the Steam store.","time":"2026-03-06T19:13:57.219647638Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"996117597080793209","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"775661697343029258","time":"2026-03-06T19:13:57.219687309Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"996117597080793209","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.219732217Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"775662290141184013","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.220010748Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"775662290141184013","channel_receiver":"","room_id":"","old_name":"","new_name":"#steam-updates","time":"2026-03-06T19:13:57.220597353Z","message":"Updating portal name"} +{"level":"debug","channel_id":"775662290141184013","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:git:1058863053422211072> Commits to Steam tracking repositories.","time":"2026-03-06T19:13:57.220650363Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"775662290141184013","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"996118630964138034","time":"2026-03-06T19:13:57.220684656Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"775662290141184013","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.220731311Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"814210858019455006","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.221035543Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"814210858019455006","channel_receiver":"","room_id":"","old_name":"","new_name":"#cs-updates","time":"2026-03-06T19:13:57.221632275Z","message":"Updating portal name"} +{"level":"debug","channel_id":"814210858019455006","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:cs2:1088173085288583339> All Counter-Strike related updates, such as the apps updating, group announcements, blog posts, gametracker pushes.","time":"2026-03-06T19:13:57.221685775Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"814210858019455006","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"996118630964138034","time":"2026-03-06T19:13:57.221725305Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"814210858019455006","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.221770773Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"814210883139141683","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.222140378Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"814210883139141683","channel_receiver":"","room_id":"","old_name":"","new_name":"#dota-updates","time":"2026-03-06T19:13:57.222748843Z","message":"Updating portal name"} +{"level":"debug","channel_id":"814210883139141683","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:dota:814777601603403806> All Dota 2, Underlords, and Artifact related updates, such as the apps updating, group announcements, blog posts, gametracker pushes.","time":"2026-03-06T19:13:57.222805625Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"814210883139141683","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"996118630964138034","time":"2026-03-06T19:13:57.22286527Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"814210883139141683","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.22291395Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"1105095144937631864","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.223191713Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"845984309638463488","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.223248914Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"845984309638463488","channel_receiver":"","room_id":"","old_name":"","new_name":"#free-promotions","time":"2026-03-06T19:13:57.223817918Z","message":"Updating portal name"} +{"level":"debug","channel_id":"845984309638463488","channel_receiver":"","room_id":"","old_topic":"","new_topic":"🆓 Announces free to keep promotions on Steam. https://steamdb.info/upcoming/free/","time":"2026-03-06T19:13:57.223872116Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"845984309638463488","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"775661697343029258","time":"2026-03-06T19:13:57.223922682Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"845984309638463488","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.223965215Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"775429805469597768","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.22425527Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"876841149984280576","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.224311563Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"876841149984280576","channel_receiver":"","room_id":"","old_name":"","new_name":"#free-weekends","time":"2026-03-06T19:13:57.224893838Z","message":"Updating portal name"} +{"level":"debug","channel_id":"876841149984280576","channel_receiver":"","room_id":"","old_topic":"","new_topic":"🗓️ Announces limited play for free promotions on Steam. https://steamdb.info/upcoming/free/","time":"2026-03-06T19:13:57.224942099Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"876841149984280576","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"775661697343029258","time":"2026-03-06T19:13:57.224984353Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"876841149984280576","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.225024582Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"959120991961894913","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.225294732Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"959120991961894913","channel_receiver":"","room_id":"","old_name":"","new_name":"#steam-deck-compat","time":"2026-03-06T19:13:57.225866461Z","message":"Updating portal name"} +{"level":"debug","channel_id":"959120991961894913","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:logo_steamdeck:1058863300064055366> New Steam Deck compatibility reports.","time":"2026-03-06T19:13:57.225923173Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"959120991961894913","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"996118630964138034","time":"2026-03-06T19:13:57.225974576Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"959120991961894913","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.226013269Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"1082397346375147600","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.2262918Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"1317164496459927666","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.226375471Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"928588045819727914","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.226416468Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"928588045819727914","channel_receiver":"","room_id":"","old_name":"","new_name":"#new-apps","time":"2026-03-06T19:13:57.226947688Z","message":"Updating portal name"} +{"level":"debug","channel_id":"928588045819727914","channel_receiver":"","room_id":"","old_topic":"","new_topic":"🆕 Announces new apps published on Steam.","time":"2026-03-06T19:13:57.226995391Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"928588045819727914","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"775661697343029258","time":"2026-03-06T19:13:57.227034502Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"928588045819727914","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.227084649Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"775661588119945216","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.227406761Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"775661588119945216","channel_receiver":"","room_id":"","old_name":"","new_name":"#announcements","time":"2026-03-06T19:13:57.227942172Z","message":"Updating portal name"} +{"level":"debug","channel_id":"775661588119945216","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:logo_steam:924446675819450448> Announcements from various Steam groups. Announces new player peaks across all Steam games.","time":"2026-03-06T19:13:57.227990852Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"775661588119945216","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"775661697343029258","time":"2026-03-06T19:13:57.228038135Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"775661588119945216","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.228081437Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"844823280384868363","permissions":140737525122048,"view_channel":true,"time":"2026-03-06T19:13:57.22838581Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"844823280384868363","channel_receiver":"","room_id":"","old_name":"","new_name":"#other-updates","time":"2026-03-06T19:13:57.228924992Z","message":"Updating portal name"} +{"level":"debug","channel_id":"844823280384868363","channel_receiver":"","room_id":"","old_topic":"","new_topic":"<:steamdb:843039715728424972> Updates on various Valve apps and other important apps.","time":"2026-03-06T19:13:57.228982472Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"844823280384868363","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"996118630964138034","time":"2026-03-06T19:13:57.229033108Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"844823280384868363","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.229084023Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"467730051622764565","channel_id":"1286286510416597022","permissions":140737525121024,"view_channel":false,"time":"2026-03-06T19:13:57.229378896Z","message":"Computed permissions in channel"} +{"level":"debug","module":"Guild/593059705971146772","time":"2026-03-06T19:13:57.231733767Z","message":"Updating name \"\" -> \"Eier Lecken\""} +{"level":"debug","module":"Guild/593059705971146772","time":"2026-03-06T19:13:57.231782447Z","message":"Updating avatar \"\" -> \"dadb12f3d74ce35047d7bd7e2ff47b78\""} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":34,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":27.016372,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<30659 bytes>","time":"2026-03-06T19:13:57.517505623Z","message":"Request completed"} +{"level":"debug","module":"Guild/593059705971146772","time":"2026-03-06T19:13:57.517829691Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"593059705971146772","channel_id":"593059705971146787","permissions":2249574885883903,"view_channel":true,"time":"2026-03-06T19:13:57.518027764Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"593059705971146787","channel_receiver":"","room_id":"","old_name":"","new_name":"#willkommens-chat","time":"2026-03-06T19:13:57.518725418Z","message":"Updating portal name"} +{"level":"debug","channel_id":"593059705971146787","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"593059705971146781","time":"2026-03-06T19:13:57.518780663Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"593059705971146787","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.519299521Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"593059705971146772","channel_id":"593060615979794434","permissions":2249574885883903,"view_channel":true,"time":"2026-03-06T19:13:57.51963197Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"593060615979794434","channel_receiver":"","room_id":"","old_name":"","new_name":"#anime-chat","time":"2026-03-06T19:13:57.520174365Z","message":"Updating portal name"} +{"level":"debug","channel_id":"593060615979794434","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"593059705971146781","time":"2026-03-06T19:13:57.520221997Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"593060615979794434","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.520256848Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"593059705971146772","channel_id":"593062488099127296","permissions":2249574885883903,"view_channel":true,"time":"2026-03-06T19:13:57.520534541Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"593062488099127296","channel_receiver":"","room_id":"","old_name":"","new_name":"#allgemein","time":"2026-03-06T19:13:57.521063596Z","message":"Updating portal name"} +{"level":"debug","channel_id":"593062488099127296","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"593059705971146781","time":"2026-03-06T19:13:57.521111717Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"593062488099127296","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.521170524Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"593059705971146772","channel_id":"593062566855442448","permissions":2249574885883903,"view_channel":true,"time":"2026-03-06T19:13:57.521479856Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"593062566855442448","channel_receiver":"","room_id":"","old_name":"","new_name":"#spam-und-bot-chat","time":"2026-03-06T19:13:57.522031889Z","message":"Updating portal name"} +{"level":"debug","channel_id":"593062566855442448","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"593059705971146781","time":"2026-03-06T19:13:57.522080918Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"593062566855442448","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.522118144Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"593059705971146772","channel_id":"593062859232247808","permissions":2249574885883903,"view_channel":true,"time":"2026-03-06T19:13:57.522389411Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"593062859232247808","channel_receiver":"","room_id":"","old_name":"","new_name":"#pokecord","time":"2026-03-06T19:13:57.522911761Z","message":"Updating portal name"} +{"level":"debug","channel_id":"593062859232247808","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"593059705971146781","time":"2026-03-06T19:13:57.522958136Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"593062859232247808","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.52300521Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"593059705971146772","channel_id":"1395494755273805854","permissions":2249574885883903,"view_channel":true,"time":"2026-03-06T19:13:57.523287163Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1395494755273805854","channel_receiver":"","room_id":"","old_name":"","new_name":"#dubios","time":"2026-03-06T19:13:57.523825716Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1395494755273805854","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"593059705971146781","time":"2026-03-06T19:13:57.523875235Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1395494755273805854","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:57.523913438Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","module":"Guild/626215981387350057","time":"2026-03-06T19:13:57.525708733Z","message":"Updating name \"\" -> \"Caleb Gannon's Discord\""} +{"level":"debug","module":"Guild/626215981387350057","time":"2026-03-06T19:13:57.525752664Z","message":"Updating avatar \"\" -> \"c92ce72cce155322a73ee9f7a56b7250\""} +{"level":"debug","transaction_id":"13","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:13:57.698617078Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"13","time":"2026-03-06T19:13:57.698757181Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":35,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":25.004008,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<37209 bytes>","time":"2026-03-06T19:13:58.044196164Z","message":"Request completed"} +{"level":"debug","module":"Guild/626215981387350057","time":"2026-03-06T19:13:58.044530569Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1017477883054272572","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.044734858Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1017477883054272572","channel_receiver":"","room_id":"","old_name":"","new_name":"#algomancy-content","time":"2026-03-06T19:13:58.045389Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1017477883054272572","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279323525267556","time":"2026-03-06T19:13:58.045443337Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1017477883054272572","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.045969179Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"639075168140132377","permissions":2222085186638401,"view_channel":false,"time":"2026-03-06T19:13:58.046252739Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"950878497570701362","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.046312454Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"950878497570701362","channel_receiver":"","room_id":"","old_name":"","new_name":"#calebs-articles-discussion","time":"2026-03-06T19:13:58.046833687Z","message":"Updating portal name"} +{"level":"debug","channel_id":"950878497570701362","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"715685775580069888","time":"2026-03-06T19:13:58.046881668Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"950878497570701362","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.047399409Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"733055073311260714","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.047742963Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"968607199049941012","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.0478017Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"626218018351087639","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.047839205Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1176303029385965650","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.047874475Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1176303029385965650","channel_receiver":"","room_id":"","old_name":"","new_name":"#algomancy-marketing-stuff","time":"2026-03-06T19:13:58.048393752Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1176303029385965650","channel_receiver":"","room_id":"","old_topic":"","new_topic":"(Just a place where I put marketing stuff/ideas)","time":"2026-03-06T19:13:58.048447042Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1176303029385965650","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.048494116Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1176303029385965650","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.048961221Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"626216309708816384","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.049249599Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"626216309708816384","channel_receiver":"","room_id":"","old_name":"","new_name":"#art-and-media","time":"2026-03-06T19:13:58.049780121Z","message":"Updating portal name"} +{"level":"debug","channel_id":"626216309708816384","channel_receiver":"","room_id":"","old_topic":"","new_topic":"For ANYTHING ARTY WUH","time":"2026-03-06T19:13:58.049831525Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"626216309708816384","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626215981387350058","time":"2026-03-06T19:13:58.04987364Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"626216309708816384","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.050364281Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"627166401932558336","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.050650495Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"799722981966086184","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.050703924Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"788599634964381736","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.050743594Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"689679396902141964","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.050780681Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"689679396902141964","channel_receiver":"","room_id":"","old_name":"","new_name":"#people-who-are-without-voice","time":"2026-03-06T19:13:58.051275373Z","message":"Updating portal name"} +{"level":"debug","channel_id":"689679396902141964","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626215981387350060","time":"2026-03-06T19:13:58.05132084Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"689679396902141964","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.051834879Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1367540804880699582","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.052119905Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1367540804880699582","channel_receiver":"","room_id":"","old_name":"","new_name":"#azoth-card-changes","time":"2026-03-06T19:13:58.052662859Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1367540804880699582","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1313223599921827932","time":"2026-03-06T19:13:58.052727812Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1367540804880699582","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.05322907Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"626217085743136778","permissions":2222085186639425,"view_channel":true,"time":"2026-03-06T19:13:58.053520382Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"626217085743136778","channel_receiver":"","room_id":"","old_name":"","new_name":"#rules","time":"2026-03-06T19:13:58.054053208Z","message":"Updating portal name"} +{"level":"debug","channel_id":"626217085743136778","channel_receiver":"","room_id":"","old_topic":"","new_topic":"da rulez","time":"2026-03-06T19:13:58.054106707Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"626217085743136778","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"627654379452891186","time":"2026-03-06T19:13:58.054152454Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"626217085743136778","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.054713776Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1226269424361803886","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.054969538Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1226269424361803886","channel_receiver":"","room_id":"","old_name":"","new_name":"#digital-client-dev","time":"2026-03-06T19:13:58.055481901Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1226269424361803886","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.055536797Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1226269424361803886","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.05558855Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"796159826820464670","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.055848992Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"958504410806382622","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.055903399Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"958504410806382622","channel_receiver":"","room_id":"","old_name":"","new_name":"#calebs-cube-suggestions","time":"2026-03-06T19:13:58.056419603Z","message":"Updating portal name"} +{"level":"debug","channel_id":"958504410806382622","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Post suggestions for my cube here. This isn't for discussion, just ideas","time":"2026-03-06T19:13:58.056471216Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"958504410806382622","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626217935177777194","time":"2026-03-06T19:13:58.056511096Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"958504410806382622","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.05696556Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"869199208400453662","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.057218947Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1069021934672687135","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.057274332Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1069021934672687135","channel_receiver":"","room_id":"","old_name":"","new_name":"#tournament-feedback","time":"2026-03-06T19:13:58.057769164Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1069021934672687135","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.057820289Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1069021934672687135","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.057857375Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1016472669027311656","permissions":2222085186639425,"view_channel":true,"time":"2026-03-06T19:13:58.058084572Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1016472669027311656","channel_receiver":"","room_id":"","old_name":"","new_name":"#calebs-to-do-list","time":"2026-03-06T19:13:58.05857214Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1016472669027311656","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279323525267556","time":"2026-03-06T19:13:58.058636046Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1016472669027311656","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.058681443Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"979159063633993738","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.058920583Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"979159063633993738","channel_receiver":"","room_id":"","old_name":"","new_name":"#algomancy-previews","time":"2026-03-06T19:13:58.059405847Z","message":"Updating portal name"} +{"level":"debug","channel_id":"979159063633993738","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279323525267556","time":"2026-03-06T19:13:58.059481277Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"979159063633993738","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.059528909Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"949051953428693032","permissions":2221705080930881,"view_channel":false,"time":"2026-03-06T19:13:58.05979403Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1016040667857813666","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.059851161Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1016040667857813666","channel_receiver":"","room_id":"","old_name":"","new_name":"#playtesting-feedback","time":"2026-03-06T19:13:58.060318406Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1016040667857813666","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.060479951Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1016040667857813666","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.060526256Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"788592114739970089","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.06077238Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1017104585581666324","permissions":2222085186639425,"view_channel":true,"time":"2026-03-06T19:13:58.060830559Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1017104585581666324","channel_receiver":"","room_id":"","old_name":"","new_name":"#card-changes","time":"2026-03-06T19:13:58.061290749Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1017104585581666324","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279323525267556","time":"2026-03-06T19:13:58.061364573Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1017104585581666324","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.061411506Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"788200540899246091","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.061657281Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1314009083069730906","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.061711619Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1314009083069730906","channel_receiver":"","room_id":"","old_name":"","new_name":"#playtesting","time":"2026-03-06T19:13:58.062239975Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1314009083069730906","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1313223599921827932","time":"2026-03-06T19:13:58.062286211Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1314009083069730906","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.062396422Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"737722451743473764","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.062655327Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"737722451743473764","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-magic","time":"2026-03-06T19:13:58.06313186Z","message":"Updating portal name"} +{"level":"debug","channel_id":"737722451743473764","channel_receiver":"","room_id":"","old_topic":"","new_topic":"The general chat for MTG content","time":"2026-03-06T19:13:58.063178864Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"737722451743473764","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626217935177777194","time":"2026-03-06T19:13:58.063233481Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"737722451743473764","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.063281183Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1330413537335574609","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.063581295Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1330413537335574609","channel_receiver":"","room_id":"","old_name":"","new_name":"#card-design-ideas","time":"2026-03-06T19:13:58.064057689Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1330413537335574609","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1313223599921827932","time":"2026-03-06T19:13:58.064145411Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1330413537335574609","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.064197862Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1369311596194566184","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.064523467Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1369311596194566184","channel_receiver":"","room_id":"","old_name":"","new_name":"#azoth-to-do","time":"2026-03-06T19:13:58.065002165Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1369311596194566184","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1313223599921827932","time":"2026-03-06T19:13:58.065049938Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1369311596194566184","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.065092192Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"875168303759380572","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.065357872Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1016040585280356362","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.0654208Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1016040585280356362","channel_receiver":"","room_id":"","old_name":"","new_name":"#looking-for-live-draft-games","time":"2026-03-06T19:13:58.065895517Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1016040585280356362","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"979159143661338684","time":"2026-03-06T19:13:58.065955652Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1016040585280356362","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.066435887Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"754048768067764245","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.066699192Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"792921990129254422","permissions":2222085186589249,"view_channel":false,"time":"2026-03-06T19:13:58.066755974Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"950874133363826738","permissions":2222085186639425,"view_channel":true,"time":"2026-03-06T19:13:58.066807098Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"950874133363826738","channel_receiver":"","room_id":"","old_name":"","new_name":"#calebs-articles-and-writing","time":"2026-03-06T19:13:58.067282514Z","message":"Updating portal name"} +{"level":"debug","channel_id":"950874133363826738","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"715685775580069888","time":"2026-03-06T19:13:58.067370655Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"950874133363826738","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.067717073Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1350232738082324611","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.068080113Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1350232738082324611","channel_receiver":"","room_id":"","old_name":"","new_name":"#photo-contest-entries","time":"2026-03-06T19:13:58.069001402Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1350232738082324611","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279323525267556","time":"2026-03-06T19:13:58.069070755Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1350232738082324611","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.069116083Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"734870413250658374","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.069404042Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1085028159721832478","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.06946697Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1168651124862111884","permissions":2222085186639425,"view_channel":true,"time":"2026-03-06T19:13:58.069512577Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1168651124862111884","channel_receiver":"","room_id":"","old_name":"","new_name":"#terms","time":"2026-03-06T19:13:58.070102464Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1168651124862111884","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"627654379452891186","time":"2026-03-06T19:13:58.070154846Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1168651124862111884","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.070204085Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"949802673631289434","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.070525848Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"627198578569379840","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.070594154Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"627198578569379840","channel_receiver":"","room_id":"","old_name":"","new_name":"#memes","time":"2026-03-06T19:13:58.071061678Z","message":"Updating portal name"} +{"level":"debug","channel_id":"627198578569379840","channel_receiver":"","room_id":"","old_topic":"","new_topic":"I'm sure you guys can figure out what goes here","time":"2026-03-06T19:13:58.071107285Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"627198578569379840","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626215981387350058","time":"2026-03-06T19:13:58.071147025Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"627198578569379840","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.071186625Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"626530271529009172","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.071461175Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"626530271529009172","channel_receiver":"","room_id":"","old_name":"","new_name":"#custom-cards","time":"2026-03-06T19:13:58.071942109Z","message":"Updating portal name"} +{"level":"debug","channel_id":"626530271529009172","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Got a cool custom card you wanna share? place it here!","time":"2026-03-06T19:13:58.071988903Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"626530271529009172","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626217935177777194","time":"2026-03-06T19:13:58.072033253Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"626530271529009172","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.072066568Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1031767190212448318","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.072365213Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1031767190212448318","channel_receiver":"","room_id":"","old_name":"","new_name":"#leaks","time":"2026-03-06T19:13:58.072864934Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1031767190212448318","channel_receiver":"","room_id":"","old_topic":"","new_topic":"For discussions of unofficially spoiled magic cards","time":"2026-03-06T19:13:58.072910262Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1031767190212448318","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626217935177777194","time":"2026-03-06T19:13:58.072947558Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1031767190212448318","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.072988276Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1146579536117514420","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.073246343Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"878301629701574717","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.073300121Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"785659021080002591","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.073381138Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"633505867081449512","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.073430866Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"994830598424252516","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.073471235Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"948306021875589220","permissions":2222085186638401,"view_channel":false,"time":"2026-03-06T19:13:58.073508391Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"722152470364553366","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.073546455Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"722152470364553366","channel_receiver":"","room_id":"","old_name":"","new_name":"#bot-games","time":"2026-03-06T19:13:58.07401349Z","message":"Updating portal name"} +{"level":"debug","channel_id":"722152470364553366","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"658434280300609578","time":"2026-03-06T19:13:58.074076627Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"722152470364553366","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.075423115Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"761302246453411881","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.075658484Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"761302246453411881","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-gaming","time":"2026-03-06T19:13:58.076085569Z","message":"Updating portal name"} +{"level":"debug","channel_id":"761302246453411881","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Channel for the discussion of other games besides MTG.","time":"2026-03-06T19:13:58.076131595Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"761302246453411881","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"937438305727946752","time":"2026-03-06T19:13:58.076167564Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"761302246453411881","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.076597024Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1016040535577874514","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.076851529Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1016040535577874514","channel_receiver":"","room_id":"","old_name":"","new_name":"#looking-for-constructed-games","time":"2026-03-06T19:13:58.07731137Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1016040535577874514","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"979159143661338684","time":"2026-03-06T19:13:58.077397276Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1016040535577874514","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.077437296Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"971478553264783430","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.077653038Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1218295940763357184","permissions":2222085186639425,"view_channel":true,"time":"2026-03-06T19:13:58.077715966Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1218295940763357184","channel_receiver":"","room_id":"","old_name":"","new_name":"#future-set-design","time":"2026-03-06T19:13:58.078177414Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1218295940763357184","channel_receiver":"","room_id":"","old_topic":"","new_topic":"A place for Caleb to post ideas he has for the designs for future sets","time":"2026-03-06T19:13:58.078230983Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1218295940763357184","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279323525267556","time":"2026-03-06T19:13:58.078271561Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1218295940763357184","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.078310114Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"785647645284761630","permissions":2222085186323008,"view_channel":false,"time":"2026-03-06T19:13:58.078625521Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"802211473622827039","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.078689357Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"639079797942648842","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.078737618Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"639079797942648842","channel_receiver":"","room_id":"","old_name":"","new_name":"#spoilers","time":"2026-03-06T19:13:58.079858726Z","message":"Updating portal name"} +{"level":"debug","channel_id":"639079797942648842","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Channel for spoilers, anything unofficial goes in #leaks","time":"2026-03-06T19:13:58.079915438Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"639079797942648842","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626217935177777194","time":"2026-03-06T19:13:58.079960835Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"639079797942648842","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.079995198Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1381791497904586824","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.080227982Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1381791497904586824","channel_receiver":"","room_id":"","old_name":"","new_name":"#playtesting-feedback","time":"2026-03-06T19:13:58.080692223Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1381791497904586824","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1313223599921827932","time":"2026-03-06T19:13:58.080744605Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1381791497904586824","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.08078672Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"802001541296160768","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.080984932Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"875603191713108008","permissions":2222085186638401,"view_channel":false,"time":"2026-03-06T19:13:58.08103878Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"946494113187004466","permissions":2222085185591873,"view_channel":false,"time":"2026-03-06T19:13:58.081088298Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"626218107999879168","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.081128248Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"626218107999879168","channel_receiver":"","room_id":"","old_name":"","new_name":"#commander","time":"2026-03-06T19:13:58.081604502Z","message":"Updating portal name"} +{"level":"debug","channel_id":"626218107999879168","channel_receiver":"","room_id":"","old_topic":"","new_topic":"The place to discussion anything about the commander format","time":"2026-03-06T19:13:58.081661354Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"626218107999879168","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626217935177777194","time":"2026-03-06T19:13:58.081709545Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"626218107999879168","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.081756828Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"626218002416664608","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.081975085Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"948690187616124968","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.082028445Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"948690187616124968","channel_receiver":"","room_id":"","old_name":"","new_name":"#discord-feedback-and-ideas","time":"2026-03-06T19:13:58.08250414Z","message":"Updating portal name"} +{"level":"debug","channel_id":"948690187616124968","channel_receiver":"","room_id":"","old_topic":"","new_topic":"This channel is for giving feedback and ideas about our discord. Tell us what worked and what we can improve on. Did we run an event poorly, do you have an idea for a future event? let us know!","time":"2026-03-06T19:13:58.082556172Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"948690187616124968","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"627654379452891186","time":"2026-03-06T19:13:58.08260618Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"948690187616124968","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.082643475Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1051261544912138290","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.08284958Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1051261544912138290","channel_receiver":"","room_id":"","old_name":"","new_name":"#stream-chat","time":"2026-03-06T19:13:58.083314938Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1051261544912138290","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1047999130619887636","time":"2026-03-06T19:13:58.083427035Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1051261544912138290","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.084833099Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1151980234934063215","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.08505827Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1151980234934063215","channel_receiver":"","room_id":"","old_name":"","new_name":"#strategy","time":"2026-03-06T19:13:58.085573846Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1151980234934063215","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"979159143661338684","time":"2026-03-06T19:13:58.08562497Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1151980234934063215","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.085662266Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"956285985119952947","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.085856218Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"947236507452862474","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.085909089Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1221482068404473966","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.085949457Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1221482068404473966","channel_receiver":"","room_id":"","old_name":"","new_name":"#fitness-and-health","time":"2026-03-06T19:13:58.086404549Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1221482068404473966","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626215981387350058","time":"2026-03-06T19:13:58.086460144Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1221482068404473966","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.086504843Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"770743736505466890","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.086722471Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"770743736505466890","channel_receiver":"","room_id":"","old_name":"","new_name":"#news-events-and-politics","time":"2026-03-06T19:13:58.087177493Z","message":"Updating portal name"} +{"level":"debug","channel_id":"770743736505466890","channel_receiver":"","room_id":"","old_topic":"","new_topic":"I don't enjoy this channel","time":"2026-03-06T19:13:58.087221564Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"770743736505466890","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626215981387350058","time":"2026-03-06T19:13:58.087258999Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"770743736505466890","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.087300905Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"977946178639495168","permissions":2222085185592897,"view_channel":true,"time":"2026-03-06T19:13:58.087526565Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"977946178639495168","channel_receiver":"","room_id":"","old_name":"","new_name":"#algomancy-discussion","time":"2026-03-06T19:13:58.089074269Z","message":"Updating portal name"} +{"level":"debug","channel_id":"977946178639495168","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.089126022Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"977946178639495168","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.089164086Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"775507428133044284","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.089381505Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"775507428133044284","channel_receiver":"","room_id":"","old_name":"","new_name":"#limited-and-cube","time":"2026-03-06T19:13:58.089829822Z","message":"Updating portal name"} +{"level":"debug","channel_id":"775507428133044284","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626217935177777194","time":"2026-03-06T19:13:58.089875988Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"775507428133044284","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.089908185Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"627358931680755712","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.090099553Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"627358931680755712","channel_receiver":"","room_id":"","old_name":"","new_name":"#cooking","time":"2026-03-06T19:13:58.090558137Z","message":"Updating portal name"} +{"level":"debug","channel_id":"627358931680755712","channel_receiver":"","room_id":"","old_topic":"","new_topic":"post food and food related topics","time":"2026-03-06T19:13:58.090607795Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"627358931680755712","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626215981387350058","time":"2026-03-06T19:13:58.090644811Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"627358931680755712","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.090678475Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1068267031914369096","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.090894008Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1169774973049647204","permissions":2222085185592897,"view_channel":true,"time":"2026-03-06T19:13:58.090959869Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1169774973049647204","channel_receiver":"","room_id":"","old_name":"","new_name":"#pokemon","time":"2026-03-06T19:13:58.091440314Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1169774973049647204","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"937438305727946752","time":"2026-03-06T19:13:58.091492556Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1169774973049647204","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.091525871Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"937438574004039720","permissions":2222085185591873,"view_channel":false,"time":"2026-03-06T19:13:58.091733512Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"782777577101197312","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.09178729Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1288563744103731251","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.09182703Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1288563744103731251","channel_receiver":"","room_id":"","old_name":"","new_name":"#whats-the-play","time":"2026-03-06T19:13:58.09284526Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1288563744103731251","channel_receiver":"","room_id":"","old_topic":"","new_topic":"This is for sharing unique and challenging scenarios that require clever thinking to find the line","time":"2026-03-06T19:13:58.092896874Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1288563744103731251","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.092952189Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1288563744103731251","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.092987948Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"645407379151781899","permissions":2222085186639425,"view_channel":true,"time":"2026-03-06T19:13:58.093180224Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"645407379151781899","channel_receiver":"","room_id":"","old_name":"","new_name":"#server-notifications","time":"2026-03-06T19:13:58.093648935Z","message":"Updating portal name"} +{"level":"debug","channel_id":"645407379151781899","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"627654379452891186","time":"2026-03-06T19:13:58.093700478Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"645407379151781899","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.093745806Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1141064199565488248","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.093979987Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1141064199565488248","channel_receiver":"","room_id":"","old_name":"","new_name":"#tournament-chat","time":"2026-03-06T19:13:58.094435638Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1141064199565488248","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.09448774Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1141064199565488248","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.09452762Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1452676178967134299","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.094788411Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1064280394695975002","permissions":2222085186638401,"view_channel":false,"time":"2026-03-06T19:13:58.094841421Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"799723157371486208","permissions":2222085186639425,"view_channel":true,"time":"2026-03-06T19:13:58.094882488Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"799723157371486208","channel_receiver":"","room_id":"","old_name":"","new_name":"#roles","time":"2026-03-06T19:13:58.095389054Z","message":"Updating portal name"} +{"level":"debug","channel_id":"799723157371486208","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Info on the role commands","time":"2026-03-06T19:13:58.095441575Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"799723157371486208","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"627654379452891186","time":"2026-03-06T19:13:58.095489278Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"799723157371486208","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.095537958Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1016402109853335563","permissions":2222085186639425,"view_channel":true,"time":"2026-03-06T19:13:58.095761942Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1016402109853335563","channel_receiver":"","room_id":"","old_name":"","new_name":"#algomancy-news","time":"2026-03-06T19:13:58.096215427Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1016402109853335563","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279323525267556","time":"2026-03-06T19:13:58.096262361Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1016402109853335563","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.096294768Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"788200427547000852","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.096525178Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1348882016841760838","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.096581959Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1348882016841760838","channel_receiver":"","room_id":"","old_name":"","new_name":"#meetup-faciliation-ideas","time":"2026-03-06T19:13:58.097028321Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1348882016841760838","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.097075604Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1348882016841760838","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.097115624Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"956699992381349918","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.097361818Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"626274553861242880","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.097423838Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"626274553861242880","channel_receiver":"","room_id":"","old_name":"","new_name":"#bot-spam","time":"2026-03-06T19:13:58.097879279Z","message":"Updating portal name"} +{"level":"debug","channel_id":"626274553861242880","channel_receiver":"","room_id":"","old_topic":"","new_topic":"You can Spam whatever Bot related stuff here you want.","time":"2026-03-06T19:13:58.097928308Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"626274553861242880","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"658434280300609578","time":"2026-03-06T19:13:58.097966931Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"626274553861242880","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.09801177Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"630494504775843861","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.09822409Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"630494504775843861","channel_receiver":"","room_id":"","old_name":"","new_name":"#coding-stem-and-academia","time":"2026-03-06T19:13:58.098724579Z","message":"Updating portal name"} +{"level":"debug","channel_id":"630494504775843861","channel_receiver":"","room_id":"","old_topic":"","new_topic":"SCIENCE and MATH","time":"2026-03-06T19:13:58.098774237Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"630494504775843861","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626215981387350058","time":"2026-03-06T19:13:58.098815095Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"630494504775843861","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.098864124Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"796866214748094494","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.099154668Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1329899607840264273","permissions":2222085186639425,"view_channel":true,"time":"2026-03-06T19:13:58.09921138Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1329899607840264273","channel_receiver":"","room_id":"","old_name":"","new_name":"#news-and-content","time":"2026-03-06T19:13:58.099684212Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1329899607840264273","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1313223599921827932","time":"2026-03-06T19:13:58.099734358Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1329899607840264273","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.09976921Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1280199902089052240","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.100020851Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1280199902089052240","channel_receiver":"","room_id":"","old_name":"","new_name":"#algomancy-deckbuilding","time":"2026-03-06T19:13:58.10051275Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1280199902089052240","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"979159143661338684","time":"2026-03-06T19:13:58.100565202Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1280199902089052240","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.100598586Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"627578177803386892","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.100851485Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"635857398631890982","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.100905683Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"878300071626682478","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.100942489Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1174753708215644202","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.10097762Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1174753708215644202","channel_receiver":"","room_id":"","old_name":"","new_name":"#rules-bot-development","time":"2026-03-06T19:13:58.101489284Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1174753708215644202","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.101541945Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1174753708215644202","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.10157533Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"628435587539533845","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.101824946Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"628435587539533845","channel_receiver":"","room_id":"","old_name":"","new_name":"#pets","time":"2026-03-06T19:13:58.102192945Z","message":"Updating portal name"} +{"level":"debug","channel_id":"628435587539533845","channel_receiver":"","room_id":"","old_topic":"","new_topic":"For pictures of .................................................................................................................................................\n......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... pets","time":"2026-03-06T19:13:58.102235409Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"628435587539533845","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626215981387350058","time":"2026-03-06T19:13:58.102290794Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"628435587539533845","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.10231454Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"626218039268081674","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.102484047Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"626218039268081674","channel_receiver":"","room_id":"","old_name":"","new_name":"#pauper","time":"2026-03-06T19:13:58.102803436Z","message":"Updating portal name"} +{"level":"debug","channel_id":"626218039268081674","channel_receiver":"","room_id":"","old_topic":"","new_topic":"The place to discussion anything about the pauper format.","time":"2026-03-06T19:13:58.102836541Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"626218039268081674","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626217935177777194","time":"2026-03-06T19:13:58.102862732Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"626218039268081674","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.102886548Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1239233988749430884","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.103022042Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1239233988749430884","channel_receiver":"","room_id":"","old_name":"","new_name":"#game-dev","time":"2026-03-06T19:13:58.103325925Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1239233988749430884","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"715685775580069888","time":"2026-03-06T19:13:58.103383545Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1239233988749430884","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.103405895Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1016040698325258340","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.103560875Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1016040698325258340","channel_receiver":"","room_id":"","old_name":"","new_name":"#suggestions","time":"2026-03-06T19:13:58.103893044Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1016040698325258340","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.103931737Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1016040698325258340","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.103956531Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"626215981387350059","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.104121079Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"626215981387350059","channel_receiver":"","room_id":"","old_name":"","new_name":"#welcome-welcome-welcome","time":"2026-03-06T19:13:58.104436696Z","message":"Updating portal name"} +{"level":"debug","channel_id":"626215981387350059","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"627654379452891186","time":"2026-03-06T19:13:58.104464284Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"626215981387350059","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.104489567Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"627115512052056092","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.104618775Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"627115512052056092","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-discussion","time":"2026-03-06T19:13:58.104885153Z","message":"Updating portal name"} +{"level":"debug","channel_id":"627115512052056092","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Its general chat.","time":"2026-03-06T19:13:58.104910157Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"627115512052056092","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"626215981387350058","time":"2026-03-06T19:13:58.104928595Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"627115512052056092","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.104945706Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"800448939212013588","permissions":2222085186638401,"view_channel":false,"time":"2026-03-06T19:13:58.105064927Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"627225430205661185","permissions":2222085186586177,"view_channel":true,"time":"2026-03-06T19:13:58.105097334Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"627225430205661185","channel_receiver":"","room_id":"","old_name":"","new_name":"#calebs-videos","time":"2026-03-06T19:13:58.105372442Z","message":"Updating portal name"} +{"level":"debug","channel_id":"627225430205661185","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"715685775580069888","time":"2026-03-06T19:13:58.10540436Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"627225430205661185","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.105424196Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1004488436109033522","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.105551797Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"628047588028842004","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.10558623Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"628047588028842004","channel_receiver":"","room_id":"","old_name":"","new_name":"#calebs-videos-discussion","time":"2026-03-06T19:13:58.105836125Z","message":"Updating portal name"} +{"level":"debug","channel_id":"628047588028842004","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Caleb never misplays","time":"2026-03-06T19:13:58.105868532Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"628047588028842004","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"715685775580069888","time":"2026-03-06T19:13:58.105888088Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"628047588028842004","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.105915396Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1020475407146942515","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.106062274Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1020475407146942515","channel_receiver":"","room_id":"","old_name":"","new_name":"#custom-algomancy","time":"2026-03-06T19:13:58.106327395Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1020475407146942515","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"979159143661338684","time":"2026-03-06T19:13:58.106374469Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1020475407146942515","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.106394584Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1313223815261847562","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.106548725Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1313223815261847562","channel_receiver":"","room_id":"","old_name":"","new_name":"#general","time":"2026-03-06T19:13:58.1068121Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1313223815261847562","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1313223599921827932","time":"2026-03-06T19:13:58.106838361Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1313223815261847562","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.106856799Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1050139956112261180","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.106982725Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1381788584117276813","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.107017925Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1381788584117276813","channel_receiver":"","room_id":"","old_name":"","new_name":"#patch-notes","time":"2026-03-06T19:13:58.107269427Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1381788584117276813","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1313223599921827932","time":"2026-03-06T19:13:58.107297993Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1381788584117276813","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.107315593Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"1064279804741955646","permissions":2222085186641473,"view_channel":true,"time":"2026-03-06T19:13:58.107452973Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1064279804741955646","channel_receiver":"","room_id":"","old_name":"","new_name":"#rules-questions","time":"2026-03-06T19:13:58.10772438Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1064279804741955646","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1064279655898685553","time":"2026-03-06T19:13:58.107752945Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1064279804741955646","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.107777739Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"626215981387350057","channel_id":"937440163255164968","permissions":2222085186640449,"view_channel":false,"time":"2026-03-06T19:13:58.107907157Z","message":"Computed permissions in channel"} +{"level":"debug","module":"Guild/749658718932566048","time":"2026-03-06T19:13:58.112317484Z","message":"Updating name \"\" -> \"idfc\""} +{"level":"debug","module":"Guild/749658718932566048","time":"2026-03-06T19:13:58.112361136Z","message":"Updating avatar \"\" -> \"d02b25b3c370e64b8e88a5883fbc2ee9\""} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":36,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":25.497862,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<17848 bytes>","time":"2026-03-06T19:13:58.371088054Z","message":"Request completed"} +{"level":"debug","module":"Guild/749658718932566048","time":"2026-03-06T19:13:58.371420433Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"749658718932566048","channel_id":"749658718932566051","permissions":2248475508473855,"view_channel":true,"time":"2026-03-06T19:13:58.371622626Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"749658718932566051","channel_receiver":"","room_id":"","old_name":"","new_name":"#main-chat","time":"2026-03-06T19:13:58.37215657Z","message":"Updating portal name"} +{"level":"debug","channel_id":"749658718932566051","channel_receiver":"","room_id":"","old_topic":"","new_topic":"main (/meɪn/ noun) what a man calls a woman that is his #1 girl, as apposed to the other females he may have.","time":"2026-03-06T19:13:58.372202247Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"749658718932566051","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"833600601657049098","time":"2026-03-06T19:13:58.372239892Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"749658718932566051","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.372734025Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"749658718932566048","channel_id":"782362329928171590","permissions":2248475508473855,"view_channel":true,"time":"2026-03-06T19:13:58.373044125Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"782362329928171590","channel_receiver":"","room_id":"","old_name":"","new_name":"#phasmo-chat","time":"2026-03-06T19:13:58.373532881Z","message":"Updating portal name"} +{"level":"debug","channel_id":"782362329928171590","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Geister suchen war noch nie so einfach In schā' Allāh!","time":"2026-03-06T19:13:58.373582399Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"782362329928171590","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1220474689596555355","time":"2026-03-06T19:13:58.373616761Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"782362329928171590","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.374078698Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"749658718932566048","channel_id":"790352562851151942","permissions":2248475508473855,"view_channel":true,"time":"2026-03-06T19:13:58.374299609Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"790352562851151942","channel_receiver":"","room_id":"","old_name":"","new_name":"#memes","time":"2026-03-06T19:13:58.374819305Z","message":"Updating portal name"} +{"level":"debug","channel_id":"790352562851151942","channel_receiver":"","room_id":"","old_topic":"","new_topic":"A meme ( / miːm / MEEM) The real reason why most high schoolers don't chug a gallon of bleach when they get home.","time":"2026-03-06T19:13:58.374873782Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"790352562851151942","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"833600601657049098","time":"2026-03-06T19:13:58.374925116Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"790352562851151942","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.374961923Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"749658718932566048","channel_id":"798597751969284096","permissions":2248475508473855,"view_channel":true,"time":"2026-03-06T19:13:58.375175081Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"798597751969284096","channel_receiver":"","room_id":"","old_name":"","new_name":"#informatik-nerds","time":"2026-03-06T19:13:58.375706022Z","message":"Updating portal name"} +{"level":"debug","channel_id":"798597751969284096","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Informatics\n\n**Not to be confused with computer science\n\n(noun, uncountable)\n\nInformatics is the emerging scientific study of information and data acquisition, storage, processing, manipulation, and retrieval, and the development and engineering of information systems. Fields of informatics include bioinformatics, urban informatics, behavioral informatics (BI), geoinformatics, and ecoinformatics. Informatics is the short form for information sciences. Short forms are commonly adopted by many advanced technological disciplines including aeronautics and robotics. Aeronautics, for example, is an umbrella term for both aeronautical science and aeronautical/aerospace engineering.\n\nSee also: information sciences, information systems engineering, information engineering, emerging field\n\"To distinguish themselves from those in similar fields, people in the field of urban informatics are called either civil or urban technologists\"","time":"2026-03-06T19:13:58.375763432Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"798597751969284096","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"833617249322795108","time":"2026-03-06T19:13:58.375855205Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"798597751969284096","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.376280893Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"749658718932566048","channel_id":"800693215048499219","permissions":2248475508473855,"view_channel":true,"time":"2026-03-06T19:13:58.37660559Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"800693215048499219","channel_receiver":"","room_id":"","old_name":"","new_name":"#fun-with-bots","time":"2026-03-06T19:13:58.377050206Z","message":"Updating portal name"} +{"level":"debug","channel_id":"800693215048499219","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Discord \na program where gamers come together and chat, voice chat and do amazing things","time":"2026-03-06T19:13:58.377095743Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"800693215048499219","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"833600601657049098","time":"2026-03-06T19:13:58.377140302Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"800693215048499219","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.377182836Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"749658718932566048","channel_id":"808966402060058634","permissions":2248475508473855,"view_channel":true,"time":"2026-03-06T19:13:58.377403188Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"808966402060058634","channel_receiver":"","room_id":"","old_name":"","new_name":"#omniscient","time":"2026-03-06T19:13:58.37786268Z","message":"Updating portal name"} +{"level":"debug","channel_id":"808966402060058634","channel_receiver":"","room_id":"","old_topic":"","new_topic":"omniscient\nOne having total knowledge \nNo mortal being is omniscient, though this could be used to state that some person knows almost everything about a thing.\n- omniscient God \n- the omniscient narrator","time":"2026-03-06T19:13:58.377909614Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"808966402060058634","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"833600427207557130","time":"2026-03-06T19:13:58.377964859Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"808966402060058634","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.378384192Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"749658718932566048","channel_id":"833612686422966282","permissions":2248475508473855,"view_channel":true,"time":"2026-03-06T19:13:58.378614253Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"833612686422966282","channel_receiver":"","room_id":"","old_name":"","new_name":"#self-roles","time":"2026-03-06T19:13:58.379051395Z","message":"Updating portal name"} +{"level":"debug","channel_id":"833612686422966282","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"833612569536888892","time":"2026-03-06T19:13:58.379098329Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"833612686422966282","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.379560545Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"749658718932566048","channel_id":"833616835156901889","permissions":2248475508473855,"view_channel":true,"time":"2026-03-06T19:13:58.379867571Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"833616835156901889","channel_receiver":"","room_id":"","old_name":"","new_name":"#schule-main","time":"2026-03-06T19:13:58.380316028Z","message":"Updating portal name"} +{"level":"debug","channel_id":"833616835156901889","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"833617249322795108","time":"2026-03-06T19:13:58.380387058Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"833616835156901889","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.380425192Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"749658718932566048","channel_id":"863500989242540073","permissions":2248475508473855,"view_channel":true,"time":"2026-03-06T19:13:58.380618864Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"863500989242540073","channel_receiver":"","room_id":"","old_name":"","new_name":"#music","time":"2026-03-06T19:13:58.381064318Z","message":"Updating portal name"} +{"level":"debug","channel_id":"863500989242540073","channel_receiver":"","room_id":"","old_topic":"","new_topic":"⏯ Pause/Resume the song.\n⏹ Stop and empty the queue.\n⏭ Skip the song.\n🔄 Switch between the loop modes.\n🔀 Shuffle the queue.\n⭐ Add the current song to your private playlist.\n❌ Remove the current song from your private playlist.","time":"2026-03-06T19:13:58.381112998Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"863500989242540073","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"833600601657049098","time":"2026-03-06T19:13:58.381162516Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"863500989242540073","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.381225025Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"749658718932566048","channel_id":"1036032585643589672","permissions":2248475508473855,"view_channel":true,"time":"2026-03-06T19:13:58.381494616Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1036032585643589672","channel_receiver":"","room_id":"","old_name":"","new_name":"#die-wahren-txt","time":"2026-03-06T19:13:58.381949079Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1036032585643589672","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"833600601657049098","time":"2026-03-06T19:13:58.381996642Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1036032585643589672","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.382043506Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","module":"Guild/888085585036726313","time":"2026-03-06T19:13:58.3840382Z","message":"Updating name \"\" -> \"Informatik-HWR\""} +{"level":"debug","module":"Guild/888085585036726313","time":"2026-03-06T19:13:58.384083458Z","message":"Updating avatar \"\" -> \"51cc56708c3162e8278d1cf8221ff863\""} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:13:58.404051352Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":37,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":20.77108,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38299 bytes>","time":"2026-03-06T19:13:58.640799548Z","message":"Request completed"} +{"level":"debug","module":"Guild/888085585036726313","time":"2026-03-06T19:13:58.641141496Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1154833583396106291","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.64135228Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963445533047914516","permissions":2239634423148097,"view_channel":true,"time":"2026-03-06T19:13:58.641421144Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"963445533047914516","channel_receiver":"","room_id":"","old_name":"","new_name":"#❗wichtige-infos❗","time":"2026-03-06T19:13:58.641996714Z","message":"Updating portal name"} +{"level":"debug","channel_id":"963445533047914516","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Hier findet ihr wichtige (aktuelle) Infos. Gerne könnt ihr auch einmal im FAQ-Channel vorbeischauen","time":"2026-03-06T19:13:58.642046372Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"963445533047914516","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"963425572829151252","time":"2026-03-06T19:13:58.64209156Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"963445533047914516","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.642589325Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963344321254404137","permissions":2239703142622785,"view_channel":true,"time":"2026-03-06T19:13:58.642908714Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"963344321254404137","channel_receiver":"","room_id":"","old_name":"","new_name":"#regeln","time":"2026-03-06T19:13:58.643416746Z","message":"Updating portal name"} +{"level":"debug","channel_id":"963344321254404137","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"888089720964390922","time":"2026-03-06T19:13:58.643465706Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"963344321254404137","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.64389307Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963437318390300713","permissions":2239703142624833,"view_channel":true,"time":"2026-03-06T19:13:58.644135493Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"963437318390300713","channel_receiver":"","room_id":"","old_name":"","new_name":"#kurssprecher-rollen","time":"2026-03-06T19:13:58.644627252Z","message":"Updating portal name"} +{"level":"debug","channel_id":"963437318390300713","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"888089720964390922","time":"2026-03-06T19:13:58.644678795Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"963437318390300713","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.644727964Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963344321254404138","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.645006774Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"888085585036726319","permissions":2239602210754113,"view_channel":true,"time":"2026-03-06T19:13:58.645068934Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"888085585036726319","channel_receiver":"","room_id":"","old_name":"","new_name":"#🏫hausaufgabenhilfe","time":"2026-03-06T19:13:58.645593449Z","message":"Updating portal name"} +{"level":"debug","channel_id":"888085585036726319","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"963425572829151252","time":"2026-03-06T19:13:58.645660009Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"888085585036726319","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.645704848Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995722664841298","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.645988896Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995722664841298","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem1-b","time":"2026-03-06T19:13:58.646482611Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995722664841298","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.646531849Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995722664841298","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.646939519Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1017926559702720592","permissions":2168387357969985,"view_channel":true,"time":"2026-03-06T19:13:58.647207294Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1017926559702720592","channel_receiver":"","room_id":"","old_name":"","new_name":"#👋willkommenschat","time":"2026-03-06T19:13:58.647671325Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1017926559702720592","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Herzlich Willkommen!","time":"2026-03-06T19:13:58.647725733Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1017926559702720592","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"888089720964390922","time":"2026-03-06T19:13:58.647774482Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1017926559702720592","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.647808286Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995199949701170","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.648036111Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995199949701170","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem1-a","time":"2026-03-06T19:13:58.648523191Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995199949701170","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.648571871Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995199949701170","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.648609586Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1292453914167349279","permissions":2239703141575233,"view_channel":false,"time":"2026-03-06T19:13:58.648805703Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1292453735011848296","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.649058741Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"978543446564433960","permissions":2238605741260800,"view_channel":false,"time":"2026-03-06T19:13:58.649719938Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1176501990755405914","permissions":2238605741260800,"view_channel":false,"time":"2026-03-06T19:13:58.649858854Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963437253986766878","permissions":2239703142624833,"view_channel":true,"time":"2026-03-06T19:13:58.649970322Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"963437253986766878","channel_receiver":"","room_id":"","old_name":"","new_name":"#💬kurssprecher-austausch","time":"2026-03-06T19:13:58.650863046Z","message":"Updating portal name"} +{"level":"debug","channel_id":"963437253986766878","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"963437164845228042","time":"2026-03-06T19:13:58.65092758Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"963437253986766878","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.651391402Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1216501088086130753","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.651638714Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"934057804002623549","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.651698778Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963432291407900682","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.651740404Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1292454196532084756","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.651795649Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"900013550314082324","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.651856691Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1154808068610215996","permissions":2239565703671361,"view_channel":true,"time":"2026-03-06T19:13:58.651912425Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1154808068610215996","channel_receiver":"","room_id":"","old_name":"","new_name":"#❗wichtige-infos❗","time":"2026-03-06T19:13:58.652425975Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1154808068610215996","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1154807974578094162","time":"2026-03-06T19:13:58.652479614Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1154808068610215996","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.652930446Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1053024906671034549","permissions":2239703141575233,"view_channel":false,"time":"2026-03-06T19:13:58.659361029Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995892618166353","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.659399652Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995892618166353","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem6-b","time":"2026-03-06T19:13:58.660360053Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995892618166353","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.660390434Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995892618166353","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.660410339Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995852902305814","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.660524322Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995852902305814","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem5-b","time":"2026-03-06T19:13:58.660784973Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995852902305814","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.660809837Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995852902305814","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.660828066Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"962808287777140756","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.66095441Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1069573779795214346","permissions":2239703142624833,"view_channel":true,"time":"2026-03-06T19:13:58.660984442Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1069573779795214346","channel_receiver":"","room_id":"","old_name":"","new_name":"#old-stundenplanänderungen","time":"2026-03-06T19:13:58.661231055Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1069573779795214346","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"888085585036726317","time":"2026-03-06T19:13:58.661259271Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1069573779795214346","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.661495408Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"965941185866772570","permissions":2239168418743873,"view_channel":true,"time":"2026-03-06T19:13:58.661633766Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"965941185866772570","channel_receiver":"","room_id":"","old_name":"","new_name":"#htw-mensa","time":"2026-03-06T19:13:58.66188834Z","message":"Updating portal name"} +{"level":"debug","channel_id":"965941185866772570","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Ein Webhook zur Automatisierten Ausgabe des HTW Mensa Plans\nrealisiert durch Martin S. Github: \"https://github.com/martincodes-de/studierendenwerk-berlin-mensa-crawler-for-discord/tree/dev\"","time":"2026-03-06T19:13:58.661917954Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"965941185866772570","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"888089720964390922","time":"2026-03-06T19:13:58.661953433Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"965941185866772570","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.661978507Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1151826913296400405","permissions":2238605741260800,"view_channel":false,"time":"2026-03-06T19:13:58.66210541Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1154808878001815652","permissions":2239703142624833,"view_channel":true,"time":"2026-03-06T19:13:58.662137328Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1154808878001815652","channel_receiver":"","room_id":"","old_name":"","new_name":"#💬allgemeiner-chat","time":"2026-03-06T19:13:58.662403986Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1154808878001815652","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1154807974578094162","time":"2026-03-06T19:13:58.66243311Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1154808878001815652","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.662452107Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"888085585036726318","permissions":2238605741260800,"view_channel":false,"time":"2026-03-06T19:13:58.662562458Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995819679350797","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.66259249Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995819679350797","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem4-b","time":"2026-03-06T19:13:58.662834074Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995819679350797","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.662859846Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995819679350797","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.662878075Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963146107670655066","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.662992756Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1478739691758162040","permissions":2239703141575233,"view_channel":false,"time":"2026-03-06T19:13:58.663022578Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963385455519354930","permissions":2239170566227521,"view_channel":true,"time":"2026-03-06T19:13:58.663049328Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"963385455519354930","channel_receiver":"","room_id":"","old_name":"","new_name":"#hier-rollen-wählen","time":"2026-03-06T19:13:58.663290004Z","message":"Updating portal name"} +{"level":"debug","channel_id":"963385455519354930","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"888089720964390922","time":"2026-03-06T19:13:58.663323598Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"963385455519354930","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.663368018Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"916340188513443910","permissions":2239376724053569,"view_channel":true,"time":"2026-03-06T19:13:58.663491499Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"916340188513443910","channel_receiver":"","room_id":"","old_name":"","new_name":"#bot","time":"2026-03-06T19:13:58.663737693Z","message":"Updating portal name"} +{"level":"debug","channel_id":"916340188513443910","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1016263238024970280","time":"2026-03-06T19:13:58.663762417Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"916340188513443910","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.664001766Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995836686995487","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.664118612Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995836686995487","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem5-a","time":"2026-03-06T19:13:58.664409645Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995836686995487","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.664439677Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995836686995487","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.664463982Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995805380706364","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.6645846Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995805380706364","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem4-a","time":"2026-03-06T19:13:58.664831911Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995805380706364","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.664858172Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995805380706364","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.664880312Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995755837853696","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.66498724Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995755837853696","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem2-b","time":"2026-03-06T19:13:58.665241466Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995755837853696","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.665266679Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995755837853696","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.665286724Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963411848122732544","permissions":2239703141575233,"view_channel":false,"time":"2026-03-06T19:13:58.665423196Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"888090056831688824","permissions":2239602210754113,"view_channel":true,"time":"2026-03-06T19:13:58.665461329Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"888090056831688824","channel_receiver":"","room_id":"","old_name":"","new_name":"#😂memes","time":"2026-03-06T19:13:58.665718977Z","message":"Updating portal name"} +{"level":"debug","channel_id":"888090056831688824","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"963425572829151252","time":"2026-03-06T19:13:58.665745657Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"888090056831688824","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.665765772Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995741006790667","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.665897285Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995741006790667","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem2-a","time":"2026-03-06T19:13:58.666155142Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995741006790667","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.666183079Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995741006790667","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.666203054Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1478739618428879050","permissions":2239703141575233,"view_channel":false,"time":"2026-03-06T19:13:58.666322694Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1016270905200095282","permissions":2239685962616385,"view_channel":true,"time":"2026-03-06T19:13:58.666387996Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1016270905200095282","channel_receiver":"","room_id":"","old_name":"","new_name":"#❓faq","time":"2026-03-06T19:13:58.666622876Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1016270905200095282","channel_receiver":"","room_id":"","old_topic":"","new_topic":"In diesem Kanal sollen häufig gestellte Fragen beantwortet werden. Wenn du einen Wunsch für weitere Einträge hast, kannst du dich gerne an uns Admins und Kurssprecher wenden.","time":"2026-03-06T19:13:58.666652489Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1016270905200095282","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"963425572829151252","time":"2026-03-06T19:13:58.666684895Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1016270905200095282","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.666713251Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1070733327323111474","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.666827443Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1292453634025586708","permissions":2239703141575233,"view_channel":false,"time":"2026-03-06T19:13:58.666861317Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963412151307997205","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.666898473Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963068330485383169","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.666935769Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1154833663003992187","permissions":2239703142624833,"view_channel":true,"time":"2026-03-06T19:13:58.666970201Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1154833663003992187","channel_receiver":"","room_id":"","old_name":"","new_name":"#❓fragen","time":"2026-03-06T19:13:58.667225893Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1154833663003992187","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1154807974578094162","time":"2026-03-06T19:13:58.667256135Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1154833663003992187","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.667284701Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1217126265572823212","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.667434442Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1073274739411394632","permissions":2239703142624833,"view_channel":true,"time":"2026-03-06T19:13:58.66747076Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1073274739411394632","channel_receiver":"","room_id":"","old_name":"","new_name":"#old-stundenplanänderungen","time":"2026-03-06T19:13:58.667728408Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1073274739411394632","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"963145159040696362","time":"2026-03-06T19:13:58.667759767Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1073274739411394632","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.667991294Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"900020755323039774","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.668110794Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1292452996830990346","permissions":2239703141575233,"view_channel":false,"time":"2026-03-06T19:13:58.66814369Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"969488674989420624","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.668176586Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1154809161167687731","permissions":2239703142624833,"view_channel":true,"time":"2026-03-06T19:13:58.668211437Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1154809161167687731","channel_receiver":"","room_id":"","old_name":"","new_name":"#old-stundenplanänderungen","time":"2026-03-06T19:13:58.668485777Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1154809161167687731","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1154807974578094162","time":"2026-03-06T19:13:58.668516787Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1154809161167687731","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.668546889Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1262006339731849309","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.668673863Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1262006339731849309","channel_receiver":"","room_id":"","old_name":"","new_name":"#info","time":"2026-03-06T19:13:58.668942336Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1262006339731849309","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.668972927Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1262006339731849309","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.669001492Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963426020789190737","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.669139152Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963432462342557696","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.6691754Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963432366062334082","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.669211299Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963463792451264554","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.669247547Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"888089773116391466","permissions":2239703142624833,"view_channel":true,"time":"2026-03-06T19:13:58.669278976Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"888089773116391466","channel_receiver":"","room_id":"","old_name":"","new_name":"#❗wichtige-infos❗","time":"2026-03-06T19:13:58.669557018Z","message":"Updating portal name"} +{"level":"debug","channel_id":"888089773116391466","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"888085585036726317","time":"2026-03-06T19:13:58.669588028Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"888089773116391466","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.669616523Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1243518498706030693","permissions":2238605741260800,"view_channel":false,"time":"2026-03-06T19:13:58.669732182Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995871055122442","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.669765986Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995871055122442","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem6-a","time":"2026-03-06T19:13:58.670026986Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995871055122442","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.670056529Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995871055122442","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.670082371Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1012347006137679963","permissions":2239168417695297,"view_channel":true,"time":"2026-03-06T19:13:58.670199985Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1012347006137679963","channel_receiver":"","room_id":"","old_name":"","new_name":"#👋willkommensgrüße","time":"2026-03-06T19:13:58.670476211Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1012347006137679963","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Herzlich Willkommen auf dem Informatik-Discordserver! Hier findest du die wichtigsten Informationen von uns Admins zum Start. Bei Fragen gerne an uns @Admin wenden oder im willkommenschat nachfragen","time":"2026-03-06T19:13:58.670514764Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1012347006137679963","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"888089720964390922","time":"2026-03-06T19:13:58.670548149Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1012347006137679963","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.670578181Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963412493961691217","permissions":2239703142621761,"view_channel":false,"time":"2026-03-06T19:13:58.6707157Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963412471283073024","permissions":2239703142621761,"view_channel":false,"time":"2026-03-06T19:13:58.670765707Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1154804920059449466","permissions":2168249918753344,"view_channel":false,"time":"2026-03-06T19:13:58.670801955Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963413913414807683","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.670836807Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995773017456640","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.670872636Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995773017456640","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem3-a","time":"2026-03-06T19:13:58.671198101Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995773017456640","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.671229809Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995773017456640","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.671256489Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963431353586696292","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.671422993Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1261995787358048288","permissions":461799282771521,"view_channel":true,"time":"2026-03-06T19:13:58.671456587Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1261995787358048288","channel_receiver":"","room_id":"","old_name":"","new_name":"#sem3-b","time":"2026-03-06T19:13:58.671704457Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1261995787358048288","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1261994992218411038","time":"2026-03-06T19:13:58.671734698Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1261995787358048288","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.67176068Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1047893766612197487","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.671887094Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1210616114338467910","permissions":2238605741260800,"view_channel":false,"time":"2026-03-06T19:13:58.671925717Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963079485354311700","permissions":2239170566278721,"view_channel":true,"time":"2026-03-06T19:13:58.67195966Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"963079485354311700","channel_receiver":"","room_id":"","old_name":"","new_name":"#server-vorschläge","time":"2026-03-06T19:13:58.672226807Z","message":"Updating portal name"} +{"level":"debug","channel_id":"963079485354311700","channel_receiver":"","room_id":"","old_topic":"","new_topic":"suggestions Kanal: \"+suggest \" zur erstellung eines Vorschlags","time":"2026-03-06T19:13:58.672262985Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"963079485354311700","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1016263238024970280","time":"2026-03-06T19:13:58.672298674Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"963079485354311700","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.672357831Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1154833694528393226","permissions":2168249919014465,"view_channel":true,"time":"2026-03-06T19:13:58.672496398Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1154833694528393226","channel_receiver":"","room_id":"","old_name":"","new_name":"#archiv","time":"2026-03-06T19:13:58.672752719Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1154833694528393226","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1154807974578094162","time":"2026-03-06T19:13:58.672782681Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1154833694528393226","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.672808732Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1154833628396789801","permissions":2239703142624833,"view_channel":true,"time":"2026-03-06T19:13:58.672944086Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1154833628396789801","channel_receiver":"","room_id":"","old_name":"","new_name":"#💬chat-kurs-b","time":"2026-03-06T19:13:58.673187417Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1154833628396789801","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1154807974578094162","time":"2026-03-06T19:13:58.673237494Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1154833628396789801","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.6732699Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1292453871544963134","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.673417687Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963145932453609472","permissions":2238642248482816,"view_channel":false,"time":"2026-03-06T19:13:58.673453865Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"1153973001860161598","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.673490043Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"888089972714897448","permissions":2238605741260800,"view_channel":false,"time":"2026-03-06T19:13:58.673523428Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"983652222963437588","permissions":2239602210754113,"view_channel":true,"time":"2026-03-06T19:13:58.67356247Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"983652222963437588","channel_receiver":"","room_id":"","old_name":"","new_name":"#💬allgemeiner-chat","time":"2026-03-06T19:13:58.673816486Z","message":"Updating portal name"} +{"level":"debug","channel_id":"983652222963437588","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"963425572829151252","time":"2026-03-06T19:13:58.673847216Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"983652222963437588","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.673874175Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963146683254988930","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.673989625Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963063479470805033","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.674023917Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963412184111644742","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.67406254Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"888085585036726313","channel_id":"963146135516635166","permissions":2239703142623809,"view_channel":false,"time":"2026-03-06T19:13:58.67409774Z","message":"Computed permissions in channel"} +{"level":"debug","module":"Guild/1000343719314198548","time":"2026-03-06T19:13:58.675564008Z","message":"Updating name \"\" -> \"Shapez 2\""} +{"level":"debug","module":"Guild/1000343719314198548","time":"2026-03-06T19:13:58.675593063Z","message":"Updating avatar \"\" -> \"e065ef98a9c8d4a286cd5d63ce10ccc7\""} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":38,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":21.155492,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<13849 bytes>","time":"2026-03-06T19:13:58.733280093Z","message":"Request completed"} +{"level":"debug","module":"Guild/1000343719314198548","time":"2026-03-06T19:13:58.73359571Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1092755082862411818","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.733755788Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1097212699252895874","permissions":2181575055099392,"view_channel":true,"time":"2026-03-06T19:13:58.733806563Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1097212699252895874","channel_receiver":"","room_id":"","old_name":"","new_name":"#❓faq","time":"2026-03-06T19:13:58.734280164Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1097212699252895874","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Frequently asked questions","time":"2026-03-06T19:13:58.734326539Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1097212699252895874","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1272792400120643656","time":"2026-03-06T19:13:58.734393797Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1097212699252895874","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.734768011Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1175446810630819860","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.734971392Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1274675232078303232","permissions":2181849933008448,"view_channel":true,"time":"2026-03-06T19:13:58.735022307Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1274675232078303232","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-ja","time":"2026-03-06T19:13:58.735432211Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1274675232078303232","channel_receiver":"","room_id":"","old_topic":"","new_topic":"シェイプス2について日本語でチャットする!","time":"2026-03-06T19:13:58.735484732Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1274675232078303232","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1274673925829296210","time":"2026-03-06T19:13:58.735520981Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1274675232078303232","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.735888071Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1274674994114199623","permissions":2181849933008448,"view_channel":true,"time":"2026-03-06T19:13:58.73607022Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1274674994114199623","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-es","time":"2026-03-06T19:13:58.736520144Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1274674994114199623","channel_receiver":"","room_id":"","old_topic":"","new_topic":"¡Chatea en español sobre shapez 2!","time":"2026-03-06T19:13:58.736570779Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1274674994114199623","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1274673925829296210","time":"2026-03-06T19:13:58.736603186Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1274674994114199623","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.736635663Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1174728111124926576","permissions":2181437615835648,"view_channel":false,"time":"2026-03-06T19:13:58.736807614Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1000352074426499182","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.736861113Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1000346230687289364","permissions":2181849933006400,"view_channel":true,"time":"2026-03-06T19:13:58.736899666Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1000346230687289364","channel_receiver":"","room_id":"","old_name":"","new_name":"#📢discussions","time":"2026-03-06T19:13:58.737351406Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1000346230687289364","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Discussions and Surveys - Please participate by voting and giving your opinion in the corresponding threads! I","time":"2026-03-06T19:13:58.737403997Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1000346230687289364","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1272792400120643656","time":"2026-03-06T19:13:58.737440734Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1000346230687289364","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.737483198Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1000733575567659138","permissions":2181849933006400,"view_channel":true,"time":"2026-03-06T19:13:58.737676731Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1000733575567659138","channel_receiver":"","room_id":"","old_name":"","new_name":"#✨updates","time":"2026-03-06T19:13:58.738073505Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1000733575567659138","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Regular updates about the development. Please participate by sharing your opinion in the corresponding thread","time":"2026-03-06T19:13:58.738119321Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1000733575567659138","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1272792400120643656","time":"2026-03-06T19:13:58.738152217Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1000733575567659138","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.738182249Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1175446927693840465","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.738369356Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1274677290621730900","permissions":2181849933008448,"view_channel":true,"time":"2026-03-06T19:13:58.73842516Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1274677290621730900","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-pt","time":"2026-03-06T19:13:58.738805591Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1274677290621730900","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Converse em português via shapez 2!","time":"2026-03-06T19:13:58.73885008Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1274677290621730900","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1274673925829296210","time":"2026-03-06T19:13:58.738881021Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1274677290621730900","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.738914405Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1274675117980651561","permissions":2181849933008448,"view_channel":true,"time":"2026-03-06T19:13:58.739080071Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1274675117980651561","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-tr","time":"2026-03-06T19:13:58.739496331Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1274675117980651561","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Shapez 2 ile Türkçe sohbet edin!","time":"2026-03-06T19:13:58.739543614Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1274675117980651561","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1274673925829296210","time":"2026-03-06T19:13:58.739575811Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1274675117980651561","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.739606123Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1092754937072599080","permissions":2181849933006400,"view_channel":true,"time":"2026-03-06T19:13:58.739771719Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1092754937072599080","channel_receiver":"","room_id":"","old_name":"","new_name":"#windows-specific","time":"2026-03-06T19:13:58.740172683Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1092754937072599080","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Windows specific build hints","time":"2026-03-06T19:13:58.740216544Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1092754937072599080","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1090657312122884126","time":"2026-03-06T19:13:58.740250976Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1092754937072599080","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.74064335Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1435311283691065477","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.740825778Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1435311408500834506","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.740874807Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1032588324231196682","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.74091336Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1068092532828930068","permissions":2181849931958848,"view_channel":false,"time":"2026-03-06T19:13:58.740951494Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1274674827017457695","permissions":2181849933008448,"view_channel":true,"time":"2026-03-06T19:13:58.740989767Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1274674827017457695","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-kor","time":"2026-03-06T19:13:58.741386471Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1274674827017457695","channel_receiver":"","room_id":"","old_topic":"","new_topic":"셰이프즈 2를 통해 한국어로 채팅하세요!","time":"2026-03-06T19:13:58.741435081Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1274674827017457695","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1274673925829296210","time":"2026-03-06T19:13:58.741470142Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1274674827017457695","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.741499685Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1092755204774039653","permissions":2181849933006400,"view_channel":true,"time":"2026-03-06T19:13:58.741686932Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1092755204774039653","channel_receiver":"","room_id":"","old_name":"","new_name":"#linux-specific","time":"2026-03-06T19:13:58.742088595Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1092755204774039653","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Linux specific build hints","time":"2026-03-06T19:13:58.742132456Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1092755204774039653","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1090657312122884126","time":"2026-03-06T19:13:58.742163466Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1092755204774039653","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.742194336Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1017532676422508586","permissions":2181849933005376,"view_channel":false,"time":"2026-03-06T19:13:58.74240959Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1259715601782538281","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.742474892Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1201822000037765160","permissions":2181575055099392,"view_channel":true,"time":"2026-03-06T19:13:58.742513655Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1201822000037765160","channel_receiver":"","room_id":"","old_name":"","new_name":"#🔍troubleshooting","time":"2026-03-06T19:13:58.742894854Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1201822000037765160","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1272792400120643656","time":"2026-03-06T19:13:58.742942207Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1201822000037765160","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.742974613Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1274675315377045565","permissions":2181849933008448,"view_channel":true,"time":"2026-03-06T19:13:58.743174223Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1274675315377045565","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-cn","time":"2026-03-06T19:13:58.743602146Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1274675315377045565","channel_receiver":"","room_id":"","old_topic":"","new_topic":"通过 shapez 用简体中文聊天 2!","time":"2026-03-06T19:13:58.74364894Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1274675315377045565","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1274673925829296210","time":"2026-03-06T19:13:58.743684211Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1274675315377045565","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.743716198Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1175446974816849980","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.743886474Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1070834065495830588","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.743934735Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1002817143936663672","permissions":2181884292746816,"view_channel":true,"time":"2026-03-06T19:13:58.743973288Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1002817143936663672","channel_receiver":"","room_id":"","old_name":"","new_name":"#🖼gallery","time":"2026-03-06T19:13:58.744367198Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1002817143936663672","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Share cool screenshots of your factories here!","time":"2026-03-06T19:13:58.744415878Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1002817143936663672","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1000343719813324840","time":"2026-03-06T19:13:58.744449262Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1002817143936663672","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.744809788Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1093933544025358436","permissions":2181849933008448,"view_channel":true,"time":"2026-03-06T19:13:58.744999689Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1093933544025358436","channel_receiver":"","room_id":"","old_name":"","new_name":"#🛠blueprint-chat","time":"2026-03-06T19:13:58.745413714Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1093933544025358436","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Discuss blueprints here - but sharing should mostly happen in the #blueprints forum!","time":"2026-03-06T19:13:58.745463232Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1093933544025358436","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1000343719813324840","time":"2026-03-06T19:13:58.745498083Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1093933544025358436","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.745532446Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1277608001376751647","permissions":2181884292746816,"view_channel":true,"time":"2026-03-06T19:13:58.745721369Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1277608001376751647","channel_receiver":"","room_id":"","old_name":"","new_name":"#shape-bot-spam","time":"2026-03-06T19:13:58.746108295Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1277608001376751647","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Use the shape bot here to not spam other channels :)","time":"2026-03-06T19:13:58.746152505Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1277608001376751647","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1000343719813324840","time":"2026-03-06T19:13:58.746184912Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1277608001376751647","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.746214525Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1000351178535731230","permissions":2181575055099392,"view_channel":true,"time":"2026-03-06T19:13:58.74643362Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1000351178535731230","channel_receiver":"","room_id":"","old_name":"","new_name":"#new-members","time":"2026-03-06T19:13:58.746827041Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1000351178535731230","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1272792400120643656","time":"2026-03-06T19:13:58.746870832Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1000351178535731230","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.746903239Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1092755347254554634","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.747071279Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1175446754913681498","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.747119401Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1248891331615526962","permissions":2181884292746816,"view_channel":true,"time":"2026-03-06T19:13:58.74715509Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1248891331615526962","channel_receiver":"","room_id":"","old_name":"","new_name":"#🎰make-anything-machine","time":"2026-03-06T19:13:58.747564296Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1248891331615526962","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Discussion about Make Anything Machines (MAM) that can automatically produce any given shape.","time":"2026-03-06T19:13:58.747622474Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1248891331615526962","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1000343719813324840","time":"2026-03-06T19:13:58.747658722Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1248891331615526962","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.747692037Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1174730612276469831","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.74789437Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1179827410418540604","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.747942561Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1219552445798023250","permissions":2181884292746816,"view_channel":true,"time":"2026-03-06T19:13:58.747980625Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1219552445798023250","channel_receiver":"","room_id":"","old_name":"","new_name":"#🔌wires","time":"2026-03-06T19:13:58.748382358Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1219552445798023250","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Discuss everything about wires in shapez 2!","time":"2026-03-06T19:13:58.748431806Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1219552445798023250","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1000343719813324840","time":"2026-03-06T19:13:58.748467076Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1219552445798023250","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.74849669Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1274674626101772350","permissions":2181849933008448,"view_channel":true,"time":"2026-03-06T19:13:58.748696159Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1274674626101772350","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-ru","time":"2026-03-06T19:13:58.749076171Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1274674626101772350","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Общайся на русском языке через shapez 2!","time":"2026-03-06T19:13:58.749119403Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1274674626101772350","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1274673925829296210","time":"2026-03-06T19:13:58.749155651Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1274674626101772350","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.74918708Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1274674268407336990","permissions":2181849933008448,"view_channel":true,"time":"2026-03-06T19:13:58.749374886Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1274674268407336990","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-fr","time":"2026-03-06T19:13:58.749764117Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1274674268407336990","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Salon Textuel en français pour le jeu","time":"2026-03-06T19:13:58.749809374Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1274674268407336990","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1274673925829296210","time":"2026-03-06T19:13:58.749859102Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1274674268407336990","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.749891229Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1000343719813324842","permissions":2181884292746816,"view_channel":true,"time":"2026-03-06T19:13:58.750056965Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1000343719813324842","channel_receiver":"","room_id":"","old_name":"","new_name":"#💬shapez-2","time":"2026-03-06T19:13:58.750469523Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1000343719813324842","channel_receiver":"","room_id":"","old_topic":"","new_topic":"General shapez 2 related chatting","time":"2026-03-06T19:13:58.750518552Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1000343719813324842","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1000343719813324840","time":"2026-03-06T19:13:58.750551518Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1000343719813324842","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.750583436Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1264239189092991137","permissions":2181884292746816,"view_channel":true,"time":"2026-03-06T19:13:58.750748613Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1264239189092991137","channel_receiver":"","room_id":"","old_name":"","new_name":"#📖wiki","time":"2026-03-06T19:13:58.75113931Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1264239189092991137","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Wiki Discussion (https://shapez2.wiki.gg/)","time":"2026-03-06T19:13:58.751184428Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1264239189092991137","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1000343719813324840","time":"2026-03-06T19:13:58.751217045Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1264239189092991137","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.751250429Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1000357913996566590","permissions":2181884292746816,"view_channel":true,"time":"2026-03-06T19:13:58.751448921Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1000357913996566590","channel_receiver":"","room_id":"","old_name":"","new_name":"#👻off-topic","time":"2026-03-06T19:13:58.751846533Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1000357913996566590","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Anything which doesn't belong directly to shapez 2 goes here","time":"2026-03-06T19:13:58.75189179Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1000357913996566590","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1000343719813324840","time":"2026-03-06T19:13:58.751924267Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1000357913996566590","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.751956674Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1175446687897108631","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.75212234Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1175446871632781373","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.752172277Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1010093950603902996","permissions":2181575055098432,"view_channel":false,"time":"2026-03-06T19:13:58.752218233Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1199783111102304266","permissions":2181884292743744,"view_channel":false,"time":"2026-03-06T19:13:58.752261814Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1175447671775961098","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.75229939Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1110855752186351708","permissions":2181884292745792,"view_channel":false,"time":"2026-03-06T19:13:58.752364622Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1116341350053445682","permissions":2181849931956800,"view_channel":false,"time":"2026-03-06T19:13:58.752404223Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1175456458444394516","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.752440471Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1112319996761219113","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.752475392Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1000343910662549515","permissions":2181849933006400,"view_channel":true,"time":"2026-03-06T19:13:58.75251164Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1000343910662549515","channel_receiver":"","room_id":"","old_name":"","new_name":"#🌟read-this-first","time":"2026-03-06T19:13:58.752899753Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1000343910662549515","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1272792400120643656","time":"2026-03-06T19:13:58.752944941Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1000343910662549515","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.752974554Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1274674118591254538","permissions":2181849933008448,"view_channel":true,"time":"2026-03-06T19:13:58.753141058Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1274674118591254538","channel_receiver":"","room_id":"","old_name":"","new_name":"#general-de","time":"2026-03-06T19:13:58.753549356Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1274674118591254538","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Chatte auf Deutsch über Shapez 2!","time":"2026-03-06T19:13:58.753595592Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1274674118591254538","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1274673925829296210","time":"2026-03-06T19:13:58.753627998Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1274674118591254538","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.753658519Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1099567758292832276","permissions":2181849931957824,"view_channel":true,"time":"2026-03-06T19:13:58.753824814Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1099567758292832276","channel_receiver":"","room_id":"","old_name":"","new_name":"#💡suggestions","time":"2026-03-06T19:13:58.754220959Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1099567758292832276","channel_receiver":"","room_id":"","old_topic":"","new_topic":"This is just a catch-all channel since the link to the suggestions board is only linked in #read-this-first, #faq, #play and more.","time":"2026-03-06T19:13:58.754266356Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1099567758292832276","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1000343719813324840","time":"2026-03-06T19:13:58.754303582Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1099567758292832276","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.754364415Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1079719398492868631","permissions":2181575055066688,"view_channel":true,"time":"2026-03-06T19:13:58.754541535Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1079719398492868631","channel_receiver":"","room_id":"","old_name":"","new_name":"#📋rules","time":"2026-03-06T19:13:58.754945013Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1079719398492868631","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1272792400120643656","time":"2026-03-06T19:13:58.754990271Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1079719398492868631","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:58.755020303Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1175446596184449054","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.755208877Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1000343719314198548","channel_id":"1175446466194571284","permissions":2181849933007424,"view_channel":false,"time":"2026-03-06T19:13:58.755259862Z","message":"Computed permissions in channel"} +{"level":"debug","module":"Guild/1149714172016340994","time":"2026-03-06T19:13:58.757151958Z","message":"Updating name \"\" -> \"AzuDu Server\""} +{"level":"debug","module":"Guild/1149714172016340994","time":"2026-03-06T19:13:58.757194771Z","message":"Updating avatar \"\" -> \"0b0aed484aecaa3f7cea261854be35dc\""} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":39,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":17.040317,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<9283 bytes>","time":"2026-03-06T19:13:58.999295117Z","message":"Request completed"} +{"level":"debug","module":"Guild/1149714172016340994","time":"2026-03-06T19:13:58.999593204Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1288124843572596746","permissions":2239677372681793,"view_channel":true,"time":"2026-03-06T19:13:58.999754749Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1288124843572596746","channel_receiver":"","room_id":"","old_name":"","new_name":"#2023","time":"2026-03-06T19:13:59.000281359Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1288124843572596746","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1288124740191649802","time":"2026-03-06T19:13:59.00032536Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1288124843572596746","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.000760617Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1284974726522998895","permissions":2239677372680769,"view_channel":false,"time":"2026-03-06T19:13:59.000993052Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1149714173043941455","permissions":2239677372681793,"view_channel":true,"time":"2026-03-06T19:13:59.001043548Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1149714173043941455","channel_receiver":"","room_id":"","old_name":"","new_name":"#sitzungsplanung","time":"2026-03-06T19:13:59.001513097Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1149714173043941455","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1149714173043941452","time":"2026-03-06T19:13:59.001562615Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1149714173043941455","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.001982507Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1282709653440172156","permissions":2239677372680769,"view_channel":false,"time":"2026-03-06T19:13:59.002181697Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1282999496799813653","permissions":2239677372678721,"view_channel":false,"time":"2026-03-06T19:13:59.002237012Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1149714173043941453","permissions":2239677372681793,"view_channel":true,"time":"2026-03-06T19:13:59.002280593Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1149714173043941453","channel_receiver":"","room_id":"","old_name":"","new_name":"#allgemein","time":"2026-03-06T19:13:59.002772632Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1149714173043941453","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1149714173043941452","time":"2026-03-06T19:13:59.002827947Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1149714173043941453","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.00286643Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1288124881447292980","permissions":2239677372680769,"view_channel":false,"time":"2026-03-06T19:13:59.003063036Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1282709187297804419","permissions":2239677372680769,"view_channel":false,"time":"2026-03-06T19:13:59.003119329Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1280154271819497536","permissions":2239677372678721,"view_channel":false,"time":"2026-03-06T19:13:59.003186587Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1282709539585785916","permissions":2239677372680769,"view_channel":false,"time":"2026-03-06T19:13:59.003234359Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1149714173043941454","permissions":2239677372681793,"view_channel":true,"time":"2026-03-06T19:13:59.00329156Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1149714173043941454","channel_receiver":"","room_id":"","old_name":"","new_name":"#hausaufgabenhilfe","time":"2026-03-06T19:13:59.0038005Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1149714173043941454","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1149714173043941452","time":"2026-03-06T19:13:59.003857212Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1149714173043941454","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.003907289Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1151574339255291924","permissions":2239677372681793,"view_channel":true,"time":"2026-03-06T19:13:59.004121425Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1151574339255291924","channel_receiver":"","room_id":"","old_name":"","new_name":"#ausbildungsnachweise","time":"2026-03-06T19:13:59.004626454Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1151574339255291924","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1149714173043941452","time":"2026-03-06T19:13:59.004675344Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1151574339255291924","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.00472116Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1149714173043941451","permissions":2239677372681793,"view_channel":true,"time":"2026-03-06T19:13:59.005008142Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1149714173043941451","channel_receiver":"","room_id":"","old_name":"","new_name":"#notizen-ressourcen","time":"2026-03-06T19:13:59.005577705Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1149714173043941451","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1149714173043941449","time":"2026-03-06T19:13:59.005628271Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1149714173043941451","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.006059337Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1288124801541734462","permissions":2239677372680769,"view_channel":false,"time":"2026-03-06T19:13:59.006286464Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1282710391767699466","permissions":2239677372680769,"view_channel":false,"time":"2026-03-06T19:13:59.00637237Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1282709407389581343","permissions":2239677372680769,"view_channel":false,"time":"2026-03-06T19:13:59.006416092Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1400093815427305492","permissions":2239677372680769,"view_channel":false,"time":"2026-03-06T19:13:59.006471546Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1149714173043941456","permissions":2239677372681793,"view_channel":true,"time":"2026-03-06T19:13:59.006534125Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1149714173043941456","channel_receiver":"","room_id":"","old_name":"","new_name":"#nebenthemen","time":"2026-03-06T19:13:59.007148946Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1149714173043941456","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1149714173043941452","time":"2026-03-06T19:13:59.007201048Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1149714173043941456","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.007241487Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1318486069422981120","permissions":2239677372681793,"view_channel":true,"time":"2026-03-06T19:13:59.007471128Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1318486069422981120","channel_receiver":"","room_id":"","old_name":"","new_name":"#azudus","time":"2026-03-06T19:13:59.00796603Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1318486069422981120","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1149714173043941452","time":"2026-03-06T19:13:59.008011707Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1318486069422981120","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.008044114Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1281172897099943998","permissions":2239677372678721,"view_channel":false,"time":"2026-03-06T19:13:59.008267679Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1283746492154380302","permissions":2239677372680769,"view_channel":false,"time":"2026-03-06T19:13:59.008322854Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1252302786423423049","permissions":2239677372679745,"view_channel":true,"time":"2026-03-06T19:13:59.008399401Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1252302786423423049","channel_receiver":"","room_id":"","old_name":"","new_name":"#regeln","time":"2026-03-06T19:13:59.008885573Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1252302786423423049","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.008933345Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1285301093559046285","permissions":2239677372681793,"view_channel":true,"time":"2026-03-06T19:13:59.009130231Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1285301093559046285","channel_receiver":"","room_id":"","old_name":"","new_name":"#minecraft-stuff","time":"2026-03-06T19:13:59.009642384Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1285301093559046285","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1149714173043941452","time":"2026-03-06T19:13:59.009691553Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1285301093559046285","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.009726404Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1149714172016340994","channel_id":"1289206307005665352","permissions":2239677372681793,"view_channel":true,"time":"2026-03-06T19:13:59.009956394Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1289206307005665352","channel_receiver":"","room_id":"","old_name":"","new_name":"#spielabende","time":"2026-03-06T19:13:59.010446617Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1289206307005665352","channel_receiver":"","room_id":"","old_topic":"","new_topic":"Chat fürs besprechen und reden über geplante Spielabende (Meistens über Events verkündet)","time":"2026-03-06T19:13:59.010496205Z","message":"Updating portal topic"} +{"level":"debug","channel_id":"1289206307005665352","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1149714173043941452","time":"2026-03-06T19:13:59.010533431Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1289206307005665352","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.010581482Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","module":"Guild/1239865508417765386","time":"2026-03-06T19:13:59.013017021Z","message":"Updating name \"\" -> \"DxSign\""} +{"level":"debug","module":"Guild/1239865508417765386","time":"2026-03-06T19:13:59.013074152Z","message":"Updating avatar \"\" -> \"0e3da9a72e113c72fdf1f6d54cddd0d6\""} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":40,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":12.15185,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<3530 bytes>","time":"2026-03-06T19:13:59.070242254Z","message":"Request completed"} +{"level":"debug","module":"Guild/1239865508417765386","time":"2026-03-06T19:13:59.070575331Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1240644160873037846","permissions":140737488684096,"view_channel":true,"time":"2026-03-06T19:13:59.070791633Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1240644160873037846","channel_receiver":"","room_id":"","old_name":"","new_name":"#rules","time":"2026-03-06T19:13:59.071414556Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1240644160873037846","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1240649009803169902","time":"2026-03-06T19:13:59.071483071Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1240644160873037846","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.072008424Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1240644160873037847","permissions":140737488355328,"view_channel":false,"time":"2026-03-06T19:13:59.072349464Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1240644326116294656","permissions":140737488684096,"view_channel":true,"time":"2026-03-06T19:13:59.072414836Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1240644326116294656","channel_receiver":"","room_id":"","old_name":"","new_name":"#announcements","time":"2026-03-06T19:13:59.072911694Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1240644326116294656","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1240643682101755985","time":"2026-03-06T19:13:59.072958488Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1240644326116294656","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.073482235Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1240645893204738150","permissions":140874927688768,"view_channel":true,"time":"2026-03-06T19:13:59.073709571Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1240645893204738150","channel_receiver":"","room_id":"","old_name":"","new_name":"#chat","time":"2026-03-06T19:13:59.074227661Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1240645893204738150","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1240645856739459183","time":"2026-03-06T19:13:59.074273617Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1240645893204738150","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.074797504Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1240649683542609920","permissions":140874927688768,"view_channel":true,"time":"2026-03-06T19:13:59.075062276Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1240649683542609920","channel_receiver":"","room_id":"","old_name":"","new_name":"#reviews","time":"2026-03-06T19:13:59.075601388Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1240649683542609920","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1240645856739459183","time":"2026-03-06T19:13:59.07566662Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1240649683542609920","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.075716767Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1291521398027845632","permissions":140737488684096,"view_channel":true,"time":"2026-03-06T19:13:59.075946758Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1291521398027845632","channel_receiver":"","room_id":"","old_name":"","new_name":"#welcome","time":"2026-03-06T19:13:59.076477628Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1291521398027845632","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1240649009803169902","time":"2026-03-06T19:13:59.076529172Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1291521398027845632","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.076588259Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1293318724396519535","permissions":140874927688768,"view_channel":true,"time":"2026-03-06T19:13:59.076819436Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1293318724396519535","channel_receiver":"","room_id":"","old_name":"","new_name":"#customer-chat","time":"2026-03-06T19:13:59.077325234Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1293318724396519535","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1292094526965682347","time":"2026-03-06T19:13:59.077415889Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1293318724396519535","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.077904575Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1314530029668929558","permissions":140737488684096,"view_channel":true,"time":"2026-03-06T19:13:59.078100133Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1314530029668929558","channel_receiver":"","room_id":"","old_name":"","new_name":"#customer-announcements","time":"2026-03-06T19:13:59.078594966Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1314530029668929558","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1292094526965682347","time":"2026-03-06T19:13:59.078644484Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1314530029668929558","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.07872145Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1478006691697135801","permissions":140737488355328,"view_channel":false,"time":"2026-03-06T19:13:59.078936215Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1478227217904566373","permissions":140737488684096,"view_channel":true,"time":"2026-03-06T19:13:59.079016394Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1478227217904566373","channel_receiver":"","room_id":"","old_name":"","new_name":"#decisions","time":"2026-03-06T19:13:59.079523588Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1478227217904566373","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1240643682101755985","time":"2026-03-06T19:13:59.079574503Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1478227217904566373","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.079622065Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1478273865082994800","permissions":140737488422912,"view_channel":false,"time":"2026-03-06T19:13:59.079842278Z","message":"Computed permissions in channel"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1478364619247714439","permissions":141149805577280,"view_channel":true,"time":"2026-03-06T19:13:59.079927835Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1478364619247714439","channel_receiver":"","room_id":"","old_name":"","new_name":"#revoke-queue-and-buys","time":"2026-03-06T19:13:59.080436915Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1478364619247714439","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1478366300408647782","time":"2026-03-06T19:13:59.080489436Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1478364619247714439","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.080984827Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1239865508417765386","channel_id":"1478383235745579008","permissions":141149805577280,"view_channel":true,"time":"2026-03-06T19:13:59.081213351Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1478383235745579008","channel_receiver":"","room_id":"","old_name":"","new_name":"#read-please","time":"2026-03-06T19:13:59.081752952Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1478383235745579008","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1478366300408647782","time":"2026-03-06T19:13:59.081805473Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1478383235745579008","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.081854572Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","module":"Guild/1242526114815938701","time":"2026-03-06T19:13:59.083871197Z","message":"Updating name \"\" -> \"Kurs B MC Server\""} +{"level":"debug","module":"Guild/1242526114815938701","time":"2026-03-06T19:13:59.083919388Z","message":"Updating avatar \"\" -> \"3f0aac5602f6cb7fcbbdc2211eb3e37e\""} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":41,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":17.49918,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<12460 bytes>","time":"2026-03-06T19:13:59.337285845Z","message":"Request completed"} +{"level":"debug","module":"Guild/1242526114815938701","time":"2026-03-06T19:13:59.33762877Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1242526114815938701","channel_id":"1242526115487289427","permissions":2248473465835073,"view_channel":true,"time":"2026-03-06T19:13:59.337808334Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1242526115487289427","channel_receiver":"","room_id":"","old_name":"","new_name":"#welcome","time":"2026-03-06T19:13:59.338384673Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1242526115487289427","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1242526115487289425","time":"2026-03-06T19:13:59.338438521Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1242526115487289427","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.338897245Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1242526114815938701","channel_id":"1242528383070638081","permissions":2248473465835073,"view_channel":true,"time":"2026-03-06T19:13:59.33911187Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1242528383070638081","channel_receiver":"","room_id":"","old_name":"","new_name":"#ideen","time":"2026-03-06T19:13:59.339597483Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1242528383070638081","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1242526115487289425","time":"2026-03-06T19:13:59.339660481Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1242528383070638081","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.33970036Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1242526114815938701","channel_id":"1242528418789195957","permissions":2248473465835073,"view_channel":true,"time":"2026-03-06T19:13:59.339897595Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1242528418789195957","channel_receiver":"","room_id":"","old_name":"","new_name":"#orga","time":"2026-03-06T19:13:59.340365328Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1242528418789195957","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1242526115487289425","time":"2026-03-06T19:13:59.340416872Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1242528418789195957","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.340451025Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1242526114815938701","channel_id":"1242546594759573505","permissions":2248473465835073,"view_channel":true,"time":"2026-03-06T19:13:59.340653497Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1242546594759573505","channel_receiver":"","room_id":"","old_name":"","new_name":"#zeugs","time":"2026-03-06T19:13:59.341125142Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1242546594759573505","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1242526115487289425","time":"2026-03-06T19:13:59.341171727Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1242546594759573505","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.341210908Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1242526114815938701","channel_id":"1242546632512245932","permissions":2248473465835073,"view_channel":true,"time":"2026-03-06T19:13:59.341476309Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1242546632512245932","channel_receiver":"","room_id":"","old_name":"","new_name":"#memes","time":"2026-03-06T19:13:59.341983084Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1242546632512245932","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1242526115487289425","time":"2026-03-06T19:13:59.342030996Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1242546632512245932","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.342064869Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1242526114815938701","channel_id":"1242562741269561414","permissions":2248473465835073,"view_channel":true,"time":"2026-03-06T19:13:59.342263082Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1242562741269561414","channel_receiver":"","room_id":"","old_name":"","new_name":"#ingame-shit","time":"2026-03-06T19:13:59.342752117Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1242562741269561414","channel_receiver":"","room_id":"","old_parent_id":"","new_parent_id":"1242526115487289425","time":"2026-03-06T19:13:59.342802613Z","message":"Updating parent ID"} +{"level":"debug","channel_id":"1242562741269561414","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.342837883Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","module":"Guild/1391458693559619744","time":"2026-03-06T19:13:59.343541404Z","message":"Updating name \"\" -> \"Homelab Monitoring\""} +{"level":"debug","module":"Guild/1391458693559619744","time":"2026-03-06T19:13:59.343586382Z","message":"Updating avatar \"\" -> \"0f8486c922c686633a411c7873403db0\""} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":42,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":16.498691,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2690 bytes>","time":"2026-03-06T19:13:59.690765693Z","message":"Request completed"} +{"level":"debug","module":"Guild/1391458693559619744","time":"2026-03-06T19:13:59.691084803Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1391458693559619744","channel_id":"1391458892516556810","permissions":1945370111,"view_channel":true,"time":"2026-03-06T19:13:59.691257383Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1391458892516556810","channel_receiver":"","room_id":"","old_name":"","new_name":"#uptimekuma","time":"2026-03-06T19:13:59.691784971Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1391458892516556810","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.691835257Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1391458693559619744","channel_id":"1406079019329257502","permissions":1945370111,"view_channel":true,"time":"2026-03-06T19:13:59.692029558Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1406079019329257502","channel_receiver":"","room_id":"","old_name":"","new_name":"#beszel-system-monitoring","time":"2026-03-06T19:13:59.692484022Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1406079019329257502","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.692535077Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","guild_id":"1391458693559619744","channel_id":"1463489587874627687","permissions":1945370111,"view_channel":true,"time":"2026-03-06T19:13:59.692784204Z","message":"Computed permissions in channel"} +{"level":"debug","channel_id":"1463489587874627687","channel_receiver":"","room_id":"","old_name":"","new_name":"#qbit-file-mover","time":"2026-03-06T19:13:59.693240274Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1463489587874627687","channel_receiver":"","room_id":"","time":"2026-03-06T19:13:59.693287487Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"info","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:13:59.694305717Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"316966695430520833","time":"2026-03-06T19:13:59.694378353Z","message":"Found other user ID"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:13:59.694647595Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":43,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":4.167765,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_316966695430520833","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:13:59.699222191Z","message":"Request completed"} +{"level":"debug","transaction_id":"14","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:59.747658338Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"14","time":"2026-03-06T19:13:59.747820302Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"15","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:59.817466696Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"15","time":"2026-03-06T19:13:59.817719176Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":44,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":163.72884,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1167763580809134111","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_316966695430520833:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1167763580809134111","external_url":"https://discord.com/channels/@me/1167763580809134111"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/1167763580809134111","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_316966695430520833:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1167763580809134111","external_url":"https://discord.com/channels/@me/1167763580809134111"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:13:59.863637161Z","message":"Request completed"} +{"level":"info","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","time":"2026-03-06T19:13:59.864139048Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"16","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:59.873070752Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"16","time":"2026-03-06T19:13:59.873421849Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"17","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:59.883696689Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"17","time":"2026-03-06T19:13:59.883910825Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"18","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:59.927291791Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"18","time":"2026-03-06T19:13:59.927435526Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"19","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:13:59.996613349Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"19","time":"2026-03-06T19:13:59.996977926Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":26,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s476_886_0_351_366_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":22920.321763,"status_code":200,"response_length":207,"response_mime":"application/json","time":"2026-03-06T19:14:00.011701995Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:00.012073","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:00.012099817Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:00.012073","time":"2026-03-06T19:14:00.012296353Z","message":"Finished handling device list changes"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":45,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":195.500909,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Discord","topic":"Your Discord bridged chats","creation_content":{"type":"m.space"},"initial_state":[{"type":"m.room.avatar","content":{"url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC"}}],"room_version":"11","power_level_content_override":{"users":{"@discordbot:matrix.theocloud.dev":9001,"@theo:matrix.theocloud.dev":50}}},"time":"2026-03-06T19:14:00.059859052Z","message":"Request completed"} +{"level":"debug","transaction_id":"20","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.073182715Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"20","time":"2026-03-06T19:14:00.073505177Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"21","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.084047722Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"21","time":"2026-03-06T19:14:00.084170016Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":47,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21pPUyETSDSEkOlXFfaM:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":66.658893,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:00.127411577Z","message":"Request completed"} +{"level":"debug","transaction_id":"22","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.146078171Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"22","time":"2026-03-06T19:14:00.146356911Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"23","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.183025899Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"23","time":"2026-03-06T19:14:00.183111176Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"24","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.234281996Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"24","time":"2026-03-06T19:14:00.234558641Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":46,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s490_886_0_353_368_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":236.660753,"status_code":200,"response_length":207,"response_mime":"application/json","time":"2026-03-06T19:14:00.249138556Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:00.249428","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:00.249453614Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:00.249428","time":"2026-03-06T19:14:00.249634785Z","message":"Finished handling device list changes"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":48,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":164.116255,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Direct Messages","topic":"Your Discord direct messages","creation_content":{"type":"m.space"},"initial_state":[{"type":"m.room.avatar","content":{"url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC"}},{"state_key":"!pPUyETSDSEkOlXFfaM:matrix.theocloud.dev","type":"m.space.parent","content":{"via":["matrix.theocloud.dev"],"canonical":true}}],"room_version":"11","power_level_content_override":{"users":{"@discordbot:matrix.theocloud.dev":9001,"@theo:matrix.theocloud.dev":50}}},"time":"2026-03-06T19:14:00.291994378Z","message":"Request completed"} +{"level":"debug","transaction_id":"25","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.304729411Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"25","time":"2026-03-06T19:14:00.30501311Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"26","content":{"pdu":7,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.313685909Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"26","time":"2026-03-06T19:14:00.313838793Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":50,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":74.714007,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:00.36752966Z","message":"Request completed"} +{"level":"debug","transaction_id":"27","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.385478625Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"27","time":"2026-03-06T19:14:00.385801575Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":51,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21pPUyETSDSEkOlXFfaM:matrix.theocloud.dev/state/m.space.child/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":66.81115,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"],"order":" 0000"},"time":"2026-03-06T19:14:00.43492476Z","message":"Request completed"} +{"level":"debug","transaction_id":"28","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.447930501Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"28","time":"2026-03-06T19:14:00.448023531Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":52,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":51.512766,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:00.486742807Z","message":"Request completed"} +{"level":"debug","transaction_id":"29","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.491107318Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"29","time":"2026-03-06T19:14:00.491164519Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":53,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":55.754565,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:00.542928788Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":54,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_316966695430520833:matrix.theocloud.dev/displayname?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":8.938968,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:00.552732542Z","message":"Request completed"} +{"level":"debug","transaction_id":"30","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.559290029Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"30","time":"2026-03-06T19:14:00.559650974Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":55,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_316966695430520833:matrix.theocloud.dev/displayname?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":63.500208,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Domı"},"time":"2026-03-06T19:14:00.616425236Z","message":"Request completed"} +{"level":"debug","transaction_id":"31","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.622962399Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"31","time":"2026-03-06T19:14:00.623291914Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":56,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":26.203409,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<18340 bytes>","time":"2026-03-06T19:14:00.680120583Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":57,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_316966695430520833:matrix.theocloud.dev/avatar_url?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":2.250806,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:00.682887453Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":58,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_316966695430520833:matrix.theocloud.dev/avatar_url?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":46.790454,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gPYObQsGQGNZAQqBstghQODp"},"time":"2026-03-06T19:14:00.72982709Z","message":"Request completed"} +{"level":"debug","transaction_id":"32","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.735629094Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"32","time":"2026-03-06T19:14:00.735924736Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":59,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824440730595914_1?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":33.298681,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:00.764006133Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","old_name":"","new_name":"Domı","time":"2026-03-06T19:14:00.764449491Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","action":"initial backfill","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:00.764428958Z","message":"Fetching messages for backfill"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","time":"2026-03-06T19:14:00.76472432Z","message":"Updating bridge info..."} +{"level":"debug","transaction_id":"33","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.774637727Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"33","event_id":"$ZnD0F4msr5P1I5EqYHdPuTOawjflye4Gr-LeGyG-W9E","time":"2026-03-06T19:14:00.774740814Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"33","time":"2026-03-06T19:14:00.774790262Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":60,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":32.501083,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:00.797108208Z","message":"Request completed"} +{"level":"info","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:00.797659752Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"428870593358594048","time":"2026-03-06T19:14:00.797694114Z","message":"Found other user ID"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:00.79785531Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":62,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":3.941896,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_428870593358594048","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:00.802073222Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":61,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1167763580809134111?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":56.786344,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_316966695430520833:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1167763580809134111","displayname":"Domı","external_url":"https://discord.com/channels/@me/1167763580809134111"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:00.821766148Z","message":"Request completed"} +{"level":"debug","transaction_id":"34","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.833772167Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"34","time":"2026-03-06T19:14:00.833882029Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"35","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.88594173Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"35","time":"2026-03-06T19:14:00.886013388Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":64,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1167763580809134111?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":67.590728,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_316966695430520833:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1167763580809134111","displayname":"Domı","external_url":"https://discord.com/channels/@me/1167763580809134111"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:00.889765243Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","old_avatar_id":"","new_avatar_id":"0e001d83535188702abbf419a48d1351","time":"2026-03-06T19:14:00.889931607Z","message":"Updating avatar from puppet"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","time":"2026-03-06T19:14:00.890221103Z","message":"Updating bridge info..."} +{"level":"debug","transaction_id":"36","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.899716295Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"36","time":"2026-03-06T19:14:00.899800245Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":65,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1167763580809134111?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":31.002408,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_316966695430520833:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1167763580809134111","displayname":"Domı","external_url":"https://discord.com/channels/@me/1167763580809134111"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:00.9215077Z","message":"Request completed"} +{"level":"debug","transaction_id":"37","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:00.971625368Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"37","time":"2026-03-06T19:14:00.971926388Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":66,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1167763580809134111?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":60.060688,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_316966695430520833:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1167763580809134111","displayname":"Domı","external_url":"https://discord.com/channels/@me/1167763580809134111"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:00.982055467Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":63,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":233.445705,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1163926603756224573","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_428870593358594048:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1163926603756224573","external_url":"https://discord.com/channels/@me/1163926603756224573"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/1163926603756224573","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_428870593358594048:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1163926603756224573","external_url":"https://discord.com/channels/@me/1163926603756224573"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:14:01.036049868Z","message":"Request completed"} +{"level":"info","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","time":"2026-03-06T19:14:01.036740538Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"38","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.044211701Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"38","time":"2026-03-06T19:14:01.044531858Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"39","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.055312426Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"39","time":"2026-03-06T19:14:01.055508962Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":67,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":52.986438,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:01.089980154Z","message":"Request completed"} +{"level":"debug","transaction_id":"40","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.097241511Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"40","time":"2026-03-06T19:14:01.097326859Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":68,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":40.518622,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:01.130932357Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":69,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_428870593358594048:matrix.theocloud.dev/displayname?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":7.182575,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:01.138832351Z","message":"Request completed"} +{"level":"debug","transaction_id":"41","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.145749945Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"41","time":"2026-03-06T19:14:01.146029523Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":70,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_428870593358594048:matrix.theocloud.dev/displayname?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":52.601327,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"alexx"},"time":"2026-03-06T19:14:01.19162372Z","message":"Request completed"} +{"level":"debug","transaction_id":"42","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.197811881Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"42","time":"2026-03-06T19:14:01.198083917Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":71,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":18.566021,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<11052 bytes>","time":"2026-03-06T19:14:01.237983038Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":72,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_428870593358594048:matrix.theocloud.dev/avatar_url?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":2.413957,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:01.240817026Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":73,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_428870593358594048:matrix.theocloud.dev/avatar_url?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":45.587911,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NPgoqrWRSQEHGBNlUFVtmXjz"},"time":"2026-03-06T19:14:01.286556774Z","message":"Request completed"} +{"level":"debug","transaction_id":"43","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.297916753Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"43","time":"2026-03-06T19:14:01.298271272Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":74,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824441286999713_1?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":42.756786,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:01.329861053Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","old_name":"","new_name":"alexx","time":"2026-03-06T19:14:01.330360704Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","action":"initial backfill","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:01.330317891Z","message":"Fetching messages for backfill"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","time":"2026-03-06T19:14:01.330589717Z","message":"Updating bridge info..."} +{"level":"debug","transaction_id":"44","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.343576251Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"44","event_id":"$vTMna7FejUUWEzp3YTHckI-7HBsL-X1y5Q1CyZZEl9s","time":"2026-03-06T19:14:01.343680386Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"44","time":"2026-03-06T19:14:01.343728996Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":75,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":36.059474,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:01.366559165Z","message":"Request completed"} +{"level":"info","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:01.367356973Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"1142482369744482355","time":"2026-03-06T19:14:01.367411799Z","message":"Found other user ID"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:01.367759683Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":77,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":2.939031,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"discord_1142482369744482355","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:01.371190124Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":76,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1163926603756224573?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":60.460744,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_428870593358594048:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1163926603756224573","displayname":"alexx","external_url":"https://discord.com/channels/@me/1163926603756224573"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:01.391312579Z","message":"Request completed"} +{"level":"debug","transaction_id":"45","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.403319157Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"45","time":"2026-03-06T19:14:01.403435654Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"46","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.469311196Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"46","time":"2026-03-06T19:14:01.46942902Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":79,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1163926603756224573?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":82.866552,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_428870593358594048:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1163926603756224573","displayname":"alexx","external_url":"https://discord.com/channels/@me/1163926603756224573"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:01.474656432Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","old_avatar_id":"","new_avatar_id":"150dc29a4245e97b807b57ebc1382488","time":"2026-03-06T19:14:01.474848428Z","message":"Updating avatar from puppet"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","time":"2026-03-06T19:14:01.475178992Z","message":"Updating bridge info..."} +{"level":"debug","transaction_id":"47","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.488455511Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"47","time":"2026-03-06T19:14:01.488569843Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":80,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1163926603756224573?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":36.006604,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_428870593358594048:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1163926603756224573","displayname":"alexx","external_url":"https://discord.com/channels/@me/1163926603756224573"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:01.511501632Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","action":"initial backfill","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:01.542555234Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","action":"initial backfill","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","limit":100,"before_id":"1479141808725299410","time":"2026-03-06T19:14:01.542638277Z","message":"Fetching messages for backfill"} +{"level":"debug","transaction_id":"48","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.558652542Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"48","time":"2026-03-06T19:14:01.558971721Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":81,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1163926603756224573?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":54.836209,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_428870593358594048:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1163926603756224573","displayname":"alexx","external_url":"https://discord.com/channels/@me/1163926603756224573"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:01.566814445Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","action":"initial backfill","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:01.596865741Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","action":"initial backfill","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","limit":100,"before_id":"1471882942878843072","time":"2026-03-06T19:14:01.59694592Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":78,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":234.70091,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1168906216441925765","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_1142482369744482355:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1168906216441925765","external_url":"https://discord.com/channels/@me/1168906216441925765"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/1168906216441925765","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_1142482369744482355:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1168906216441925765","external_url":"https://discord.com/channels/@me/1168906216441925765"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:14:01.606413873Z","message":"Request completed"} +{"level":"info","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","time":"2026-03-06T19:14:01.606991258Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"49","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.615536106Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"49","time":"2026-03-06T19:14:01.615859057Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"50","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.624686137Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"50","time":"2026-03-06T19:14:01.624853898Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":82,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":55.912827,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:01.663127721Z","message":"Request completed"} +{"level":"debug","transaction_id":"51","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.672507952Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"51","time":"2026-03-06T19:14:01.672601959Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":83,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":51.11278,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:01.714760127Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":84,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_1142482369744482355:matrix.theocloud.dev/displayname?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":6.339859,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:14:01.721703982Z","message":"Request completed"} +{"level":"debug","transaction_id":"52","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.728250853Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"52","time":"2026-03-06T19:14:01.72853546Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":85,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_1142482369744482355:matrix.theocloud.dev/displayname?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":56.382097,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"lagopodus"},"time":"2026-03-06T19:14:01.778284152Z","message":"Request completed"} +{"level":"debug","transaction_id":"53","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:01.793943968Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"53","time":"2026-03-06T19:14:01.794317973Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","action":"initial backfill","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:01.81444406Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","action":"initial backfill","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:01.814539255Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","action":"initial backfill","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:01.814611192Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":86,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.107002,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_388409312340344833","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:01.819133407Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":87,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_388409312340344833:matrix.theocloud.dev/displayname?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":2.315968,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:01.821871781Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":88,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_388409312340344833:matrix.theocloud.dev/displayname?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.39713,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"theo"},"time":"2026-03-06T19:14:01.828394836Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":89,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":29.464202,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23980 bytes>","time":"2026-03-06T19:14:02.078665535Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":90,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_1142482369744482355:matrix.theocloud.dev/avatar_url?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":1.968923,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:02.081123073Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":92,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":35.239596,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23779 bytes>","time":"2026-03-06T19:14:02.121736192Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":93,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_388409312340344833:matrix.theocloud.dev/avatar_url?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.762964,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:02.129997131Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":94,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_388409312340344833:matrix.theocloud.dev/avatar_url?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.926817,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/aarhVkdMygJnUSPzPHCCmqBO"},"time":"2026-03-06T19:14:02.140060768Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":91,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_1142482369744482355:matrix.theocloud.dev/avatar_url?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":61.59142,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MMbrKyChRBwciknGvsfXaIxu"},"time":"2026-03-06T19:14:02.142867378Z","message":"Request completed"} +{"level":"debug","transaction_id":"54","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.15315018Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"54","time":"2026-03-06T19:14:02.153407549Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","action":"initial backfill","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:02.16210158Z","message":"Added messages to backfill collection"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":95,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.629022,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.162151168Z","message":"Request completed"} +{"level":"info","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","action":"initial backfill","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:02.162180711Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","action":"initial backfill","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:02.162246083Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","transaction_id":"55","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:02.178543698Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"55","time":"2026-03-06T19:14:02.17862234Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":98,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":31.327524,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.194125291Z","message":"Request completed"} +{"level":"debug","transaction_id":"56","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:02.199936793Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"56","time":"2026-03-06T19:14:02.199999232Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":97,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":44.478536,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:02.20697242Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":96,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824442143409982_1?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":78.282107,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:02.221782675Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","action":"initial backfill","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:02.22211687Z","message":"Fetching messages for backfill"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","old_name":"","new_name":"lagopodus","time":"2026-03-06T19:14:02.222131327Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","time":"2026-03-06T19:14:02.222551009Z","message":"Updating bridge info..."} +{"level":"debug","transaction_id":"57","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.233797913Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"57","event_id":"$jB-lFF2Z8LcMxeDD-804jEAymLbNmLAK9GZv3ngKXuI","time":"2026-03-06T19:14:02.233869641Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"57","time":"2026-03-06T19:14:02.233909172Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":100,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":35.34464,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:02.242494179Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960196357128284","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:02.24257345Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960196357128284","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":427.805043,"time":"2026-03-06T19:14:02.242675839Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":99,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824442194288512_2?ts=1766418213168&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":68.720077,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Und die Qualität ist crazy","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:02.263249335Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1452688018162057316","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":100.898209,"event_ids":{"":"$Xw8CuUs1oWaZjg1XI67FbQ9Q879FkfRE-2QnGs2x8kM"},"time":"2026-03-06T19:14:02.2633798Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":104,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.271345,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.272227414Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":103,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":34.800848,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.277952591Z","message":"Request completed"} +{"level":"debug","transaction_id":"58","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.279700184Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"58","time":"2026-03-06T19:14:02.279786509Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Xw8CuUs1oWaZjg1XI67FbQ9Q879FkfRE-2QnGs2x8kM","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824442279,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:02.279948752Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":101,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":60.193737,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:02.282421866Z","message":"Request completed"} +{"level":"info","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:02.28310625Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"122672447207112706","time":"2026-03-06T19:14:02.283152625Z","message":"Found other user ID"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"","old_name":"","new_name":"Marcys","time":"2026-03-06T19:14:02.283428222Z","message":"Updating portal name"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:02.283478369Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":107,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":4.528361,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_122672447207112706","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:02.288403085Z","message":"Request completed"} +{"level":"debug","transaction_id":"59","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:02.292365723Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"59","time":"2026-03-06T19:14:02.292444855Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":102,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1168906216441925765?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":99.305247,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_1142482369744482355:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1168906216441925765","displayname":"lagopodus","external_url":"https://discord.com/channels/@me/1168906216441925765"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:02.322101263Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":105,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":60.01515,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:02.332589192Z","message":"Request completed"} +{"level":"debug","transaction_id":"60","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.339720922Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"60","time":"2026-03-06T19:14:02.339802009Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":106,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824442278106803_2?ts=1772205201946&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":88.295877,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jaa muss ich schauen wie motiviert imo ist hahaha wir gehen ja auch die nächsten 3 tage also würde es relativ egal sein ob wir heut oder morgen gehen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:02.366584339Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960408341319821","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":123.840474,"event_ids":{"":"$3PjttaEl3WpHZRuGX_N4-g4NAThJx7vClEhX5bQC9KU"},"time":"2026-03-06T19:14:02.366704189Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.937432,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.377476026Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":110,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":55.03065,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:02.387843756Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1452688129646657577","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:02.387967517Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1452688129646657577","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":124.380146,"time":"2026-03-06T19:14:02.388077798Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"61","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.390657001Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"61","time":"2026-03-06T19:14:02.390730266Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3PjttaEl3WpHZRuGX_N4-g4NAThJx7vClEhX5bQC9KU","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824442390,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:02.390936091Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":113,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":9.15031,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.397876244Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":112,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":61.642754,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:02.43940646Z","message":"Request completed"} +{"level":"debug","transaction_id":"62","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.445293881Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"62","time":"2026-03-06T19:14:02.445383279Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":109,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1168906216441925765?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":142.26283,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_1142482369744482355:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1168906216441925765","displayname":"lagopodus","external_url":"https://discord.com/channels/@me/1168906216441925765"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:02.464740263Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","old_avatar_id":"","new_avatar_id":"c9a09fdf70b2f8a492bde05e7c4749ca","time":"2026-03-06T19:14:02.464961174Z","message":"Updating avatar from puppet"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","time":"2026-03-06T19:14:02.465277071Z","message":"Updating bridge info..."} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","action":"initial backfill","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:02.487572178Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","action":"initial backfill","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","limit":100,"before_id":"1313969990956744736","time":"2026-03-06T19:14:02.487649214Z","message":"Fetching messages for backfill"} +{"level":"debug","transaction_id":"63","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.491432567Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"63","time":"2026-03-06T19:14:02.491550321Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":115,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":73.634805,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:02.513220899Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960411441168490","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:02.513311275Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960411441168490","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":146.231544,"time":"2026-03-06T19:14:02.513387543Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824442398117199_3?ts=1766418254792&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":119.993634,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"sowasvon!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:02.518294658Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1452688192745504929","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":130.104344,"event_ids":{"":"$15mRMLuMvpRax17twrZbes4F1i20mTh_sWETAO2ruS8"},"time":"2026-03-06T19:14:02.518421492Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":117,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.016214,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.524092821Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":118,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":11.276936,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.530392101Z","message":"Request completed"} +{"level":"debug","transaction_id":"64","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.536349364Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"64","time":"2026-03-06T19:14:02.536433873Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$15mRMLuMvpRax17twrZbes4F1i20mTh_sWETAO2ruS8","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824442536,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:02.536584523Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":116,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1168906216441925765?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":98.580424,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_1142482369744482355:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1168906216441925765","displayname":"lagopodus","external_url":"https://discord.com/channels/@me/1168906216441925765"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:02.564165849Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":119,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":86.723239,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:02.611294479Z","message":"Request completed"} +{"level":"debug","transaction_id":"65","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.620778984Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"65","time":"2026-03-06T19:14:02.621007578Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":121,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1168906216441925765?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":74.215124,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_1142482369744482355:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1168906216441925765","displayname":"lagopodus","external_url":"https://discord.com/channels/@me/1168906216441925765"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:02.638894662Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":122,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":42.071214,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:02.653589957Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960487873843241","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:02.653701565Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960487873843241","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":140.222808,"time":"2026-03-06T19:14:02.653790264Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":120,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824442530718963_4?ts=1770801597602&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":128.202191,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wir müssen ein 1000x startup Gründen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:02.65909569Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471073265026990197","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":140.421649,"event_ids":{"":"$lvNU5f4H2jj6eKV5ZiwyZ0BmLlmJmZ8-5VRPX-jFR7s"},"time":"2026-03-06T19:14:02.65920185Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":123,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.144791,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.662446371Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":124,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":6.47193,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.66634678Z","message":"Request completed"} +{"level":"debug","transaction_id":"66","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.671138307Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"66","time":"2026-03-06T19:14:02.671223724Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$lvNU5f4H2jj6eKV5ZiwyZ0BmLlmJmZ8-5VRPX-jFR7s","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824442671,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:02.671460768Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":125,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":31.784501,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:02.694557105Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":108,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":430.998579,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Marcys","initial_state":[{"state_key":"fi.mau.discord://discord/dm/908482324335833109","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_122672447207112706:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"908482324335833109","displayname":"Marcys","external_url":"https://discord.com/channels/@me/908482324335833109"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/908482324335833109","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_122672447207112706:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"908482324335833109","displayname":"Marcys","external_url":"https://discord.com/channels/@me/908482324335833109"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:14:02.719824698Z","message":"Request completed"} +{"level":"info","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","time":"2026-03-06T19:14:02.720591077Z","message":"Matrix room created"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":126,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824442666569228_5?ts=1770801600338&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":71.851733,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hast du Ideen?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:02.738571471Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471073276502736997","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":79.102194,"event_ids":{"":"$jYYAkS5PM1PnoS-H1X85AYhTwul1eKMcp94QPXcqUbI"},"time":"2026-03-06T19:14:02.738658704Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"67","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.741185246Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"67","time":"2026-03-06T19:14:02.741521048Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":127,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":50.500543,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:02.745279119Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960603456405717","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:02.745418943Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960603456405717","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":91.533902,"time":"2026-03-06T19:14:02.745528805Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":129,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.524524,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.747839884Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":130,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":5.050851,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.751186444Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","action":"initial backfill","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:02.75593844Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","action":"initial backfill","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:02.755999901Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","action":"initial backfill","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:02.75607142Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","transaction_id":"68","content":{"pdu":7,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.756505699Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"68","time":"2026-03-06T19:14:02.756697485Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$jYYAkS5PM1PnoS-H1X85AYhTwul1eKMcp94QPXcqUbI","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824442756,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:02.756839544Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":133,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":33.277728,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.789834761Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":131,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":56.830136,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:02.805014621Z","message":"Request completed"} +{"level":"debug","transaction_id":"69","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:02.809115058Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"69","time":"2026-03-06T19:14:02.809179034Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":128,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":115.08638,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:02.835934825Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":132,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824442751381863_3?ts=1772205263878&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":102.709358,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"haahaha so ruhige loot runs?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:02.854230835Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960668103086301","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":108.535667,"event_ids":{"":"$_YJuJBZvEvS8nvPKN6UYj5TkfWKBw84ECsmStibkuvE"},"time":"2026-03-06T19:14:02.854305078Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"70","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.856289854Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"70","time":"2026-03-06T19:14:02.856374294Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":137,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.789573,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.861595699Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":135,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":59.02381,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:02.864254872Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471110349561397258","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:02.864307882Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471110349561397258","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":125.371695,"time":"2026-03-06T19:14:02.864381077Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":3.918917,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.868600456Z","message":"Request completed"} +{"level":"debug","transaction_id":"71","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.871047727Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"71","time":"2026-03-06T19:14:02.871108839Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_YJuJBZvEvS8nvPKN6UYj5TkfWKBw84ECsmStibkuvE","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824442871,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:02.871275832Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":134,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824442790123908_2?ts=1721595867841&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":97.724439,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"100 Euro oder so","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:02.888003117Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689475867377684","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":131.851378,"event_ids":{"":"$k2HnBH_f8ZRAhAHV9M__hzXVfbldvd1Y7TINN2BtC4s"},"time":"2026-03-06T19:14:02.888100337Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":141,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.133964,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.895144974Z","message":"Request completed"} +{"level":"debug","transaction_id":"72","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.899859324Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"72","time":"2026-03-06T19:14:02.899935592Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$k2HnBH_f8ZRAhAHV9M__hzXVfbldvd1Y7TINN2BtC4s","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824442900,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:02.900123677Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":138,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":50.521775,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:02.912418564Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":140,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824442868779880_6?ts=1770815854655&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":77.861797,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Algorithmen sind auf meiner branch schon fertig!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:02.946770955Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471133063441420328","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":82.36676,"event_ids":{"":"$ucvL9QIAHyu8669T1JiFkdbbW7yWuKoqXkf46Sx1lTo"},"time":"2026-03-06T19:14:02.946853019Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":142,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":52.698059,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:02.948170663Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":143,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":39.614933,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:02.952176464Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960698641944676","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:02.952259367Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476960698641944676","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":97.801545,"time":"2026-03-06T19:14:02.952372372Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":144,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.523339,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.957990201Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":146,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":17.015733,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:02.969825317Z","message":"Request completed"} +{"level":"debug","transaction_id":"73","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:02.97392757Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"73","time":"2026-03-06T19:14:02.974001184Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ucvL9QIAHyu8669T1JiFkdbbW7yWuKoqXkf46Sx1lTo","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824442974,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:02.974188501Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":136,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":158.969441,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:02.995288537Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":149,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_122672447207112706:matrix.theocloud.dev/displayname?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.892034,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:03.005840442Z","message":"Request completed"} +{"level":"debug","transaction_id":"74","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.023701684Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"74","time":"2026-03-06T19:14:03.024077505Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":145,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":81.471732,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.029844518Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689606964547776","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.029938456Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689606964547776","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":141.578725,"time":"2026-03-06T19:14:03.030032883Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":151,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.111547,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.038797315Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":147,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":84.43877,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.042713299Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":148,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824442970102590_4?ts=1772205472828&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":114.51486,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:03.08475483Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1476961544502902885","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":132.313874,"event_ids":{"":"$xaeJ9FEdf-dB-UBfY8iQRIpwcFGVTgoKKHnb_9qZ-ss"},"time":"2026-03-06T19:14:03.08486993Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":153,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":42.91023,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.085806515Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471133898279751854","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.085930624Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471133898279751854","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":138.896225,"time":"2026-03-06T19:14:03.086048518Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":152,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":47.844024,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.087040557Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":154,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.550158,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.0972253Z","message":"Request completed"} +{"level":"debug","transaction_id":"75","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.101223209Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"75","time":"2026-03-06T19:14:03.101317147Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xaeJ9FEdf-dB-UBfY8iQRIpwcFGVTgoKKHnb_9qZ-ss","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443101,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:03.101551328Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":155,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":31.334159,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.118520197Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689694130569278","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.118622516Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689694130569278","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":88.428158,"time":"2026-03-06T19:14:03.11868719Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":157,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":3.670978,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.122853069Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":156,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.016861,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.124596192Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":150,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_122672447207112706:matrix.theocloud.dev/displayname?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":138.993235,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"pitah"},"time":"2026-03-06T19:14:03.145012822Z","message":"Request completed"} +{"level":"debug","transaction_id":"76","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.157484829Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"76","time":"2026-03-06T19:14:03.157743385Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":159,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":36.317611,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.161092739Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471134204346503168","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.161169565Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471134204346503168","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":74.972772,"time":"2026-03-06T19:14:03.161263014Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":158,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":40.080013,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.163320776Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":160,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":3.114684,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.164901795Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":161,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":14.420256,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.177898386Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689774225133568","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.177976191Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689774225133568","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":59.251775,"time":"2026-03-06T19:14:03.178105469Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":163,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":4.027731,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.182589829Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":162,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.221141,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.184522084Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":165,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":16.363407,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.201043334Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471134932691845180","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.201168282Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471134932691845180","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":39.785069,"time":"2026-03-06T19:14:03.201260962Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":166,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":2.261771,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.203995355Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":164,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443182767228_3?ts=1721595945772&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":38.090417,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Haha","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.221007387Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689802733949030","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":42.825581,"event_ids":{"":"$U_MdRcbnbXUTpUGKKRdQkfHi6w80JQdOnOuU5waCg1Y"},"time":"2026-03-06T19:14:03.221118715Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"77","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.22418416Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"77","time":"2026-03-06T19:14:03.224292416Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$U_MdRcbnbXUTpUGKKRdQkfHi6w80JQdOnOuU5waCg1Y","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443224,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.224443694Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":168,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":10.345381,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.232086669Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":167,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443204161091_7?ts=1770817044228&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":47.780678,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich habe kurz das polling von frontend angesprochen, also den Transferweg der Daten vom backend nach frontend, aber bin nicht explizit auf frontend Funktionalität eingegangen.","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.25212238Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471138052872343656","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":50.739334,"event_ids":{"":"$iu-PJDBpkNgx_bdRVTRXGOW7dM44uSGnXoFv07gQz9c"},"time":"2026-03-06T19:14:03.252196692Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"78","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.256617496Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"78","time":"2026-03-06T19:14:03.256674627Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$iu-PJDBpkNgx_bdRVTRXGOW7dM44uSGnXoFv07gQz9c","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443256,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.256783092Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":170,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":5.691653,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.258520487Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":169,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443232283066_4?ts=1721595958062&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":42.752665,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Der Unterschied zu cs ist nur das Geld ist halt weg","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.275212013Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689854281809972","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":53.86198,"event_ids":{"":"$HONiPDoqXdefPZocZMkzdmyEGLpuBfI3VdZYeckyeeU"},"time":"2026-03-06T19:14:03.275300712Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"79","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.281124437Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"79","time":"2026-03-06T19:14:03.281201194Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HONiPDoqXdefPZocZMkzdmyEGLpuBfI3VdZYeckyeeU","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443281,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.281408835Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":6.665742,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.282574571Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":171,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443258683429_8?ts=1770817090760&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":47.798697,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Passt!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.306600578Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471138248041566300","message_type":19,"author_id":"428870593358594048","action":"discord message create","handling_time":54.181648,"event_ids":{"":"$GBoQS82UyB5Ol-kGOk2o19awP7GsPu_KfqjpnlSd3r8"},"time":"2026-03-06T19:14:03.306693957Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":174,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.208065,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.312605544Z","message":"Request completed"} +{"level":"debug","transaction_id":"80","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.316054982Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"80","time":"2026-03-06T19:14:03.316127548Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$GBoQS82UyB5Ol-kGOk2o19awP7GsPu_KfqjpnlSd3r8","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443316,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.316381354Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":173,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443282733392_5?ts=1721595961542&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":56.139396,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Aber naja","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.339036638Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689868877856942","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":63.63221,"event_ids":{"":"$YUIIRN6Wnhs9GXRAXmgmToXTurNtM4asgaieIoxnDSk"},"time":"2026-03-06T19:14:03.339246234Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":176,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.312969,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.345273689Z","message":"Request completed"} +{"level":"debug","transaction_id":"81","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.349582955Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"81","time":"2026-03-06T19:14:03.349681362Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YUIIRN6Wnhs9GXRAXmgmToXTurNtM4asgaieIoxnDSk","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443349,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.349903321Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":175,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":40.099219,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.353078419Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":177,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":28.25691,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.373973049Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":178,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":22.740072,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.37601789Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471144890888093707","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.376170495Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471144890888093707","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":69.276859,"time":"2026-03-06T19:14:03.376281475Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":181,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":2.94839,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.37982513Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":180,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":17.958882,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.392130284Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689890940031147","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.392245384Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689890940031147","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":52.740454,"time":"2026-03-06T19:14:03.392385068Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":183,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":3.893704,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.396876762Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":182,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443379979551_9?ts=1770897386348&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":63.48163,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Grundlagen, Backendentwurf und Diskussion habe ich zu meiner Branch hinzugefügt heute! Wenn du Zeit und Lust hast wäre das super wenn du da noch einmal rüberschaust weil meine Schreibkünste (und die von GenAI) nicht so gut sind wie deine lol\nUnd ig Kontextuell macht das alles schon Sinn nur musste ich mich ab und an wiederholen bzw. Thematiken öfters ansprechen, welche ich in den Algorithem sehr ausführlich darstelle. Aber ich bin ganz zufrieden damit!","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Grundlagen, Backendentwurf und Diskussion habe ich zu meiner Branch hinzugefügt heute! Wenn du Zeit und Lust hast wäre das super wenn du da noch einmal rüberschaust weil meine Schreibkünste (und die von GenAI) nicht so gut sind wie deine lol\u003cbr\u003e\nUnd ig Kontextuell macht das alles schon Sinn nur musste ich mich ab und an wiederholen bzw. Thematiken öfters ansprechen, welche ich in den Algorithem sehr ausführlich darstelle. Aber ich bin ganz zufrieden damit!","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.443706816Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471475032147492886","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":67.290896,"event_ids":{"":"$3rGIXBvXRsiMGo9567OBWFL-MluIRfZyL5R4QvBRol8"},"time":"2026-03-06T19:14:03.443847479Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":186,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":5.659875,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.450243351Z","message":"Request completed"} +{"level":"debug","transaction_id":"82","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.453357686Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"82","time":"2026-03-06T19:14:03.4534533Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3rGIXBvXRsiMGo9567OBWFL-MluIRfZyL5R4QvBRol8","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443453,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.453660382Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":184,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443397037469_6?ts=1721595967591&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":76.722181,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Also viel werde ich eh nicht ausgeben","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.47391009Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689894249463810","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":81.334073,"event_ids":{"":"$_jgB_y0UwZOtqEhGZ4t5I_SZ7NB3Z98V7oUQAOt6_bY"},"time":"2026-03-06T19:14:03.474006751Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":185,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":77.561614,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34192 bytes>","time":"2026-03-06T19:14:03.47650864Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":188,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":5.85662,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.480495514Z","message":"Request completed"} +{"level":"debug","transaction_id":"83","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.482660343Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"83","time":"2026-03-06T19:14:03.482774535Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_jgB_y0UwZOtqEhGZ4t5I_SZ7NB3Z98V7oUQAOt6_bY","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443482,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.48297163Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":189,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_122672447207112706:matrix.theocloud.dev/avatar_url?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":7.520961,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:03.484394456Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":187,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443450505329_10?ts=1770897417809&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":61.998531,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Das sind ungefähr \u003c3200 Wörter ohne Fazit.","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Das sind ungefähr \u0026lt;3200 Wörter ohne Fazit.","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.512676509Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471475164104364122","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":68.527592,"event_ids":{"":"$bzj1UENwM696wejBHV9V7862iRQPLuBgdyF4gB8rQyk"},"time":"2026-03-06T19:14:03.512767374Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":192,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.428844,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.525753908Z","message":"Request completed"} +{"level":"debug","transaction_id":"84","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.533444726Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"84","time":"2026-03-06T19:14:03.533534892Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bzj1UENwM696wejBHV9V7862iRQPLuBgdyF4gB8rQyk","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443533,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.533646989Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":190,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443480690164_7?ts=1721595969377&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":90.085025,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Gu na","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.570947699Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689901740490924","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":96.70558,"event_ids":{"":"$BmQrR7i_f47ibv84fI1jWIPt5WaGb736bW0oNxhz4dM"},"time":"2026-03-06T19:14:03.571071739Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":194,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.031927,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.579810329Z","message":"Request completed"} +{"level":"debug","transaction_id":"85","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.582648159Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"85","time":"2026-03-06T19:14:03.582758719Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BmQrR7i_f47ibv84fI1jWIPt5WaGb736bW0oNxhz4dM","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443582,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.582965522Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":193,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":58.6387,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.584649558Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":191,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_122672447207112706:matrix.theocloud.dev/avatar_url?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":127.805418,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JBrzhELNywunfzXZGtZeGSYf"},"time":"2026-03-06T19:14:03.612314136Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":196,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":29.576928,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.614445371Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471479741302181940","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.614574091Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471479741302181940","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":101.608225,"time":"2026-03-06T19:14:03.614679972Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":198,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.064056,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.625447199Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":195,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":47.153005,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.627255764Z","message":"Request completed"} +{"level":"debug","transaction_id":"86","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.631755559Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"86","time":"2026-03-06T19:14:03.631995118Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":200,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":34.486627,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.661909314Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689921952714813","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.661985512Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689921952714813","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":90.567705,"time":"2026-03-06T19:14:03.662044668Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":199,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":39.201886,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.665042576Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":201,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":3.848167,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.666323553Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":197,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824443612716287_1?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":73.516981,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.686323435Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","action":"initial backfill","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:03.686665522Z","message":"Fetching messages for backfill"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","old_avatar_id":"","new_avatar_id":"1055d83482fefecd4f3728047a2e6b06","time":"2026-03-06T19:14:03.686769587Z","message":"Updating avatar from puppet"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","time":"2026-03-06T19:14:03.687062924Z","message":"Updating bridge info..."} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":202,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30.064218,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.695251507Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471479777742553163","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.695324981Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471479777742553163","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":80.437438,"time":"2026-03-06T19:14:03.695399922Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"87","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.702089341Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"87","event_id":"$Rr_6n5Ri-HC5vBwb4gm5_JHM6e9x_h2fzWmhinMBGzQ","time":"2026-03-06T19:14:03.702164072Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"87","time":"2026-03-06T19:14:03.702219457Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":206,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.950421,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.703711566Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":179,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":336.909569,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1328603 bytes>","time":"2026-03-06T19:14:03.706196623Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":203,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":42.13959,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.708743629Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":208,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":5.795089,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.712402035Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":205,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F908482324335833109?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":46.440824,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_122672447207112706:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"908482324335833109","displayname":"Marcys","external_url":"https://discord.com/channels/@me/908482324335833109"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:03.733715929Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":209,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":32.706419,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.741622558Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689931381637280","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.74171475Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1264689931381637280","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":79.560638,"time":"2026-03-06T19:14:03.741783824Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":207,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":38.564436,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.742553136Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":204,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":57.748141,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:03.744553837Z","message":"Request completed"} +{"level":"info","channel_id":"1174617111600037918","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:03.745442719Z","message":"Creating Matrix room for channel"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"","old_avatar_id":"","new_avatar_id":"","time":"2026-03-06T19:14:03.745498383Z","message":"Updating group DM avatar"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":212,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":5.350613,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.74758478Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":211,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F908482324335833109?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":42.826838,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_122672447207112706:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"908482324335833109","displayname":"Marcys","external_url":"https://discord.com/channels/@me/908482324335833109"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:03.776971528Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":213,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":35.128548,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.777877312Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471479819182280870","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.777965522Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471479819182280870","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":82.524115,"time":"2026-03-06T19:14:03.778053873Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":210,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443712569866_5?ts=1772215194777&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":71.973119,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"iu_.png","info":{"h":959,"mimetype":"image/png","size":1328603,"w":1278},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/xLTfoJyyqlcmsNmLbPRLDSce"},"time":"2026-03-06T19:14:03.784788969Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477002321312481280","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":699.621022,"event_ids":{"1477002320687665213":"$dD1XSXa2fk7HacGBSV4wLzfnwjxIkatsHZHW8BgYLRk"},"time":"2026-03-06T19:14:03.784911472Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":215,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.636618,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.785194054Z","message":"Request completed"} +{"level":"debug","transaction_id":"88","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.793439418Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"88","time":"2026-03-06T19:14:03.793533845Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$dD1XSXa2fk7HacGBSV4wLzfnwjxIkatsHZHW8BgYLRk","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443793,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:03.793749448Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":214,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443747732147_8?ts=1721748737275&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":63.326999,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"oha","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.811209447Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1265330656746012715","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":69.343349,"event_ids":{"":"$_pfhiW3UupF1Vt5_i0wGJuc_PxnY-I0jJdmXutViEnU"},"time":"2026-03-06T19:14:03.811318611Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":216,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":31.653757,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.817174323Z","message":"Request completed"} +{"level":"debug","transaction_id":"89","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.818854448Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"89","time":"2026-03-06T19:14:03.818932531Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_pfhiW3UupF1Vt5_i0wGJuc_PxnY-I0jJdmXutViEnU","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443819,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.819128578Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":217,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":7.770996,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.819898868Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":218,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":19.7305,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.837053727Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471480032030621798","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.837147176Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471480032030621798","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":58.995594,"time":"2026-03-06T19:14:03.837240555Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":220,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":2.391537,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.840140404Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":219,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443820110840_9?ts=1721748742326&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":40.007656,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wie lange geht das event?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.860276967Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1265330677931442237","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":48.616549,"event_ids":{"":"$1ekcnuBZ7uOBq1djknvswL1hl57sMz05M1pfGjLvtyg"},"time":"2026-03-06T19:14:03.860403801Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":222,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":6.641019,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.867735839Z","message":"Request completed"} +{"level":"debug","transaction_id":"90","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.871304008Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"90","time":"2026-03-06T19:14:03.871393197Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1ekcnuBZ7uOBq1djknvswL1hl57sMz05M1pfGjLvtyg","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443871,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.871574507Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":221,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443840309073_11?ts=1770898650345&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":55.108035,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"okay okay perfekt machen wir so!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.895637601Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471480333735039099","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":58.269863,"event_ids":{"":"$GsbH7ikMatfqYaRaADsLZL_1cPXR6n8-dXg2VKOPYHo"},"time":"2026-03-06T19:14:03.895739151Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":224,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.847821,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.902402659Z","message":"Request completed"} +{"level":"debug","transaction_id":"91","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.905736718Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"91","time":"2026-03-06T19:14:03.90580202Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$GsbH7ikMatfqYaRaADsLZL_1cPXR6n8-dXg2VKOPYHo","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443905,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.905985984Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":223,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443867914635_10?ts=1723109116944&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":59.835725,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"kannst du dein ptb mal schicken?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.927921055Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1271036502633218101","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":67.264076,"event_ids":{"":"$TlhuX_fwUVrk2K_qIuD9jnjJ-QA0qZoLYccpHv-Y0wo"},"time":"2026-03-06T19:14:03.928039926Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":226,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":5.451884,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.934201268Z","message":"Request completed"} +{"level":"debug","transaction_id":"92","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.93979193Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"92","time":"2026-03-06T19:14:03.93986254Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$TlhuX_fwUVrk2K_qIuD9jnjJ-QA0qZoLYccpHv-Y0wo","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443940,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.940087991Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":225,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":41.184078,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:03.943851928Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":228,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":18.756062,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:03.962788742Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471480674098872532","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:03.962923956Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471480674098872532","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":66.84593,"time":"2026-03-06T19:14:03.96302837Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":229,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":3.775671,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.96743758Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":227,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443934365677_11?ts=1723109118214&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":50.964715,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"uww","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:03.985465117Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1271036507959853057","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":57.104266,"event_ids":{"":"$zn-wWAqdj1pMGiQoEunmFPPIWrJ0LQulSMX02d9zIRw"},"time":"2026-03-06T19:14:03.98556143Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":231,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":7.164765,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:03.993312381Z","message":"Request completed"} +{"level":"debug","transaction_id":"93","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:03.99857639Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"93","time":"2026-03-06T19:14:03.998640645Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$zn-wWAqdj1pMGiQoEunmFPPIWrJ0LQulSMX02d9zIRw","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824443998,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:03.998857086Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":230,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":44.965337,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.012695347Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":234,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":21.763748,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:04.034610442Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471480727710335154","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:04.034949317Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471480727710335154","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":71.884349,"time":"2026-03-06T19:14:04.035173301Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":233,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":42.563043,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<12363 bytes>","time":"2026-03-06T19:14:04.039236023Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"","old_name":"","new_name":"die π-raten","time":"2026-03-06T19:14:04.039589634Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:04.039640968Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":235,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":8.377855,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.044311179Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","action":"initial backfill","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:04.04466919Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","action":"initial backfill","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","limit":100,"before_id":"1479121744731312159","time":"2026-03-06T19:14:04.044753769Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":232,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824443993504657_12?ts=1723109125171&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":71.353059,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"👉 👈","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:04.065016816Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1271036537139626068","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":79.210101,"event_ids":{"":"$EDg4R2tsB4DO9z21QMx9XmBe476IoooEALOaKzYXFoI"},"time":"2026-03-06T19:14:04.065090849Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":239,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.585287,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.075019411Z","message":"Request completed"} +{"level":"debug","transaction_id":"94","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.079437142Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"94","time":"2026-03-06T19:14:04.079520045Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$EDg4R2tsB4DO9z21QMx9XmBe476IoooEALOaKzYXFoI","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444079,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:04.079736206Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":236,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":57.338517,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<240629 bytes>","time":"2026-03-06T19:14:04.095503509Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":241,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":4.904462,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.100739162Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":240,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":45.494252,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.120899821Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":237,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444044538934_12?ts=1770898750887&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":86.08544,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Yep die Unterschrift bekomme ich morgen!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:04.130768808Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471480755438882928","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":95.334018,"event_ids":{"":"$A-fNhcr-tStSE3Mif_sAsJtXzP9G-LVTgVxRObaJ5Bk"},"time":"2026-03-06T19:14:04.130856949Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":244,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.455099,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.138921282Z","message":"Request completed"} +{"level":"debug","transaction_id":"95","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.149467948Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"95","time":"2026-03-06T19:14:04.149541282Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$A-fNhcr-tStSE3Mif_sAsJtXzP9G-LVTgVxRObaJ5Bk","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444149,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:04.149738587Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"96","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.175833949Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"96","time":"2026-03-06T19:14:04.175925023Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":243,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":58.59002,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:04.179648243Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1271036605125099591","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:04.179737501Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1271036605125099591","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":113.666416,"time":"2026-03-06T19:14:04.179802804Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":246,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":6.235863,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.186523023Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":245,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":64.594147,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.20391353Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":242,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444100940937_6?ts=1772215271708&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":110.410791,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"iu_.png","info":{"h":400,"mimetype":"image/webp","size":240629,"w":400},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/xAhHYnPgYSZSNtColjcFWoEN"},"time":"2026-03-06T19:14:04.211577527Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477002643984486651","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":426.473361,"event_ids":{"1477002643955122269":"$_uxSFSHEmiNokw71WRqg6s6PGkLdszSnz_joRNcK1Zk"},"time":"2026-03-06T19:14:04.211780978Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":249,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.15499,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.221765763Z","message":"Request completed"} +{"level":"debug","transaction_id":"97","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.227924521Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"97","time":"2026-03-06T19:14:04.228052262Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_uxSFSHEmiNokw71WRqg6s6PGkLdszSnz_joRNcK1Zk","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444228,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:04.228261719Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":248,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":55.472192,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:04.259575344Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471480780025757748","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:04.259693168Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471480780025757748","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":128.628229,"time":"2026-03-06T19:14:04.259793741Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":251,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.667494,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.272067814Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":250,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":75.621398,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.297806982Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","action":"initial backfill","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:04.303667583Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","action":"initial backfill","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:04.303742943Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","action":"initial backfill","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:04.303790296Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":247,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444186669971_13?ts=1723109159796&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":152.587467,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"yippie","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:04.339452298Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1271036682367668244","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":159.572528,"event_ids":{"":"$T6xttVzrfgWADg80s-qsbDcha-7mwEbx7abNtTK9XYg"},"time":"2026-03-06T19:14:04.339588281Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":255,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":11.459015,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.35177582Z","message":"Request completed"} +{"level":"debug","transaction_id":"98","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.354616653Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"98","time":"2026-03-06T19:14:04.354698648Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$T6xttVzrfgWADg80s-qsbDcha-7mwEbx7abNtTK9XYg","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444354,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:04.354898467Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"99","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.381877683Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"99","time":"2026-03-06T19:14:04.382242259Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":252,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":112.61976,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.385002284Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":254,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":89.370818,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.393576745Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":253,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":103.093909,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:04.401040435Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477714028456579314","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:04.401126272Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477714028456579314","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":189.01089,"time":"2026-03-06T19:14:04.401231035Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":49,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s500_886_0_353_368_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":4153.829176,"status_code":200,"response_length":207,"response_mime":"application/json","time":"2026-03-06T19:14:04.403616776Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:04.403875","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:04.403898799Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:04.403875","time":"2026-03-06T19:14:04.404062509Z","message":"Finished handling device list changes"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":259,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.942667,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.408713792Z","message":"Request completed"} +{"level":"debug","transaction_id":"100","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:04.412461037Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"100","time":"2026-03-06T19:14:04.412541565Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":257,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":50.215796,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:04.435403233Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471598009123864730","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:04.43547964Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471598009123864730","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":175.517789,"time":"2026-03-06T19:14:04.435560168Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":262,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.624046,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.441648734Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":261,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":50.632056,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.459635693Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":256,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444352011049_14?ts=1723109161287&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":118.453892,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"xD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:04.470617686Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1271036688621109331","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":130.711833,"event_ids":{"":"$Tq_wSr4cisB7D4eCrPeUsOHbrG9hEQaHNkYPdA5BBx8"},"time":"2026-03-06T19:14:04.4707045Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"101","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.486107017Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"101","time":"2026-03-06T19:14:04.486181538Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Tq_wSr4cisB7D4eCrPeUsOHbrG9hEQaHNkYPdA5BBx8","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444486,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:04.486409922Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":258,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444393755891_2?ts=1772719120036&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":96.735961,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das geht btw. auch bei cinny","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:04.490632514Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479115937042141457","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":186.758198,"event_ids":{"":"$vW8BL-iPKge_MpW0gizSPLigwDySd6OY6qFJ0D0vlj0"},"time":"2026-03-06T19:14:04.490724287Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":263,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":56.877209,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.498871104Z","message":"Request completed"} +{"level":"debug","transaction_id":"102","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.507403589Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"102","time":"2026-03-06T19:14:04.507495083Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vW8BL-iPKge_MpW0gizSPLigwDySd6OY6qFJ0D0vlj0","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444507,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:04.507696508Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":264,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":60.255548,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:04.520059491Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477714067245502635","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:04.520137714Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477714067245502635","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":118.756239,"time":"2026-03-06T19:14:04.520204274Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":266,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":5.287336,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.526004601Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":238,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":488.971402,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"die π-raten","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1174617111600037918","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1174617111600037918","displayname":"die π-raten","external_url":"https://discord.com/channels/@me/1174617111600037918"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"state_key":"fi.mau.discord://discord/dm/1174617111600037918","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1174617111600037918","displayname":"die π-raten","external_url":"https://discord.com/channels/@me/1174617111600037918"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"type":"m.room.avatar","content":{"url":"mxc://matrix.theocloud.dev/kdcVPPTEEJFbswNmCBIuFHvI"}}],"preset":"private_chat","room_version":"11"},"time":"2026-03-06T19:14:04.536040162Z","message":"Request completed"} +{"level":"info","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","time":"2026-03-06T19:14:04.53676673Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"103","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.561592222Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"103","time":"2026-03-06T19:14:04.561884861Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":265,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":71.367447,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:04.570409943Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471631300103373095","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:04.570487189Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471631300103373095","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":134.812479,"time":"2026-03-06T19:14:04.570563456Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":269,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":7.106308,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.578132678Z","message":"Request completed"} +{"level":"debug","transaction_id":"104","content":{"pdu":7,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.581566401Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"104","time":"2026-03-06T19:14:04.581790874Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":267,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444526161816_7?ts=1772385066610&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":100.891574,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gib mir noch kurz und dann bin ich länger da","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:04.627187208Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477714815420989631","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":106.867485,"event_ids":{"":"$e7Q0GJRuLY97ooFpo92ft_h8bQb3E7u0vkeH-JiHYRQ"},"time":"2026-03-06T19:14:04.627271018Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":271,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.362069,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.635229331Z","message":"Request completed"} +{"level":"debug","transaction_id":"105","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.645463313Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"105","time":"2026-03-06T19:14:04.645564305Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$e7Q0GJRuLY97ooFpo92ft_h8bQb3E7u0vkeH-JiHYRQ","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444645,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:04.645798626Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":268,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":120.410382,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:04.657396767Z","message":"Request completed"} +{"level":"debug","transaction_id":"106","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.683532289Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"106","time":"2026-03-06T19:14:04.683636563Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":270,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444578305817_13?ts=1770934654896&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":110.441521,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"machen wir so!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:04.688913283Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471631347767443479","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":118.267762,"event_ids":{"":"$t_LzhJSlsI5L6hyiFuchYr5yDAt7YboZw5y-I9_uv4I"},"time":"2026-03-06T19:14:04.689006104Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":274,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":10.912709,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.700617445Z","message":"Request completed"} +{"level":"debug","transaction_id":"107","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.705283045Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"107","time":"2026-03-06T19:14:04.70540038Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$t_LzhJSlsI5L6hyiFuchYr5yDAt7YboZw5y-I9_uv4I","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444705,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:04.705605996Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":272,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":79.907964,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.715531904Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":276,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":20.497926,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:04.736179922Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477714859423563966","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:04.736268621Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477714859423563966","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":108.795689,"time":"2026-03-06T19:14:04.736386864Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":277,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":5.236211,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.742088225Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":275,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444700878934_14?ts=1770934658186&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":56.101192,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"🧑‍🚀","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:04.757130775Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471631361566572545","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":67.820718,"event_ids":{"":"$l7yq_r2Si2vuJqEf99E8EdALjeH0olDqx9dScHaMR3s"},"time":"2026-03-06T19:14:04.757216611Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"108","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.770272429Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"108","time":"2026-03-06T19:14:04.7703649Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$l7yq_r2Si2vuJqEf99E8EdALjeH0olDqx9dScHaMR3s","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444770,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:04.77057296Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":273,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":118.380418,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:04.776208321Z","message":"Request completed"} +{"level":"debug","transaction_id":"109","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.792509358Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"109","time":"2026-03-06T19:14:04.792842715Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":278,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444742249212_8?ts=1772385460648&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":76.206326,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:04.818634823Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477716468136411327","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":82.186497,"event_ids":{"":"$I-_4YEu6van1bmavBauynvJBDmLsFoYxXzloxWTL4EI"},"time":"2026-03-06T19:14:04.818769967Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"110","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.830806368Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"110","time":"2026-03-06T19:14:04.830917417Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$I-_4YEu6van1bmavBauynvJBDmLsFoYxXzloxWTL4EI","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444831,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:04.831147198Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":281,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.907486,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<81020 bytes>","time":"2026-03-06T19:14:04.834090769Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":279,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":57.257779,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.834268447Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":282,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":3.536531,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.837946968Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":284,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.118688,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.862412841Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":285,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":24.526986,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:04.887117925Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471631432458965174","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"video_https://tenor.com/view/sleeping-cat-gif-2268097779864616291","time":"2026-03-06T19:14:04.887202853Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471631432458965174","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":129.729083,"time":"2026-03-06T19:14:04.887261031Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":280,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":84.998416,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24524 bytes>","time":"2026-03-06T19:14:04.889721783Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":287,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":6.285033,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.896280248Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":283,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":65.945175,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_428870593358594048:matrix.theocloud.dev"},"time":"2026-03-06T19:14:04.90036518Z","message":"Request completed"} +{"level":"debug","transaction_id":"111","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.911887193Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"111","time":"2026-03-06T19:14:04.912033163Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":286,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":29.370335,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1029103 bytes>","time":"2026-03-06T19:14:04.91882532Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":290,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":3.755207,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:04.92281401Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":288,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444896468472_3?ts=1772719151413&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":51.089174,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":749,"mimetype":"image/webp","size":24524,"w":459},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ikSVmxmOPmEEAfFNlZnNsUeB"},"time":"2026-03-06T19:14:04.947679102Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116068646551702","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":456.664411,"event_ids":{"1479116068126462094":"$3Lh0T3AmatFmbgzkkgXtncekx7_-bRyxsRPKLG2uSB4"},"time":"2026-03-06T19:14:04.94772869Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"112","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:04.957139581Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"112","time":"2026-03-06T19:14:04.957245671Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3Lh0T3AmatFmbgzkkgXtncekx7_-bRyxsRPKLG2uSB4","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824444957,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:04.957454151Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":291,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824444922903687_9?ts=1772389770893&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":70.867306,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/cook-chef-wok-saute-cooking-food-gif-16993886","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":640,"mimetype":"video/mp4","size":1029103,"w":358},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/lGbxZdAirNBbTqwksViTiovw"},"time":"2026-03-06T19:14:04.99391424Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477734546614255787","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":174.821811,"event_ids":{"video_https://tenor.com/view/cook-chef-wok-saute-cooking-food-gif-16993886":"$eU8BMvfVKI6b1jqjTvk-8mBzk3EI60uDrpNbNf1apL4"},"time":"2026-03-06T19:14:04.994009645Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":289,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":98.184489,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:04.998777075Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":293,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":16.238877,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_769998429991600219","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:05.015677987Z","message":"Request completed"} +{"level":"debug","transaction_id":"113","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.019490465Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"113","time":"2026-03-06T19:14:05.019578257Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$eU8BMvfVKI6b1jqjTvk-8mBzk3EI60uDrpNbNf1apL4","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445019,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:05.01975419Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":294,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_769998429991600219:matrix.theocloud.dev/displayname?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":6.218264,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:05.022218503Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":292,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":57.015706,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1487 bytes>","time":"2026-03-06T19:14:05.028840874Z","message":"Request completed"} +{"level":"debug","transaction_id":"114","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.031955628Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"114","time":"2026-03-06T19:14:05.032185548Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":296,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.786848,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.034941802Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":295,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_769998429991600219:matrix.theocloud.dev/displayname?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":20.094099,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Maja"},"time":"2026-03-06T19:14:05.042442648Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":297,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.504768,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.053238302Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":298,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":10.413966,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.063843984Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116081179136132","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:05.063935058Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116081179136132","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":116.124654,"time":"2026-03-06T19:14:05.064022012Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":299,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":1.818902,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.066352438Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":300,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.36766,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.076974603Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":301,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":11.325896,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.08844151Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116089618206860","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:05.088524902Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116089618206860","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":24.400851,"time":"2026-03-06T19:14:05.088610179Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":302,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":2.025704,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.091065204Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":303,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.470609,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.102819512Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":304,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":11.252003,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.114207497Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116124489777218","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:05.114296127Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116124489777218","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":25.590962,"time":"2026-03-06T19:14:05.114384757Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":305,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":1.95223,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.11676491Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":306,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445116948665_4?ts=1772719173148&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":27.540747,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich bin regstriert","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.144622252Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116159809753198","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":30.147749,"event_ids":{"":"$jX_A8pnLL2k6tmMR0DiRJpOJVdoNNkbB7Vw4Ona0GXs"},"time":"2026-03-06T19:14:05.144717657Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"115","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.148379136Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"115","time":"2026-03-06T19:14:05.148460572Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$jX_A8pnLL2k6tmMR0DiRJpOJVdoNNkbB7Vw4Ona0GXs","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445148,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.148655222Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":308,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":5.434703,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.150766762Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":307,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":20.574265,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<381821 bytes>","time":"2026-03-06T19:14:05.158188896Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":310,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":2.909138,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.1614587Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":309,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445150925933_5?ts=1772719179587&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":34.514844,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich möchte einfach nur deinem Server joinen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.185596245Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116186817138831","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":40.583226,"event_ids":{"":"$FXm2oJ4m5HBj8WjPPhKzSfW-4iEXhgJyul04ooBipnw"},"time":"2026-03-06T19:14:05.185680615Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":312,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":4.774485,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.191022218Z","message":"Request completed"} +{"level":"debug","transaction_id":"116","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.194847058Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"116","time":"2026-03-06T19:14:05.194915155Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FXm2oJ4m5HBj8WjPPhKzSfW-4iEXhgJyul04ooBipnw","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445195,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.195101354Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":311,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445161621642_15?ts=1770934690440&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":51.51591,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/typescript-script-type-heart-beloved-gif-27005865","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":480,"mimetype":"video/mp4","size":381821,"w":640},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/DWWHCmiqDjOAYzKhLQzeqkfg"},"time":"2026-03-06T19:14:05.213325218Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471631496849653965","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":325.984357,"event_ids":{"video_https://tenor.com/view/typescript-script-type-heart-beloved-gif-27005865":"$lHK7ENkFY2n4sUN3ls_oJsiI9N-0RFavG7OOfqEn_jI"},"time":"2026-03-06T19:14:05.213437803Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"117","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.220472942Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"117","time":"2026-03-06T19:14:05.220569743Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$lHK7ENkFY2n4sUN3ls_oJsiI9N-0RFavG7OOfqEn_jI","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445220,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:05.220769282Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":313,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445191180830_6?ts=1772719187923&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":49.584981,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Dafür brauche ich deinen Benutzernamen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.240924563Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116221780852818","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":55.045038,"event_ids":{"":"$4TzvN2HVHsuwPESBODu3yyRy7m5E9BCXZJy7Wz1kQn4"},"time":"2026-03-06T19:14:05.241044063Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"118","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.245738439Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"118","time":"2026-03-06T19:14:05.245827697Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4TzvN2HVHsuwPESBODu3yyRy7m5E9BCXZJy7Wz1kQn4","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445245,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.245968639Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":315,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":6.876736,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.24864653Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":316,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.217649,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<806570 bytes>","time":"2026-03-06T19:14:05.267551215Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":318,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.291247,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.272230435Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":314,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":55.309391,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<17285 bytes>","time":"2026-03-06T19:14:05.284233312Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":317,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445248862831_7?ts=1772719199002&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":37.626175,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich möchte nur deinen \"Discord\"-Server joinen","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Ich möchte nur deinen \u0026quot;Discord\u0026quot;-Server joinen","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.286688825Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116268249419847","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":45.368466,"event_ids":{"":"$3fy2d7hheOsZkk9Ms-qhlxJctZqh1YOptkpsF_mbEU4"},"time":"2026-03-06T19:14:05.28680183Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":320,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":6.094294,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.290665711Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":321,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":8.972562,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.296349402Z","message":"Request completed"} +{"level":"debug","transaction_id":"119","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.298861907Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"119","time":"2026-03-06T19:14:05.298958289Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3fy2d7hheOsZkk9Ms-qhlxJctZqh1YOptkpsF_mbEU4","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445299,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.299169632Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":319,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":39.451432,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.312026539Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":324,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":22.267729,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.334445127Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1271037155732361251","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"1271037155547807755","time":"2026-03-06T19:14:05.334523001Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1271037155732361251","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":863.576009,"time":"2026-03-06T19:14:05.334587396Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":325,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":4.959707,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.339965038Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":322,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445290817409_10?ts=1772393582370&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":59.312747,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://www.youtube.com/watch?v=DerfqLYrnZU","com.beeper.linkpreviews":[{"og:title":"Brüder müss los (bruder muss los französisch meme)","og:description":"Müss groß\n\nhttps://www.instagram.com/p/B7vRBShDei9/?igshid=86zxcfzpx9ys","og:image":"mxc://matrix.theocloud.dev/EPakqqkyWOdnUePOYVbCmUQr","matrix:image:size":17285,"og:image:width":640,"og:image:height":480,"og:image:type":"image/jpeg","matched_url":"https://www.youtube.com/watch?v=DerfqLYrnZU"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.350323549Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477750533107482774","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":356.223039,"event_ids":{"":"$sZr9Oy1VMBt_CYfIdCqdo5-xtM2UvuHK3e82QekYEQ0"},"time":"2026-03-06T19:14:05.350545578Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":323,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445296501659_8?ts=1772719203207&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":54.549298,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"damit wir darüber schreiben können.","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.351220673Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116285886337084","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":64.198491,"event_ids":{"":"$I4NYXQ6WFBez2v9dBs8N5zdvGJ-6NVRpap3nwQPacx0"},"time":"2026-03-06T19:14:05.35130141Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":327,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":6.337065,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.358298903Z","message":"Request completed"} +{"level":"debug","transaction_id":"120","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.361319999Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"120","time":"2026-03-06T19:14:05.361451582Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$sZr9Oy1VMBt_CYfIdCqdo5-xtM2UvuHK3e82QekYEQ0","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445361,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.361650562Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"121","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.367501875Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"121","time":"2026-03-06T19:14:05.367567247Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$I4NYXQ6WFBez2v9dBs8N5zdvGJ-6NVRpap3nwQPacx0","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445367,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.367736754Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":326,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445340118132_15?ts=1723109280457&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":48.847377,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"supi danke!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.389096953Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1271037188456321115","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":54.441531,"event_ids":{"":"$KOcZ1_LwH6T8RjQquXQnnJ7SXPz2bWOA61O21jpAjic"},"time":"2026-03-06T19:14:05.389193265Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":329,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":4.702548,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.394425287Z","message":"Request completed"} +{"level":"debug","transaction_id":"122","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.40392404Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"122","time":"2026-03-06T19:14:05.404018955Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KOcZ1_LwH6T8RjQquXQnnJ7SXPz2bWOA61O21jpAjic","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445404,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.404235536Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":330,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.731757,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<11473 bytes>","time":"2026-03-06T19:14:05.412686027Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":328,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445358472042_9?ts=1772719229138&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":59.087576,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"@helitra:nope.chat","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.417658515Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116394648961125","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":65.998604,"event_ids":{"":"$Y4HytN8gcJY91Utyrl2o60ON6FnVhgqI82PcbyXINuM"},"time":"2026-03-06T19:14:05.417707544Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":333,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.266455,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.419371954Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":334,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.999377,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.423124577Z","message":"Request completed"} +{"level":"debug","transaction_id":"123","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.432517519Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"123","time":"2026-03-06T19:14:05.432592739Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Y4HytN8gcJY91Utyrl2o60ON6FnVhgqI82PcbyXINuM","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445432,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.43280471Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":332,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":55.484345,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<21369 bytes>","time":"2026-03-06T19:14:05.464418867Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":335,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":46.205595,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.4660376Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":336,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":47.5363,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.471036278Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":337,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_769998429991600219:matrix.theocloud.dev/avatar_url?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":7.487018,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:05.47226166Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":340,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_769998429991600219:matrix.theocloud.dev/avatar_url?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":11.57209,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MttJiBSGxoFYTJaGsjgKRnpI"},"time":"2026-03-06T19:14:05.484011778Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":331,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445394570978_16?ts=1730201725835&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":90.018675,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"welche email hast du zur endpräsentation eingeladen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.484712924Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1300785060475310091","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":95.311669,"event_ids":{"":"$m5WOzUkOhKpRnqxe9WNfHfqND4FgF_xNO2yqS73p-b0"},"time":"2026-03-06T19:14:05.48479883Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":342,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":7.356273,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.492757143Z","message":"Request completed"} +{"level":"debug","transaction_id":"124","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.498616696Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"124","time":"2026-03-06T19:14:05.49868158Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$m5WOzUkOhKpRnqxe9WNfHfqND4FgF_xNO2yqS73p-b0","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445498,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.49885835Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":338,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":47.876501,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.514080674Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477986281811349568","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"1477986281374875811","time":"2026-03-06T19:14:05.514163647Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477986281811349568","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":163.269626,"time":"2026-03-06T19:14:05.514248435Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":339,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":43.845626,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.515030808Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116401301131264","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:05.515106168Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116401301131264","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":97.279194,"time":"2026-03-06T19:14:05.515192074Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":344,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":3.469692,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.51818642Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":345,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.433867,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.522093534Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":341,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":55.5486,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.540253073Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":347,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":36.665426,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.55912626Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":343,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445492930840_17?ts=1730201727242&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":75.917598,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"von mir","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.568982954Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1300785066376429578","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":83.953087,"event_ids":{"":"$MXjvd1TgyVHJpSlmOCmELeounYlnHovyDEfJVgpoNvY"},"time":"2026-03-06T19:14:05.569069698Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":350,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.86116,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.57557208Z","message":"Request completed"} +{"level":"debug","transaction_id":"125","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.586269256Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"125","time":"2026-03-06T19:14:05.586370807Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MXjvd1TgyVHJpSlmOCmELeounYlnHovyDEfJVgpoNvY","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445586,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.586596048Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":346,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445518475287_11?ts=1772450439225&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":75.972983,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"die ist aber wirklich sehr knapp gehalten","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.594806491Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477989008041709691","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":80.448264,"event_ids":{"":"$jWvM466x5KqC_VqVmf03DVVQ9C_Jog6lQRq_HIo_zMo"},"time":"2026-03-06T19:14:05.594893305Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":352,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":6.367098,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.601803705Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":349,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":51.804707,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.611087134Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116428450861086","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:05.611202514Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116428450861086","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":95.900159,"time":"2026-03-06T19:14:05.611302598Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"126","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.614184428Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"126","time":"2026-03-06T19:14:05.614272848Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$jWvM466x5KqC_VqVmf03DVVQ9C_Jog6lQRq_HIo_zMo","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445614,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.614491315Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":354,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.545404,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.618396752Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":351,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":53.786969,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.629734102Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":355,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":41.123595,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.659855939Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":357,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":33.27661,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<841668 bytes>","time":"2026-03-06T19:14:05.668146212Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":356,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":48.746595,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.678641265Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1300785285826613300","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:05.678725006Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1300785285826613300","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":109.391513,"time":"2026-03-06T19:14:05.678806023Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":359,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":10.594927,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.679101665Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":348,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":144.129643,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_769998429991600219:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.684613544Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":360,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.337138,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.688667606Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":353,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445601964831_12?ts=1772450466736&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":107.21041,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ahh nvm","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.709307941Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477989123431071745","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":114.23577,"event_ids":{"":"$f6LEYCogRtSTShYCjvj1SHyATe60IiX8oFFCBexgPw4"},"time":"2026-03-06T19:14:05.70941906Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"127","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.711210094Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"127","time":"2026-03-06T19:14:05.711453844Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":364,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":7.618251,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.717572372Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":358,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":70.272251,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.730298465Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116449120256112","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:05.73039792Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479116449120256112","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":118.961016,"time":"2026-03-06T19:14:05.730482011Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"128","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.732961759Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"128","time":"2026-03-06T19:14:05.733022592Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$f6LEYCogRtSTShYCjvj1SHyATe60IiX8oFFCBexgPw4","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445733,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.733211724Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":366,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":8.075229,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.738963511Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":363,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":63.389927,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.752352128Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":361,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445679267680_16?ts=1770970179651&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":119.41101,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"IF2Cjfx.pdf","info":{"mimetype":"application/pdf","size":841668},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/WjNaYCfIzSvsxzPXqTzIWOoD"},"time":"2026-03-06T19:14:05.798860209Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471780349389443246","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":585.184104,"event_ids":{"1471780349401894953":"$5FER1R7-8-ARlhHOECdxrHtGLZ0o07r1xf8vwxKpMeA"},"time":"2026-03-06T19:14:05.798945627Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":368,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":57.238572,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.809728569Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1300785401979736135","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:05.809810983Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1300785401979736135","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":130.903689,"time":"2026-03-06T19:14:05.809917213Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":369,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":7.186207,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.817579394Z","message":"Request completed"} +{"level":"debug","transaction_id":"129","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.822624727Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"129","time":"2026-03-06T19:14:05.822723484Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5FER1R7-8-ARlhHOECdxrHtGLZ0o07r1xf8vwxKpMeA","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445822,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:05.82289376Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":365,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445717730984_13?ts=1772450472021&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":118.669634,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"discord zeigt nt alles an","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.836544214Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477989145598099529","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":126.933507,"event_ids":{"":"$MEImfRXAZ5vJYuWgc_a9OoJn0N_6K5_IrSn2QwBNl_Q"},"time":"2026-03-06T19:14:05.836637244Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":371,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.225671,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.847518454Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":367,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445739124568_10?ts=1772719559701&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":118.8089,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"haha yoo","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.858059882Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479117781130678302","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":127.528353,"event_ids":{"":"$yMZlVoeswUHhGJxee7NBHWfBajWs55UiPvbuRnl6-_w"},"time":"2026-03-06T19:14:05.858191674Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"130","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.863034185Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"130","time":"2026-03-06T19:14:05.863108707Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MEImfRXAZ5vJYuWgc_a9OoJn0N_6K5_IrSn2QwBNl_Q","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445863,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.863299027Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":362,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":190.877144,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.875866438Z","message":"Request completed"} +{"level":"debug","transaction_id":"131","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.89172279Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"131","time":"2026-03-06T19:14:05.891802759Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$yMZlVoeswUHhGJxee7NBHWfBajWs55UiPvbuRnl6-_w","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445891,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.89201934Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"132","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.904657222Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"132","time":"2026-03-06T19:14:05.90491033Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":372,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":76.758568,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.924574131Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":370,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445817757282_18?ts=1730201817601&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":128.891954,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ne alles gut","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:05.946791434Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1300785445369810965","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":136.780214,"event_ids":{"":"$ljfAzSX-iZyUdVcWGDMVIIcTstTrxfiF9XOwN8bpPKs"},"time":"2026-03-06T19:14:05.94689082Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":376,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":5.786848,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.953365055Z","message":"Request completed"} +{"level":"debug","transaction_id":"133","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:05.960710013Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"133","time":"2026-03-06T19:14:05.960780973Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ljfAzSX-iZyUdVcWGDMVIIcTstTrxfiF9XOwN8bpPKs","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824445960,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:05.960989312Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":373,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":88.681824,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:05.965264844Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":375,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":49.268806,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:05.974024527Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477994570032615628","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:05.974121957Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477994570032615628","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":137.254233,"time":"2026-03-06T19:14:05.974214917Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":379,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.252414,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:05.978999878Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":380,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":45.731576,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.025046652Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":374,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":140.982551,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<12170 bytes>","time":"2026-03-06T19:14:06.028969201Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":377,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824445953549578_19?ts=1730814278454&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":110.664109,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"joo","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:06.064382355Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303354292375126049","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":117.217125,"event_ids":{"":"$Ll0yMoQkg2-FQqHWqJeH-Muh7v-9lGN5m9YSYTX6emQ"},"time":"2026-03-06T19:14:06.06446009Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":383,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":35.465047,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.064825504Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":384,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":5.870519,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.070962751Z","message":"Request completed"} +{"level":"debug","transaction_id":"134","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.080060051Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"134","time":"2026-03-06T19:14:06.080150706Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Ll0yMoQkg2-FQqHWqJeH-Muh7v-9lGN5m9YSYTX6emQ","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446080,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:06.080413383Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":382,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":75.47829,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.10068949Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477994605852229705","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.100766317Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477994605852229705","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":126.414928,"time":"2026-03-06T19:14:06.100863607Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":387,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.316462,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.108798383Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":381,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":94.130706,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32143 bytes>","time":"2026-03-06T19:14:06.113628323Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":378,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":154.491576,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_316966695430520833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.119916708Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":389,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":10.606032,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.124499964Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":385,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":65.997556,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.131174158Z","message":"Request completed"} +{"level":"debug","transaction_id":"135","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.142869449Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"135","time":"2026-03-06T19:14:06.143209651Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":388,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":56.741296,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.165930027Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":392,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":45.170952,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.176505887Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479118879564234813","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.176586694Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479118879564234813","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":318.094209,"time":"2026-03-06T19:14:06.176652905Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":386,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446071150138_20?ts=1730814290163&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":107.634003,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"könntest du mr pdf von userem paper schicken","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:06.178922358Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303354341486497862","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":114.206227,"event_ids":{"":"$6GgzjIm7QeQVXTHiU96wbEE8ne14rbyNUVLtsCck3z0"},"time":"2026-03-06T19:14:06.178990245Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":394,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.664625,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.183709554Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":395,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":6.358926,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.185818301Z","message":"Request completed"} +{"level":"debug","transaction_id":"136","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.194360355Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"136","time":"2026-03-06T19:14:06.194461487Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6GgzjIm7QeQVXTHiU96wbEE8ne14rbyNUVLtsCck3z0","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446194,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:06.194634276Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":393,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":56.384192,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.222470387Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477994702048596099","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.222573474Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1477994702048596099","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":121.575351,"time":"2026-03-06T19:14:06.222666015Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":391,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446124679249_17?ts=1770970201098&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":106.358963,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://cdn.discordapp.com/attachments/1006172084994576486/1329154545946857472/Henry_Danger.gif","info":{"h":468,"mimetype":"image/jpeg","size":32143,"w":376},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/TCGKSjhgAlQSdwyTBeXPkMqK"},"time":"2026-03-06T19:14:06.231230209Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471780439344812094","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":432.11291,"event_ids":{"video_https://cdn.discordapp.com/attachments/1006172084994576486/1329154545946857472/Henry_Danger.gif":"$sn-2s7SwuA_dpQ7MRqr0TrRlyZsSdIzhX-8gCf7aMJs"},"time":"2026-03-06T19:14:06.231353271Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":398,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.311644,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.240304321Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":396,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":63.470594,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.247399733Z","message":"Request completed"} +{"level":"debug","transaction_id":"137","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.25122597Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"137","time":"2026-03-06T19:14:06.251322143Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$sn-2s7SwuA_dpQ7MRqr0TrRlyZsSdIzhX-8gCf7aMJs","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446251,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:06.251533276Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":390,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":161.075393,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.281263158Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":397,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446185970906_21?ts=1730814300483&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":121.033165,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"würde einmal rüberlesen gerne","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:06.307132721Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303354384771584040","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":127.984773,"event_ids":{"":"$NGha3iQaCc0RnzDvJ__ApFvuQk5EQqzWF5ww69OLcnQ"},"time":"2026-03-06T19:14:06.307218068Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":400,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":61.895094,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.309444569Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119072879972564","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.309528379Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119072879972564","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":132.790127,"time":"2026-03-06T19:14:06.30961219Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"138","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.314479635Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"138","time":"2026-03-06T19:14:06.314703619Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":402,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.863262,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.319694405Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":399,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":82.279736,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.322873274Z","message":"Request completed"} +{"level":"debug","transaction_id":"139","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.335233254Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"139","time":"2026-03-06T19:14:06.335375173Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$NGha3iQaCc0RnzDvJ__ApFvuQk5EQqzWF5ww69OLcnQ","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446335,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:06.335596084Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":405,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.919351,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<8551 bytes>","time":"2026-03-06T19:14:06.347131088Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":406,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.578931,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.356210229Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":404,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":46.052152,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.369125733Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471781471680467077","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.369228262Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471781471680467077","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":137.623628,"time":"2026-03-06T19:14:06.369327577Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":401,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":88.297622,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.370429688Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":408,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.808639,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.375875426Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":403,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":59.135138,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.379143205Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":407,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":40.142172,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.396796248Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":411,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30.701668,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.410044411Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303356064045076522","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.41015574Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303356064045076522","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":102.718227,"time":"2026-03-06T19:14:06.410252122Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":410,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":36.06604,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.412383567Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":413,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":5.124744,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.416051053Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":412,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":34.248744,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.431242576Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478004958254071981","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"1478004957910143127","time":"2026-03-06T19:14:06.431377232Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478004958254071981","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":208.588225,"time":"2026-03-06T19:14:06.43148437Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":416,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.007617,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.436051354Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":414,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":31.906097,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.444468949Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471793250544390184","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.444544239Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471793250544390184","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":74.945114,"time":"2026-03-06T19:14:06.444605281Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":409,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":100.014006,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_1142482369744482355:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.470612642Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":417,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":46.005008,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.48249078Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":415,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446416285653_22?ts=1730814710716&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":75.33658,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"okok","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:06.491845239Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303356105413496833","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":81.427591,"event_ids":{"":"$N44Gvi15GAYqULynpS2tlifIR9UTH4As6meChWpbQFI"},"time":"2026-03-06T19:14:06.491962505Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"140","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.492955521Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"140","time":"2026-03-06T19:14:06.493124749Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":420,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":7.492674,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.500277641Z","message":"Request completed"} +{"level":"debug","transaction_id":"141","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.516503458Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"141","time":"2026-03-06T19:14:06.516579586Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$N44Gvi15GAYqULynpS2tlifIR9UTH4As6meChWpbQFI","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446516,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:06.516791558Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":419,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":62.727753,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.545439025Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478360637351530629","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.54552109Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478360637351530629","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":113.886908,"time":"2026-03-06T19:14:06.545612793Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":421,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446500540178_23?ts=1730814803329&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":84.098497,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wie mache ich das xD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:06.584809371Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303356493860700231","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":92.461895,"event_ids":{"":"$hgG8jGkM_K9ix07xsZyyNSvgHwy1MN_T51mdwNT0AkA"},"time":"2026-03-06T19:14:06.584903308Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":424,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.323238,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.593867908Z","message":"Request completed"} +{"level":"debug","transaction_id":"142","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.606099797Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"142","time":"2026-03-06T19:14:06.606179766Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hgG8jGkM_K9ix07xsZyyNSvgHwy1MN_T51mdwNT0AkA","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446606,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:06.606417928Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":418,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":149.169598,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.620129355Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":426,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":11.599118,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_285422022190825472","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:06.632523907Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":427,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_285422022190825472:matrix.theocloud.dev/displayname?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":7.141648,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:06.640093897Z","message":"Request completed"} +{"level":"debug","transaction_id":"143","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.642390659Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"143","time":"2026-03-06T19:14:06.642619532Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":425,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":62.608392,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.656765168Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":428,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_285422022190825472:matrix.theocloud.dev/displayname?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":25.433049,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Chrissi"},"time":"2026-03-06T19:14:06.665682554Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":429,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":16.979275,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.673923379Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303359636673658880","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.67401564Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303359636673658880","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":88.864811,"time":"2026-03-06T19:14:06.674098683Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":430,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":2.388464,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.676997205Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":431,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.050858,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.689378068Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":422,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":133.825888,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26006 bytes>","time":"2026-03-06T19:14:06.69854067Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":433,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":5.08633,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.704027127Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":432,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":16.443864,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.705977192Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360313273487372","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.70605779Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360313273487372","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":31.853226,"time":"2026-03-06T19:14:06.706128819Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":435,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":2.761911,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.70935127Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":423,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":152.106114,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43469 bytes>","time":"2026-03-06T19:14:06.728078836Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":437,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":3.789221,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.732174314Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":434,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446704249504_11?ts=1772719878463&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":52.876995,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":697,"mimetype":"image/png","size":26006,"w":552},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/OuJHGaaBTwmxtAaJnsmUbssP"},"time":"2026-03-06T19:14:06.757372204Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119118115536936","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":447.691988,"event_ids":{"1479119117444190402":"$8EtudNfS7HSZSkBAjTYs1YhfAk9p_uzEgaKuH-ib7pI"},"time":"2026-03-06T19:14:06.757483882Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":439,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.492611,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.771839743Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":436,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446709529577_24?ts=1730815727601&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":65.874984,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wie geht das","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:06.775551439Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360370538315837","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":69.363952,"event_ids":{"":"$m1d91iytv_p46vuPVowuyLwSyWnqU_vTBlPs_CS5Ak0"},"time":"2026-03-06T19:14:06.77564831Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"144","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.777783806Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"144","time":"2026-03-06T19:14:06.777867267Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8EtudNfS7HSZSkBAjTYs1YhfAk9p_uzEgaKuH-ib7pI","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446777,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:06.778009955Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":442,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.959288,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.782245328Z","message":"Request completed"} +{"level":"debug","transaction_id":"145","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.789496209Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"145","time":"2026-03-06T19:14:06.789570451Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$m1d91iytv_p46vuPVowuyLwSyWnqU_vTBlPs_CS5Ak0","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446789,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:06.789764822Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":440,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":37.12366,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<927577 bytes>","time":"2026-03-06T19:14:06.808698213Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":444,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.775605,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.815778748Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":438,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446732416038_14?ts=1772540026299&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":86.304116,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://www.youtube.com/shorts/Tl2wbJxZfJ4","com.beeper.linkpreviews":[{"og:title":"Pero Sebastián 🗣️","og:image":"mxc://matrix.theocloud.dev/mEslUtsYBihdDPwUbtvTajOd","matrix:image:size":43469,"og:image:width":1280,"og:image:height":720,"og:image:type":"image/jpeg","matched_url":"https://www.youtube.com/watch?v=Tl2wbJxZfJ4"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:06.818888893Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478364763464400906","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":273.138022,"event_ids":{"":"$_UxFBnZ9oWv-zvYP4DWLJnoI0s9gfKi8NaLUCnG8ik4"},"time":"2026-03-06T19:14:06.818984996Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":443,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":42.115704,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.824656813Z","message":"Request completed"} +{"level":"debug","transaction_id":"146","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.828256692Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"146","time":"2026-03-06T19:14:06.828361804Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_UxFBnZ9oWv-zvYP4DWLJnoI0s9gfKi8NaLUCnG8ik4","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446828,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:06.82858069Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":441,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446772046197_12?ts=1772719884333&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":72.870381,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"helitra:nope.chat","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:06.845053329Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119142735974611","message_type":19,"author_id":"122672447207112706","action":"discord message create","handling_time":87.277228,"event_ids":{"":"$xNjmVY_jnz2DBAQhxTr87Um8dYkmjgn57WkvitsqHyU"},"time":"2026-03-06T19:14:06.84514161Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":447,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":8.844262,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.854671513Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":445,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":43.99467,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.86012193Z","message":"Request completed"} +{"level":"debug","transaction_id":"147","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.861731445Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"147","time":"2026-03-06T19:14:06.86181784Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xNjmVY_jnz2DBAQhxTr87Um8dYkmjgn57WkvitsqHyU","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446861,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:06.862018636Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":446,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":40.202306,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.865011655Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360389056303106","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.865090437Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360389056303106","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":89.179241,"time":"2026-03-06T19:14:06.865176762Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":450,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.641435,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.870290331Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":449,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":26.47279,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.886739084Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471863754676375734","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.886837562Z","message":"Failed to send part of message to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":452,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":3.371913,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.890402938Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":451,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.857971,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.898462801Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":448,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446854856106_13?ts=1772719902617&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":68.517115,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ah warte","com.beeper.linkpreviews":[],"m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$8EtudNfS7HSZSkBAjTYs1YhfAk9p_uzEgaKuH-ib7pI"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:06.923531413Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119219424628918","message_type":19,"author_id":"122672447207112706","action":"discord message create","handling_time":78.150803,"event_ids":{"":"$gDFK_9yOVBCiqeDG8ZRkup1JdHm9yo6AU2RU7QvtMso"},"time":"2026-03-06T19:14:06.923621999Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":455,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.567408,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.933739973Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":453,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":47.087633,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:06.937788937Z","message":"Request completed"} +{"level":"debug","transaction_id":"148","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:06.939199331Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"148","time":"2026-03-06T19:14:06.939278881Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gDFK_9yOVBCiqeDG8ZRkup1JdHm9yo6AU2RU7QvtMso","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824446939,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:06.939440845Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":454,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":49.92183,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.948549878Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360439429627956","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:06.948640953Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360439429627956","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":83.369624,"time":"2026-03-06T19:14:06.94872637Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":458,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":6.744245,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.95595546Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":457,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":34.674991,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:06.972614438Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471863754676375734","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":1,"attachment_id":"1471863754684895428","time":"2026-03-06T19:14:06.97270223Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471863754676375734","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":528.029132,"time":"2026-03-06T19:14:06.9727954Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":461,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":2.940009,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:06.97619944Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":456,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446933902705_14?ts=1772719951688&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":69.152819,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"add mich mal bitte erst","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:07.003184104Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119425243189402","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":79.341613,"event_ids":{"":"$0HIcjXNFP8cBZEQQiXncJa1vlc3HHXURTchkFVzb7ic"},"time":"2026-03-06T19:14:07.00326554Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":463,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.603167,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.013503992Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":460,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":45.262166,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<19217 bytes>","time":"2026-03-06T19:14:07.015732937Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":465,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_285422022190825472:matrix.theocloud.dev/avatar_url?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":7.872546,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:07.023946244Z","message":"Request completed"} +{"level":"debug","transaction_id":"149","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.030565192Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"149","time":"2026-03-06T19:14:07.030642857Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0HIcjXNFP8cBZEQQiXncJa1vlc3HHXURTchkFVzb7ic","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447030,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:07.030851545Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":462,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":61.072841,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.037596279Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":459,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824446956129437_25?ts=1730815747117&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":86.929692,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das ist vom 30. spetember","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:07.043176813Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":466,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_285422022190825472:matrix.theocloud.dev/avatar_url?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":19.156048,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UTqaaZosiKHwBpWrOmejvvoI"},"time":"2026-03-06T19:14:07.04324896Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360452394483743","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":94.344004,"event_ids":{"":"$53i6XKMlrD9aGVUVvxzWSsZj1C1VDhu_gAVOvH1WHLc"},"time":"2026-03-06T19:14:07.043268865Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"150","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.054751487Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"150","time":"2026-03-06T19:14:07.054832714Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$53i6XKMlrD9aGVUVvxzWSsZj1C1VDhu_gAVOvH1WHLc","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447055,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:07.055053764Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":467,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":43.734437,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:07.081482693Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471863900848001146","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:07.08156399Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471863900848001146","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":108.673186,"time":"2026-03-06T19:14:07.081661699Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":469,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":9.312274,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.091546889Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":468,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":62.78216,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.107785278Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":464,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824447013671823_15?ts=1772719962824&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":100.638117,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"oder gib mir deine id","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:07.114447319Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119471951085598","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":110.873006,"event_ids":{"":"$kmzIYV9GM13gAfccnjyL5q7_7jS2GdS7y2kJfKABPLs"},"time":"2026-03-06T19:14:07.114523447Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":472,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":7.148772,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.122301217Z","message":"Request completed"} +{"level":"debug","transaction_id":"151","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.127925473Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"151","time":"2026-03-06T19:14:07.127996851Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kmzIYV9GM13gAfccnjyL5q7_7jS2GdS7y2kJfKABPLs","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447128,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:07.128197787Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":470,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824447091724428_18?ts=1770991256210&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":93.834085,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Willst du auch das Fazit noch schreiben? Sonst noch diese Ehrenklausel die wir beide unterschreiben müssen right?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:07.185704903Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471868750885294241","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":103.906174,"event_ids":{"":"$s1OFh36txvkoFGf1Zk3RY9Jkjx9sfamGLt3Dj_A9_8E"},"time":"2026-03-06T19:14:07.185793603Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":475,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":4.453839,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.190915413Z","message":"Request completed"} +{"level":"debug","transaction_id":"152","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.196889368Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"152","time":"2026-03-06T19:14:07.1969685Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$s1OFh36txvkoFGf1Zk3RY9Jkjx9sfamGLt3Dj_A9_8E","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447197,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:07.197186407Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":473,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824447122463181_16?ts=1772720039921&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":93.618972,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"@theo:matrix.theocloud.dev?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:07.216221698Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119795319345162","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":101.444654,"event_ids":{"":"$RHI2RgBk61G7crpEbUN4hOXQQBsOghp6NvssLIb6bZ8"},"time":"2026-03-06T19:14:07.216307534Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":477,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.122726,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.22905444Z","message":"Request completed"} +{"level":"debug","transaction_id":"153","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.236904777Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"153","time":"2026-03-06T19:14:07.236990613Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$RHI2RgBk61G7crpEbUN4hOXQQBsOghp6NvssLIb6bZ8","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447237,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:07.237209708Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":471,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":148.194041,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_285422022190825472:matrix.theocloud.dev"},"time":"2026-03-06T19:14:07.256121168Z","message":"Request completed"} +{"level":"debug","transaction_id":"154","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.272687955Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"154","time":"2026-03-06T19:14:07.272930377Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":474,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":141.517263,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<95679 bytes>","time":"2026-03-06T19:14:07.292014139Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":478,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":64.874354,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.294360209Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":480,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":6.459638,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.298825782Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":476,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824447191099447_19?ts=1770991274606&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":110.248128,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Und ich sehe da nur meine Unterschriften 😭","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:07.301471894Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471868828043579497","message_type":19,"author_id":"428870593358594048","action":"discord message create","handling_time":115.430002,"event_ids":{"":"$0dRsiQ3CjT0sjMfhkjyzvOgQSq0mmiFiE1GNi73PpUs"},"time":"2026-03-06T19:14:07.301556054Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"155","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.309228573Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"155","time":"2026-03-06T19:14:07.309311545Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0dRsiQ3CjT0sjMfhkjyzvOgQSq0mmiFiE1GNi73PpUs","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447309,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:07.309537974Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":483,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":7.980802,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.310112286Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":481,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":33.772839,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:07.328278949Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119830266286211","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:07.328425548Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119830266286211","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":111.867979,"time":"2026-03-06T19:14:07.328511454Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":485,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":5.227062,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.334162738Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":482,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824447299004508_15?ts=1772545878722&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":84.422706,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":1071,"mimetype":"image/webp","size":95679,"w":650},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/lTVHrpLwZZEGwSsHqJYIvXKj"},"time":"2026-03-06T19:14:07.383650359Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478389310305603625","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":564.391932,"event_ids":{"1478389309810933813":"$QRxHq_X3c3dNd1JHe2Wrxsw9tB2So7SL1WHpL3vDZQ0"},"time":"2026-03-06T19:14:07.383770558Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":479,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":142.533887,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.399032343Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":484,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824447310266079_20?ts=1770991286458&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":97.593344,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Oder sind eure so digital versteckt dingens","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:07.408102194Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471868877754470551","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":106.344925,"event_ids":{"":"$p_HifKMUy76gLOLjFWbs7hLiZjGBLIAwOzWjLTofeUA"},"time":"2026-03-06T19:14:07.40820577Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"156","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.411669247Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"156","time":"2026-03-06T19:14:07.41177408Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QRxHq_X3c3dNd1JHe2Wrxsw9tB2So7SL1WHpL3vDZQ0","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447411,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:07.411989613Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":489,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.035067,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.413915233Z","message":"Request completed"} +{"level":"debug","transaction_id":"157","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.427895134Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"157","time":"2026-03-06T19:14:07.428198319Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$p_HifKMUy76gLOLjFWbs7hLiZjGBLIAwOzWjLTofeUA","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447428,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:07.428196014Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":486,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824447334312899_17?ts=1772720060337&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":101.913994,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bin im \"create\" loop","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"bin im \u0026quot;create\u0026quot; loop","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:07.436432927Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119880950382704","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":107.843669,"event_ids":{"":"$eTU4AO4-KMMimKBQwvbqHOyX9v1jm07sllQ1RyWGoV0"},"time":"2026-03-06T19:14:07.436528332Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"158","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.444752185Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"158","time":"2026-03-06T19:14:07.444828313Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$eTU4AO4-KMMimKBQwvbqHOyX9v1jm07sllQ1RyWGoV0","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447444,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:07.445012277Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":490,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":42.777808,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.457083529Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":488,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824447399567334_8?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":79.424376,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.479101433Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","action":"initial backfill","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:07.479600176Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":491,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":34.004436,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:07.49129435Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471868890328858726","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:07.491410078Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471868890328858726","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":82.930735,"time":"2026-03-06T19:14:07.491501572Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"159","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.492203626Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"159","event_id":"$No3gvzVOMEoyikkVn-Vr6XaWiwmca499GcX7t71Uoio","time":"2026-03-06T19:14:07.492259499Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"159","time":"2026-03-06T19:14:07.492281989Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":493,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.424157,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.49783291Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":492,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":35.438088,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:07.515109922Z","message":"Request completed"} +{"level":"info","channel_id":"1250499718887243897","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:07.515923584Z","message":"Creating Matrix room for channel"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"","old_name":"","new_name":"Webpro","time":"2026-03-06T19:14:07.516009909Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:07.516078564Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":494,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":22.571542,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.520737041Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":487,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":179.689395,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<14031 bytes>","time":"2026-03-06T19:14:07.54088394Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":496,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":22.069656,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:07.54296922Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471868975356051477","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:07.543072866Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471868975356051477","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":51.415127,"time":"2026-03-06T19:14:07.543173369Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":497,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.442665,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.545695442Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":498,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.337274,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.54908698Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":499,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":44.552359,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.590536878Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":500,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":45.487058,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.59490998Z","message":"Request completed"} +{"level":"debug","transaction_id":"160","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.600515378Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"160","time":"2026-03-06T19:14:07.600599677Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":501,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":29.347985,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:07.620068618Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360538658476072","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"1303360537953964085","time":"2026-03-06T19:14:07.620130429Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360538658476072","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":576.586734,"time":"2026-03-06T19:14:07.620195731Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":502,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":27.832479,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:07.622935572Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471869002060927177","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:07.623013167Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471869002060927177","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":79.662399,"time":"2026-03-06T19:14:07.623080564Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":503,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":2.94811,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.623599841Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":504,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.939594,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.63081168Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":506,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":60.544415,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.691691268Z","message":"Request completed"} +{"level":"debug","transaction_id":"161","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.706018634Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"161","time":"2026-03-06T19:14:07.706369661Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":505,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824447623794003_26?ts=1730815788848&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":117.649519,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"achso das ist schon die aktuelle version","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:07.741628813Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303360627426983967","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":121.333067,"event_ids":{"":"$gbac3Lj9oJDMitI1SRsXTozJfMZDXWdjd5704utWyPk"},"time":"2026-03-06T19:14:07.741742237Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":260,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s591_890_0_353_368_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":3339.083557,"status_code":200,"response_length":207,"response_mime":"application/json","time":"2026-03-06T19:14:07.74329923Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:07.743571","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:07.74359571Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:07.743571","time":"2026-03-06T19:14:07.743792246Z","message":"Finished handling device list changes"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","action":"initial backfill","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:07.7455038Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","action":"initial backfill","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","limit":100,"before_id":"1473983679314526290","time":"2026-03-06T19:14:07.745580836Z","message":"Fetching messages for backfill"} +{"level":"debug","transaction_id":"162","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.770102024Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"162","time":"2026-03-06T19:14:07.770224108Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gbac3Lj9oJDMitI1SRsXTozJfMZDXWdjd5704utWyPk","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447770,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:07.770474563Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":508,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":79.774495,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:07.771674033Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471869220227649539","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:07.771776352Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471869220227649539","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":148.627063,"time":"2026-03-06T19:14:07.771882163Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":511,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.78629,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.77828914Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":512,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":34.138394,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.812842886Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":495,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":319.563829,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Webpro","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1250499718887243897","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1250499718887243897","displayname":"Webpro","external_url":"https://discord.com/channels/@me/1250499718887243897"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"state_key":"fi.mau.discord://discord/dm/1250499718887243897","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1250499718887243897","displayname":"Webpro","external_url":"https://discord.com/channels/@me/1250499718887243897"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}}],"preset":"private_chat","room_version":"11"},"time":"2026-03-06T19:14:07.836197499Z","message":"Request completed"} +{"level":"info","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","time":"2026-03-06T19:14:07.836826079Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"163","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.852930581Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"163","time":"2026-03-06T19:14:07.853270992Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":513,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":52.211119,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:07.865255988Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471869295733641358","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:07.865326459Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471869295733641358","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":93.250694,"time":"2026-03-06T19:14:07.865392181Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"164","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.870966778Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"164","time":"2026-03-06T19:14:07.871107021Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":509,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":144.093464,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<21143 bytes>","time":"2026-03-06T19:14:07.872847909Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":515,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.716522,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.876506664Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":516,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":7.364793,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.880667096Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":517,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":35.68498,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.912522277Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":514,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":96.430261,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:07.933487658Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":507,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":282.108698,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<702396 bytes>","time":"2026-03-06T19:14:07.94822388Z","message":"Request completed"} +{"level":"debug","transaction_id":"165","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.950400024Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"165","time":"2026-03-06T19:14:07.95044179Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":521,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.009507,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.956572262Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":519,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":48.006757,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:07.960758535Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471869396183154821","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:07.960855895Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471869396183154821","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":95.388565,"time":"2026-03-06T19:14:07.960946411Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":518,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824447880868521_18?ts=1772720067083&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":89.300976,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":524,"mimetype":"image/png","size":21143,"w":514},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/VZCTEzGGjwOItsCpMuqPxBqX"},"time":"2026-03-06T19:14:07.970312813Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119909245030480","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":533.546389,"event_ids":{"1479119908833984512":"$TUBKdfxZKgxU0cda_0kty6ebiPy2KSqI-s12BrbWm2k"},"time":"2026-03-06T19:14:07.9704335Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":523,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":9.195568,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.970746254Z","message":"Request completed"} +{"level":"debug","transaction_id":"166","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:07.977056779Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"166","time":"2026-03-06T19:14:07.977162031Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$TUBKdfxZKgxU0cda_0kty6ebiPy2KSqI-s12BrbWm2k","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824447977,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:07.977302204Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":525,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.173846,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:07.979290264Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":522,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":41.436977,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:07.998301878Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":526,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":34.895693,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.014525181Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":527,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":35.728841,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.034217826Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478427981956517940","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"1478427981679689779","time":"2026-03-06T19:14:08.034321682Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478427981956517940","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":650.280276,"time":"2026-03-06T19:14:08.034412407Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":524,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824447970863519_21?ts=1770992610898&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":67.177052,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"I see","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.03817376Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471874432858325002","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":77.107919,"event_ids":{"":"$xQAMVkfUCgJyje49lLmCStLlX3o7N8UE8C5leaeycSU"},"time":"2026-03-06T19:14:08.038290886Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":529,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.260661,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.044220491Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":530,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":8.420459,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.047422897Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","action":"initial backfill","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:08.053855855Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","action":"initial backfill","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:08.05391131Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","action":"initial backfill","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:08.053975216Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":520,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":125.557824,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:08.059429266Z","message":"Request completed"} +{"level":"debug","transaction_id":"167","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.05985216Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"167","time":"2026-03-06T19:14:08.059945539Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xQAMVkfUCgJyje49lLmCStLlX3o7N8UE8C5leaeycSU","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448060,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.060101707Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":535,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":15.683213,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_283971167717687296","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:08.075628473Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":528,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":69.293411,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.084032728Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119959895441609","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.084140006Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479119959895441609","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":113.451092,"time":"2026-03-06T19:14:08.084234852Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":536,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_283971167717687296:matrix.theocloud.dev/displayname?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":8.450072,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:08.084491522Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":531,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":45.130024,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<697298 bytes>","time":"2026-03-06T19:14:08.088893468Z","message":"Request completed"} +{"level":"debug","transaction_id":"168","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.092614872Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"168","time":"2026-03-06T19:14:08.092874824Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":538,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.418994,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.094243173Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":539,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.050295,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.097352899Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":534,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":51.759659,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.106129274Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":532,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":76.956431,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.121530394Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":537,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_283971167717687296:matrix.theocloud.dev/displayname?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":42.076662,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"FloJ"},"time":"2026-03-06T19:14:08.126730637Z","message":"Request completed"} +{"level":"debug","transaction_id":"169","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:08.127648992Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"169","time":"2026-03-06T19:14:08.127712898Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":541,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":53.949283,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.151588744Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":543,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":42.014013,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.163703159Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478427999065079920","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.163807573Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478427999065079920","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":129.281742,"time":"2026-03-06T19:14:08.163909542Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":533,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448047608677_22?ts=1770992631828&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":119.372526,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich habe einfach auf dem Handy die Datei geöffnet und da sind die Felder visuell einfach leer.","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.167137022Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471874520645107815","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":128.524163,"event_ids":{"":"$-tU9Mfft3QfBaWbfnpLyU1byOyQu5CC_LFQmGkfhkP4"},"time":"2026-03-06T19:14:08.16722167Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":545,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":9.337068,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.173819247Z","message":"Request completed"} +{"level":"debug","transaction_id":"170","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.18637681Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"170","time":"2026-03-06T19:14:08.186470958Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$-tU9Mfft3QfBaWbfnpLyU1byOyQu5CC_LFQmGkfhkP4","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448186,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.186699062Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":540,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448094451583_19?ts=1772720123828&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":101.295471,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"deutscher server, konnte ich mir am besten merken","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.195874865Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120147250810911","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":111.471065,"event_ids":{"":"$jhxhjHFpK9sPGTuZ2QngpoCOAjsCtMtkwqlGbRHiIZ0"},"time":"2026-03-06T19:14:08.195972225Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":547,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.326033,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.205909378Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":544,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":66.441683,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.218178563Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303433107923402803","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.218274945Z","message":"Failed to send part of message to Matrix"} +{"level":"debug","transaction_id":"171","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.22056151Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"171","time":"2026-03-06T19:14:08.220658311Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$jhxhjHFpK9sPGTuZ2QngpoCOAjsCtMtkwqlGbRHiIZ0","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448220,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.220848003Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":549,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.284267,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.227738428Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":542,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448106282508_1?ts=1741968987010&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":128.142126,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"danke","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.234567182Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350140531090395178","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":180.508645,"event_ids":{"":"$43BF-DlsjhL2kyWsZ4-nxizr-3BQ2_VleToE5NfSRfQ"},"time":"2026-03-06T19:14:08.234660212Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":551,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":11.737266,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.246990997Z","message":"Request completed"} +{"level":"debug","transaction_id":"172","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.256820174Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"172","time":"2026-03-06T19:14:08.256893997Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$43BF-DlsjhL2kyWsZ4-nxizr-3BQ2_VleToE5NfSRfQ","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448257,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.25706972Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":548,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":75.342238,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.281537549Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":550,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":64.018576,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.292028202Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":546,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448174054476_16?ts=1772555114080&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":121.764832,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"WOAH","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.295944256Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478428046204731483","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":131.892095,"event_ids":{"":"$rIh2UhgWEewJNpaXoMyk6dJMd6OkNpoblSe3pI3rq48"},"time":"2026-03-06T19:14:08.295999222Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":555,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.87031,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.303382244Z","message":"Request completed"} +{"level":"debug","transaction_id":"173","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.307724615Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"173","time":"2026-03-06T19:14:08.307786984Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$rIh2UhgWEewJNpaXoMyk6dJMd6OkNpoblSe3pI3rq48","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448307,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.3080146Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":553,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":42.895842,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.324598777Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120404487606416","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.324675743Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120404487606416","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":128.430575,"time":"2026-03-06T19:14:08.324731478Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":557,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.702689,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.331841696Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":554,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":42.771452,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.33495666Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303433107923402803","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":1,"attachment_id":"1303433107524817006","time":"2026-03-06T19:14:08.335028597Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303433107923402803","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":592.925974,"time":"2026-03-06T19:14:08.335086077Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":552,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448247141298_2?ts=1741968991099&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":96.12505,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"🐭","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.343389061Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350140548241162342","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":108.457094,"event_ids":{"":"$MpfnBHZyT9EVqoaNRvy6yABP-jbtmXx9I6AvV2WaSxk"},"time":"2026-03-06T19:14:08.343446262Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":559,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.300889,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.343843385Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":560,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":7.789993,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.35172571Z","message":"Request completed"} +{"level":"debug","transaction_id":"174","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.359094833Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"174","time":"2026-03-06T19:14:08.359190168Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MpfnBHZyT9EVqoaNRvy6yABP-jbtmXx9I6AvV2WaSxk","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448359,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.359395364Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":556,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":58.060685,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.36178788Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":558,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":43.482796,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.375522844Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":561,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":43.08246,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.387171899Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":563,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":33.190914,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.395110936Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478428094309204174","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.395242798Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478428094309204174","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":99.120654,"time":"2026-03-06T19:14:08.395373333Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":566,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":8.37555,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.404347082Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":564,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":36.661515,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.412354563Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120806545195060","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.412423428Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120806545195060","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":87.588653,"time":"2026-03-06T19:14:08.412482375Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":569,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":7.649471,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.420551667Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":565,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":45.426575,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.432889995Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303433118052651038","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.43301627Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303433118052651038","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":97.855322,"time":"2026-03-06T19:14:08.433124176Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":562,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448351984685_3?ts=1741969893612&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":85.663592,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"zweites kapitel neu","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.437835733Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350144333654790225","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":94.260054,"event_ids":{"":"$9XpKvXCstHFIdL2LMFwNvVxTJye9KcN_UlqYzQkCSQA"},"time":"2026-03-06T19:14:08.437954605Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"175","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.450453571Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"175","time":"2026-03-06T19:14:08.450563782Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$9XpKvXCstHFIdL2LMFwNvVxTJye9KcN_UlqYzQkCSQA","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448450,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.450827995Z","message":"Sent message checkpoint"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:14:08.473746444Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":568,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448404513446_17?ts=1772555137376&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":74.738312,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"sieht voll scary aus","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.47944096Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478428143915106500","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":83.931156,"event_ids":{"":"$wfnFukI_Ph7YNuevzWSo1lC_E0cBijzAhiE_mF-Vuak"},"time":"2026-03-06T19:14:08.479565838Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":571,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":5.072642,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.48562542Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":570,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448420782914_20?ts=1772720292656&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":71.777979,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"why?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.492751423Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120855366635632","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":80.223651,"event_ids":{"":"$pBARxCVxajwukwv-hTKY00NZJaJQx2XLT0rZ6sO9nJY"},"time":"2026-03-06T19:14:08.492870713Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"176","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.495568859Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"176","time":"2026-03-06T19:14:08.495637863Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$wfnFukI_Ph7YNuevzWSo1lC_E0cBijzAhiE_mF-Vuak","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448495,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.495831884Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":573,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.878201,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.498531217Z","message":"Request completed"} +{"level":"debug","transaction_id":"177","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.504927368Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"177","time":"2026-03-06T19:14:08.504999446Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$pBARxCVxajwukwv-hTKY00NZJaJQx2XLT0rZ6sO9nJY","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448505,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.505181594Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":574,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":23.992622,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.522808027Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":572,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448485797302_18?ts=1772555146918&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":55.531069,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"haha stark","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.541469662Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478428183937155213","message_type":19,"author_id":"316966695430520833","action":"discord message create","handling_time":61.558594,"event_ids":{"":"$DZJcAzIj26V45Xl_JxOPkfKXVFywskVFbdQ4Oj4hJvE"},"time":"2026-03-06T19:14:08.541544184Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"178","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.548963943Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"178","time":"2026-03-06T19:14:08.549083583Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$DZJcAzIj26V45Xl_JxOPkfKXVFywskVFbdQ4Oj4hJvE","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448549,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.549321954Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":575,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":34.369292,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.557365335Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120906331754528","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.557466327Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120906331754528","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":64.272174,"time":"2026-03-06T19:14:08.557547972Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":577,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":1.972205,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.560016267Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":578,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.700667,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.571043936Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":576,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":43.549006,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<31416 bytes>","time":"2026-03-06T19:14:08.573291878Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":580,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_283971167717687296:matrix.theocloud.dev/avatar_url?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":2.101553,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:08.575868288Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":581,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_283971167717687296:matrix.theocloud.dev/avatar_url?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":4.713023,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GHrLAavBCMEfuEdebmBZVnax"},"time":"2026-03-06T19:14:08.580756406Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":579,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":24.658358,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.595935428Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120926665609419","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.596055137Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120926665609419","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":38.395487,"time":"2026-03-06T19:14:08.596149913Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":583,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":3.121529,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.599859933Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":582,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":33.835488,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.615214328Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":584,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448600043548_21?ts=1772720326823&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":38.463514,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ja ich bekomme den Error: \"MatrixError: [502] Can't connect to server matrix.theocloud.dev (https://nope.chat/_matrix/client/v3/createRoom)\"","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Ja ich bekomme den Error: \u0026quot;MatrixError: [502] Can't connect to server matrix.theocloud.dev (https://nope.chat/_matrix/client/v3/createRoom)\u0026quot;","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.638762894Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479120998673416273","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":42.483284,"event_ids":{"":"$y7MxKPR-hJAiYhA3Me5qWEB0zlxgCRtUnGlAKPAqenY"},"time":"2026-03-06T19:14:08.63887967Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":586,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.630263,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.646285182Z","message":"Request completed"} +{"level":"debug","transaction_id":"179","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.652617986Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"179","time":"2026-03-06T19:14:08.652734553Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$y7MxKPR-hJAiYhA3Me5qWEB0zlxgCRtUnGlAKPAqenY","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448652,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.652960213Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":567,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":260.660008,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<177623 bytes>","time":"2026-03-06T19:14:08.657223034Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":588,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":4.980869,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.662627076Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":587,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":35.630992,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.682247715Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":591,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":13.493869,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<150036 bytes>","time":"2026-03-06T19:14:08.70099323Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":592,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":5.769527,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.707153804Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":585,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":102.31433,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_283971167717687296:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.717759696Z","message":"Request completed"} +{"level":"debug","transaction_id":"180","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.746376922Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"180","time":"2026-03-06T19:14:08.746621719Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":590,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":69.651702,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.75212822Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121001538261144","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.752229421Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121001538261144","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":112.976026,"time":"2026-03-06T19:14:08.752304781Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":595,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":3.964245,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.756995455Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":589,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448662889474_23?ts=1770992649280&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":101.843035,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image0.jpg","info":{"h":2556,"mimetype":"image/jpeg","size":177623,"w":1179},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/NeteYgjMZvnMcaaGqmVvAtUl"},"time":"2026-03-06T19:14:08.764924434Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471874593844101243","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":597.459992,"event_ids":{"1471874594259341323":"$hSdbIMsr3UXWXlv2CBPWO85YDCQ-ZZ8OZPlA-RgR2g0"},"time":"2026-03-06T19:14:08.765033318Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":597,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":7.997215,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.773601563Z","message":"Request completed"} +{"level":"debug","transaction_id":"181","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.780291681Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"181","time":"2026-03-06T19:14:08.78040273Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hSdbIMsr3UXWXlv2CBPWO85YDCQ-ZZ8OZPlA-RgR2g0","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448780,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:08.780599615Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":593,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448707408588_27?ts=1730837300022&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":112.87664,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Deckblatt_1_1.pdf","info":{"mimetype":"application/pdf","size":150036},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/PEFbCXXwQIXFkiNKoskwxIry"},"time":"2026-03-06T19:14:08.820465491Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1303450851830140958","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":387.173484,"event_ids":{"1303450851381084211":"$Ao17xA5pJMKp646_1FQSUgifTfAB5_w-U7XIqcYiNEA"},"time":"2026-03-06T19:14:08.820560477Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":600,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.268972,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.830512785Z","message":"Request completed"} +{"level":"debug","transaction_id":"182","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.840414318Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"182","time":"2026-03-06T19:14:08.840526485Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Ao17xA5pJMKp646_1FQSUgifTfAB5_w-U7XIqcYiNEA","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448840,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:08.840813955Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":596,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448757161959_22?ts=1772720332632&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":107.40527,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"100%","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.864726609Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121023038394389","message_type":19,"author_id":"122672447207112706","action":"discord message create","handling_time":112.297159,"event_ids":{"":"$1SkjXmCuK3lzAezufLgeR-7N7TzyTBKgPp-F1fFKFwE"},"time":"2026-03-06T19:14:08.864820965Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":602,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.75221,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.875317275Z","message":"Request completed"} +{"level":"debug","transaction_id":"183","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.893847467Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"183","time":"2026-03-06T19:14:08.893943709Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1SkjXmCuK3lzAezufLgeR-7N7TzyTBKgPp-F1fFKFwE","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448894,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.894127115Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":598,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448773755146_24?ts=1770992672686&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":131.577456,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Aber wenn du meinst dass das bei Foxit einsehbar ist ist das fine mit mir!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:08.90547117Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471874692015984651","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":140.204997,"event_ids":{"":"$iYirp6mT0fMgoGNqpHQl336YYOEq57o-EhD-sP7Utcs"},"time":"2026-03-06T19:14:08.905567412Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":599,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":95.903511,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<72141 bytes>","time":"2026-03-06T19:14:08.910055334Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":594,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":198.716514,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.91676822Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":604,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":19.759834,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.926423699Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":605,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":17.620915,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.928279058Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":601,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":101.009258,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:08.931924054Z","message":"Request completed"} +{"level":"debug","transaction_id":"184","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.94469324Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"184","time":"2026-03-06T19:14:08.944797095Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$iYirp6mT0fMgoGNqpHQl336YYOEq57o-EhD-sP7Utcs","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824448944,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:08.945010393Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"185","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:08.961063141Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"185","time":"2026-03-06T19:14:08.961310732Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":609,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":50.160482,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:08.982260748Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1306928185438502922","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:08.982415378Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1306928185438502922","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":161.593972,"time":"2026-03-06T19:14:08.982532155Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":610,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":8.299492,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:08.99141022Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":606,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":86.171555,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:09.003643855Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":603,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448875581279_23?ts=1772720346908&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":137.808082,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"die Server sind egal, das ist wie bei Mastodon oder damals Jabber","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.013574512Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121082916274197","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":148.504699,"event_ids":{"":"$cT9EQwbfqkqHyAd6jyS4DUW3G4wA1PiZZ8ctwFzfyzI"},"time":"2026-03-06T19:14:09.013693244Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":613,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.117626,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.025543026Z","message":"Request completed"} +{"level":"debug","transaction_id":"186","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.037677835Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"186","time":"2026-03-06T19:14:09.03776402Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$cT9EQwbfqkqHyAd6jyS4DUW3G4wA1PiZZ8ctwFzfyzI","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449037,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.037964537Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":607,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448926705303_25?ts=1770992688568&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":124.566413,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Dachte nur kurz du hast ausversehen die falsche Datei gesendet lol","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.051454075Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471874758630183085","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":145.38324,"event_ids":{"":"$tqfYnXRhgdu8f-x1JiEIgZqnyxC78vzNpH3HIoSk0zQ"},"time":"2026-03-06T19:14:09.051566521Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":608,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448928454083_19?ts=1772556894798&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":127.683682,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/1232640/Alpaca_Ball_Allstars/\n\u003e [**Alpaca Ball: Allstars**](https://store.steampowered.com/app/1232640/Alpaca_Ball_Allstars/)\n\u003e \n\u003e **GOAAAAAAAAAAAAAAAAAAL! Play the craziest kind of football with the furriest alpacas around the world.**…\n\u003e \n\u003e Price$19.99","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/1232640/Alpaca_Ball_Allstars/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/1232640/Alpaca_Ball_Allstars/\"\u003e\u003cstrong\u003eAlpaca Ball: Allstars\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003e\u003cstrong\u003eGOAAAAAAAAAAAAAAAAAAL! Play the craziest kind of football with the furriest alpacas around the world.\u003c/strong\u003e…\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$19.99\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cp class=\"discord-embed-image\"\u003e\u003cimg src=\"mxc://matrix.theocloud.dev/vlBiORNecvtTaDNasrZAzkJq\" alt=\"\" title=\"Embed image\"\u003e\u003c/p\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.056417832Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478435515077492737","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":514.746466,"event_ids":{"":"$U0zaJUf-gCgyYVA0bYsTodiAzWyCaQ8V9O7DiAU6dtc"},"time":"2026-03-06T19:14:09.056552488Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":615,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.369825,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.06256793Z","message":"Request completed"} +{"level":"debug","transaction_id":"187","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.073921832Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"187","time":"2026-03-06T19:14:09.074009344Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tqfYnXRhgdu8f-x1JiEIgZqnyxC78vzNpH3HIoSk0zQ","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449074,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.074212865Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"188","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.090409837Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"188","time":"2026-03-06T19:14:09.090491832Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$U0zaJUf-gCgyYVA0bYsTodiAzWyCaQ8V9O7DiAU6dtc","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449090,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.090684107Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":614,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":82.367178,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:09.108227428Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":617,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":25.385766,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<841632 bytes>","time":"2026-03-06T19:14:09.118524268Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":611,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824448991600051_28?ts=1731779297561&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":131.53597,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"??","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.123297356Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1307401875875827823","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":140.667842,"event_ids":{"":"$A9CUZAvebq6wj9jvdVtSb8S6U-9uSPq1pnsi0BT7jsk"},"time":"2026-03-06T19:14:09.123433968Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":619,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":9.175942,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.128216414Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":620,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.405307,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.136601603Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":616,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":79.725536,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:09.142561869Z","message":"Request completed"} +{"level":"debug","transaction_id":"189","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.144181091Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"189","time":"2026-03-06T19:14:09.144271816Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$A9CUZAvebq6wj9jvdVtSb8S6U-9uSPq1pnsi0BT7jsk","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449144,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.144488607Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":618,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":61.738577,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:09.170169875Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121223752614070","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:09.170289095Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121223752614070","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":156.350425,"time":"2026-03-06T19:14:09.170410691Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":624,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.560354,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.180576018Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":612,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":201.222732,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_316966695430520833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:09.205056838Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":623,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":79.898046,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:09.222647442Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471882942878843072","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:09.222748434Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471882942878843072","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":170.948011,"time":"2026-03-06T19:14:09.222848098Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":622,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":94.188186,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:09.231045691Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":627,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.936243,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.232403354Z","message":"Request completed"} +{"level":"debug","transaction_id":"190","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.239123224Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"190","time":"2026-03-06T19:14:09.239435768Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":621,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449128382220_4?ts=1741969894169&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":141.14242,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"GrowGreen_2_Paper.pdf","info":{"mimetype":"application/pdf","size":841632},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/VXugvgqEGgxWKSXXZNOdQmyP"},"time":"2026-03-06T19:14:09.269678991Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350144335991013437","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":831.442223,"event_ids":{"1350144335617982565":"$_TaqYtgGEn9pQmwCQgPkx5NIzpBzGXgwCfzmtFiSFO4"},"time":"2026-03-06T19:14:09.269747646Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":630,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":18.913137,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.289154497Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":628,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":60.343478,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:09.291568524Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313946789019390124","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:09.291693053Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313946789019390124","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":167.919651,"time":"2026-03-06T19:14:09.291793486Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"191","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.30332346Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"191","time":"2026-03-06T19:14:09.303473342Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_TaqYtgGEn9pQmwCQgPkx5NIzpBzGXgwCfzmtFiSFO4","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449303,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:09.303702494Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":632,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":12.692499,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.305030195Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":629,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":77.602122,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:09.310388561Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":625,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449180808872_24?ts=1772720384640&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":146.658839,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://federationtester.matrix.org/#matrix.theocloud.dev","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.327639941Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121241175752826","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":157.076226,"event_ids":{"":"$PoReVUj733uJg1nK874u56YXMKCt_Ozj3BAsKUEkjkw"},"time":"2026-03-06T19:14:09.327740235Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":635,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":7.013068,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.335441947Z","message":"Request completed"} +{"level":"debug","transaction_id":"192","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.339777962Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"192","time":"2026-03-06T19:14:09.339880142Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$PoReVUj733uJg1nK874u56YXMKCt_Ozj3BAsKUEkjkw","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449340,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.340101891Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":634,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":47.697355,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:09.358322891Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471883025364156638","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:09.358445254Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471883025364156638","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":135.453281,"time":"2026-03-06T19:14:09.358533395Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":637,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.108265,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.368217021Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":626,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":198.397055,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:09.403907239Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":631,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449289394754_5?ts=1741969903325&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":148.456438,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"solange ihr nichts auszusetzen habt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.438035645Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350144374394060880","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":168.141471,"event_ids":{"":"$nVGa9r982edDLe-blAfK2WPHHen4ZKXZ1VdAew0EG-w"},"time":"2026-03-06T19:14:09.438150536Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":633,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449305268776_29?ts=1733345229132&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":135.340626,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wenn du wüsstest","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.440799093Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313969868927930511","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":148.885618,"event_ids":{"":"$Lh8-QCWC2sIFNzA7w3YuSUPBc_YUZpj83fanfZB9B24"},"time":"2026-03-06T19:14:09.440895825Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"193","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.444280589Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"193","time":"2026-03-06T19:14:09.444413778Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nVGa9r982edDLe-blAfK2WPHHen4ZKXZ1VdAew0EG-w","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449444,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.444649286Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":640,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":13.729167,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.452571141Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":641,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":12.841891,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.454379356Z","message":"Request completed"} +{"level":"debug","transaction_id":"194","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.470182279Z","message":"Starting handling of transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Lh8-QCWC2sIFNzA7w3YuSUPBc_YUZpj83fanfZB9B24","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449470,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.470437063Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"194","time":"2026-03-06T19:14:09.470510188Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":638,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":105.00088,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:09.47360371Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":636,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449335679969_25?ts=1772720387316&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":156.814318,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ne ist er nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.492660721Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121252399710374","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":164.673385,"event_ids":{"":"$eW-B9cvM6T5eO5Sr12g6yIJTgnzIYQf23lnOSBMbSyg"},"time":"2026-03-06T19:14:09.49278525Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":645,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":8.400903,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.501792733Z","message":"Request completed"} +{"level":"debug","transaction_id":"195","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.507912798Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"195","time":"2026-03-06T19:14:09.508036279Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$eW-B9cvM6T5eO5Sr12g6yIJTgnzIYQf23lnOSBMbSyg","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449508,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.508256981Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":639,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":118.348989,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:09.523151535Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":644,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":56.395157,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:09.530166978Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471883066963136674","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:09.530265106Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471883066963136674","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":171.631138,"time":"2026-03-06T19:14:09.530404232Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":648,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":5.664903,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.536658394Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":642,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449452823132_6?ts=1741969906711&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":113.576599,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"könnten wir abgeben","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.566567282Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350144388596236299","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":128.150019,"event_ids":{"":"$YSAXmUUPQYJgd7vuZ99oj8PGzF0-bswfAXAhOG2kf54"},"time":"2026-03-06T19:14:09.566688109Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":643,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449454537269_30?ts=1733345243508&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":114.937475,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"meine freundin muss sozusagen ein produkt präsentieren für die uni","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.569632867Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313969929225109626","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":128.529261,"event_ids":{"":"$gEtVU8q26_whj73qu7G8wJ6_u75PtPAZ8nwk9nE3rjo"},"time":"2026-03-06T19:14:09.569739656Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":650,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":12.4484,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.579898697Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":651,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":11.179506,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.581701325Z","message":"Request completed"} +{"level":"debug","transaction_id":"196","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.589780675Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"196","time":"2026-03-06T19:14:09.589880549Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YSAXmUUPQYJgd7vuZ99oj8PGzF0-bswfAXAhOG2kf54","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449589,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.590038742Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"197","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.619227905Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"197","time":"2026-03-06T19:14:09.619282312Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gEtVU8q26_whj73qu7G8wJ6_u75PtPAZ8nwk9nE3rjo","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449619,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.61945175Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":646,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449502021676_26?ts=1772720412337&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":126.451665,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ist bestimmt ein Portproblem","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.628669667Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121357345390734","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":135.679639,"event_ids":{"":"$ywO_BgcSAH0rDiCePznLot-O9ybBe-AYo3jKmafa8hc"},"time":"2026-03-06T19:14:09.628789796Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":654,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.445605,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.639945137Z","message":"Request completed"} +{"level":"debug","transaction_id":"198","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.650878379Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"198","time":"2026-03-06T19:14:09.650981746Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ywO_BgcSAH0rDiCePznLot-O9ybBe-AYo3jKmafa8hc","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449651,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.651212644Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":649,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449536879235_26?ts=1770994797843&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":153.341623,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"yep aufm pc in firefox funktionierts!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.690457204Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471883605570752666","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":159.960501,"event_ids":{"":"$0Mihqa4O0ccqRXTLQEnd7ixjh9qZr9WFN5gKoExvxGY"},"time":"2026-03-06T19:14:09.690603802Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":656,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":12.046388,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.703492907Z","message":"Request completed"} +{"level":"debug","transaction_id":"199","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.716482794Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"199","time":"2026-03-06T19:14:09.716599011Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0Mihqa4O0ccqRXTLQEnd7ixjh9qZr9WFN5gKoExvxGY","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449716,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.716786258Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":647,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":205.216521,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_285422022190825472:matrix.theocloud.dev"},"time":"2026-03-06T19:14:09.728556909Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":655,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":108.506961,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:09.748966555Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":653,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449581936274_32?ts=1733345249548&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":187.105312,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"so 3d modell mäßig","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.769199081Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313969954558836800","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":199.134869,"event_ids":{"":"$zYd4DEtFsSBO1EN_ZXVwe1Km6JvfVUoFbiqzDkBZoeQ"},"time":"2026-03-06T19:14:09.769284498Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"200","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.77212149Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"200","time":"2026-03-06T19:14:09.772399532Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":652,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449580136650_31?ts=1741969966161&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":199.467807,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Auf Seite 8 sind zwei Rechtschreibfehler in einem Satz","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.779812167Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350144637947346965","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":212.848461,"event_ids":{"":"$nplHSnXmUR9SMnYU6jMT7a9hHM3vnqXd2oyMfs9DG0M"},"time":"2026-03-06T19:14:09.779929083Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":660,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":14.89644,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.784966803Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":661,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":11.260943,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.792031764Z","message":"Request completed"} +{"level":"debug","transaction_id":"201","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.802032822Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"201","time":"2026-03-06T19:14:09.802436511Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nplHSnXmUR9SMnYU6jMT7a9hHM3vnqXd2oyMfs9DG0M","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449802,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.802710571Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$zYd4DEtFsSBO1EN_ZXVwe1Km6JvfVUoFbiqzDkBZoeQ","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449802,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.802721118Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":659,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":71.136059,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:09.820275683Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121415117738047","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:09.82044079Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121415117738047","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":191.396698,"time":"2026-03-06T19:14:09.820562874Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":664,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":11.738873,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.832839462Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":657,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449703766828_27?ts=1770994798972&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":146.442607,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"yay","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.850419939Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471883610306117683","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":159.438151,"event_ids":{"":"$ZMGqG3fXjCkddFmyVyqX6ntJIcg5OzG7MfMhT1YCqeo"},"time":"2026-03-06T19:14:09.850531338Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":666,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":9.212609,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.860463113Z","message":"Request completed"} +{"level":"debug","transaction_id":"202","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.86777762Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"202","time":"2026-03-06T19:14:09.867887412Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ZMGqG3fXjCkddFmyVyqX6ntJIcg5OzG7MfMhT1YCqeo","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449868,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.868112094Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":662,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449785187086_33?ts=1733345258226&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":122.359329,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"und hat mich gefragt ob ich sowas kann","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.907714805Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313969990956744736","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":138.055952,"event_ids":{"":"$VTy-1_ostc3oGv4idnd5cFYgPiWm858N-OsUUq-InqE"},"time":"2026-03-06T19:14:09.907793656Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":663,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449792279983_34?ts=1741969970020&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":123.887268,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"!!!!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.916964849Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350144654133432434","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":136.938476,"event_ids":{"":"$kkH4EsPh45aTXamFfh_xyx4OISjyeXudafgIy0yBwYI"},"time":"2026-03-06T19:14:09.917303584Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":668,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.655134,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.92196688Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":669,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":12.676505,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.93056411Z","message":"Request completed"} +{"level":"debug","transaction_id":"203","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.937910046Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"203","time":"2026-03-06T19:14:09.93797877Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$VTy-1_ostc3oGv4idnd5cFYgPiWm858N-OsUUq-InqE","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449938,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.938140036Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":658,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":225.913638,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:09.954818152Z","message":"Request completed"} +{"level":"debug","transaction_id":"204","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:09.967628474Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"204","time":"2026-03-06T19:14:09.967717942Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kkH4EsPh45aTXamFfh_xyx4OISjyeXudafgIy0yBwYI","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824449967,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:09.967912802Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":665,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449832994931_27?ts=1772720439932&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":151.504632,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Man muss ja irgendwie mit deinem Port kommunizieren","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:09.984643718Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121473087213619","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":163.907425,"event_ids":{"":"$4b-wOgua0iXz6wQH4dgxj83-5sm3ZExGcbo-emsDPq8"},"time":"2026-03-06T19:14:09.984721452Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":673,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":12.812767,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:09.998058455Z","message":"Request completed"} +{"level":"debug","transaction_id":"205","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.002099037Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"205","time":"2026-03-06T19:14:10.002444198Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":670,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":115.06326,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.037409174Z","message":"Request completed"} +{"level":"debug","transaction_id":"206","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.039110112Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"206","time":"2026-03-06T19:14:10.039180234Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4b-wOgua0iXz6wQH4dgxj83-5sm3ZExGcbo-emsDPq8","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450039,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:10.039456949Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":667,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449860721459_28?ts=1770994803616&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":189.159163,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"einwandfrei","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:10.050086098Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471883629784203395","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":199.299068,"event_ids":{"":"$92kd8ZuOKm01aX5N9CUjmf4_NGPjpy9DXyGhsJ4NABY"},"time":"2026-03-06T19:14:10.050225294Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":677,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.505597,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.059635487Z","message":"Request completed"} +{"level":"debug","transaction_id":"207","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.065737812Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"207","time":"2026-03-06T19:14:10.065816105Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$92kd8ZuOKm01aX5N9CUjmf4_NGPjpy9DXyGhsJ4NABY","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450065,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:10.066022629Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":672,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":129.828746,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.085165895Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":671,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449930767351_35?ts=1741969974466&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":169.491451,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"!!!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:10.10046323Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350144672781308005","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":182.950887,"event_ids":{"":"$tTXPzGmRep_6SVWfGBdqm0BqFGFDqr-e-lxhEflS9NM"},"time":"2026-03-06T19:14:10.100574Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":675,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":66.660639,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.10432774Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970063195508851","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:10.10447385Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970063195508851","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":196.511734,"time":"2026-03-06T19:14:10.104593001Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":680,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":13.995126,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.115291853Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":681,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.299704,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.115423506Z","message":"Request completed"} +{"level":"debug","transaction_id":"208","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.120964928Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"208","time":"2026-03-06T19:14:10.12107039Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tTXPzGmRep_6SVWfGBdqm0BqFGFDqr-e-lxhEflS9NM","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450121,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:10.121264062Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":678,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":89.929696,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.149912507Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":674,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824449998254362_28?ts=1772720443045&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":159.900786,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"von deinem Server","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:10.158275835Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121486143946763","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":173.399962,"event_ids":{"":"$_eZerCjsG6-1-EGGZBFgcocBxVbomS469mpU0oCdjXk"},"time":"2026-03-06T19:14:10.15838437Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":685,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":14.958809,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.173951854Z","message":"Request completed"} +{"level":"debug","transaction_id":"209","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.180902483Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"209","time":"2026-03-06T19:14:10.18097938Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_eZerCjsG6-1-EGGZBFgcocBxVbomS469mpU0oCdjXk","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450181,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:10.181155382Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":683,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":186.723276,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.302506469Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":684,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":193.713086,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.343806555Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471884388127080458","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:10.343905312Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1471884388127080458","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":293.25384,"time":"2026-03-06T19:14:10.343972081Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":688,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.193819,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.351697051Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":682,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824450115527501_7?ts=1741970052298&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":262.905226,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"danke!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:10.378613409Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350144999232110615","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":277.753754,"event_ids":{"":"$LN-jHFw2YZlk-KdmkbtVygXnV6oIPqCGHkRTGMW6lRM"},"time":"2026-03-06T19:14:10.378726204Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":690,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":16.270167,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.395761562Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":687,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":96.064358,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.398774346Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970117230461000","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:10.398871427Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970117230461000","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":294.153479,"time":"2026-03-06T19:14:10.398960546Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":692,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":15.437089,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.414931578Z","message":"Request completed"} +{"level":"debug","transaction_id":"210","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.417594383Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"210","time":"2026-03-06T19:14:10.41769747Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$LN-jHFw2YZlk-KdmkbtVygXnV6oIPqCGHkRTGMW6lRM","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450417,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:10.417916496Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":679,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":340.597515,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_769998429991600219:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.425926073Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":689,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":113.191488,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.46520709Z","message":"Request completed"} +{"level":"debug","transaction_id":"211","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.470803897Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"211","time":"2026-03-06T19:14:10.471155832Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":686,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824450174116053_29?ts=1772720451532&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":303.36504,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Der Federation-Tester testet ob dein Server erreichbar ist","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:10.477633629Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121521741135932","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":319.059079,"event_ids":{"":"$ibcDqKpQ5Oy_wwfOc-DbvojzWrhm9C8OjVTi6GX28NQ"},"time":"2026-03-06T19:14:10.477772964Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":696,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.596673,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.489139997Z","message":"Request completed"} +{"level":"debug","transaction_id":"212","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.502083299Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"212","time":"2026-03-06T19:14:10.502182894Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ibcDqKpQ5Oy_wwfOc-DbvojzWrhm9C8OjVTi6GX28NQ","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450502,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:10.502408554Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":695,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":58.549441,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.52401341Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472681415882575997","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:10.524136333Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472681415882575997","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":180.04992,"time":"2026-03-06T19:14:10.52423048Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":698,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.168189,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.533036747Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":697,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":61.319035,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.550784916Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":691,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824450395980098_8?ts=1741970279741&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":160.416012,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"warum ist freigeschalten falsch?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:10.556546341Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350145953197330472","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":177.477631,"event_ids":{"":"$TrQIDNPddd3iuIs9mNOr7fsaOVJTnfBuVI6vmfXRYbc"},"time":"2026-03-06T19:14:10.556627777Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":693,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824450415177144_36?ts=1733345292744&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":143.425004,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"\"ist ja ganz einfach\"","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u0026quot;ist ja ganz einfach\u0026quot;","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:10.558784086Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970135735992452","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":159.716053,"event_ids":{"":"$-nZwYVRP6xX94efOymc7lMCuIDPZQV0TE3i6hVZ7Z7Y"},"time":"2026-03-06T19:14:10.558867478Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":701,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.876182,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.569027217Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":702,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.156387,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.569514926Z","message":"Request completed"} +{"level":"debug","transaction_id":"213","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.576500336Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"213","time":"2026-03-06T19:14:10.576602446Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$TrQIDNPddd3iuIs9mNOr7fsaOVJTnfBuVI6vmfXRYbc","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450576,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:10.576770696Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"214","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.589397542Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"214","time":"2026-03-06T19:14:10.589486731Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$-nZwYVRP6xX94efOymc7lMCuIDPZQV0TE3i6hVZ7Z7Y","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450589,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:10.589606929Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":699,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":58.697786,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.592027871Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":700,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":61.567044,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.612523632Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121614611284101","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:10.612650466Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121614611284101","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":134.543585,"time":"2026-03-06T19:14:10.612745242Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":706,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.589894,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.619951912Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":694,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":205.515166,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.631815523Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":704,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":73.285803,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.643060262Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":703,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":84.025233,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.65340236Z","message":"Request completed"} +{"level":"debug","transaction_id":"215","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.66480159Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"215","time":"2026-03-06T19:14:10.665025784Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":705,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":76.336791,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.668523343Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472681590902751516","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:10.668622519Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472681590902751516","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":144.256056,"time":"2026-03-06T19:14:10.668765067Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":711,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":5.359553,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.674693066Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":707,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":65.868837,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.686180926Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":709,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":50.233676,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.693455204Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970140576223263","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:10.693555288Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970140576223263","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":134.498817,"time":"2026-03-06T19:14:10.693638819Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":714,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.259122,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.701482451Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":708,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":75.250744,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.707564941Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":713,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":40.129041,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.726575577Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121629803184309","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:10.726669515Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121629803184309","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":113.746246,"time":"2026-03-06T19:14:10.726736214Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":717,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":5.598274,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.732821498Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":715,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":47.98734,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:10.749858114Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":712,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824450674886738_29?ts=1771185235828&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":83.788678,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"yes","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:10.758826415Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472682360372727940","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":89.925365,"event_ids":{"":"$2T0_vBWkWUbYsjbD3fcn0hDeN8eR_JFUnF5iQXtVj_4"},"time":"2026-03-06T19:14:10.758918048Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":720,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":8.9199,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.768444528Z","message":"Request completed"} +{"level":"debug","transaction_id":"216","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.785596453Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"216","time":"2026-03-06T19:14:10.785698702Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2T0_vBWkWUbYsjbD3fcn0hDeN8eR_JFUnF5iQXtVj_4","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450785,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:10.785897822Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":710,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":150.882757,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.804419703Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":719,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":76.135645,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.826162148Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970167964893275","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:10.826272988Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970167964893275","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":132.510618,"time":"2026-03-06T19:14:10.826385923Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"217","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.83300075Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"217","time":"2026-03-06T19:14:10.83329311Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":723,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":8.227624,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.835105655Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":718,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824450733026485_30?ts=1772720484957&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":137.859625,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ja was meintest du dann mit dem Fragezeichen?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:10.871009661Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121661935485061","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":144.135718,"event_ids":{"":"$bOhkfBvN0K47a5ktpU1XogHURJECZo3-0tezXf1oUqo"},"time":"2026-03-06T19:14:10.871062881Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":725,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.406915,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.884875788Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":716,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":183.446348,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_428870593358594048:matrix.theocloud.dev"},"time":"2026-03-06T19:14:10.891150414Z","message":"Request completed"} +{"level":"debug","transaction_id":"218","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.903531905Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"218","time":"2026-03-06T19:14:10.903644421Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bOhkfBvN0K47a5ktpU1XogHURJECZo3-0tezXf1oUqo","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450903,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:10.903793185Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"219","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.930435622Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"219","time":"2026-03-06T19:14:10.930709962Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":721,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824450768614454_30?ts=1771185239012&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":172.337313,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/sleeping-cat-gif-2268097779864616291","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":444,"mimetype":"video/mp4","size":81020,"w":360},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/ZJZFsykEJxAeXzrZAHbLUIOX"},"time":"2026-03-06T19:14:10.941151935Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472682373727387809","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":182.05977,"event_ids":{"video_https://tenor.com/view/sleeping-cat-gif-2268097779864616291":"$kdeTEeUY73IXTkSbdk-NZgosCwtdLHw1njDUsqnjep4"},"time":"2026-03-06T19:14:10.94126445Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"220","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:10.959850446Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"220","time":"2026-03-06T19:14:10.959951438Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kdeTEeUY73IXTkSbdk-NZgosCwtdLHw1njDUsqnjep4","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824450960,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:10.96013645Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":724,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824450835291645_37?ts=1733345306213&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":144.19669,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"seit 2 stunden mache ich die scheiße","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:10.97965896Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970192228810833","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":153.159823,"event_ids":{"":"$bUNIZ1lRKBMNMCLZb4-ZeqGMzMmXr_4xFWM2Yf0lOoY"},"time":"2026-03-06T19:14:10.979745285Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":728,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.346637,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:10.989700527Z","message":"Request completed"} +{"level":"debug","transaction_id":"221","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.001428644Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"221","time":"2026-03-06T19:14:11.001524677Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bUNIZ1lRKBMNMCLZb4-ZeqGMzMmXr_4xFWM2Yf0lOoY","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451001,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.001654863Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":722,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":230.082241,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.034783478Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":726,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824450885053118_31?ts=1772720490254&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":152.707665,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hab ich vermutlich falsch verstanden","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.037922187Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121684152975370","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":166.768303,"event_ids":{"":"$uEibDwLLlCfXew8WMmJ2dPpN2Y6jtJLpQEE-yjXeBog"},"time":"2026-03-06T19:14:11.038019757Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":731,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.398748,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.05626618Z","message":"Request completed"} +{"level":"debug","transaction_id":"222","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.065621966Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"222","time":"2026-03-06T19:14:11.065734062Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uEibDwLLlCfXew8WMmJ2dPpN2Y6jtJLpQEE-yjXeBog","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451065,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.065951481Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"223","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.084990753Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"223","time":"2026-03-06T19:14:11.085252731Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":729,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":107.073938,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.097100348Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":727,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":222.95561,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.114448949Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":676,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":1090.712718,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<7862122 bytes>","time":"2026-03-06T19:14:11.130995272Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":732,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":80.92326,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.137622671Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":735,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.730769,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.141105494Z","message":"Request completed"} +{"level":"debug","transaction_id":"224","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.143344077Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"224","time":"2026-03-06T19:14:11.143595998Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":733,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":62.895234,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:11.160216423Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970305944780831","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:11.160396756Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970305944780831","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":180.435729,"time":"2026-03-06T19:14:11.160515558Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":738,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":13.680976,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.174824625Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":736,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":61.236621,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:11.199067073Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121731238105345","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:11.199186293Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121731238105345","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":160.7838,"time":"2026-03-06T19:14:11.199280929Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":730,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451035118650_1?ts=1742123260161&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":169.656557,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Endpräsi GrowGreen: https://docs.google.com/presentation/d/1423MRy1P19MJERcZZiVEWqUk9ZR3qtxlmxiO_YLnJO8/edit?usp=drivesdk","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.204949185Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350787599584985162","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":648.140517,"event_ids":{"":"$KRHiNlMJ8r_gpwZ4eusFl6rJ4cDd8cSWNiLZE0RKKz8"},"time":"2026-03-06T19:14:11.205033764Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":740,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.068389,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.211948285Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":741,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.645286,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.219207267Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":734,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":110.404434,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.22564707Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":737,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":87.283792,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.228768529Z","message":"Request completed"} +{"level":"debug","transaction_id":"225","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.23041031Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"225","time":"2026-03-06T19:14:11.230500896Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KRHiNlMJ8r_gpwZ4eusFl6rJ4cDd8cSWNiLZE0RKKz8","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451230,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.230642745Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":742,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":59.028349,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.271351826Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":745,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":50.785499,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:11.27972598Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478463616901582879","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"1478463615618121919","time":"2026-03-06T19:14:11.279824248Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478463616901582879","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":2222.977375,"time":"2026-03-06T19:14:11.279889061Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":747,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":6.497353,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.286837875Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":739,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451175092190_38?ts=1733345367045&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":124.764346,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"naja","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.300006278Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970447376973835","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":139.328058,"event_ids":{"":"$rNpb2esyFXYi33vJOTFTWxtFrMI_16K4aCGFSQrgtuc"},"time":"2026-03-06T19:14:11.300102451Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":749,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":10.134806,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.310949787Z","message":"Request completed"} +{"level":"debug","transaction_id":"226","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.319649755Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"226","time":"2026-03-06T19:14:11.31975389Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$rNpb2esyFXYi33vJOTFTWxtFrMI_16K4aCGFSQrgtuc","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451319,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.319972286Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":746,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":72.082631,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:11.343592789Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121744731312159","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:11.343674365Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121744731312159","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":144.245091,"time":"2026-03-06T19:14:11.343768792Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":743,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451219425664_20?ts=1742131897352&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":133.242075,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:11.352786052Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350823826589487196","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":147.573142,"event_ids":{"":"$nyebujAp7oc3ljitYaRL7-WnLpmfr5zFySgsSariaXI"},"time":"2026-03-06T19:14:11.352889349Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":751,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.882893,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.362191496Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":752,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":14.330927,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.367925613Z","message":"Request completed"} +{"level":"debug","transaction_id":"227","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.375272736Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"227","time":"2026-03-06T19:14:11.375398592Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nyebujAp7oc3ljitYaRL7-WnLpmfr5zFySgsSariaXI","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451375,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:11.375619503Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":744,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":190.844875,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_1142482369744482355:matrix.theocloud.dev"},"time":"2026-03-06T19:14:11.416705732Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":748,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451287033084_21?ts=1772569682277&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":158.937033,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:11.446096321Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478489149651554375","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":166.108224,"event_ids":{"":"$nCjIEUKVxz6K_6tpYYgGrzDt8IsakeZwWyiG0E_aptU"},"time":"2026-03-06T19:14:11.446195986Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":753,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":89.827656,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.452429056Z","message":"Request completed"} +{"level":"debug","transaction_id":"228","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.455267095Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"228","time":"2026-03-06T19:14:11.455629087Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":756,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.352088,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.460497161Z","message":"Request completed"} +{"level":"debug","transaction_id":"229","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.480187851Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"229","time":"2026-03-06T19:14:11.480318037Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nCjIEUKVxz6K_6tpYYgGrzDt8IsakeZwWyiG0E_aptU","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451480,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:11.480529519Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":750,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451311128095_39?ts=1733345371108&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":177.263704,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"macht spaß aber","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.488545242Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970464418173009","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":188.161886,"event_ids":{"":"$C-TujfTGxuuEoEd6I1g9chXoXj4TSz5bjF67xeakpXw"},"time":"2026-03-06T19:14:11.488648888Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":759,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.255705,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.501710433Z","message":"Request completed"} +{"level":"debug","transaction_id":"230","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.512515375Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"230","time":"2026-03-06T19:14:11.512619999Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$C-TujfTGxuuEoEd6I1g9chXoXj4TSz5bjF67xeakpXw","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451512,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.512852713Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":757,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":81.919909,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:11.534541031Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121759675355357","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:11.534640765Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121759675355357","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":190.761344,"time":"2026-03-06T19:14:11.534739033Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":761,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":10.847826,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.546532593Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":754,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451368151902_9?ts=1742131932554&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":187.000479,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"omg mein mikro geht nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.555318047Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350823974237503568","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":202.159805,"event_ids":{"":"$6H-5Gy0OciGyl4ZPw0AF2pPKwbRPu5Aj7QkbS-OdIZk"},"time":"2026-03-06T19:14:11.555415477Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":764,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":10.642001,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.566601199Z","message":"Request completed"} +{"level":"debug","transaction_id":"231","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.57164318Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"231","time":"2026-03-06T19:14:11.571789709Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6H-5Gy0OciGyl4ZPw0AF2pPKwbRPu5Aj7QkbS-OdIZk","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451572,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.572081719Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":760,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":92.642507,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.594785333Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":763,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":51.249462,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1543327 bytes>","time":"2026-03-06T19:14:11.601911545Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":767,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.026131,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.612248335Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":758,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451460665410_22?ts=1772569693774&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":157.017768,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wtf","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.617855689Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478489197873594379","message_type":19,"author_id":"316966695430520833","action":"discord message create","handling_time":171.386271,"event_ids":{"":"$1ml1XLMFrOIQ5_gGMK9UynXuJaEi0eA42j1ruz5dSQI"},"time":"2026-03-06T19:14:11.617974351Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"232","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.640912286Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"232","time":"2026-03-06T19:14:11.641014604Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1ml1XLMFrOIQ5_gGMK9UynXuJaEi0eA42j1ruz5dSQI","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451641,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.641256189Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":755,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":246.480638,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.663554089Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":766,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":86.11156,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:11.681087772Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970498463469578","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:11.681183176Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970498463469578","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":192.213154,"time":"2026-03-06T19:14:11.681291013Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":771,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.279657,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.690153433Z","message":"Request completed"} +{"level":"debug","transaction_id":"233","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.691871482Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"233","time":"2026-03-06T19:14:11.692139048Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":762,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451547555153_32?ts=1772720509402&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":152.124133,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Port nicht offen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.70126184Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121764465377332","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":166.398557,"event_ids":{"":"$4nsp7kFXNFJHiJIqmwOpK8xpAhNC5t7Tn2vMGWNpIlk"},"time":"2026-03-06T19:14:11.701386509Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":768,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":102.705586,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.715345875Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":773,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.143821,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.717201304Z","message":"Request completed"} +{"level":"debug","transaction_id":"234","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.728221849Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"234","time":"2026-03-06T19:14:11.728284358Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4nsp7kFXNFJHiJIqmwOpK8xpAhNC5t7Tn2vMGWNpIlk","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451728,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.728486691Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":765,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451566840688_10?ts=1742131934976&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":168.716202,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hihi","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.735730518Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350823984396107880","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":180.143578,"event_ids":{"":"$gjQ8Qn0pKQHDGlOH6KZBCDwcIRmRg9O4qkkUOIJWbKQ"},"time":"2026-03-06T19:14:11.735842056Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"235","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.757564596Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"235","time":"2026-03-06T19:14:11.757655461Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gjQ8Qn0pKQHDGlOH6KZBCDwcIRmRg9O4qkkUOIJWbKQ","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451757,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.757890131Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":772,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":81.407686,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.771960407Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":774,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":65.0704,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:11.780576704Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472686522913263706","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"1472686522921910476","time":"2026-03-06T19:14:11.780660654Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472686522913263706","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":839.14128,"time":"2026-03-06T19:14:11.780765906Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":777,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.867237,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.7881571Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":770,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824451663984527_9?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":153.486964,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.817589245Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","action":"initial backfill","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:11.818048457Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":776,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":58.516964,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:11.830690111Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970570790174935","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:11.830784258Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970570790174935","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":149.312843,"time":"2026-03-06T19:14:11.830868278Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":780,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":7.80927,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.839242292Z","message":"Request completed"} +{"level":"debug","transaction_id":"236","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.845162329Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"236","event_id":"$0ItFEcQeZup5oGsfeSfMnkHxIhd-MWJIgCVFi1_RmZg","time":"2026-03-06T19:14:11.845268839Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"236","time":"2026-03-06T19:14:11.845310395Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":769,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":193.587719,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<175914 bytes>","time":"2026-03-06T19:14:11.847918024Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":775,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451717452666_33?ts=1772720515441&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":132.802559,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Man kann ja nicht mit dem Port kommunizieren","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.850436675Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121789794648227","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":148.774988,"event_ids":{"":"$YzUdkl5dVEBAyySOxwjP1xwlaY6JFlMSko4h3oJm0lg"},"time":"2026-03-06T19:14:11.850545629Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":782,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":8.77882,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.857021331Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":783,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":8.871011,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.860132173Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":778,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":82.313958,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:11.870791006Z","message":"Request completed"} +{"level":"debug","transaction_id":"237","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.873465125Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"237","time":"2026-03-06T19:14:11.873534199Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YzUdkl5dVEBAyySOxwjP1xwlaY6JFlMSko4h3oJm0lg","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451873,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.873738069Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":779,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":77.691311,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:11.895869186Z","message":"Request completed"} +{"level":"info","channel_id":"1477033040331935974","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:11.896559576Z","message":"Creating Matrix room for channel"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"","old_name":"","new_name":"Rentnerverein 2.0","time":"2026-03-06T19:14:11.896631654Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:11.896685502Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":786,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":33.740921,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:11.904780566Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472686588323561595","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:11.904896853Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472686588323561595","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":124.024647,"time":"2026-03-06T19:14:11.904993864Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":781,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451839449165_40?ts=1733345402772&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":88.463288,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"nana","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.928160881Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970597226872842","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":97.187211,"event_ids":{"":"$WWf0BljaHQgZWRrvb4KIvP90usY51hLcbgM5gWIga94"},"time":"2026-03-06T19:14:11.928284362Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":788,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":11.176643,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.940133306Z","message":"Request completed"} +{"level":"debug","transaction_id":"238","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.959380498Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"238","time":"2026-03-06T19:14:11.959492456Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$WWf0BljaHQgZWRrvb4KIvP90usY51hLcbgM5gWIga94","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451959,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.959691855Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":789,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":32.123585,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<76609 bytes>","time":"2026-03-06T19:14:11.963314432Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":784,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451857170304_23?ts=1772569961097&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":108.582879,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://anilist.co/anime/195600/Daemons-of-the-Shadow-Realm/","com.beeper.linkpreviews":[{"og:title":"Daemons of the Shadow Realm","og:description":"In a remote mountain village under the watchful eyes of two stone guardians, the young Yuru contentedly lives off the land while staying close to the only family he has left—Asa, his precious twin sister. Asa, meanwhile, carries out a mysterious “duty” on behalf of the village while locked in a cage. Why is Asa a prisoner? And what other s...","og:image":"mxc://matrix.theocloud.dev/cufZhvzDAEjTuMaSLijONmFJ","matrix:image:size":175914,"og:image:width":1200,"og:image:height":630,"og:image:type":"image/jpeg","matched_url":"https://anilist.co/anime/195600/Daemons-of-the-Shadow-Realm/"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.965901318Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478490319107395634","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":347.639218,"event_ids":{"":"$PX4ZTNI9mX3eGr8O9-85I1B_nOY_aUl-u8rzI8p7uPw"},"time":"2026-03-06T19:14:11.966005174Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":785,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451860315090_34?ts=1772720520748&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":107.735483,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"weil deine Firewall nicht reinlässt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:11.968216868Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121812054081546","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":117.370778,"event_ids":{"":"$tMm_lSxBCcCvL9Ag-XW5lWrdqUL0SzW9oLEno2nZL3E"},"time":"2026-03-06T19:14:11.96830899Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":791,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.742853,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.974523342Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":792,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":8.3891,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:11.977406569Z","message":"Request completed"} +{"level":"debug","transaction_id":"239","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.982624203Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"239","time":"2026-03-06T19:14:11.982705289Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$PX4ZTNI9mX3eGr8O9-85I1B_nOY_aUl-u8rzI8p7uPw","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451982,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.982855031Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"240","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:11.991451562Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"240","time":"2026-03-06T19:14:11.991558421Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tMm_lSxBCcCvL9Ag-XW5lWrdqUL0SzW9oLEno2nZL3E","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824451991,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:11.99174015Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":793,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":57.147847,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.032007759Z","message":"Request completed"} +{"level":"debug","transaction_id":"241","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.049123505Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"241","time":"2026-03-06T19:14:12.049213183Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":790,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451940328236_41?ts=1733345407275&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":121.573185,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich mach das doch gerne","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:12.063737922Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970616113565727","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":135.188858,"event_ids":{"":"$-zbVe_xCa3lj3h_o2a4j4xIKo9q2bIt0ZJVWkqsVTq0"},"time":"2026-03-06T19:14:12.063863359Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":797,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.188101,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.07982182Z","message":"Request completed"} +{"level":"debug","transaction_id":"242","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.085996991Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"242","time":"2026-03-06T19:14:12.086099798Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$-zbVe_xCa3lj3h_o2a4j4xIKo9q2bIt0ZJVWkqsVTq0","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824452086,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:12.086317287Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":796,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":106.161798,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.138407858Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472686627926315162","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"video_https://tenor.com/view/sea-lion-but-not-seal-funny-meme-dance-funny-pumped-gif-11824076845367848416","time":"2026-03-06T19:14:12.138510875Z","message":"Failed to send part of message to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":794,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824451977570279_35?ts=1772720529173&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":160.834855,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bzw. der Federationtester kann damit auch nicht kommunizieren","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:12.138575549Z","message":"Request completed"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472686627926315162","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":233.358609,"time":"2026-03-06T19:14:12.138605582Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121847391096994","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":170.00542,"event_ids":{"":"$SmL3jTSnl3mnE0C9n1tKOCQ4JShADEvLwlE7NfCtTik"},"time":"2026-03-06T19:14:12.138674376Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":800,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.000148,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.147464929Z","message":"Request completed"} +{"level":"debug","transaction_id":"243","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.152280202Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"243","time":"2026-03-06T19:14:12.152372044Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$SmL3jTSnl3mnE0C9n1tKOCQ4JShADEvLwlE7NfCtTik","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824452152,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:12.152580523Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":795,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":185.337326,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<170021 bytes>","time":"2026-03-06T19:14:12.175200885Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":799,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":97.114226,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.177273454Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":802,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":9.820936,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.185497306Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":801,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":63.292147,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.21112745Z","message":"Request completed"} +{"level":"debug","transaction_id":"244","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.257878303Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"244","time":"2026-03-06T19:14:12.258171012Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":803,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":85.305232,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.262754268Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970767079276706","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:12.262836333Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1313970767079276706","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":198.61161,"time":"2026-03-06T19:14:12.262916093Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","action":"initial backfill","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:12.28191311Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","action":"initial backfill","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","limit":100,"before_id":"1402217608442281996","time":"2026-03-06T19:14:12.281974361Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":510,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s659_891_0_353_368_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":4543.180095,"status_code":200,"response_length":207,"response_mime":"application/json","time":"2026-03-06T19:14:12.287142198Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:12.287418","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:12.287445313Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:12.287418","time":"2026-03-06T19:14:12.287606788Z","message":"Finished handling device list changes"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":805,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":80.624125,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.291920733Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121899123507282","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:12.291995464Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121899123507282","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":152.944918,"time":"2026-03-06T19:14:12.29205071Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":807,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.562586,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.29910708Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":804,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452185690560_24?ts=1772570019500&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":127.798014,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://anilist.co/anime/178025/Gachiakuta/","com.beeper.linkpreviews":[{"og:title":"Gachiakuta","og:description":"A boy lives in a floating town, where the poor scrape by and the rich live a sumptuous life, simply casting their garbage off the side, into the abyss. When he’s falsely accused of murder, though, his wrongful conviction leads to an unimaginable punishment—exile off the edge, with the rest of the trash. Down on the surface, the cast-off wast...","og:image":"mxc://matrix.theocloud.dev/oTwuQRlfYkWgIPqDRkwNlGcZ","matrix:image:size":170021,"og:image:width":1200,"og:image:height":630,"og:image:type":"image/jpeg","matched_url":"https://anilist.co/anime/178025/Gachiakuta/"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:12.313649001Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478490564067590366","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":347.461678,"event_ids":{"":"$31i5PyzrYMnAYDv8sdkNnViWsRDiRise2puxCm8djwQ"},"time":"2026-03-06T19:14:12.313749783Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":809,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.35299,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.321793932Z","message":"Request completed"} +{"level":"debug","transaction_id":"245","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.325326203Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"245","time":"2026-03-06T19:14:12.325431315Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$31i5PyzrYMnAYDv8sdkNnViWsRDiRise2puxCm8djwQ","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824452325,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:12.325575609Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":808,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":39.545579,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.338977286Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":810,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":38.962326,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.361088149Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":787,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":469.421999,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Rentnerverein 2.0","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1477033040331935974","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1477033040331935974","displayname":"Rentnerverein 2.0","external_url":"https://discord.com/channels/@me/1477033040331935974"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"state_key":"fi.mau.discord://discord/dm/1477033040331935974","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1477033040331935974","displayname":"Rentnerverein 2.0","external_url":"https://discord.com/channels/@me/1477033040331935974"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}}],"preset":"private_chat","room_version":"11"},"time":"2026-03-06T19:14:12.36659898Z","message":"Request completed"} +{"level":"info","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","time":"2026-03-06T19:14:12.367405518Z","message":"Matrix room created"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":811,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":47.853871,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.387016728Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121940802437221","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:12.387132177Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121940802437221","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":94.973561,"time":"2026-03-06T19:14:12.387216966Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"246","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.393955344Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"246","time":"2026-03-06T19:14:12.394210338Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":814,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.346636,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.396216696Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":798,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":333.915009,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<208211 bytes>","time":"2026-03-06T19:14:12.403059628Z","message":"Request completed"} +{"level":"debug","transaction_id":"247","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.411972405Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"247","time":"2026-03-06T19:14:12.412173481Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":816,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":10.570482,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.413925683Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":812,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":63.749335,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.425006502Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478719033997135966","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:12.425107075Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1478719033997135966","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":111.029802,"time":"2026-03-06T19:14:12.425171958Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":818,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.110498,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.432811651Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":815,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":54.943975,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.45147119Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":819,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":70.169582,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.503443029Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":813,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":146.194038,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:12.513879135Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":821,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":83.074052,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.534741778Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121980530884680","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:12.534815531Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479121980530884680","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":147.405102,"time":"2026-03-06T19:14:12.534884046Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":824,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.59695,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.543928475Z","message":"Request completed"} +{"level":"debug","transaction_id":"248","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.545734735Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"248","time":"2026-03-06T19:14:12.545911925Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":817,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452414134092_31?ts=1742131989842&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":149.514058,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":776,"mimetype":"image/png","size":208211,"w":1383},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/yJWTfzsFnjfQJcllrjksZSuB"},"time":"2026-03-06T19:14:12.563896369Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1350824214520926228","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":827.808539,"event_ids":{"1350824214168473722":"$eCcEgDyB_RtypEEpKr5F9Dgc2u3s22fFaS6KyeCwGrk"},"time":"2026-03-06T19:14:12.564030955Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":822,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":79.490167,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.583166819Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479123437841551370","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:12.583325221Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479123437841551370","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":158.11024,"time":"2026-03-06T19:14:12.583507369Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"249","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.584394436Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"249","time":"2026-03-06T19:14:12.584521479Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$eCcEgDyB_RtypEEpKr5F9Dgc2u3s22fFaS6KyeCwGrk","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824452584,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:12.58473778Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":826,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.017544,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.597346328Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","action":"initial backfill","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:12.60803198Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","action":"initial backfill","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:12.608094489Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","action":"initial backfill","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:12.608137721Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":825,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":66.529894,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.610884686Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":828,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":6.247527,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"discord_1211781489931452447","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:12.614795292Z","message":"Request completed"} +{"level":"debug","discord_user_id":"1211781489931452447","message_id":"1396837117304504452","application_id":"1211781489931452447","time":"2026-03-06T19:14:12.61503953Z","message":"Found application ID in message, marking ghost as an application"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":830,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_1211781489931452447:matrix.theocloud.dev/displayname?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":5.464386,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:14:12.620692072Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":820,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":187.772515,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<169117 bytes>","time":"2026-03-06T19:14:12.633202492Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":832,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.422836,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.643978869Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":827,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":46.179823,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.64400038Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":829,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":42.167666,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.653272076Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122049799557180","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:12.653363499Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122049799557180","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":118.351572,"time":"2026-03-06T19:14:12.653412459Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":831,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_1211781489931452447:matrix.theocloud.dev/displayname?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":36.578402,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wordle (bot)"},"time":"2026-03-06T19:14:12.657408971Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":836,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":8.574042,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.662403738Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":823,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":172.35149,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:12.686725387Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":834,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":44.49446,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.688623839Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479123452580593917","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:12.688688722Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479123452580593917","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":104.971407,"time":"2026-03-06T19:14:12.688728392Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":833,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":61.486377,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2167115 bytes>","time":"2026-03-06T19:14:12.700036828Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":840,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.751167,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.702849514Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":835,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":63.15379,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.70741992Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":841,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":13.58145,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.714150336Z","message":"Request completed"} +{"level":"debug","transaction_id":"250","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.720902334Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"250","time":"2026-03-06T19:14:12.721256504Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":838,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":60.144428,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1849 bytes>","time":"2026-03-06T19:14:12.741279922Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":845,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_1211781489931452447:matrix.theocloud.dev/avatar_url?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":7.298164,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:12.749020746Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":843,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":54.744227,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.762358308Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395280177663315968","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:12.762446658Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395280177663315968","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":499.378868,"time":"2026-03-06T19:14:12.762511961Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":846,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_1211781489931452447:matrix.theocloud.dev/avatar_url?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":18.189012,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir"},"time":"2026-03-06T19:14:12.767346859Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":847,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.872895,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.769885065Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":837,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452662607398_36?ts=1772720584631&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":122.112856,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Kann ich dir nicht sagen, ist mir auch technisch gesehen egal.\n\nDer Federation-Tester kann ja auch nicht mit deinem Server kommunizieren","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eKann ich dir nicht sagen, ist mir auch technisch gesehen egal.\u003c/p\u003e\n\u003cp\u003eDer Federation-Tester kann ja auch nicht mit deinem Server kommunizieren\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:12.784895627Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122079998804029","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":131.428412,"event_ids":{"":"$vSPw8SRFAeOCRJURWeqELga8dZlkaUwjqOHjiQ5FUv0"},"time":"2026-03-06T19:14:12.784986702Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":839,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/join?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":99.612622,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.786981466Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":849,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":6.717495,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.792308193Z","message":"Request completed"} +{"level":"debug","transaction_id":"251","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.810212389Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"251","time":"2026-03-06T19:14:12.810327209Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vSPw8SRFAeOCRJURWeqELga8dZlkaUwjqOHjiQ5FUv0","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824452810,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:12.810581994Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":842,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452703063650_25?ts=1772724105937&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":126.000065,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hääää","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:12.829212479Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479136849426645035","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":140.413685,"event_ids":{"":"$VUQmd93Vor5OuSquVTwshseIKLCau8tydA3tGoOjaos"},"time":"2026-03-06T19:14:12.829284067Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":844,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452714389755_32?ts=1771186829791&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":119.585336,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"tCVpypD.pdf","info":{"mimetype":"application/pdf","size":2167115},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/MnFzuXWmOmhInhRtfzRtuLIV"},"time":"2026-03-06T19:14:12.834181684Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472689045938376785","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":695.424335,"event_ids":{"1472689045984378990":"$n46n5Sdzea44HgOc5RAZPlUsBen-aLwR9x9tgEsdWJE"},"time":"2026-03-06T19:14:12.83429378Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":852,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":12.66973,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.842555907Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":848,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":77.805224,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:12.84792873Z","message":"Request completed"} +{"level":"debug","transaction_id":"252","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.8497836Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"252","time":"2026-03-06T19:14:12.849889341Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$VUQmd93Vor5OuSquVTwshseIKLCau8tydA3tGoOjaos","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824452850,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:12.850109274Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"253","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.867382515Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"253","time":"2026-03-06T19:14:12.867482739Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$n46n5Sdzea44HgOc5RAZPlUsBen-aLwR9x9tgEsdWJE","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824452867,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:12.867706513Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":855,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":18.807396,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<155047 bytes>","time":"2026-03-06T19:14:12.879160919Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":857,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":5.540374,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.88521177Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":854,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":51.759938,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.899909369Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395280222198435921","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:12.900016926Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395280222198435921","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":137.376805,"time":"2026-03-06T19:14:12.900102343Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":859,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":7.928072,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.908602422Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":851,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452792561022_37?ts=1772720589624&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":129.059922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bei nope.chat kommt success","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:12.921817969Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122100940967987","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":136.649469,"event_ids":{"":"$FoNo0bR5JjrfjGgYIctZ3mLLorM1i-6x0Xb1bPogdG8"},"time":"2026-03-06T19:14:12.921966873Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":861,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":8.93778,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.931702601Z","message":"Request completed"} +{"level":"debug","transaction_id":"254","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:12.945020746Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"254","time":"2026-03-06T19:14:12.945136265Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FoNo0bR5JjrfjGgYIctZ3mLLorM1i-6x0Xb1bPogdG8","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824452945,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:12.945318483Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":853,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452842780589_26?ts=1772724111226&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":132.364648,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bei uns dauerhaft","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:12.975299868Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479136871610323075","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":145.794401,"event_ids":{"":"$4s3VX3sTMLd0jmCHb4t4Q0h_LQNYzGDhd75UlzDpdKE"},"time":"2026-03-06T19:14:12.975392897Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":856,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":116.542099,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26300 bytes>","time":"2026-03-06T19:14:12.977619328Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":863,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.601214,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.9884733Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":850,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":205.58871,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_122672447207112706:matrix.theocloud.dev"},"time":"2026-03-06T19:14:12.992729834Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":864,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":15.866967,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:12.993761614Z","message":"Request completed"} +{"level":"debug","transaction_id":"255","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.0026966Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"255","time":"2026-03-06T19:14:13.002779992Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4s3VX3sTMLd0jmCHb4t4Q0h_LQNYzGDhd75UlzDpdKE","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453002,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.002953759Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"256","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.022380236Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"256","time":"2026-03-06T19:14:13.022717854Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":858,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452885448954_33?ts=1771186846452&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":154.513923,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/github-merge-request-pull-request-git-github-meme-gif-13623528908496907544","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":498,"mimetype":"video/mp4","size":155047,"w":400},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/CmeLwrZVMHEKbujpYWGXsDoh"},"time":"2026-03-06T19:14:13.040219479Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472689115819413727","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":205.677968,"event_ids":{"video_https://tenor.com/view/github-merge-request-pull-request-git-github-meme-gif-13623528908496907544":"$rRnCVrNjWez41rqPlAeu8hN_ocZsG18CE74MsDJaK0c"},"time":"2026-03-06T19:14:13.040355531Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":869,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.551972,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.04962136Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":860,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452908776120_42?ts=1752741430127&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":155.206549,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das ist krass","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.06414184Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395323432345927773","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":163.906935,"event_ids":{"":"$-grS2pAuwuEfyASvDiKM1dFhkhPQPitj_4HtqUQsBJg"},"time":"2026-03-06T19:14:13.064258895Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"257","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.069857169Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"257","time":"2026-03-06T19:14:13.069976599Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$rRnCVrNjWez41rqPlAeu8hN_ocZsG18CE74MsDJaK0c","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453070,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:13.07014457Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":865,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":86.547445,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.075264355Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":871,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":13.803689,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.078738168Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":862,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452931929169_38?ts=1772720591111&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":160.744549,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bei dir Error","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.092820317Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122107177766963","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":170.521414,"event_ids":{"":"$YMd6EWWNeSEsw5Scc4Kz_UErq3ecrHMY-bE8clBOAZ8"},"time":"2026-03-06T19:14:13.092928433Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"258","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.098816272Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"258","time":"2026-03-06T19:14:13.098895893Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$-grS2pAuwuEfyASvDiKM1dFhkhPQPitj_4HtqUQsBJg","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453099,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.099186366Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":868,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":95.561912,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32887 bytes>","time":"2026-03-06T19:14:13.101446461Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":874,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.974804,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.109651177Z","message":"Request completed"} +{"level":"debug","transaction_id":"259","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.130932594Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"259","time":"2026-03-06T19:14:13.131035262Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YMd6EWWNeSEsw5Scc4Kz_UErq3ecrHMY-bE8clBOAZ8","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453131,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.131247024Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":875,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":49.73584,"status_code":403,"response_length":143,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.151781129Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":867,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824452993874549_27?ts=1742197867853&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":170.259785,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hattet ihr mehr im 2 Phasen Modell bei Phase 2?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.164281491Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":870,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":117.717614,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.167660598Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":872,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":96.030134,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.17151086Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141370534039706","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:13.171605008Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141370534039706","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":196.039949,"time":"2026-03-06T19:14:13.171705092Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":878,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":16.345596,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.180840735Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":880,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.747118,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.186973511Z","message":"Request completed"} +{"level":"debug","transaction_id":"260","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.194156715Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"260","time":"2026-03-06T19:14:13.194257707Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$B2PxQbidAY8bTiMTif1cmrwVE0jOvRCX6ZLdx2wzvfI","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453194,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.194493983Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"261","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:13.222676231Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"261","time":"2026-03-06T19:14:13.222767795Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":866,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/join?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":262.581297,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.255574925Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":879,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":98.070086,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.265903823Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691377375543467","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:13.265997621Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691377375543467","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":225.307057,"time":"2026-03-06T19:14:13.266056848Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":873,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453078926951_43?ts=1752741455308&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":206.665188,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Aber Counter Strike wirklich competitive zu spielen weiß ich nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.285718413Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395323537962696798","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":221.199565,"event_ids":{"":"$w0lqCjyiCAIEbUrsHSnaj4NQbeiGP3VWElSoOuzaG48"},"time":"2026-03-06T19:14:13.285820942Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"262","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.294434235Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"262","time":"2026-03-06T19:14:13.294508617Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$w0lqCjyiCAIEbUrsHSnaj4NQbeiGP3VWElSoOuzaG48","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453294,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.294682245Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":882,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":112.236536,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.299502895Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":884,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":14.49799,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.300937315Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":877,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":150.87221,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.303029579Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":876,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453109827529_39?ts=1772720737029&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":206.403978,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"maybe bei cloudflare was einstellenß","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.316366232Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122719202082848","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":223.119668,"event_ids":{"":"$19XAywgaVKOBUl4TanrYyvu1oOHp1mfFfFZ85QIVgPo"},"time":"2026-03-06T19:14:13.316452138Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"263","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.321593783Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"263","time":"2026-03-06T19:14:13.321827895Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":888,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.912706,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.324957385Z","message":"Request completed"} +{"level":"debug","transaction_id":"264","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.344714565Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"264","time":"2026-03-06T19:14:13.344811925Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$19XAywgaVKOBUl4TanrYyvu1oOHp1mfFfFZ85QIVgPo","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453344,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.34502655Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":881,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453181056617_28?ts=1742197867853&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":181.787594,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Screenshot_2025-03-17_085039.jpg","info":{"h":292,"mimetype":"image/jpeg","size":26300,"w":948},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/iiQWTUxIrJdrNWIEfdLbsMCN"},"time":"2026-03-06T19:14:13.363031249Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1351100526925713418","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":798.680905,"event_ids":{"":"$B2PxQbidAY8bTiMTif1cmrwVE0jOvRCX6ZLdx2wzvfI","1351100526439301160":"$uLlaCOY_fPZkNepS6RI_7JWqQVOle3Dbc2uH-AuiZO0"},"time":"2026-03-06T19:14:13.363142438Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":890,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":14.802223,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.378679191Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":885,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":84.158702,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.383815249Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141546476703890","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:13.383896825Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141546476703890","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":212.049954,"time":"2026-03-06T19:14:13.383987969Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":892,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.282593,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.394747444Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":883,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":140.047432,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.396386222Z","message":"Request completed"} +{"level":"debug","transaction_id":"265","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.398734947Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"265","time":"2026-03-06T19:14:13.398834542Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uLlaCOY_fPZkNepS6RI_7JWqQVOle3Dbc2uH-AuiZO0","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453398,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:13.399037783Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":889,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":88.605836,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.413944001Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":886,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453301102352_44?ts=1752741470116&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":140.334065,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich behaupte es fehlt an Stabilität","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.441606692Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395323600071950389","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":155.551151,"event_ids":{"":"$MBKVbWWcjpNQ8aC-Xo8VKVpzCoo_hqUjtcQgzC3i_ag"},"time":"2026-03-06T19:14:13.441718789Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":896,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.178106,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.450573178Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":893,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":59.267489,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.45441464Z","message":"Request completed"} +{"level":"debug","transaction_id":"266","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.461834888Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"266","time":"2026-03-06T19:14:13.46193169Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MBKVbWWcjpNQ8aC-Xo8VKVpzCoo_hqUjtcQgzC3i_ag","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453462,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.462124454Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":895,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":66.36297,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.480489609Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122818439446589","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:13.480582359Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122818439446589","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":163.906446,"time":"2026-03-06T19:14:13.480672456Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":899,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.951397,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.488170298Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:14:13.493377037Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":887,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":205.262057,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_1211781489931452447:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.508485029Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":891,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453378883899_11?ts=1742233069642&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":130.270917,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"meinetwegen können wir die folien abgeben","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.5093612Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1351248173930381322","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":145.902307,"event_ids":{"":"$LAwKqF0wAr3cTd6AcHvhoQKNmZIrOW10HMwiTmAgaQg"},"time":"2026-03-06T19:14:13.509488033Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":902,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":10.948329,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.521153851Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":898,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":76.482482,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.531085486Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141600507592860","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:13.531170624Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141600507592860","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":147.061199,"time":"2026-03-06T19:14:13.53123425Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"267","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.534923596Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"267","time":"2026-03-06T19:14:13.535032759Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$LAwKqF0wAr3cTd6AcHvhoQKNmZIrOW10HMwiTmAgaQg","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453535,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.535241378Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":904,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.872968,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.541655968Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":897,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":93.774999,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.544765833Z","message":"Request completed"} +{"level":"debug","transaction_id":"268","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.555630491Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"268","time":"2026-03-06T19:14:13.555930742Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":900,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":81.034518,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.569635534Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":894,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":193.473946,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_316966695430520833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.590052164Z","message":"Request completed"} +{"level":"debug","transaction_id":"269","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.63866543Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"269","time":"2026-03-06T19:14:13.63903315Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":906,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":98.709003,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.64368108Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395323614517137528","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:13.64376985Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395323614517137528","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":201.755419,"time":"2026-03-06T19:14:13.643848143Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":905,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":104.815379,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.646827263Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":909,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":8.048619,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.652409753Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":907,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":98.117788,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.667965643Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122835614994433","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:13.668061956Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122835614994433","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":187.264273,"time":"2026-03-06T19:14:13.668163087Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":912,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.880511,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.678607923Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":903,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453521387683_12?ts=1742239153812&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":178.178358,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hat jetzt jemand abgegeben?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.699733871Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1351273692788691026","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":189.930011,"event_ids":{"":"$06hWDVDQka7frVBDjojO-klUj5InsgaV61NSmzvkiPA"},"time":"2026-03-06T19:14:13.699827809Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":914,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.915087,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.714408841Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":910,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":78.108827,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.725092956Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141663279419442","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:13.725233479Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141663279419442","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":193.891113,"time":"2026-03-06T19:14:13.725347671Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"270","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.727692694Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"270","time":"2026-03-06T19:14:13.727863249Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$06hWDVDQka7frVBDjojO-klUj5InsgaV61NSmzvkiPA","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453727,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.728007193Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":916,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":10.445045,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.736571807Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":901,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/join?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":258.229218,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.767082665Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":913,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":90.990878,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.769924056Z","message":"Request completed"} +{"level":"debug","transaction_id":"271","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.803594996Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"271","time":"2026-03-06T19:14:13.803883165Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":911,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453652685141_45?ts=1752741500605&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":162.06764,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Halt mal einen Pixel angle wenn dein crosshairs nach Uganda geht weil du dein Controller bewegst","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.814940936Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395323727952085093","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":170.985655,"event_ids":{"":"$KOENAEEKYWk2rOpNn1rbxS0rLZyBZSDpcmsm9Z_ZLqM"},"time":"2026-03-06T19:14:13.81503229Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":921,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":13.305713,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.82890589Z","message":"Request completed"} +{"level":"debug","transaction_id":"272","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.841136313Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"272","time":"2026-03-06T19:14:13.84124366Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KOENAEEKYWk2rOpNn1rbxS0rLZyBZSDpcmsm9Z_ZLqM","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453841,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.84145598Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":919,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":89.637265,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:13.85977455Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122946722107445","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:13.859886018Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479122946722107445","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":191.556846,"time":"2026-03-06T19:14:13.859981912Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":908,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":275.219109,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.865663926Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":923,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.777429,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.875650527Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":920,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":92.164646,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<3708990 bytes>","time":"2026-03-06T19:14:13.884605978Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":926,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.057141,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.894047669Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":915,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453714667188_2?ts=1742239166779&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":187.166983,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"äh ne","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.902000395Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1351273747176226878","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":201.9185,"event_ids":{"":"$lUjoEggVeA4gH7VuD7TsMQYllxnkvbZt-KpXS1Vik9w"},"time":"2026-03-06T19:14:13.902083158Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"273","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.906909256Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"273","time":"2026-03-06T19:14:13.907174028Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":917,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453736833436_29?ts=1772725269211&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":178.066051,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"was das","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.915088829Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141728551174214","message_type":19,"author_id":"316966695430520833","action":"discord message create","handling_time":189.613137,"event_ids":{"":"$D5ZhExyxPjo3OyfkCLDi09W-bA8xuv89YOaoMVVlHZQ"},"time":"2026-03-06T19:14:13.915206583Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":928,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.831694,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.915514238Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":930,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.81563,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:13.927849214Z","message":"Request completed"} +{"level":"debug","transaction_id":"274","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:13.937937366Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"274","time":"2026-03-06T19:14:13.938061615Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$D5ZhExyxPjo3OyfkCLDi09W-bA8xuv89YOaoMVVlHZQ","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453938,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.938275332Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$lUjoEggVeA4gH7VuD7TsMQYllxnkvbZt-KpXS1Vik9w","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824453938,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:13.938280081Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":925,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":89.714232,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.965796035Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":918,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453767446124_1?ts=1753102320744&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":220.806633,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"alexx and 2 others were playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"alexx and 2 others were playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:13.988517179Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":927,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":100.015612,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:13.994460055Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":933,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":14.937786,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.003666169Z","message":"Request completed"} +{"level":"debug","transaction_id":"275","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.020795116Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"275","time":"2026-03-06T19:14:14.020916152Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$pE_tetVwqwlGsYkVR5OQBJsAXX4u1jKpMhxLzd5mruc","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454021,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.021143489Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":922,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453829139652_46?ts=1752741508270&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":196.715253,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"vielleicht ich Probier mal aber","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.026022737Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1395323760101429349","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":210.80299,"event_ids":{"":"$5tPpUgJC2oss77OU7z2sbTAg3aZpX0VkkWIUO7FVCBc"},"time":"2026-03-06T19:14:14.026123449Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":936,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.262058,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.037270898Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":931,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":111.910861,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:14.040140296Z","message":"Request completed"} +{"level":"debug","transaction_id":"276","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.05731506Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"276","time":"2026-03-06T19:14:14.057444617Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5tPpUgJC2oss77OU7z2sbTAg3aZpX0VkkWIUO7FVCBc","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454057,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.057669788Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":932,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":107.08169,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:14.073081803Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479123188985368749","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:14.073195646Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479123188985368749","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":213.062107,"time":"2026-03-06T19:14:14.07328246Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":939,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.360819,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.087233935Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":924,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824453866038630_10?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":225.594317,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:14.091731914Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","action":"initial backfill","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:14.092147894Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":934,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":105.45255,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:14.10012283Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691472879980695","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"1472691473181839538","time":"2026-03-06T19:14:14.100214393Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691472879980695","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":834.035671,"time":"2026-03-06T19:14:14.100288635Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":942,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":15.276521,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.116097913Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":929,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824453915709447_3?ts=1742239168908&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":209.807319,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"du?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.125690743Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1351273756106035253","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":223.360484,"event_ids":{"":"$5gHSC0JWbjRAWv7-Q0rNsNSwGAqGNpv9rI_N81WSqMo"},"time":"2026-03-06T19:14:14.125810663Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"277","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.129573203Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"277","event_id":"$_tq5aHFCo1QEzyDtUF3DlzBMfMnrdH8sstD2Bg-ON4M","time":"2026-03-06T19:14:14.129666582Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"277","time":"2026-03-06T19:14:14.129712608Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":944,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":15.937508,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.142541718Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":938,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":109.584067,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:14.149936753Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141808725299410","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:14.150033555Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141808725299410","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":234.47804,"time":"2026-03-06T19:14:14.150119321Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"278","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.160735829Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"278","time":"2026-03-06T19:14:14.160852046Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5gHSC0JWbjRAWv7-Q0rNsNSwGAqGNpv9rI_N81WSqMo","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454161,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.161059827Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":946,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.021526,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.164928388Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":937,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":129.590234,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:14.167261608Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":935,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454003899861_2?ts=1753102320744&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":203.217845,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"3 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":32887,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AxoNRULFxpNDXcQWMkGAaBgA"},"time":"2026-03-06T19:14:14.207377798Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1396837117304504452","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":1599.209695,"event_ids":{"":"$pE_tetVwqwlGsYkVR5OQBJsAXX4u1jKpMhxLzd5mruc","1396839303694258276":"$ejFQ56_JYiwi3eQBIyjWyxXY6tLfIkf5WkA6n4SgE0s"},"time":"2026-03-06T19:14:14.207498835Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":949,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":12.198434,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.220486696Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":941,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":139.426814,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:14.231662221Z","message":"Request completed"} +{"level":"info","channel_id":"1472910535170199644","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:14.232669276Z","message":"Creating Matrix room for channel"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"","old_name":"","new_name":"Vortrag IT-Management","time":"2026-03-06T19:14:14.232763563Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:14.232824186Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","transaction_id":"279","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.240589804Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"279","time":"2026-03-06T19:14:14.24070239Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ejFQ56_JYiwi3eQBIyjWyxXY6tLfIkf5WkA6n4SgE0s","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454240,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:14.240889986Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":948,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":90.046541,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:14.257522355Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409886685923119207","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:14.257612451Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409886685923119207","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":231.037402,"time":"2026-03-06T19:14:14.257712465Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":952,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.332811,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.270575169Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":940,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454087464833_40?ts=1772721208343&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":184.480082,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"weißt du wie?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.272095216Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479124696036540657","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":198.668252,"event_ids":{"":"$2ZsyIIUYE_bcg2xDKN4KO9GW0unh8y1ZHrddleIhSyk"},"time":"2026-03-06T19:14:14.272213528Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":954,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.422765,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.282272276Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":943,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454116311700_34?ts=1771187411973&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":174.799949,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ke","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.291281924Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691487786664069","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":190.899072,"event_ids":{"":"$Nzf4jBqbDPnFwKuA6E6uPhescbZwnNt7WoL14kdW89c"},"time":"2026-03-06T19:14:14.291400097Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"280","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.297926574Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"280","time":"2026-03-06T19:14:14.298009617Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2ZsyIIUYE_bcg2xDKN4KO9GW0unh8y1ZHrddleIhSyk","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454298,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.298233182Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":956,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":8.824636,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.300884323Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":945,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454142745937_13?ts=1742239178304&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":177.26112,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"nee, aber dann mach ich jetzt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.320163992Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1351273795515584533","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":194.053356,"event_ids":{"":"$6q-wWo-s7-LIIinqBDjojbNNFCvseAyCSTjY8ytyGEE"},"time":"2026-03-06T19:14:14.320279441Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"281","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.324731254Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"281","time":"2026-03-06T19:14:14.324825402Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Nzf4jBqbDPnFwKuA6E6uPhescbZwnNt7WoL14kdW89c","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454324,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.32500755Z","message":"Sent message checkpoint"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","action":"initial backfill","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:14.329979409Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","action":"initial backfill","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","limit":100,"before_id":"1477059222494777476","time":"2026-03-06T19:14:14.330047785Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":947,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454165123737_30?ts=1772725289225&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":170.864688,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber warum? discord ist doch voll cool","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.336144732Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141812496109674","message_type":19,"author_id":"316966695430520833","action":"discord message create","handling_time":185.850875,"event_ids":{"":"$EzxK35CqaAzbbqEldb8Kh-QdjnKkqOpOtianCil94Rs"},"time":"2026-03-06T19:14:14.336233362Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":958,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.603453,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.33659703Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":959,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.283987,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.345085585Z","message":"Request completed"} +{"level":"debug","transaction_id":"282","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.355697833Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"282","time":"2026-03-06T19:14:14.355824736Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$EzxK35CqaAzbbqEldb8Kh-QdjnKkqOpOtianCil94Rs","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454356,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.356041666Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$6q-wWo-s7-LIIinqBDjojbNNFCvseAyCSTjY8ytyGEE","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454355,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.356036009Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":953,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":91.813759,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:14.362680589Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":950,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454220673314_47?ts=1753102804101&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":178.920431,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Titty","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.399778967Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1396839144650440844","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":191.907455,"event_ids":{"":"$YvAG2l_0AkdAwhHUU7g5GPwDnXYhRGvdU6T0GoUBC_4"},"time":"2026-03-06T19:14:14.399926404Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":963,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":18.193761,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.418817819Z","message":"Request completed"} +{"level":"debug","transaction_id":"283","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.432958566Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"283","time":"2026-03-06T19:14:14.433049291Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YvAG2l_0AkdAwhHUU7g5GPwDnXYhRGvdU6T0GoUBC_4","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454433,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.433253789Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":961,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":96.337021,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:14.441715455Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":962,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":80.756337,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:14.443623265Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409886974231187607","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:14.443708124Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409886974231187607","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":185.862818,"time":"2026-03-06T19:14:14.443783972Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":955,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454282460641_41?ts=1772721212004&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":172.788702,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bzw. was du umstellen musst?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.455446019Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479124711391891497","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":182.994677,"event_ids":{"":"$uPCrlcVQfhxdhjJ98oTuAaz8S6_rTR6LMflN401Nr1M"},"time":"2026-03-06T19:14:14.455559722Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":966,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":11.650941,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.455934705Z","message":"Request completed"} +{"level":"debug","transaction_id":"284","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.465141238Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"284","time":"2026-03-06T19:14:14.465236642Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":968,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.761576,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.473349446Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":957,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454301065494_35?ts=1771187416500&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":193.385245,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ah danke","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.494625625Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691506774151230","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":202.986877,"event_ids":{"":"$BMuixYjNMjyWGGdXM5cm9CLhkul27HzPAJSlzMDavps"},"time":"2026-03-06T19:14:14.494768452Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":970,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":6.94581,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.502507181Z","message":"Request completed"} +{"level":"debug","transaction_id":"285","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.506571859Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"285","time":"2026-03-06T19:14:14.506675225Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uPCrlcVQfhxdhjJ98oTuAaz8S6_rTR6LMflN401Nr1M","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454506,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.506935248Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$BMuixYjNMjyWGGdXM5cm9CLhkul27HzPAJSlzMDavps","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454506,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.506965071Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":960,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454336772055_4?ts=1742239182313&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":186.079957,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"okee","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.523051203Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1351273812330676244","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":202.497143,"event_ids":{"":"$ti6XbnNoA96a9HOItnadsnTM_B3EKaerPU2lpyO0oN4"},"time":"2026-03-06T19:14:14.523197662Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","action":"initial backfill","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","limit":100,"count":8,"time":"2026-03-06T19:14:14.538422221Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","action":"initial backfill","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","limit":100,"count":58,"found_all":false,"time":"2026-03-06T19:14:14.538509873Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","action":"initial backfill","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:14.538611843Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"warn","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477033040331935975","message_type":1,"author_id":"388409312340344833","action":"discord message create","handling_time":0.533246,"time":"2026-03-06T19:14:14.539354685Z","message":"Unhandled message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":972,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.989604,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.549834092Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":965,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":113.905276,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:14.555812517Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141821874438327","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:14.555912601Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141821874438327","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":219.433814,"time":"2026-03-06T19:14:14.556006958Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"286","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.558814197Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"286","time":"2026-03-06T19:14:14.558931113Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ti6XbnNoA96a9HOItnadsnTM_B3EKaerPU2lpyO0oN4","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454559,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.559183034Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":974,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":7.50797,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.564355899Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":969,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":104.691409,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:14.578473248Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":964,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454419043410_36?ts=1753102835283&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":197.946432,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja hackt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.617169546Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1396839275437494455","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":216.9834,"event_ids":{"":"$0NSWw1XRPrAriTwkcLe2cSKBF2d6UpFj9w3FB8pcYfk"},"time":"2026-03-06T19:14:14.617279059Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":977,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":16.603803,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.634632478Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":967,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454456100301_48?ts=1756213747862&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":182.689117,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hat keiner gesagt das fertig ist....","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.638977434Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409887388511240272","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":195.128648,"event_ids":{"":"$gt5I1eqmCaKwFRVKnN0GgpxtQFXziHqU7qttcu82sp0"},"time":"2026-03-06T19:14:14.639097632Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":979,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":16.209404,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.656002315Z","message":"Request completed"} +{"level":"debug","transaction_id":"287","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.658278334Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"287","time":"2026-03-06T19:14:14.659403912Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0NSWw1XRPrAriTwkcLe2cSKBF2d6UpFj9w3FB8pcYfk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454659,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.659682512Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":973,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":112.817902,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:14.663077264Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":976,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":124.878468,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:14.703592044Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128591240528056","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:14.703698343Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128591240528056","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":247.857227,"time":"2026-03-06T19:14:14.703801919Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"288","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.712897962Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"288","time":"2026-03-06T19:14:14.712992808Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gt5I1eqmCaKwFRVKnN0GgpxtQFXziHqU7qttcu82sp0","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454713,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.713216792Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$FOBDB4fB7gr0cLkdRbVLFCvJgv-byHgoLjrsr1HG_Qw","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454713,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.713223497Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":982,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.08033,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.715450556Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":971,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454502760079_37?ts=1771187474206&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":216.114143,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"auch abegebebn!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.719071806Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691748810657864","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":224.029712,"event_ids":{"":"$FOBDB4fB7gr0cLkdRbVLFCvJgv-byHgoLjrsr1HG_Qw"},"time":"2026-03-06T19:14:14.719229719Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":984,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":15.362078,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.73549367Z","message":"Request completed"} +{"level":"debug","transaction_id":"289","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.75164273Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"289","time":"2026-03-06T19:14:14.751974341Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":975,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454564592035_31?ts=1772725295539&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":203.217146,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hmmm","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.768027788Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141838978945024","message_type":19,"author_id":"316966695430520833","action":"discord message create","handling_time":211.908803,"event_ids":{"":"$mQrCqSRdlLy2-abE_udLrrp6S7TxwrW-tfPjPB1R6ZQ"},"time":"2026-03-06T19:14:14.768171523Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":986,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.707306,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.782744174Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":806,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s748_892_0_353_368_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":2497.85816,"status_code":200,"response_length":207,"response_mime":"application/json","time":"2026-03-06T19:14:14.78563222Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:14.785888","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:14.785914662Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:14.785888","time":"2026-03-06T19:14:14.786096531Z","message":"Finished handling device list changes"} +{"level":"debug","transaction_id":"290","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.798015737Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"290","time":"2026-03-06T19:14:14.798115821Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mQrCqSRdlLy2-abE_udLrrp6S7TxwrW-tfPjPB1R6ZQ","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454798,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.798323811Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":983,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":99.198597,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:14.815033844Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":978,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454634902139_49?ts=1753102857386&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":219.969573,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Thizzy52","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.855049042Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1396839368144064633","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":237.444798,"event_ids":{"":"$yKefeO25zWMHiVty5uQ3NBfvbhNIXZ4298qNEj5HSUM"},"time":"2026-03-06T19:14:14.855145774Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":980,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454656208210_50?ts=1756213750197&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":215.204936,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hater","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.87158894Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409887398304813228","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":232.192872,"event_ids":{"":"$bhYXjwLYOhZw7z46WItuMDCV2YlTKz77SGhU5AJUIDg"},"time":"2026-03-06T19:14:14.871691468Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"291","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.883067022Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"291","time":"2026-03-06T19:14:14.883192668Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$yKefeO25zWMHiVty5uQ3NBfvbhNIXZ4298qNEj5HSUM","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454883,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.883396118Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":990,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.04185,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.885362387Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":989,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":92.974048,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:14.908270569Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128600719528201","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:14.908423174Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128600719528201","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":204.484363,"time":"2026-03-06T19:14:14.908521791Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"292","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.920029905Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"292","time":"2026-03-06T19:14:14.92015178Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bhYXjwLYOhZw7z46WItuMDCV2YlTKz77SGhU5AJUIDg","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454920,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.920352367Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":992,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.516357,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.922677345Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":985,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454735740003_38?ts=1771187475287&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":191.817776,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"yay","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.927720722Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691753344700568","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":208.057842,"event_ids":{"":"$s6Mrz4w8loY50p6TFhFwLlk2pkYIT-YYJlbXWbj8kj4"},"time":"2026-03-06T19:14:14.927853003Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":994,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.388336,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:14.942054094Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":981,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":293.753979,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:14.957072688Z","message":"Request completed"} +{"level":"debug","transaction_id":"293","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:14.970938256Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"293","time":"2026-03-06T19:14:14.971035407Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$s6Mrz4w8loY50p6TFhFwLlk2pkYIT-YYJlbXWbj8kj4","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824454971,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:14.97125548Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":987,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824454782983384_32?ts=1772725299089&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":211.763879,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bissl random","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:14.994933393Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141853868720350","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":226.390798,"event_ids":{"":"$7QA_4t_I3lurRXZJIufmyRguSJgA4j4gjSQ9XoXxN7U"},"time":"2026-03-06T19:14:14.995047376Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":997,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":9.795163,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.005611292Z","message":"Request completed"} +{"level":"debug","transaction_id":"294","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.011632042Z","message":"Starting handling of transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":951,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":778.398999,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Vortrag IT-Management","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1472910535170199644","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1472910535170199644","displayname":"Vortrag IT-Management","external_url":"https://discord.com/channels/@me/1472910535170199644"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"state_key":"fi.mau.discord://discord/dm/1472910535170199644","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1472910535170199644","displayname":"Vortrag IT-Management","external_url":"https://discord.com/channels/@me/1472910535170199644"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}}],"preset":"private_chat","room_version":"11"},"time":"2026-03-06T19:14:15.011798616Z","message":"Request completed"} +{"level":"debug","transaction_id":"294","time":"2026-03-06T19:14:15.011924052Z","message":"Finished dispatching events from transaction"} +{"level":"info","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","time":"2026-03-06T19:14:15.012440047Z","message":"Matrix room created"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":991,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":149.779668,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.035566486Z","message":"Request completed"} +{"level":"debug","transaction_id":"295","content":{"pdu":8,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.041585768Z","message":"Starting handling of transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$7QA_4t_I3lurRXZJIufmyRguSJgA4j4gjSQ9XoXxN7U","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455041,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.041926459Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"295","time":"2026-03-06T19:14:15.042087794Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":993,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":126.69241,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.049737963Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":995,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":119.725368,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.062212624Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1000,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":59.612509,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.095405843Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409887676735164556","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.095528416Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409887676735164556","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":223.6145,"time":"2026-03-06T19:14:15.095637928Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1003,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.52976,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.102747099Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1001,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":54.927073,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.104806607Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128608927649852","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.104908088Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128608927649852","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":196.21218,"time":"2026-03-06T19:14:15.105005867Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1005,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.423536,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.118008115Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1002,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":60.616212,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.123060572Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691774248980724","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.123166593Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691774248980724","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":194.982607,"time":"2026-03-06T19:14:15.123261578Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1008,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.71149,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.131584677Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":998,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455005834788_33?ts=1772725306757&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":143.069855,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"also ich bin riesiger discord enjoyer","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.149062975Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141886030647518","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":153.681125,"event_ids":{"":"$O2TUfS_yl4ogHlpgo1_f79dv84ghClgRNuXV_nkaZPI"},"time":"2026-03-06T19:14:15.149168786Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1010,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.347058,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.161226977Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":999,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":164.981178,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:15.177695077Z","message":"Request completed"} +{"level":"debug","transaction_id":"296","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.184515659Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"296","time":"2026-03-06T19:14:15.184571393Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$O2TUfS_yl4ogHlpgo1_f79dv84ghClgRNuXV_nkaZPI","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455184,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.184712195Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1004,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":112.879084,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.216057668Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1006,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":112.168719,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32898 bytes>","time":"2026-03-06T19:14:15.218079112Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":996,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":265.787544,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.223263291Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1014,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":11.124959,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.229847318Z","message":"Request completed"} +{"level":"debug","transaction_id":"297","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.235279018Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"297","time":"2026-03-06T19:14:15.235386506Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1007,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":131.335871,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.249735173Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1009,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":124.406125,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.256391836Z","message":"Request completed"} +{"level":"debug","transaction_id":"298","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.261504008Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"298","time":"2026-03-06T19:14:15.261723662Z","message":"Finished dispatching events from transaction"} +{"level":"warn","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354075053981040743","message_type":0,"author_id":"388409312340344833","action":"discord message create","embed_type":"link","embed_index":0,"computed_embed_type":"link preview","error":"unexpected status 415 downloading https://images-ext-1.discordapp.net/external/TjTyJ9W0gDtfkbzNFZB6fVlwltZ_Zdc2l0ai-5rzHNU/%3Ffile%3D%2FSWE%2520II%2520Lernfolien.pdf%26x%3D200%26y%3D200/http/drive.theocloud.dev/apps/files_sharing/publicpreview/S6MPY4c6DpJScjZ: {\"message\":\"Invalid resource \\\"https://images-ext-1.discordapp.net/external/TjTyJ9W0gDtfkbzNFZB6fVlwltZ_Zdc2l0ai-5rzHNU/%3Ffile%3D%2FSWE%2520II%2520Lernfolien.pdf%26x%3D200%26y%3D200/http/drive.theocloud.dev/apps/files_sharing/publicpreview/S6MPY4c6DpJScjZ\\\"\"}","time":"2026-03-06T19:14:15.265650122Z","message":"Failed to reupload image in URL preview"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1019,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.282593,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.277152928Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1011,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":128.238019,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.289784664Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1013,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":87.991643,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.30432428Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409887712801984605","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.304466758Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409887712801984605","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":208.665958,"time":"2026-03-06T19:14:15.304553013Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1022,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":7.781262,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.31290356Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1017,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":83.015453,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.332990744Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128700892086413","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.333117857Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128700892086413","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":228.011837,"time":"2026-03-06T19:14:15.333227509Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1018,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":81.464258,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.33805668Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691780293103616","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.338148732Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691780293103616","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":214.695367,"time":"2026-03-06T19:14:15.338236873Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1024,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.846008,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.342701119Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1025,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.400484,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.347205803Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1021,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":75.122373,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.365147923Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141924425171116","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.365244794Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141924425171116","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":215.740417,"time":"2026-03-06T19:14:15.365320224Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1028,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.445253,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.374440083Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1016,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455230033727_3?ts=1753188744973&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":170.392346,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 2 day streak!** 🔥 Here are yesterday's results:\n👑 2/6: Maja\nX/6: @alexx lagopodus\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 2 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 2/6: \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e\u003cbr\u003e\nX/6: @alexx \u003ca href=\"https://matrix.to/#/@discord_1142482369744482355:matrix.theocloud.dev\"\u003elagopodus\u003c/a\u003e\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_1142482369744482355:matrix.theocloud.dev","@discord_769998429991600219:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.400721365Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1030,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":15.469635,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.416449067Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1015,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455223564800_5?ts=1772222519350&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":203.550713,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:15.427244511Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477033042798186527","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":887.819146,"event_ids":{"":"$2qhv933q421IOAeRWoSeh2zelB57bi92JZKFDh4FLZU"},"time":"2026-03-06T19:14:15.427372672Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"299","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.437096316Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"299","time":"2026-03-06T19:14:15.437207855Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$PB3dw_8wt-vSNpfGwMn0tzcVAgN7QXMdfQCswSxizmg","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455437,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.437459775Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1032,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.929064,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.450003161Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1026,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":113.286614,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.456278974Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1027,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":116.330337,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.463970629Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1020,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455277361407_6?ts=1742907050367&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":201.837832,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://drive.theocloud.dev/s/S6MPY4c6DpJScjZ","com.beeper.linkpreviews":[{"og:title":"SWE II Lernfolien.pdf","og:description":"TheoCloud - Privacy First!","matched_url":"https://drive.theocloud.dev/s/S6MPY4c6DpJScjZ"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.479410791Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354075053981040743","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":955.86706,"event_ids":{"":"$1O8YJaAJre6SAlY9IqdbKU6k2gpoUZPM-93ml7c_D6k"},"time":"2026-03-06T19:14:15.479526519Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1012,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":309.174096,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:15.48739718Z","message":"Request completed"} +{"level":"debug","transaction_id":"300","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.488445931Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"300","time":"2026-03-06T19:14:15.488553837Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2qhv933q421IOAeRWoSeh2zelB57bi92JZKFDh4FLZU","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455488,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:15.488724462Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1036,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":21.688247,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_311538896066314240","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:15.509931776Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1029,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":151.467964,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.526292668Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1037,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_311538896066314240:matrix.theocloud.dev/displayname?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":25.366768,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:15.535699578Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1023,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455313060286_51?ts=1756213828250&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":230.177295,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich verzeih dir","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.543399545Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409887725682688094","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":238.683171,"event_ids":{"":"$wtUGBnKj_oCkB0SVzd_Juf0gZDUAXJ5HMx5pj1l2Has"},"time":"2026-03-06T19:14:15.543470365Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"301","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.549059629Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"301","time":"2026-03-06T19:14:15.54913869Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1O8YJaAJre6SAlY9IqdbKU6k2gpoUZPM-93ml7c_D6k","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455549,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.549317277Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$wtUGBnKj_oCkB0SVzd_Juf0gZDUAXJ5HMx5pj1l2Has","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455549,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.549396827Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1038,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":40.266211,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<495195 bytes>","time":"2026-03-06T19:14:15.556413457Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1041,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":14.184677,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.558204421Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1042,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":7.661413,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.564373097Z","message":"Request completed"} +{"level":"debug","transaction_id":"302","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.571543519Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"302","time":"2026-03-06T19:14:15.571872546Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1034,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":122.261409,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.578788114Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128775278071848","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.578894693Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128775278071848","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":245.462896,"time":"2026-03-06T19:14:15.578971869Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1035,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.766226,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.583919982Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691791093436597","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.584029145Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691791093436597","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":245.669,"time":"2026-03-06T19:14:15.584138588Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1045,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.081026,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.588604649Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1046,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":8.502942,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.593235538Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1040,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_311538896066314240:matrix.theocloud.dev/displayname?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":57.554957,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"KatzenCrafter"},"time":"2026-03-06T19:14:15.59339876Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1039,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":79.547368,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.606053404Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141965584138260","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.606158726Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479141965584138260","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":240.651046,"time":"2026-03-06T19:14:15.606274734Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1049,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":6.800678,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.613665369Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1031,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455416696658_4?ts=1753188744973&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":216.093818,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 solved and 2 unsolved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":32898,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/deJHzwWfFePNBHngqFuuiXxC"},"time":"2026-03-06T19:14:15.633078925Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397199606793900153","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":777.694919,"event_ids":{"":"$PB3dw_8wt-vSNpfGwMn0tzcVAgN7QXMdfQCswSxizmg","1397199606466609243":"$OO-AKn7-U1JU5xZkmP4hjvhNqyE--9h7vyvJ67g7Vns"},"time":"2026-03-06T19:14:15.633213441Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"303","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.657880041Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"303","time":"2026-03-06T19:14:15.658010366Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$OO-AKn7-U1JU5xZkmP4hjvhNqyE--9h7vyvJ67g7Vns","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455658,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:15.658213188Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1033,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455450248237_42?ts=1772222898782&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":213.700814,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://vik1ngfile.site/f/VoZ5XaAbBC","com.beeper.linkpreviews":[{"og:title":"MD B21117461~AG.7z","og:description":"Share large files anonymously. Unlimited storage. No mail required. No speed limit. No size limit.","matched_url":"https://vik1ngfile.site/f/VoZ5XaAbBC"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.664173734Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477034634251338039","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":236.472105,"event_ids":{"":"$RyI_UNhwYCQJfZqPfTafcEnpxrAl8-nO641kdV6i7rI"},"time":"2026-03-06T19:14:15.664241411Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1051,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.451827,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.681318116Z","message":"Request completed"} +{"level":"debug","transaction_id":"304","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.694783838Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"304","time":"2026-03-06T19:14:15.694865832Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$RyI_UNhwYCQJfZqPfTafcEnpxrAl8-nO641kdV6i7rI","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455695,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.69511922Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1043,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455558365687_52?ts=1756213829203&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":157.79567,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"danke","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.716302508Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409887729679863880","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":172.649226,"event_ids":{"":"$b7OWmJRrjzOEZ7kBtWic9dh9SAeOU-o1ajDN4l2GAZM"},"time":"2026-03-06T19:14:15.716431577Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1053,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.877446,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.735116189Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1044,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455564546305_34?ts=1742907067572&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":170.316008,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/call-shaka-sign-chill-gif-16835344","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":480,"mimetype":"video/mp4","size":495195,"w":640},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/oyRQEJTrVTFAtepqkdafaFNB"},"time":"2026-03-06T19:14:15.735113745Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354075126144172044","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":255.378188,"event_ids":{"video_https://tenor.com/view/call-shaka-sign-chill-gif-16835344":"$7FHpdZzTLgNEyyVeeIulqKYf8Muenm34apnLbalCF9o"},"time":"2026-03-06T19:14:15.735237855Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1055,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.256337,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.751413455Z","message":"Request completed"} +{"level":"debug","transaction_id":"305","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.757235014Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"305","time":"2026-03-06T19:14:15.757351651Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$b7OWmJRrjzOEZ7kBtWic9dh9SAeOU-o1ajDN4l2GAZM","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455757,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.757530726Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1047,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455588750619_43?ts=1772722201697&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":175.094543,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Add du mich mal","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.763972275Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128862464933888","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":184.876926,"event_ids":{"":"$7GgTXnNKPL-oE2Rb_51KJ5sA4p9tJxPlU4jtMIlEjh0"},"time":"2026-03-06T19:14:15.764066213Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1048,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455593538654_39?ts=1771187490785&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":182.081281,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gg wp","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.775795029Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691818347892878","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":191.5507,"event_ids":{"":"$EXYO6fW7ziJtC1wfNCWUqN0D2XLUfIdng706GsGk3-A"},"time":"2026-03-06T19:14:15.775930453Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1057,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.299779,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.780179724Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1058,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":13.309485,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.789975795Z","message":"Request completed"} +{"level":"debug","transaction_id":"306","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.794128894Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"306","time":"2026-03-06T19:14:15.79428115Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$EXYO6fW7ziJtC1wfNCWUqN0D2XLUfIdng706GsGk3-A","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455794,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.794556538Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$7GgTXnNKPL-oE2Rb_51KJ5sA4p9tJxPlU4jtMIlEjh0","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455794,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.794551369Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$7FHpdZzTLgNEyyVeeIulqKYf8Muenm34apnLbalCF9o","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455794,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:15.794551369Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1050,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455613983291_35?ts=1772725337926&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":195.214343,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hmm okay musst du mir dann mal erklären warum","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.809407021Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142016762908722","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":202.966831,"event_ids":{"":"$0uZ852voDaC45d5CZbOMwIfqGdj7uda9_CrylRJ7G3Y"},"time":"2026-03-06T19:14:15.809506127Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1061,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.116715,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.818184025Z","message":"Request completed"} +{"level":"debug","transaction_id":"307","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.827701775Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"307","time":"2026-03-06T19:14:15.827799694Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0uZ852voDaC45d5CZbOMwIfqGdj7uda9_CrylRJ7G3Y","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455827,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.828011316Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1054,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":106.919446,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.842389317Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1052,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455681575554_7?ts=1772223367791&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":191.22754,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://drive.theocloud.dev/share/7MjbPcKM","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.872980772Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477036601417928887","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":208.514609,"event_ids":{"":"$O9Re74vBYMXtEu6vKJzozk-xVLFD8WHlDasDqwv32XY"},"time":"2026-03-06T19:14:15.873117105Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"308","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.898318486Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"308","time":"2026-03-06T19:14:15.898442526Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$O9Re74vBYMXtEu6vKJzozk-xVLFD8WHlDasDqwv32XY","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455898,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.898660015Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1063,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":77.810462,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<13703 bytes>","time":"2026-03-06T19:14:15.899993163Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1066,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_311538896066314240:matrix.theocloud.dev/avatar_url?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":9.319049,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:15.909670782Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1062,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":104.528816,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:15.923025664Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1056,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455751663141_8?ts=1742907072671&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":177.472043,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Haben mal Majas zusammengesetzte Folien auf den wesentliche Inhalt gecuttet","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Haben mal Majas zusammengesetzte Folien auf den wesentliche Inhalt gecuttet","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.929359796Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354075147530797206","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":193.687103,"event_ids":{"":"$1bz6pDGRV6SKrUpzJhLugQc7m5lXCsFYeDI0rbgeda0"},"time":"2026-03-06T19:14:15.929479087Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1064,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":87.754109,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:15.930392832Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409887739817623573","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:15.930493545Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409887739817623573","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":213.717786,"time":"2026-03-06T19:14:15.930593699Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1067,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_311538896066314240:matrix.theocloud.dev/avatar_url?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":34.937319,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/thbNWktiDmUuGvpLmezWENHF"},"time":"2026-03-06T19:14:15.944770624Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1069,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.520064,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.947818539Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1070,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":17.285114,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.948404515Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1059,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455780429340_44?ts=1772722202933&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":179.639316,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bitte","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.960201846Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128867649224836","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":195.694858,"event_ids":{"":"$NWz9xO-LiFg0_YevmgsGpJONPKfDxWUWsSb6dgsA-Y0"},"time":"2026-03-06T19:14:15.96027099Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"309","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.964992744Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"309","time":"2026-03-06T19:14:15.965072154Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1bz6pDGRV6SKrUpzJhLugQc7m5lXCsFYeDI0rbgeda0","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455965,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.965287967Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1065,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":118.582539,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22503 bytes>","time":"2026-03-06T19:14:15.970661768Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1060,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455790190630_40?ts=1771187497913&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":183.358764,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Alle Studienarbeiten durch","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:15.973686565Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691848245153884","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":197.458584,"event_ids":{"":"$idRrAzNMC1mp7MxYa-AsjrzQRSqHm1DpEUprKh9NlN8"},"time":"2026-03-06T19:14:15.973774985Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1074,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.680416,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.974459229Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1075,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":12.198714,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.98344548Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1076,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":9.52648,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:15.983881924Z","message":"Request completed"} +{"level":"debug","transaction_id":"310","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:15.994705864Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"310","time":"2026-03-06T19:14:15.994798405Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$NWz9xO-LiFg0_YevmgsGpJONPKfDxWUWsSb6dgsA-Y0","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455994,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.995003042Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$idRrAzNMC1mp7MxYa-AsjrzQRSqHm1DpEUprKh9NlN8","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824455994,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:15.995023157Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1068,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":91.785543,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.015001946Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142143556583577","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.015084569Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142143556583577","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":205.364096,"time":"2026-03-06T19:14:16.015160209Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1080,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.670352,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.022380778Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1077,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":74.479476,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.049226246Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1071,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/join?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":107.173043,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.052412169Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1073,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455948535539_53?ts=1756213915466&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":143.788671,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wo ist link auf deiner seite???????ßß","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.092430999Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409888091493236799","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":161.742245,"event_ids":{"":"$bMEVHs2mJxnKg7-Qh3iRCO7J-3OZVfF4tguKj4dOU3Q"},"time":"2026-03-06T19:14:16.09253695Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1072,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455948081355_9?ts=1742907093876&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":155.914469,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"\"nur\" ca. 170 Folien","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u0026quot;nur\u0026quot; ca. 170 Folien","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.104204583Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354075236471148616","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":174.395911,"event_ids":{"":"$0qpmbbn4c4JQqGIXoN_P2ClFwqKatKveZzwZIgsHQj4"},"time":"2026-03-06T19:14:16.104309905Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1081,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":87.627206,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.110295454Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1084,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.323179,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.11147495Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1085,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":15.092487,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.119954565Z","message":"Request completed"} +{"level":"debug","transaction_id":"311","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.128563458Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"311","time":"2026-03-06T19:14:16.128674577Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bMEVHs2mJxnKg7-Qh3iRCO7J-3OZVfF4tguKj4dOU3Q","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456128,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.128824458Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1078,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455983608562_5?ts=1753190561648&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":162.644467,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Maja was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$PB3dw_8wt-vSNpfGwMn0tzcVAgN7QXMdfQCswSxizmg"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.146474708Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1079,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824455984041025_41?ts=1771187499589&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":163.857626,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"vergeilt sogar","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.148036869Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691855274676315","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":174.033221,"event_ids":{"":"$5yCMR_FpnVdA_SgodHLaqaEsQ_-r9dJKah-OMMgrLuA"},"time":"2026-03-06T19:14:16.148123264Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1082,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":100.712357,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.150159514Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128889304420364","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.150240461Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128889304420364","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":189.772517,"time":"2026-03-06T19:14:16.150307719Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1089,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":13.05065,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.159713093Z","message":"Request completed"} +{"level":"debug","transaction_id":"312","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.162636549Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"312","time":"2026-03-06T19:14:16.162719871Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0qpmbbn4c4JQqGIXoN_P2ClFwqKatKveZzwZIgsHQj4","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456162,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.162852501Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1090,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.648712,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.165397762Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1091,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.090461,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.165871851Z","message":"Request completed"} +{"level":"debug","transaction_id":"313","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.186083913Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"313","time":"2026-03-06T19:14:16.186203064Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5DIJ2ApCpt6Qq0xO5VQDuLuchFbX0cX-B812Uh218x8","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456186,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.186394222Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$5yCMR_FpnVdA_SgodHLaqaEsQ_-r9dJKah-OMMgrLuA","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456186,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.186419086Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1086,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":87.019369,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.19747581Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142185999011840","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.197562135Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142185999011840","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":182.344376,"time":"2026-03-06T19:14:16.19767486Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1096,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.697243,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.206861977Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1087,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":106.391369,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.218109509Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1095,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":59.252821,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<18281 bytes>","time":"2026-03-06T19:14:16.228585006Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1099,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.425276,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.23529007Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1093,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":80.689289,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.246374032Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1088,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456120112548_42?ts=1742909307692&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":167.254543,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Geschenkt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.287509988Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354084521888317452","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":183.019681,"event_ids":{"":"$3tIEsUAVg9yE_4-_4xrQqYQeceR9PztAu2uWr83cljA"},"time":"2026-03-06T19:14:16.287622504Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1097,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":86.498975,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.293676778Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1102,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":20.048701,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.308371723Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1098,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":92.171002,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.310448063Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409888311950184520","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.310525168Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409888311950184520","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":217.74866,"time":"2026-03-06T19:14:16.310608071Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1083,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":262.814429,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_311538896066314240:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.315388842Z","message":"Request completed"} +{"level":"debug","transaction_id":"314","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.337145046Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"314","time":"2026-03-06T19:14:16.337210837Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3tIEsUAVg9yE_4-_4xrQqYQeceR9PztAu2uWr83cljA","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456337,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.337432936Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1094,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456166015796_45?ts=1772722217035&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":176.637149,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"@helitra:nope.chat","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.342799194Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479128926797172767","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":192.388317,"event_ids":{"":"$ZDirBDMEmCuQrfy1SqCb1DQX_3Aw3BAjBpW4aa8jd2I"},"time":"2026-03-06T19:14:16.342891455Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1092,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456159869889_6?ts=1753190561648&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":183.753094,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 finished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22503,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/RRSRYwKorFQzFjcdhhMHMjuw"},"time":"2026-03-06T19:14:16.343831043Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397207226480853132","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":710.320423,"event_ids":{"":"$5DIJ2ApCpt6Qq0xO5VQDuLuchFbX0cX-B812Uh218x8","1397207493578326157":"$a1vkNdf_eB21iMN8Q7QInaJV1vMGDWfLtD7RFdEgM8U"},"time":"2026-03-06T19:14:16.343969889Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1106,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.992471,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.356553364Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1101,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":116.133732,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.362679575Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691884223758489","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.362785386Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691884223758489","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":214.45979,"time":"2026-03-06T19:14:16.362914245Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"315","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.368932271Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"315","time":"2026-03-06T19:14:16.369178185Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1108,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.871989,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.37250051Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1103,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":95.162484,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.38900381Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142547778703504","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.38911004Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142547778703504","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":191.356957,"time":"2026-03-06T19:14:16.389222975Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"316","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.390059336Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"316","time":"2026-03-06T19:14:16.39016368Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ZDirBDMEmCuQrfy1SqCb1DQX_3Aw3BAjBpW4aa8jd2I","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456390,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.390315028Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$a1vkNdf_eB21iMN8Q7QInaJV1vMGDWfLtD7RFdEgM8U","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456390,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:16.390315028Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1110,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":8.639833,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.398542094Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1100,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456235495196_10?ts=1772224459268&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":188.565293,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":122,"mimetype":"image/png","size":18281,"w":225},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/gfJPtPJXYjhAFgCfaLkVvPee"},"time":"2026-03-06T19:14:16.424300956Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477041179404144811","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":550.940521,"event_ids":{"1477041179081310400":"$NEqdfcp2jTXrFkfYAFveqwibgTY3GAjif1aRVj3oZok"},"time":"2026-03-06T19:14:16.424441828Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1107,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":95.237425,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.452119676Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1109,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":93.531109,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.46638991Z","message":"Request completed"} +{"level":"debug","transaction_id":"317","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.469486854Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"317","time":"2026-03-06T19:14:16.46958177Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$NEqdfcp2jTXrFkfYAFveqwibgTY3GAjif1aRVj3oZok","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456469,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:16.469763919Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1104,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456308531592_14?ts=1742909342523&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":184.131988,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Heute Grow Green Paper und Code Abgabe","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.492838814Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354084667979993218","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":204.880578,"event_ids":{"":"$eUu9H14gfHYi-ql2jQgXz-j-A1TWcqyCRwALgbcUsjk"},"time":"2026-03-06T19:14:16.492910472Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":11.808226,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.505307817Z","message":"Request completed"} +{"level":"debug","transaction_id":"318","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.511762985Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"318","time":"2026-03-06T19:14:16.511882835Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$eUu9H14gfHYi-ql2jQgXz-j-A1TWcqyCRwALgbcUsjk","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456512,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.512116736Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1112,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":73.27791,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.525672555Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479129608459653120","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.525784023Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479129608459653120","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":182.737658,"time":"2026-03-06T19:14:16.525901637Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1113,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":70.88777,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.537471142Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691908542201876","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.537615157Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1472691908542201876","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":174.52044,"time":"2026-03-06T19:14:16.537718733Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1117,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.152061,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.539682208Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1118,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.873105,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.546236831Z","message":"Request completed"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409889479744946247","message_type":0,"author_id":"388409312340344833","action":"discord message create","embed_type":"article","embed_index":0,"computed_embed_type":"link preview","error":"unexpected status 400 downloading https://images-ext-1.discordapp.net/external/WUhRSjg-3Vl_Feq6DEbr5oBs8pMzo2_yfENhB7I7OKE/https/opengraph.githubassets.com/873d68a7d81b0e9482ac9b85cea2e47199694f23cce93cb86e3f1c750e58bfb1/theoleuthardt/portfolio/pull/12: {\"message\":\"Invalid resource \\\"https://images-ext-1.discordapp.net/external/WUhRSjg-3Vl_Feq6DEbr5oBs8pMzo2_yfENhB7I7OKE/https/opengraph.githubassets.com/873d68a7d81b0e9482ac9b85cea2e47199694f23cce93cb86e3f1c750e58bfb1/theoleuthardt/portfolio/pull/12\\\"\"}","time":"2026-03-06T19:14:16.557486669Z","message":"Failed to reupload image in URL preview"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456398798764_36?ts=1772725480119&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":162.865657,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"qwatschen wa gleich","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.561856138Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142613163708579","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":172.518762,"event_ids":{"":"$MXA0FX2tDMaoYTj7BLjrftUWOkkq6sVm5ahhHM62aPg"},"time":"2026-03-06T19:14:16.562002737Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1105,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/join?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":254.524226,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.570183637Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1122,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.711156,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.584555143Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1121,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":26.762076,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.584692592Z","message":"Request completed"} +{"level":"debug","transaction_id":"319","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.59367116Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"319","time":"2026-03-06T19:14:16.593739815Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MXA0FX2tDMaoYTj7BLjrftUWOkkq6sVm5ahhHM62aPg","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456593,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.593926154Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1116,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":93.957077,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<56188 bytes>","time":"2026-03-06T19:14:16.601773907Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1127,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":9.425977,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.61153373Z","message":"Request completed"} +{"level":"debug","transaction_id":"320","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.617118594Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"320","time":"2026-03-06T19:14:16.617350121Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1120,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":89.855173,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.636518321Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1126,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":80.918371,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.66601528Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456505596405_15?ts=1742909345717&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":165.677995,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hat schon jemand?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.671415551Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354084681376858132","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":178.29653,"event_ids":{"":"$6n8xdBFKliSrkr8VwZJprejcJPR4xmsZm9Rb3Q8ogJI"},"time":"2026-03-06T19:14:16.671514517Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1125,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":92.98627,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.677974993Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1131,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":15.071394,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.687326728Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1124,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":119.581982,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24627 bytes>","time":"2026-03-06T19:14:16.694081799Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1123,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":132.75751,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.703729316Z","message":"Request completed"} +{"level":"debug","transaction_id":"321","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.706133775Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"321","time":"2026-03-06T19:14:16.706207737Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6n8xdBFKliSrkr8VwZJprejcJPR4xmsZm9Rb3Q8ogJI","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456706,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.70644576Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1134,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":13.660931,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.708373685Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1119,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456539907938_46?ts=1772722392599&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":170.869088,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ja hab ich bekommen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.710945625Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479129663165956218","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":184.920437,"event_ids":{"":"$IHRq215a3zTBnddwBgLUpbgpy44g1z_ijXzS7hx-d7A"},"time":"2026-03-06T19:14:16.711064427Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1137,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.261922,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.725121083Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1129,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":100.102216,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.736815397Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1473251269736136735","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.736895017Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1473251269736136735","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":198.986104,"time":"2026-03-06T19:14:16.736978409Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"322","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.738913178Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"322","time":"2026-03-06T19:14:16.73898323Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$IHRq215a3zTBnddwBgLUpbgpy44g1z_ijXzS7hx-d7A","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456739,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.739179766Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1130,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":89.452952,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.75567671Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409889479744946247","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.755770858Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409889479744946247","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":445.080512,"time":"2026-03-06T19:14:16.755861932Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1132,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":89.084464,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.767253828Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142652741025924","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.767349303Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142652741025924","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":204.949722,"time":"2026-03-06T19:14:16.767414186Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.027599,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.767431717Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1141,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.540378,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.776392195Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1128,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456611702748_37?ts=1772224676538&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":183.388238,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/1336490/Against_the_Storm/\n\u003e [**Against the Storm**](https://store.steampowered.com/app/1336490/Against_the_Storm/)\n\u003e \n\u003e You are the Viceroy – a leader charged by the Scorched Queen to reclaim the wilderness and discover lost riches for the Smoldering City, civilization's last bastion against the Blightstorm that destroyed the old world. Unlike most survival city builders where your focus is on a single city, in Against the Storm you must build a vast, prosperous…\n\u003e \n\u003e PriceRecommendationsMetacritic$8.993144891","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/1336490/Against_the_Storm/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/1336490/Against_the_Storm/\"\u003e\u003cstrong\u003eAgainst the Storm\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003eYou are the Viceroy – a leader charged by the Scorched Queen to reclaim the wilderness and discover lost riches for the Smoldering City, civilization's last bastion against the Blightstorm that destroyed the old world. Unlike most survival city builders where your focus is on a single city, in Against the Storm you must build a vast, prosperous…\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003cth\u003eMetacritic\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$8.99\u003c/td\u003e\u003ctd\u003e31448\u003c/td\u003e\u003ctd\u003e91\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cp class=\"discord-embed-image\"\u003e\u003cimg src=\"mxc://matrix.theocloud.dev/dPyklOrUBFKTOYCCBlgVVLCQ\" alt=\"\" title=\"Embed image\"\u003e\u003c/p\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.795399968Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477042090700439582","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":370.628694,"event_ids":{"":"$Eavv6Reuv1h1biUBPbsCU8JEKUve_pMiYTHv1NKpZ0o"},"time":"2026-03-06T19:14:16.795551176Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1138,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":88.066583,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.81352263Z","message":"Request completed"} +{"level":"debug","transaction_id":"323","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.82064549Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"323","time":"2026-03-06T19:14:16.820746691Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Eavv6Reuv1h1biUBPbsCU8JEKUve_pMiYTHv1NKpZ0o","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456820,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.8209866Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1143,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":43.807352,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<860506 bytes>","time":"2026-03-06T19:14:16.831767586Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1145,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.942879,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.842059328Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1133,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456687624536_43?ts=1742909355904&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":164.926422,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.852711315Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354084724104232991","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":180.891658,"event_ids":{"":"$tDDJJmyBJO8OcuzJs0hX42vDUmeyacFJnsFjsXt64ZE"},"time":"2026-03-06T19:14:16.852821107Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1140,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":85.870813,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.853649227Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1147,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.503509,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.868873995Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1142,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":94.661785,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.871385382Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1136,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456708537395_7?ts=1753257800742&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":165.079446,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus and Maja are playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus and Maja are playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$5DIJ2ApCpt6Qq0xO5VQDuLuchFbX0cX-B812Uh218x8"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:16.873842571Z","message":"Request completed"} +{"level":"debug","transaction_id":"324","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.879571101Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"324","time":"2026-03-06T19:14:16.879634029Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tDDJJmyBJO8OcuzJs0hX42vDUmeyacFJnsFjsXt64ZE","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456879,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.879811638Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1151,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":8.338185,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.882380784Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1144,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":80.881844,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.894611486Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479129668488658984","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.894722116Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479129668488658984","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":183.243874,"time":"2026-03-06T19:14:16.894769329Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1153,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.754442,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.901991225Z","message":"Request completed"} +{"level":"debug","transaction_id":"325","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.905739588Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"325","time":"2026-03-06T19:14:16.905847005Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kGCFaxLokQFnoC1HtWMUtVkxv-k6H3h88rtire8R4XA","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824456906,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:16.906054926Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1135,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":220.589213,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_316966695430520833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.92448643Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1146,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":84.963702,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.927354641Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1148,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":75.236146,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.929042029Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409889817579356172","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.929119764Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409889817579356172","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":173.155373,"time":"2026-03-06T19:14:16.929207136Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1157,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":11.321496,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.941084297Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1150,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":74.192913,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:16.945724335Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142669665046539","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:16.945798577Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479142669665046539","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":178.273901,"time":"2026-03-06T19:14:16.945865766Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1159,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.629778,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:16.95692647Z","message":"Request completed"} +{"level":"debug","transaction_id":"326","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:16.959396371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"326","time":"2026-03-06T19:14:16.959617352Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1154,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":86.574405,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:16.988873284Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1156,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":81.058334,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:17.008594216Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1475753277063696435","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"video_https://tenor.com/view/nanami-nanami-kento-jjk-jujutsu-kaisen-gojo-gif-9721827202022859485","time":"2026-03-06T19:14:17.008699818Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1475753277063696435","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":271.605331,"time":"2026-03-06T19:14:17.00879613Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1163,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":12.538287,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.021861167Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1160,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":76.606451,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<51181 bytes>","time":"2026-03-06T19:14:17.023598772Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1149,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456869046296_11?ts=1742909468334&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":167.668638,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich auch nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.036843233Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354085195669835846","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":183.839209,"event_ids":{"":"$hxilLiqmgk1KejDqBk3-71RS4x-X2iMIPjIxiWe2pqc"},"time":"2026-03-06T19:14:17.036940105Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1165,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.556239,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.039547175Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1166,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":22.707385,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.060349055Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1161,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":114.155031,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:17.071388388Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1152,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456882548824_8?ts=1753257800742&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":200.368071,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24627,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/FCiJNKiBRkPjQCNEizomzeNS"},"time":"2026-03-06T19:14:17.083160087Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397489247681908907","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":739.017897,"event_ids":{"":"$kGCFaxLokQFnoC1HtWMUtVkxv-k6H3h88rtire8R4XA","1397489542843334677":"$uWquOxA8MqwdlEP__cEuhVJaV1LcanubXvttUk4Aq3A"},"time":"2026-03-06T19:14:17.083297885Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"327","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.08611155Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"327","time":"2026-03-06T19:14:17.086218199Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hxilLiqmgk1KejDqBk3-71RS4x-X2iMIPjIxiWe2pqc","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457086,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.086441065Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1170,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":15.792446,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.099778207Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1162,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":121.803872,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:17.110850296Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479129882637369455","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:17.110957504Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479129882637369455","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":216.089069,"time":"2026-03-06T19:14:17.111019943Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"328","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.122125556Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"328","time":"2026-03-06T19:14:17.122237932Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uWquOxA8MqwdlEP__cEuhVJaV1LcanubXvttUk4Aq3A","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457122,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:17.122462615Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":14.063501,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.125589312Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1158,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824456941290750_54?ts=1756214353358&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":204.901601,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"top","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.146347261Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409889928145539092","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":217.019717,"event_ids":{"":"$p5d6J8iiRKo1aHRFsmQNHmEEd7ron-8UQ4l_uz-qRCQ"},"time":"2026-03-06T19:14:17.146443713Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1174,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":10.355997,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.157396861Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1169,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":97.810761,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:17.169350289Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479151899298238585","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:17.169425509Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479151899298238585","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":223.468599,"time":"2026-03-06T19:14:17.169516583Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"329","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.172273116Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"329","time":"2026-03-06T19:14:17.172369009Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$p5d6J8iiRKo1aHRFsmQNHmEEd7ron-8UQ4l_uz-qRCQ","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457172,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.172568549Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1176,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.760311,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.178708938Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1155,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":297.447934,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:17.222236293Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1164,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457022035214_44?ts=1771919816550&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":206.721899,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bist du das?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.228924943Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1475763415233331230","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":219.9929,"event_ids":{"":"$Va2JntpE7OUspxdnfsKfnYUGCqLApdyK6tM92PIb6Pc"},"time":"2026-03-06T19:14:17.229012106Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1179,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":21.092773,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.250670112Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1167,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457039744619_47?ts=1772224744252&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":238.97113,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/457140/Oxygen_Not_Included/\n\u003e [**Oxygen Not Included**](https://store.steampowered.com/app/457140/Oxygen_Not_Included/)\n\u003e \n\u003e \n\u003e \n\u003e In the space-colony simulation game _Oxygen Not Included_ you’ll find that scarcities of oxygen, warmth and sustenance are constant threats to your colony's survival. Guide colonists through the perils of subterranean asteroid living and watch as their population grows until they're not simply surviving, but _thriving..._\n\u003e \n\u003e **Just make sure you do**…\n\u003e \n\u003e \n\u003e \n\u003e PriceRecommendationsMetacritic$24.9912979785","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/457140/Oxygen_Not_Included/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/457140/Oxygen_Not_Included/\"\u003e\u003cstrong\u003eOxygen Not Included\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003e\u003cp\u003eIn the space-colony simulation game \u003cem\u003eOxygen Not Included\u003c/em\u003e you’ll find that scarcities of oxygen, warmth and sustenance are constant threats to your colony's survival. Guide colonists through the perils of subterranean asteroid living and watch as their population grows until they're not simply surviving, but \u003cem\u003ethriving...\u003c/em\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eJust make sure you do\u003c/strong\u003e…\u003c/p\u003e\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003cth\u003eMetacritic\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$24.99\u003c/td\u003e\u003ctd\u003e129797\u003c/td\u003e\u003ctd\u003e85\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cp class=\"discord-embed-image\"\u003e\u003cimg src=\"mxc://matrix.theocloud.dev/lGNsKGQIRdTtyIjUzheOBSjA\" alt=\"\" title=\"Embed image\"\u003e\u003c/p\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.278986527Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477042374713671802","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":483.186783,"event_ids":{"":"$jSfyhN1bE0BOcIeoVI2yKGHmCnP9XvlXPiE_PAuaoI8"},"time":"2026-03-06T19:14:17.279119507Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"330","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.282595555Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"330","time":"2026-03-06T19:14:17.282678527Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Va2JntpE7OUspxdnfsKfnYUGCqLApdyK6tM92PIb6Pc","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457282,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.282891197Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1168,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457060517375_55?ts=1742909518990&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":251.91087,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"müssen alle oder einer","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.312555218Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354085408136237076","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":275.262409,"event_ids":{"":"$v4dgo97aoKgj-MmUqEm3t0KEiZvEfXxKYTc_7IAejqk"},"time":"2026-03-06T19:14:17.312636794Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1177,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":150.201724,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:17.32919478Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1181,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.582716,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.334854096Z","message":"Request completed"} +{"level":"debug","transaction_id":"331","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.3367251Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"331","time":"2026-03-06T19:14:17.336961376Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$jSfyhN1bE0BOcIeoVI2yKGHmCnP9XvlXPiE_PAuaoI8","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457337,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.337049377Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1171,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457099949251_56?ts=1753257855916&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":240.584206,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"MAJA SCHUMMELT!!!!!!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.340679218Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397489479098568716","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":257.076121,"event_ids":{"":"$9d65YRz67ybzwF07rpeZe3l-eLm1hA5nknRbR9ixsPY"},"time":"2026-03-06T19:14:17.340778044Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1173,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457125767409_48?ts=1772722480777&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":229.145795,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja geht noch nicht, aber denke das ist gerade einfach server fehler","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.355073003Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479130033011425421","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":243.947528,"event_ids":{"":"$0Mk0tXqPzhUtB2ECQV0RGgbkszNyefczNsY0--hhj3A"},"time":"2026-03-06T19:14:17.355164636Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1185,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":15.501483,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.356922146Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1186,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.783151,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.365462733Z","message":"Request completed"} +{"level":"debug","transaction_id":"332","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.367694612Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"332","time":"2026-03-06T19:14:17.367773813Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$v4dgo97aoKgj-MmUqEm3t0KEiZvEfXxKYTc_7IAejqk","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457367,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.367968672Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$9d65YRz67ybzwF07rpeZe3l-eLm1hA5nknRbR9ixsPY","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457367,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.367976425Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$0Mk0tXqPzhUtB2ECQV0RGgbkszNyefczNsY0--hhj3A","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457367,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.368001638Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1175,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457157543459_57?ts=1756214354927&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":239.686733,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"danke","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.397370296Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1409889934726398022","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":250.688002,"event_ids":{"":"$ya4Rj3No5hg11jZJ5mTSbCsUROXm3i4wvDL4p-qsxmM"},"time":"2026-03-06T19:14:17.397447053Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1189,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.798586,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.408817508Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1182,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":101.489143,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<58531 bytes>","time":"2026-03-06T19:14:17.415460901Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1183,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":92.06987,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:17.421448685Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479151914607313128","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:17.421528584Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479151914607313128","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":251.904444,"time":"2026-03-06T19:14:17.421589906Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"333","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.42738262Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"333","time":"2026-03-06T19:14:17.42747991Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ya4Rj3No5hg11jZJ5mTSbCsUROXm3i4wvDL4p-qsxmM","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457427,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.42769698Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1191,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.319962,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.429184829Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1192,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.640608,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.436678272Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1180,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457250837804_45?ts=1771919823851&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":234.580847,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"haloo?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.485603732Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1475763445856075786","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":256.406335,"event_ids":{"":"$Ix5zc8pX8FCZ9NunroUxB0CHRKGQrcrtqLkp_HIU4xE"},"time":"2026-03-06T19:14:17.485723931Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1178,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824457222611625_11?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":277.751447,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:17.500446603Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","action":"initial backfill","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:17.500811599Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1195,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":22.999606,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.509514709Z","message":"Request completed"} +{"level":"debug","transaction_id":"334","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.523961994Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"334","time":"2026-03-06T19:14:17.524070109Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Ix5zc8pX8FCZ9NunroUxB0CHRKGQrcrtqLkp_HIU4xE","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457524,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.524250163Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1190,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":136.921783,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:17.546096463Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1184,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457335031076_12?ts=1742909938761&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":216.63307,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"nur einee","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.551843571Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354087168783679509","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":238.96198,"event_ids":{"":"$3fB0yjY15KoMj4oXFFctEyF2PRgY4WxiEVlKy10RVq4"},"time":"2026-03-06T19:14:17.551957553Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1199,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":13.375137,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.566102142Z","message":"Request completed"} +{"level":"debug","transaction_id":"335","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.570930265Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"335","event_id":"$hKY-UM62yC2C9b09Qq2Mm7c9JSQ4oN8_UGD8sXdYo4Y","time":"2026-03-06T19:14:17.570998222Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"335","time":"2026-03-06T19:14:17.571045016Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1188,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457365707041_49?ts=1772722488967&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":223.526359,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"also ich warte jetzt erstmal","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.589411358Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479130067362775291","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":234.057659,"event_ids":{"":"$RRyVd-onPjV5izX_lTTtU87xwib5C4qL941pj5JoNco"},"time":"2026-03-06T19:14:17.589497124Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1187,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457357117983_16?ts=1753257875530&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":241.112073,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich hab literally Josh vorgesagt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.598417932Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397489561365512363","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":257.420374,"event_ids":{"":"$A2MzjI-JONv3kfVzUco-BaBVdBHzDihkpx7OM7aqLzU"},"time":"2026-03-06T19:14:17.598524721Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1201,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":23.886741,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.614040522Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1202,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":22.290078,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.621458815Z","message":"Request completed"} +{"level":"debug","transaction_id":"336","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.624750339Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"336","time":"2026-03-06T19:14:17.624861668Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3fB0yjY15KoMj4oXFFctEyF2PRgY4WxiEVlKy10RVq4","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457625,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.625076153Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1197,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":144.730842,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:17.654686745Z","message":"Request completed"} +{"level":"debug","transaction_id":"337","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.660898792Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"337","time":"2026-03-06T19:14:17.660982533Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$A2MzjI-JONv3kfVzUco-BaBVdBHzDihkpx7OM7aqLzU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457661,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.661214619Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$RRyVd-onPjV5izX_lTTtU87xwib5C4qL941pj5JoNco","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457661,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.661217482Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1198,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":127.335867,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:17.673626212Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1440632365822120017","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:17.673755071Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1440632365822120017","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":276.091786,"time":"2026-03-06T19:14:17.673854805Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1194,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457436936898_38?ts=1772727701929&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":240.863295,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bodenlos","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.677970049Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479151932110147747","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":256.288092,"event_ids":{"":"$_6YJxOwyRsQLoQYd6oAUG9RamRC_5qu0UkTG9TK8Gr0"},"time":"2026-03-06T19:14:17.6780716Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1196,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":178.403039,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:17.679322335Z","message":"Request completed"} +{"level":"info","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:17.685286163Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"741981427750404108","time":"2026-03-06T19:14:17.685359357Z","message":"Found other user ID"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:17.685552611Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1193,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457429375917_50?ts=1772225306541&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":258.117749,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/1044720/Farthest_Frontier/\n\u003e [**Farthest Frontier**](https://store.steampowered.com/app/1044720/Farthest_Frontier/)\n\u003e \n\u003e Protect and guide your small band of settlers to forge a town from untamed wilderness at the edge of the known world. Harvest raw materials, hunt, fish and farm to sustain your advancing town. Produce crafted items for villagers to trade, consume, equip and fight with as you battle for your survival against the elements and outside threats (paci…\n\u003e \n\u003e PriceRecommendationsMetacritic$34.992237383","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/1044720/Farthest_Frontier/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/1044720/Farthest_Frontier/\"\u003e\u003cstrong\u003eFarthest Frontier\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003eProtect and guide your small band of settlers to forge a town from untamed wilderness at the edge of the known world. Harvest raw materials, hunt, fish and farm to sustain your advancing town. Produce crafted items for villagers to trade, consume, equip and fight with as you battle for your survival against the elements and outside threats (paci…\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003cth\u003eMetacritic\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$34.99\u003c/td\u003e\u003ctd\u003e22373\u003c/td\u003e\u003ctd\u003e83\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003cp class=\"discord-embed-image\"\u003e\u003cimg src=\"mxc://matrix.theocloud.dev/wbXMbssdEuKLwBvwmwmsPmVq\" alt=\"\" title=\"Embed image\"\u003e\u003c/p\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.687868719Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477044733124542589","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":408.671967,"event_ids":{"":"$qemvtHLsrie4dyhd3uzetulpgSUdNd7eSXmwe28pTj4"},"time":"2026-03-06T19:14:17.688085509Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1206,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.783513,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.696233374Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1207,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.053033,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.699917412Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1208,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":18.245445,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_741981427750404108","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:17.704090345Z","message":"Request completed"} +{"level":"debug","transaction_id":"338","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.713939916Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"338","time":"2026-03-06T19:14:17.714014856Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_6YJxOwyRsQLoQYd6oAUG9RamRC_5qu0UkTG9TK8Gr0","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457714,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.714243939Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"339","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.735708342Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"339","time":"2026-03-06T19:14:17.735808077Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qemvtHLsrie4dyhd3uzetulpgSUdNd7eSXmwe28pTj4","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457735,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.736033248Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1205,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":100.480411,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:17.755419286Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1475763526793433124","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:17.755534666Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1475763526793433124","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":269.536744,"time":"2026-03-06T19:14:17.755650534Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1213,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":10.169797,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.766481109Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1200,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457566434311_17?ts=1742916814302&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":225.904207,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich würd jetzt paper abgeben","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.792508863Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354116006892535883","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":240.248893,"event_ids":{"":"$mCaJoGtK_TXtP59wI1ZxY9_oiYRMEic5VtuP1lklqNU"},"time":"2026-03-06T19:14:17.792633811Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1209,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":100.108222,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:17.796721537Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1215,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":18.39791,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.811758709Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1210,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":114.529735,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:17.814915718Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1203,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457614285808_51?ts=1772722492468&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":211.501133,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wird schon nicht an uns liegen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.825971813Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479130082046906520","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":236.245397,"event_ids":{"":"$BoAcjWypPB9BZU9pDwxsvmmKkeWiMyz1w0Jb49tUgU8"},"time":"2026-03-06T19:14:17.826077344Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"340","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.828738822Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"340","time":"2026-03-06T19:14:17.828861815Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mCaJoGtK_TXtP59wI1ZxY9_oiYRMEic5VtuP1lklqNU","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457828,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.829031741Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1204,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457621682659_58?ts=1753257880854&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":213.569231,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"HDF","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.835434597Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397489583695859814","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":236.625827,"event_ids":{"":"$5wh5qjwi3DOYMAU4mEfiInznWpdJTONoGT88bGgZKag"},"time":"2026-03-06T19:14:17.835494941Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1219,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.371015,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.839152299Z","message":"Request completed"} +{"level":"debug","transaction_id":"341","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.856446562Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"341","time":"2026-03-06T19:14:17.856529465Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BoAcjWypPB9BZU9pDwxsvmmKkeWiMyz1w0Jb49tUgU8","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457856,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.856782853Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$5wh5qjwi3DOYMAU4mEfiInznWpdJTONoGT88bGgZKag","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457856,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.856777684Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1216,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":77.784759,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:17.874678318Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1442803574152364223","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:17.874783291Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1442803574152364223","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":200.82037,"time":"2026-03-06T19:14:17.874909985Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1221,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":6.960965,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.882512172Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1218,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":69.636406,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:17.884699351Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479151936614826044","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:17.884809702Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479151936614826044","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":206.454333,"time":"2026-03-06T19:14:17.884891208Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1223,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":9.879603,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.895363631Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1220,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":74.464878,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:17.913932026Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1214,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457766718712_46?ts=1771923142245&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":156.919848,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"halo!ß","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.923836283Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1475777364209438750","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":168.057169,"event_ids":{"":"$53AI8_fp9rUAyUpSjTX6EkytmI9PDp9e-Sto9pYXxro"},"time":"2026-03-06T19:14:17.92396179Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1226,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":11.982901,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.936807243Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","action":"initial backfill","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","limit":100,"count":11,"time":"2026-03-06T19:14:17.943626848Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","action":"initial backfill","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","limit":100,"count":11,"found_all":false,"time":"2026-03-06T19:14:17.943731821Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","action":"initial backfill","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:17.943822895Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","transaction_id":"342","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.952302929Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"342","time":"2026-03-06T19:14:17.952402035Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$53AI8_fp9rUAyUpSjTX6EkytmI9PDp9e-Sto9pYXxro","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824457952,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:17.95259487Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1217,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457811926470_18?ts=1742916825343&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":157.502612,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"code trau ich mich nicht, muss jemand anderes machen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:17.969561712Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354116053201977404","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":176.611096,"event_ids":{"":"$BwU39dMYu3A3WWkIWtrMKP4ypt_K-jKeQ4KCqhocmp8"},"time":"2026-03-06T19:14:17.969642939Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1229,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":14.839937,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:17.985002712Z","message":"Request completed"} +{"level":"debug","transaction_id":"343","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:17.987502994Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"343","time":"2026-03-06T19:14:17.98758897Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1212,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":280.687755,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38316 bytes>","time":"2026-03-06T19:14:17.999535973Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1228,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/typing/@discord_311538896066314240:matrix.theocloud.dev?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":65.679774,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.0102101Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1231,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":14.642913,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.014465378Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1225,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":102.021061,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:18.01612462Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479130514437701874","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:18.016188526Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479130514437701874","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":189.754776,"time":"2026-03-06T19:14:18.016247263Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"344","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.021508827Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"344","time":"2026-03-06T19:14:18.021565958Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BwU39dMYu3A3WWkIWtrMKP4ypt_K-jKeQ4KCqhocmp8","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458021,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.021725059Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1235,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":17.040247,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.033673388Z","message":"Request completed"} +{"level":"debug","transaction_id":"345","content":{"pdu":0,"unstable_edu":3,"unstable_to_device":0},"time":"2026-03-06T19:14:18.054913319Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"345","time":"2026-03-06T19:14:18.054997339Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1222,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457882753686_59?ts=1772736209244&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":179.096293,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"WIE KONNTEST DU KAUFEN","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.062030312Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187614375608391","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":186.924071,"event_ids":{"":"$QcoHwzVBRu4O8G2TUZkUdU5Wj5Sh-67zUkqSqdDLGiw"},"time":"2026-03-06T19:14:18.062108395Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1237,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":11.541149,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.074181673Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1224,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457895595926_39?ts=1772727710400&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":188.62871,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"yippie","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.084413909Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479151967639965737","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":199.405575,"event_ids":{"":"$eBhslxTs8bJVhMEqBY9kprbBz-RVbasVy4TE03xO6JY"},"time":"2026-03-06T19:14:18.084519021Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"346","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.089762776Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"346","time":"2026-03-06T19:14:18.089841977Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QcoHwzVBRu4O8G2TUZkUdU5Wj5Sh-67zUkqSqdDLGiw","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458090,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.090052901Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1239,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.944631,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.100126315Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1232,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":105.964563,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22503 bytes>","time":"2026-03-06T19:14:18.111193655Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1241,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":15.217574,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.126885528Z","message":"Request completed"} +{"level":"debug","transaction_id":"347","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.132393216Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"347","time":"2026-03-06T19:14:18.13247123Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$eBhslxTs8bJVhMEqBY9kprbBz-RVbasVy4TE03xO6JY","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458132,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.132711627Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1227,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457937121114_47?ts=1771923142638&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":213.858796,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.151155633Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1475777365857796161","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":226.754955,"event_ids":{"":"$aNSj2amkGkomueN6xk1v3wIH48MMgIfmNCtDQTZsxss"},"time":"2026-03-06T19:14:18.151227082Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"348","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.175482101Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"348","time":"2026-03-06T19:14:18.17554901Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$aNSj2amkGkomueN6xk1v3wIH48MMgIfmNCtDQTZsxss","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458175,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.175772226Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1230,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824457985303662_48?ts=1742916856278&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":228.824939,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"möchte er .zip und github link?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.214379684Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354116182952902736","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":244.596782,"event_ids":{"":"$osG7EZ2J-azctoSeC8qPDC2OhxqjcTWgKlhvjAeu8HI"},"time":"2026-03-06T19:14:18.21450994Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1243,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":20.866484,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.236203496Z","message":"Request completed"} +{"level":"debug","transaction_id":"349","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.244407374Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"349","time":"2026-03-06T19:14:18.244678501Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1240,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":159.287429,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:18.259805909Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1234,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458014666524_52?ts=1772228761076&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":255.744998,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/","com.beeper.linkpreviews":[{"og:title":"Latest Visual C++ Redistributable Runtimes All-in-One Dec 2025 Down...","og:description":"This archive contains the latest version (December 2025) of all VCRedist Visual Studio C++ runtimes, installable with a single click by running the i","og:image":"mxc://matrix.theocloud.dev/fmjRkGmmDGqSriqAsYjThkDc","matrix:image:size":38316,"og:image:width":1200,"og:image:height":630,"og:image:type":"image/png","matched_url":"https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.27061141Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477059222494777476","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":582.2656,"event_ids":{"":"$VvJG37RAhymcQ_WuH55hOEJpwGzDXyyLCTKwwoSg16A"},"time":"2026-03-06T19:14:18.270751933Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1236,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458033930059_53?ts=1772722605460&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":240.36057,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gleichen von vorhin","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.274455527Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479130555969699895","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":258.187661,"event_ids":{"":"$6WJ4qpQeDJFd-1qTkUVjX_u7vo42FQrjFQhNxjam--E"},"time":"2026-03-06T19:14:18.274575935Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1233,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458010423748_1?ts=1771239798329&user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":271.57425,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wir haben am 7. April unseren Vortrag","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.282172395Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","message_id":"1472911212089053406","message_type":0,"author_id":"311538896066314240","action":"discord message create","handling_time":338.204228,"event_ids":{"":"$nxh8L3szwTlCL8QBaODdPRfGpNX_5G1SzPuYKImxlQQ"},"time":"2026-03-06T19:14:18.282294758Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1246,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.755575,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.293410848Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1247,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.484168,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.295801059Z","message":"Request completed"} +{"level":"debug","transaction_id":"350","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.297598658Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"350","time":"2026-03-06T19:14:18.297715993Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$osG7EZ2J-azctoSeC8qPDC2OhxqjcTWgKlhvjAeu8HI","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458297,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.297923075Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$VvJG37RAhymcQ_WuH55hOEJpwGzDXyyLCTKwwoSg16A","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458297,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.29793837Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1248,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/typing/@discord_311538896066314240:matrix.theocloud.dev?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":17.540527,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.300518692Z","message":"Request completed"} +{"level":"debug","transaction_id":"351","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.323983865Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"351","time":"2026-03-06T19:14:18.324103575Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6WJ4qpQeDJFd-1qTkUVjX_u7vo42FQrjFQhNxjam--E","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458324,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.324316733Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$nxh8L3szwTlCL8QBaODdPRfGpNX_5G1SzPuYKImxlQQ","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458324,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.324388322Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1238,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458074378209_60?ts=1772736212174&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":253.474009,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"frech","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.327999305Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187626664661072","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":265.720914,"event_ids":{"":"$HDqJhwW8-kOpWKUV7YJaFRU4gt7OSH_mcQ9HmQpzdU4"},"time":"2026-03-06T19:14:18.328110354Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1252,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.905306,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.340922492Z","message":"Request completed"} +{"level":"debug","transaction_id":"352","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.356985577Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"352","time":"2026-03-06T19:14:18.357081749Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HDqJhwW8-kOpWKUV7YJaFRU4gt7OSH_mcQ9HmQpzdU4","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458357,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.357290438Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1245,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":107.804626,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:18.367815243Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479151977706553365","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:18.367919308Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479151977706553365","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":283.201027,"time":"2026-03-06T19:14:18.368043068Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1242,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458127060622_9?ts=1753277526753&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":251.665304,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 3 day streak!** 🔥 Here are yesterday's results:\n👑 5/6: @Maja\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 3 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 5/6: @Maja\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$PB3dw_8wt-vSNpfGwMn0tzcVAgN7QXMdfQCswSxizmg"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.378987276Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1254,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.239223,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.38183181Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1255,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":18.671972,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.397904882Z","message":"Request completed"} +{"level":"debug","transaction_id":"353","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.408674834Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"353","time":"2026-03-06T19:14:18.408788886Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$yGiZevJxFnVrf-Dv-QkMDJ4k-2UJhMLvQw52kSsI7c8","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458408,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.408965866Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1244,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458236525748_19?ts=1742916883992&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":217.747542,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich denke nur zip","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.454464169Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354116299193716871","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":239.566814,"event_ids":{"":"$7Hp3MnODIbEru3rOnlyxfrsfGV3LHDiLwgpUZjaslJE"},"time":"2026-03-06T19:14:18.454566767Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1253,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":114.320068,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:18.455573612Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1258,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":13.394622,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.468645354Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1256,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":111.511154,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:18.493721718Z","message":"Request completed"} +{"level":"debug","transaction_id":"354","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.495840801Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"354","time":"2026-03-06T19:14:18.495926637Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$7Hp3MnODIbEru3rOnlyxfrsfGV3LHDiLwgpUZjaslJE","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458496,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.496150901Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1249,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458293664655_54?ts=1772231280319&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":211.767021,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"WINEDLLOVERRIDES=\"OnlineFix64=n;SteamOverlay64=n;winmm=n,b;dnet=n;steam_api64=n;winhttp=n,b\" %command%","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"WINEDLLOVERRIDES=\u0026quot;OnlineFix64=n;SteamOverlay64=n;winmm=n,b;dnet=n;steam_api64=n;winhttp=n,b\u0026quot; %command%","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.505636384Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477069788965765294","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":234.494382,"event_ids":{"":"$i2gO003nQqJyrKwK315MFMsaiFu6vQuGvMgNTbUMCic"},"time":"2026-03-06T19:14:18.505745268Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1250,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458295942279_55?ts=1772722613457&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":211.951126,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Kannst du mir eine DIrect Message schicken?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.508030366Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479130589511548990","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":233.18491,"event_ids":{"":"$FPA17BYHyzfB2ncx3t2TgLHWAI3RNxhkBz4ZoP0s100"},"time":"2026-03-06T19:14:18.508184159Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1251,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458300751057_2?ts=1771248131351&user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":208.475776,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Würdet ihr Melvin und Valentin noch mit aufnehmen wollen? Die hatten mich vorhin angeschrieben und von mir aus gerne...","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.509405071Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","message_id":"1472946163316559895","message_type":0,"author_id":"311538896066314240","action":"discord message create","handling_time":226.843445,"event_ids":{"":"$JlvLi9W-Wy-anU8biKTO6c_CzK5zL2j36A_pCU98YYQ"},"time":"2026-03-06T19:14:18.509500335Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1262,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.26591,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.526602672Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1264,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.056451,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.527218122Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1263,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.627833,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.529567964Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1211,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":827.875861,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"state_key":"fi.mau.discord://discord/dm/741982362241597471","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_741981427750404108:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"741982362241597471","external_url":"https://discord.com/channels/@me/741982362241597471"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/741982362241597471","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_741981427750404108:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"741982362241597471","external_url":"https://discord.com/channels/@me/741982362241597471"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:14:18.532498195Z","message":"Request completed"} +{"level":"info","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","time":"2026-03-06T19:14:18.533108546Z","message":"Matrix room created"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:14:18.535711007Z","message":"Unhandled event"} +{"level":"debug","transaction_id":"355","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.550634057Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"355","time":"2026-03-06T19:14:18.550710255Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$i2gO003nQqJyrKwK315MFMsaiFu6vQuGvMgNTbUMCic","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458550,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.550918454Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1259,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.405909,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:18.575267062Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187714845839470","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:18.575415407Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187714845839470","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":246.837459,"time":"2026-03-06T19:14:18.575503059Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"356","content":{"pdu":8,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.577452635Z","message":"Starting handling of transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FPA17BYHyzfB2ncx3t2TgLHWAI3RNxhkBz4ZoP0s100","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458577,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.577801777Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$JlvLi9W-Wy-anU8biKTO6c_CzK5zL2j36A_pCU98YYQ","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458577,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.577801777Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"356","time":"2026-03-06T19:14:18.57791541Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1269,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":11.76192,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.587841178Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1261,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":130.32253,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:18.624269349Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479152038339150122","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:18.624398627Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479152038339150122","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":256.248142,"time":"2026-03-06T19:14:18.624531747Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1257,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458398151495_10?ts=1753277526753&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":246.478261,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 solved game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22503,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/xPkhxYxhRILExMcnuTbdxoRw"},"time":"2026-03-06T19:14:18.64554895Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397571984568615052","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":810.220304,"event_ids":{"":"$yGiZevJxFnVrf-Dv-QkMDJ4k-2UJhMLvQw52kSsI7c8","1397571984283406476":"$9V5q7Q9e_5YfjYEHM_TLWWAeIxUIML1u0rPR7n3Qpm0"},"time":"2026-03-06T19:14:18.646034424Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1271,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":32.253422,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.65735089Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1267,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":142.830854,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:18.672695787Z","message":"Request completed"} +{"level":"debug","transaction_id":"357","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.675455812Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"357","time":"2026-03-06T19:14:18.675556036Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$9V5q7Q9e_5YfjYEHM_TLWWAeIxUIML1u0rPR7n3Qpm0","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458675,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:18.675782534Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1266,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":154.212903,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:18.681794274Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1260,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458468894412_20?ts=1742916903843&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":330.610911,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"kannst ihm den link dazuschreiben, dann freut er sich vielleicht über die readme","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.799695643Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354116382454845592","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":344.872275,"event_ids":{"":"$zoQ_ujgx_Y5AToBZozHKSrtVQ0i2fwHIS4AXQkwtL5w"},"time":"2026-03-06T19:14:18.799813816Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1276,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":13.23636,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.81386272Z","message":"Request completed"} +{"level":"debug","transaction_id":"358","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.837885654Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"358","time":"2026-03-06T19:14:18.838004874Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$zoQ_ujgx_Y5AToBZozHKSrtVQ0i2fwHIS4AXQkwtL5w","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458838,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.83822376Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1265,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458526799767_56?ts=1772273156413&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":319.441183,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:18.846401377Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477245430034333797","message_type":3,"author_id":"122672447207112706","action":"discord message create","handling_time":340.429122,"event_ids":{"":"$VM8Dnpitr3xCFQXm1QtLkPIza1OkSJ03x1wMn6E7kFQ"},"time":"2026-03-06T19:14:18.846522065Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1272,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":216.387714,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1952375 bytes>","time":"2026-03-06T19:14:18.864269395Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1278,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":23.849306,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.871128181Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1274,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":204.145209,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:18.877050174Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131142169825301","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:18.87715787Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131142169825301","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":368.646012,"time":"2026-03-06T19:14:18.877278697Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1279,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.020416,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.884763759Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1268,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":358.256142,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:18.891604247Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1281,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":16.693621,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.894882781Z","message":"Request completed"} +{"level":"debug","transaction_id":"359","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.898102927Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"359","time":"2026-03-06T19:14:18.898207201Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$VM8Dnpitr3xCFQXm1QtLkPIza1OkSJ03x1wMn6E7kFQ","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458898,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:18.898443268Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1270,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458588006495_61?ts=1772736239836&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":335.943435,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"komplett tot","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.924077252Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187742687756409","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":348.410972,"event_ids":{"":"$B9s1bWgKFDsfZlo6vCnQi3SYO4WZI5inhypObEhk51g"},"time":"2026-03-06T19:14:18.924167838Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"360","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.933847622Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"360","time":"2026-03-06T19:14:18.933958182Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$B9s1bWgKFDsfZlo6vCnQi3SYO4WZI5inhypObEhk51g","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458934,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.934196134Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1285,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":11.789019,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.936591025Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1273,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458657583535_40?ts=1772728491895&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":304.142591,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wowie","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:18.96186141Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479155245467566314","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":337.192982,"event_ids":{"":"$qmhpUmRbmX0cA0qsssGLHk3l2zBL58EiO4zfy8QThSo"},"time":"2026-03-06T19:14:18.961953393Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1288,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.776305,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:18.971379929Z","message":"Request completed"} +{"level":"debug","transaction_id":"361","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:18.986221263Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"361","time":"2026-03-06T19:14:18.986314363Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qmhpUmRbmX0cA0qsssGLHk3l2zBL58EiO4zfy8QThSo","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824458986,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:18.986485197Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1282,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":122.732425,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.007801115Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1277,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458814144254_21?ts=1742916937878&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":249.906956,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"und beim code muss auch die exe dazu? letztes mal waren das zwei abgaben oder nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.064221904Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354116525207851028","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":264.12851,"event_ids":{"":"$ITMV0nNJ93wlyt8368ofm0vI2ciLlSU7JXCJAY7r9KQ"},"time":"2026-03-06T19:14:19.064367805Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1287,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":126.443841,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24627 bytes>","time":"2026-03-06T19:14:19.067903358Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1291,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":25.473487,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.090582667Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1292,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":23.984451,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.092512408Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1275,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":422.979216,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.104926725Z","message":"Request completed"} +{"level":"debug","transaction_id":"362","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.113539738Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"362","time":"2026-03-06T19:14:19.113620825Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ITMV0nNJ93wlyt8368ofm0vI2ciLlSU7JXCJAY7r9KQ","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459113,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.113830701Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1280,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458871288958_41?ts=1772280446990&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":253.20288,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hat das game jetzt funktioniert?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.12461958Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477276008930480138","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":277.76814,"event_ids":{"":"$mOIqDfAuCarAMSCRS_NclowWiKMLDTrkK9jzznJRMhY"},"time":"2026-03-06T19:14:19.124701016Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1284,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458895113470_57?ts=1772722746436&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":232.87921,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich bekomme alles","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.128139419Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131147265904752","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":250.683322,"event_ids":{"":"$ZkCq8yeHOMdxV8iDO5BhSa9qVydKHAjmszEOI7Rf_x0"},"time":"2026-03-06T19:14:19.128221064Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1296,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.058474,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.140300627Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1297,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":14.906218,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.143738332Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1289,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":176.355405,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.148038588Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1290,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":141.939736,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.149919718Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1475777474188017675","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"video_https://cdn.discordapp.com/attachments/1167763580809134111/1448432282489720964/jynxi_moredaddy_short.gif","time":"2026-03-06T19:14:19.150002831Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1475777474188017675","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":998.600375,"time":"2026-03-06T19:14:19.150098235Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"363","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.152392971Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"363","time":"2026-03-06T19:14:19.152593349Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1301,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.518309,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.16007436Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1286,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824458936769471_62?ts=1772736249517&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":246.418127,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"warum ich nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.18339496Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187783292551350","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":259.005932,"event_ids":{"":"$72rkQQvLNnA-kFufgZ4RSSlHTUMnq20PKC9HG6lo4g4"},"time":"2026-03-06T19:14:19.183519628Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"364","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.187246689Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"364","time":"2026-03-06T19:14:19.187363046Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mOIqDfAuCarAMSCRS_NclowWiKMLDTrkK9jzznJRMhY","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459187,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.187547081Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$ZkCq8yeHOMdxV8iDO5BhSa9qVydKHAjmszEOI7Rf_x0","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459187,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.18758703Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1303,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.441912,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.203735113Z","message":"Request completed"} +{"level":"debug","transaction_id":"365","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.225257066Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"365","time":"2026-03-06T19:14:19.225362458Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$72rkQQvLNnA-kFufgZ4RSSlHTUMnq20PKC9HG6lo4g4","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459225,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.225560321Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1300,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":105.306579,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.253496096Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479155538615865507","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:19.253582351Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479155538615865507","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":291.392542,"time":"2026-03-06T19:14:19.253661622Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1283,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":374.178843,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:19.266108625Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1305,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.400559,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.267566721Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1306,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_741981427750404108:matrix.theocloud.dev/displayname?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":22.863204,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:19.289497461Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1302,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":135.87771,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.296255046Z","message":"Request completed"} +{"level":"debug","transaction_id":"366","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.331971245Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"366","time":"2026-03-06T19:14:19.332285465Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1293,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459090773546_49?ts=1742918451385&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":263.811217,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://moodle.hwr-berlin.de/mod/assign/view.php?id=1889256\u0026action=view\nabgegeben!","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://moodle.hwr-berlin.de/mod/assign/view.php?id=1889256\u0026amp;action=view\u003cbr\u003e\nabgegeben!","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.354755527Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354122873316577361","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":290.061489,"event_ids":{"":"$h8WPIu-_2RfcJOphPIOf1AFJKOY6sFFfgR6rTDYJAv4"},"time":"2026-03-06T19:14:19.354862455Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1294,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459092687433_11?ts=1753344496005&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":263.392792,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 4 day streak!** 🔥 Here are yesterday's results:\n👑 2/6: Maja\n6/6: lagopodus\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 4 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 2/6: \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e\u003cbr\u003e\n6/6: \u003ca href=\"https://matrix.to/#/@discord_1142482369744482355:matrix.theocloud.dev\"\u003elagopodus\u003c/a\u003e\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_1142482369744482355:matrix.theocloud.dev","@discord_769998429991600219:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$5DIJ2ApCpt6Qq0xO5VQDuLuchFbX0cX-B812Uh218x8"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.35641421Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1304,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":165.402047,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.369458155Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1310,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":21.893584,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.377437211Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1311,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":21.266401,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.377947897Z","message":"Request completed"} +{"level":"debug","transaction_id":"367","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.400482423Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"367","time":"2026-03-06T19:14:19.400574615Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$h8WPIu-_2RfcJOphPIOf1AFJKOY6sFFfgR6rTDYJAv4","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459400,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.400823323Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1298,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459140478795_13?ts=1772280546027&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":272.327708,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.412929635Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477276424321765448","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":288.019512,"event_ids":{"":"$yBmXor7GmnvutZKagWpMmxwzypJhRKfO3vAtA38njB8"},"time":"2026-03-06T19:14:19.413012887Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1299,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459143886886_58?ts=1772722750841&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":280.806625,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber kriege immer den gleichen error","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.424816085Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131165741940758","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":296.331645,"event_ids":{"":"$6vvZwOT-iOyzdDFXElW9cHW-Py4oCvtO7JzQNg-QIZ0"},"time":"2026-03-06T19:14:19.424901502Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1315,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":20.144874,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.433739896Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1316,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.657236,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.445142548Z","message":"Request completed"} +{"level":"debug","transaction_id":"368","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.452805289Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"368","time":"2026-03-06T19:14:19.452919201Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$cqGsacARaC_MP9G9dyvI1RN3LRGIBE7n98gLodMOcPM","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459453,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.453140531Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1309,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":161.231348,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.457653667Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476512564669055130","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:19.457730493Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476512564669055130","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":307.527774,"time":"2026-03-06T19:14:19.457795307Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1319,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.462161,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.472698661Z","message":"Request completed"} +{"level":"debug","transaction_id":"369","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.489415119Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"369","time":"2026-03-06T19:14:19.489504797Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$yBmXor7GmnvutZKagWpMmxwzypJhRKfO3vAtA38njB8","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459489,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.489732413Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$6vvZwOT-iOyzdDFXElW9cHW-Py4oCvtO7JzQNg-QIZ0","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459489,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.489735206Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1295,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":391.120194,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.496353875Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1312,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":131.320226,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.5009379Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187833951490219","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:19.501022409Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187833951490219","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":317.181787,"time":"2026-03-06T19:14:19.501094277Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1322,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.024956,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.522622376Z","message":"Request completed"} +{"level":"debug","transaction_id":"370","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.550262369Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"370","time":"2026-03-06T19:14:19.550512335Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1307,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459267822693_42?ts=1772728565965&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":290.923482,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"haha","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.558932793Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479155556139929762","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":305.173951,"event_ids":{"":"$U9T-FZ4yyUk94I3VoMVQz3Wxb7li3PimM45Qd1ZKuYY"},"time":"2026-03-06T19:14:19.559019118Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1324,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.427031,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.574004886Z","message":"Request completed"} +{"level":"debug","transaction_id":"371","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.593803762Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"371","time":"2026-03-06T19:14:19.593878563Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$U9T-FZ4yyUk94I3VoMVQz3Wxb7li3PimM45Qd1ZKuYY","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459593,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.594047791Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1318,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":154.620641,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.600061137Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1320,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":132.103925,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.605095365Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1313,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459377622013_50?ts=1742918460642&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":252.449003,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"funktioniert der link auch bei euch?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.630248067Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354122912142983280","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":275.153036,"event_ids":{"":"$gVDCp_-rkC02-yMZHfGzC9KvU1lp1wOc_CaVFtGnW9A"},"time":"2026-03-06T19:14:19.630386284Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1314,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459378183126_12?ts=1753344496005&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":253.301847,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 solved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24627,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/aWCpajAUSMfJrRIytIyUckMS"},"time":"2026-03-06T19:14:19.63171203Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397852873970417684","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":985.322388,"event_ids":{"":"$cqGsacARaC_MP9G9dyvI1RN3LRGIBE7n98gLodMOcPM","1397852864507809923":"$sx6B7vcLsxzWIC2lp2Udk_NuFTWbZlT-WpjLKFXNVFk"},"time":"2026-03-06T19:14:19.631842285Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1323,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":125.108178,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.648047988Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1328,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":21.832612,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.652949515Z","message":"Request completed"} +{"level":"debug","transaction_id":"372","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.677870271Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"372","time":"2026-03-06T19:14:19.677945212Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gVDCp_-rkC02-yMZHfGzC9KvU1lp1wOc_CaVFtGnW9A","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459678,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.678149849Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1317,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459433937550_43?ts=1772280552073&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":262.166992,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"tooop","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.696226206Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477276449680392273","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":282.988496,"event_ids":{"":"$FuPiDZDjqsNQNhvgSTAoF8auNO3wdy9EZ56lFrPTXYs"},"time":"2026-03-06T19:14:19.696310087Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1331,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.265143,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.71724774Z","message":"Request completed"} +{"level":"debug","transaction_id":"373","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.730787215Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"373","time":"2026-03-06T19:14:19.730897566Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$sx6B7vcLsxzWIC2lp2Udk_NuFTWbZlT-WpjLKFXNVFk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459731,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:19.731077549Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1325,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":160.722128,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.735137478Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1326,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":137.028641,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.737275279Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131236885725334","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:19.737412728Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131236885725334","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":312.301071,"time":"2026-03-06T19:14:19.737504291Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1308,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_741981427750404108:matrix.theocloud.dev/displayname?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":451.221179,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"theosTablet"},"time":"2026-03-06T19:14:19.740877182Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1327,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":136.729925,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.742045852Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476512608264781904","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:19.742124564Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476512608264781904","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":284.226241,"time":"2026-03-06T19:14:19.742207118Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1334,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":14.810464,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.752843461Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1335,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.639765,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.753369233Z","message":"Request completed"} +{"level":"debug","transaction_id":"374","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.761562635Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"374","time":"2026-03-06T19:14:19.761789762Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FuPiDZDjqsNQNhvgSTAoF8auNO3wdy9EZ56lFrPTXYs","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459761,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.761838302Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1329,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.316302,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.767553352Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187888469049570","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:19.767662446Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187888469049570","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":266.434211,"time":"2026-03-06T19:14:19.767734314Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1338,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.777143,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.777051686Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1321,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459496663765_14?ts=1771248291972&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":286.520348,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hab schon den beiden abgesagt, weil ich null Bock auf so eine große Gruppe hab","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.783347195Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","message_id":"1472946837009862747","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1273.559389,"event_ids":{"":"$0GAcXS2MZSNFpPUltZCR2lihs4OcbOCXWnIizv605WA"},"time":"2026-03-06T19:14:19.783425977Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1340,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/typing/@discord_311538896066314240:matrix.theocloud.dev?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":10.690889,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.794703402Z","message":"Request completed"} +{"level":"debug","transaction_id":"375","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.805884724Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"375","time":"2026-03-06T19:14:19.805978173Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0GAcXS2MZSNFpPUltZCR2lihs4OcbOCXWnIizv605WA","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459806,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.806200481Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1333,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":81.11302,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.816436139Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479156176687071252","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:19.816532522Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479156176687071252","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":257.341452,"time":"2026-03-06T19:14:19.816645247Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1342,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.19033,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.826554113Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1337,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":87.5853,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.84135445Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1330,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459653109803_51?ts=1742918463317&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":202.613848,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das wäre lustig","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.855895603Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354122923362750464","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":225.226108,"event_ids":{"":"$bHZHYplREcvFm95DSDIgJ3foQc7gvGavkCfCQy7D4so"},"time":"2026-03-06T19:14:19.856017547Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1345,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.68475,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.872613598Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1339,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":98.950727,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.87630043Z","message":"Request completed"} +{"level":"debug","transaction_id":"376","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.892311761Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"376","time":"2026-03-06T19:14:19.892410099Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bHZHYplREcvFm95DSDIgJ3foQc7gvGavkCfCQy7D4so","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459892,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.892631499Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1332,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459717537306_15?ts=1772280560520&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":195.54777,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"musste eine start option reinmachen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.913225179Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477276485109940337","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":216.6682,"event_ids":{"":"$mILrjvl-QOUEFNNi1vbk8LFHgiKjF0y6QMkinV3mT-0"},"time":"2026-03-06T19:14:19.913384419Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1349,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":16.693131,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.930725826Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1336,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459753013317_59?ts=1772722773147&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":179.149024,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"liegt nicht an uns","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.932301117Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131259300090047","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":194.672926,"event_ids":{"":"$7ow5GcIuWGbVAeEXo8b1KPZ0x0SoJWRyUwo6e89CDV0"},"time":"2026-03-06T19:14:19.932405951Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1343,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":113.871611,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:19.940760618Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1351,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":11.320866,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.94427452Z","message":"Request completed"} +{"level":"debug","transaction_id":"377","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.946660959Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"377","time":"2026-03-06T19:14:19.946747494Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mILrjvl-QOUEFNNi1vbk8LFHgiKjF0y6QMkinV3mT-0","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459946,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.94694843Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1344,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":107.554591,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.949085952Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476512649087815700","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:19.949175839Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476512649087815700","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":206.855925,"time":"2026-03-06T19:14:19.949244074Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1348,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":91.824515,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:19.968392789Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187895028813835","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:19.968503698Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187895028813835","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":200.612728,"time":"2026-03-06T19:14:19.968599591Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"378","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:19.969316033Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"378","time":"2026-03-06T19:14:19.969425546Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$7ow5GcIuWGbVAeEXo8b1KPZ0x0SoJWRyUwo6e89CDV0","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824459969,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:19.969633326Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1354,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.031439,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:19.978161552Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1341,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459794885132_3?ts=1771248448483&user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":194.505933,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"achso","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:19.989537734Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","message_id":"1472947493464445115","message_type":0,"author_id":"311538896066314240","action":"discord message create","handling_time":205.868426,"event_ids":{"":"$MHfHbmnN65C1j-I0r6oPpVX4P1D60Nl4Im5LWYsBXA4"},"time":"2026-03-06T19:14:19.989645919Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1346,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":119.878672,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<25469 bytes>","time":"2026-03-06T19:14:19.992089489Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1356,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":12.801522,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.003396667Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1357,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":16.110019,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.008810348Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1352,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":72.969067,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:20.013882291Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479164099450376282","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:20.013955835Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479164099450376282","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":197.124807,"time":"2026-03-06T19:14:20.014021696Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"379","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.016124575Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"379","time":"2026-03-06T19:14:20.01619337Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MHfHbmnN65C1j-I0r6oPpVX4P1D60Nl4Im5LWYsBXA4","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460016,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.016409811Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1360,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.200527,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.023665511Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1347,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459872792324_16?ts=1742918466803&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":183.120671,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jippieee danke alex","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.056055125Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354122937984352357","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":199.551336,"event_ids":{"":"$VrpRjiB8onOglDCui_q-a8_7aS6dMPplHB7IYY9ZdFM"},"time":"2026-03-06T19:14:20.056128669Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1363,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.891342,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.072515402Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1355,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":101.83102,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:20.080359802Z","message":"Request completed"} +{"level":"debug","transaction_id":"380","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.08932957Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"380","time":"2026-03-06T19:14:20.08942253Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$VrpRjiB8onOglDCui_q-a8_7aS6dMPplHB7IYY9ZdFM","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460089,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.089599091Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1350,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459930899244_44?ts=1772280565325&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":178.606559,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"i see","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.109650027Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477276505263444221","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":196.00356,"event_ids":{"":"$xAREYho4OxBpKPnihseJGCtWvXWUX937jJPZxWtovho"},"time":"2026-03-06T19:14:20.109747737Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1362,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":81.258153,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<29938 bytes>","time":"2026-03-06T19:14:20.110694588Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1366,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.291186,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.123575171Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1367,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_741981427750404108:matrix.theocloud.dev/avatar_url?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":15.382891,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:20.126349235Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1353,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824459944454015_60?ts=1772722775579&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":188.431195,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bin ich mir sicher","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.133021123Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131269500768256","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":200.419964,"event_ids":{"":"$VTNHfbzoxgX0VLKsWwMVXVV8guPnWfo7T_d39ZiCa0A"},"time":"2026-03-06T19:14:20.133101232Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1361,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":113.398639,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:20.137435502Z","message":"Request completed"} +{"level":"debug","transaction_id":"381","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.142380331Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"381","time":"2026-03-06T19:14:20.142439977Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xAREYho4OxBpKPnihseJGCtWvXWUX937jJPZxWtovho","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460142,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.142592582Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1370,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":11.153804,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.14479373Z","message":"Request completed"} +{"level":"debug","transaction_id":"382","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.167308839Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"382","time":"2026-03-06T19:14:20.167410739Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$VTNHfbzoxgX0VLKsWwMVXVV8guPnWfo7T_d39ZiCa0A","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460167,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.167586742Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1365,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":92.269618,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:20.172821906Z","message":"Request completed"} +{"level":"error","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187909075796251","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !whjfmmHRLrqVzwMyWf:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:20.172887208Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187909075796251","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":204.137456,"time":"2026-03-06T19:14:20.172933653Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1373,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":8.095552,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.181412989Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1359,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460008983347_13?ts=1753344657883&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":187.077234,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"FloJ and Maja were playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"FloJ and Maja were playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$cqGsacARaC_MP9G9dyvI1RN3LRGIBE7n98gLodMOcPM"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.196289943Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1358,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460003542079_45?ts=1771253298868&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":197.169995,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"same, ich glaube wenn wir zu groß werden wird das stressig sorry 😢","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$0GAcXS2MZSNFpPUltZCR2lihs4OcbOCXWnIizv605WA"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.200870895Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","message_id":"1472967837453778945","message_type":19,"author_id":"316966695430520833","action":"discord message create","handling_time":210.997429,"event_ids":{"":"$aXE6NnpE5nAYc6D06jWM61pDFu9sHMi6wsEqFLVt2Io"},"time":"2026-03-06T19:14:20.200982992Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1375,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":19.809771,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.216348911Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1376,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/typing/@discord_311538896066314240:matrix.theocloud.dev?user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":19.81047,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.221439641Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1371,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":91.802164,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:20.229371693Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479164320586797221","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:20.229448171Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479164320586797221","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":215.373465,"time":"2026-03-06T19:14:20.229555937Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"383","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.233611187Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"383","time":"2026-03-06T19:14:20.233715182Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$iJaDZsKchd17cuZHft2Ajf8OTWytYM5d6PqTa_fMjhc","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460233,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.233896981Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"384","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.25195441Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"384","time":"2026-03-06T19:14:20.252048278Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$aXE6NnpE5nAYc6D06jWM61pDFu9sHMi6wsEqFLVt2Io","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460252,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.252227703Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1364,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460072721018_17?ts=1742918484227&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":193.747866,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja der geht","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"ja der geht","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.266653267Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354123011065647155","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":210.363751,"event_ids":{"":"$XCgmz495Cz2MEiHfgCw3kDVFbiPkUtgjCHZS74am_hI"},"time":"2026-03-06T19:14:20.266772417Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"385","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.307945111Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"385","time":"2026-03-06T19:14:20.308059442Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$XCgmz495Cz2MEiHfgCw3kDVFbiPkUtgjCHZS74am_hI","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460308,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.308284684Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1368,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460123742164_18?ts=1772280579724&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":202.607911,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"du musst es wahrscheinlich einfach neu entpacken","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.326498909Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477276565657354310","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":216.574262,"event_ids":{"":"$ASC1U62zmslx2lbMYr4sub2kzA1RkuYkwN9cAToaHNg"},"time":"2026-03-06T19:14:20.326629863Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1380,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.250398,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.340592442Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1372,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460144950665_61?ts=1772722778087&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":213.96328,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich warte mal","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.359033026Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131280019820594","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":225.742452,"event_ids":{"":"$CaKXy_Qv8vFKtY9wTwgmJ39H_ABftI92ongDvnUhdcI"},"time":"2026-03-06T19:14:20.359150501Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"386","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.374147164Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"386","time":"2026-03-06T19:14:20.374256677Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ASC1U62zmslx2lbMYr4sub2kzA1RkuYkwN9cAToaHNg","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460374,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.374480172Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1382,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.388901,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.378294536Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1374,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21whjfmmHRLrqVzwMyWf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460181502876_63?ts=1772736285797&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":219.888136,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ey","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.401530208Z","message":"Request completed"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","message_id":"1479187935462166548","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":228.551436,"event_ids":{"":"$KwmxkmknJ9qNF_89jMDMwzYQPpw7Mvw4o7UE_uugZGc"},"time":"2026-03-06T19:14:20.401648241Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","action":"initial backfill","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:20.401922721Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","transaction_id":"387","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.410093005Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"387","time":"2026-03-06T19:14:20.410197419Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$CaKXy_Qv8vFKtY9wTwgmJ39H_ABftI92ongDvnUhdcI","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460410,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.410424267Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1377,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460216497186_14?ts=1753344657883&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":226.214725,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":25469,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/tSQIrWDXIOspJVFjmxxcWKbD"},"time":"2026-03-06T19:14:20.443073833Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397853552935702560","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":811.024954,"event_ids":{"":"$iJaDZsKchd17cuZHft2Ajf8OTWytYM5d6PqTa_fMjhc","1397856052862779482":"$4wfXDn2Q-S7cg1U48om-o-QH3-uVOTsh-Pu-ybZlvhQ"},"time":"2026-03-06T19:14:20.443262268Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"388","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.445439669Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"388","time":"2026-03-06T19:14:20.445537937Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KwmxkmknJ9qNF_89jMDMwzYQPpw7Mvw4o7UE_uugZGc","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460445,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.445735102Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_311538896066314240:matrix.theocloud.dev","req_id":1378,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460221605237_4?ts=1771264784045&user_id=%40discord_311538896066314240%3Amatrix.theocloud.dev","duration":228.526013,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Alles gut. die haben inzwischen wohl auch ne andere Gruppe gefunden 👍","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.450278758Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","message_id":"1473016009777484020","message_type":0,"author_id":"311538896066314240","action":"discord message create","handling_time":249.103141,"event_ids":{"":"$DIKpClRtYZR1zouyQiv_34GasryYK-bKzQgta5qHrc4"},"time":"2026-03-06T19:14:20.450432271Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1369,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_741981427750404108:matrix.theocloud.dev/avatar_url?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":339.312973,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EboUcTkkaJaWpzyfJNhwrnVP"},"time":"2026-03-06T19:14:20.465816489Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1386,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":22.401476,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.47351869Z","message":"Request completed"} +{"level":"debug","transaction_id":"389","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.479284236Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"389","time":"2026-03-06T19:14:20.479411978Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$DIKpClRtYZR1zouyQiv_34GasryYK-bKzQgta5qHrc4","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460479,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.479625835Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$4wfXDn2Q-S7cg1U48om-o-QH3-uVOTsh-Pu-ybZlvhQ","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460479,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:20.479625835Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1384,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":47.676262,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<377627 bytes>","time":"2026-03-06T19:14:20.491028137Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1383,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":115.100276,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:20.493793052Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1389,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":8.488974,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.499966197Z","message":"Request completed"} +{"level":"debug","transaction_id":"390","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.501868001Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"390","time":"2026-03-06T19:14:20.502136405Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":1385,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":65.475276,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.509613574Z","message":"Request completed"} +{"level":"debug","transaction_id":"391","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:20.541244282Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"391","time":"2026-03-06T19:14:20.541387319Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1379,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":280.682167,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<11311 bytes>","time":"2026-03-06T19:14:20.54395018Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1381,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460340749308_46?ts=1772280590095&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":212.36061,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"okok","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.553245692Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477276609156349995","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":226.312922,"event_ids":{"":"$XfUcIjkZ6v8FhjxNGTHBM8Waz8P7z4UyxwZ8vMXtwAI"},"time":"2026-03-06T19:14:20.55334396Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1393,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.955736,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.559403472Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1394,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.602617,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.571698498Z","message":"Request completed"} +{"level":"debug","transaction_id":"392","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.583451479Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"392","time":"2026-03-06T19:14:20.583553798Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$XfUcIjkZ6v8FhjxNGTHBM8Waz8P7z4UyxwZ8vMXtwAI","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460583,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.583771007Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1390,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":95.576648,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:20.589519023Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131284432228452","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:20.589581811Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131284432228452","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":230.147261,"time":"2026-03-06T19:14:20.589650745Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1397,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":5.177195,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.595274092Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1395,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":73.516491,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:20.633231948Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1388,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460473746306_19?ts=1771264793906&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":164.875856,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Top","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.638775814Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","message_id":"1473016051137646677","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":188.044409,"event_ids":{"":"$zWF7oLUwBYEerzLyeJE8cjLJZ47iB8_oeslRVLaI3fI"},"time":"2026-03-06T19:14:20.638874921Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1387,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824460466239104_1?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":192.840824,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:20.659203061Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1400,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":19.918445,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.659408257Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","action":"initial backfill","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:20.659787081Z","message":"Fetching messages for backfill"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","old_name":"","new_name":"theosTablet","time":"2026-03-06T19:14:20.659883743Z","message":"Updating portal name"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","time":"2026-03-06T19:14:20.660187976Z","message":"Updating bridge info..."} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1391,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824460500269033_52?ts=1772098465147&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":162.693426,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"agony","url":"mxc://matrix.theocloud.dev/eXcKQUhwWjVVPTJMjTfJplya","info":{"mimetype":"image/apng","w":160,"h":146,"size":377627},"m.mentions":{}},"time":"2026-03-06T19:14:20.663166118Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476512721758589023","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":713.829084,"event_ids":{"1314362868745109514":"$u8LgEJhB833ImfQdwfr3cilH4RLOSI4Es4R-2lCN5RQ"},"time":"2026-03-06T19:14:20.66327165Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1404,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.13753,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.674150485Z","message":"Request completed"} +{"level":"debug","transaction_id":"393","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.677700845Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"393","time":"2026-03-06T19:14:20.677790104Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$zWF7oLUwBYEerzLyeJE8cjLJZ47iB8_oeslRVLaI3fI","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460677,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.678017929Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":1392,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460509797189_1?ts=1753345112172&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":185.064242,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gottlos","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.694974924Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397855458362134559","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":251.322448,"event_ids":{"":"$_1BZXAM_XOp4SeqGJz1PkZQs44ZrYVqdSbi9D9KnORs"},"time":"2026-03-06T19:14:20.695096519Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1406,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":16.252567,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.711984301Z","message":"Request completed"} +{"level":"debug","transaction_id":"394","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.714006164Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"394","event_id":"$vmEHLGULSnp3Qyf7-nShO1nNH00GglzB7Gp6rLralFI","time":"2026-03-06T19:14:20.714073841Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"394","time":"2026-03-06T19:14:20.714135302Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$u8LgEJhB833ImfQdwfr3cilH4RLOSI4Es4R-2lCN5RQ","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460714,"status":"SUCCESS","event_type":"m.sticker","reported_by":"BRIDGE","retry_num":0},"time":"2026-03-06T19:14:20.714375839Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1399,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.349198,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:20.75278725Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479164507648426055","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:20.752895854Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479164507648426055","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":523.251218,"time":"2026-03-06T19:14:20.753002154Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"395","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.75765239Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"395","time":"2026-03-06T19:14:20.757767629Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_1BZXAM_XOp4SeqGJz1PkZQs44ZrYVqdSbi9D9KnORs","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460757,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.757964235Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1396,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460571968648_20?ts=1772280607243&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":193.942865,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"den online fix einmal reinziehen und du hast die exclusion vom windows defender drin","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.766055667Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477276681080410204","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":212.383449,"event_ids":{"":"$L-QwphQLCQ8o_tbdTdnamFTmmWi9UisN8daEvFg-ELk"},"time":"2026-03-06T19:14:20.766145764Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1408,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.110651,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.772599116Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1409,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.976273,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.784732876Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1398,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460595491022_62?ts=1772722781877&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":200.531991,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich sag dir nachher bescheid","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.796181974Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131295916232799","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":206.441482,"event_ids":{"":"$ULGu4kji8I54Oo1GH6d9Blnz_2frpAZY3upBDd_HlsE"},"time":"2026-03-06T19:14:20.796284432Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"396","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.802775709Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"396","time":"2026-03-06T19:14:20.802878586Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$L-QwphQLCQ8o_tbdTdnamFTmmWi9UisN8daEvFg-ELk","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460803,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.803094818Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1412,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.513004,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.809487338Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1405,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":140.781403,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:20.815447883Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1402,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":158.664088,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:20.818639883Z","message":"Request completed"} +{"level":"info","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:20.819553209Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"680546220531515392","time":"2026-03-06T19:14:20.819608105Z","message":"Found other user ID"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"","old_name":"","new_name":"Amon","time":"2026-03-06T19:14:20.819961507Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:20.820024924Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","transaction_id":"397","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.832202755Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"397","time":"2026-03-06T19:14:20.832310801Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ULGu4kji8I54Oo1GH6d9Blnz_2frpAZY3upBDd_HlsE","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460832,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.832508315Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1415,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":14.585153,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_680546220531515392","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:20.835021378Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1401,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460659764313_47?ts=1771264794306&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":210.708492,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"supi","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.870669411Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","message_id":"1473016052815237392","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":231.651035,"event_ids":{"":"$o1qiTefNOt82AckN7O7gZpgPShO4XdLFimjYxhuY44I"},"time":"2026-03-06T19:14:20.870827045Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1410,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":98.17457,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:20.871056058Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1414,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":85.649483,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:20.90131709Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476512733091463383","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:20.902072992Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476512733091463383","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":238.649645,"time":"2026-03-06T19:14:20.902287338Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"398","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.904435126Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"398","time":"2026-03-06T19:14:20.904570481Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$o1qiTefNOt82AckN7O7gZpgPShO4XdLFimjYxhuY44I","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460904,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.904818001Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1403,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F741982362241597471?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":250.842492,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_741981427750404108:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"741982362241597471","displayname":"theosTablet","external_url":"https://discord.com/channels/@me/741982362241597471"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:20.911383031Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1413,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":111.360294,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:20.921169395Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1407,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460712296286_53?ts=1753347734541&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":220.129092,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wordle 1496 5/6\n\n🟨🟩⬛⬛⬛\n⬛🟩⬛🟨⬛\n⬛🟩⬛⬛🟨\n🟩🟩🟩⬛🟨\n🟩🟩🟩🟩🟩","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eWordle 1496 5/6\u003c/p\u003e\n\u003cp\u003e🟨🟩⬛⬛⬛\u003cbr\u003e\n⬛🟩⬛🟨⬛\u003cbr\u003e\n⬛🟩⬛⬛🟨\u003cbr\u003e\n🟩🟩🟩⬛🟨\u003cbr\u003e\n🟩🟩🟩🟩🟩\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.93266361Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1397866457374658611","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":237.324599,"event_ids":{"":"$67msUUoKXeB1Ycfoyw8XuqBGIz8IUNLwJMvXJvVRjXY"},"time":"2026-03-06T19:14:20.9327609Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"399","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.94655928Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"399","time":"2026-03-06T19:14:20.946688977Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1420,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":31.70956,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<460438 bytes>","time":"2026-03-06T19:14:20.953328389Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","action":"initial backfill","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","limit":100,"count":24,"time":"2026-03-06T19:14:20.959587999Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","action":"initial backfill","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","limit":100,"count":24,"found_all":false,"time":"2026-03-06T19:14:20.959657702Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","action":"initial backfill","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:20.95968941Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1421,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.205501,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<62365 bytes>","time":"2026-03-06T19:14:20.962746544Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1422,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":10.631524,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.964318763Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1417,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":101.627849,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:20.972820867Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479398489430425742","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:20.972883795Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479398489430425742","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":219.737347,"time":"2026-03-06T19:14:20.972942043Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"400","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:20.974863752Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"400","time":"2026-03-06T19:14:20.974916553Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$67msUUoKXeB1Ycfoyw8XuqBGIz8IUNLwJMvXJvVRjXY","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824460975,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:20.975082638Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1423,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.575657,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.976662329Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1424,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.684538,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.977698718Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1411,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460784898822_21?ts=1772280620970&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":200.122715,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dann sollte es auch bei dir gehen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:20.98513084Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477276738655490160","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":218.709898,"event_ids":{"":"$6ql1dR-pBgERKPjL40pjBhoiJOqeRAwUcX4XJq91lwI"},"time":"2026-03-06T19:14:20.985187132Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1426,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.928639,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:20.990175753Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1429,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":16.092418,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.0017623Z","message":"Request completed"} +{"level":"debug","transaction_id":"401","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.017043221Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"401","time":"2026-03-06T19:14:21.017145261Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6ql1dR-pBgERKPjL40pjBhoiJOqeRAwUcX4XJq91lwI","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461017,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:21.017318889Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1419,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":100.767183,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:21.022126269Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131313532567743","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:21.02222314Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131313532567743","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":225.584469,"time":"2026-03-06T19:14:21.02231177Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1432,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.454821,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.031355082Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1428,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":85.854889,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:21.063758804Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1430,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":81.493171,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:21.071865741Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1427,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":97.341771,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:21.074207621Z","message":"Request completed"} +{"level":"debug","transaction_id":"402","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.110595213Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"402","time":"2026-03-06T19:14:21.110657233Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1433,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":82.380098,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:21.114033406Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1425,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824460964446504_48?ts=1771264803672&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":180.779281,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/fish-catfish-picmix-ocean-gif-10783276515468631313","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":498,"mimetype":"video/mp4","size":460438,"w":498},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/dLODdMIOkrzTYMWiyKTdBbOs"},"time":"2026-03-06T19:14:21.145421832Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","message_id":"1473016092099084391","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":274.263735,"event_ids":{"video_https://tenor.com/view/fish-catfish-picmix-ocean-gif-10783276515468631313":"$u1c_woXLzjmFvc88srBz69Zg6_3GWII400bNWEAVo5E"},"time":"2026-03-06T19:14:21.145546151Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1418,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F741982362241597471?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":236.805112,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_741981427750404108:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"741982362241597471","displayname":"theosTablet","external_url":"https://discord.com/channels/@me/741982362241597471"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:21.148585056Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","old_avatar_id":"","new_avatar_id":"65e8b3efabc341d4e23d7bd6a17f20cb","time":"2026-03-06T19:14:21.148753586Z","message":"Updating avatar from puppet"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","time":"2026-03-06T19:14:21.149018008Z","message":"Updating bridge info..."} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1438,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":21.717302,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.168373944Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1434,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":107.411554,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:21.171363401Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476513185405337731","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"video_https://tenor.com/view/spongebob-spongebob-meme-spongebob-memes-crying-i-can%27t-take-it-gif-902260968865311544","time":"2026-03-06T19:14:21.171469352Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476513185405337731","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":268.572082,"time":"2026-03-06T19:14:21.171572509Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1435,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":108.009682,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:21.180025794Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479439452005990430","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:21.18011603Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479439452005990430","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":207.142837,"time":"2026-03-06T19:14:21.180210666Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1431,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461001882499_49?ts=1772280749221&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":189.231378,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"i try","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:21.191222621Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477277276579299410","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":205.854666,"event_ids":{"":"$NrBXiLCdJ4dv_xo6DARhFilUmGHWHhxiv9fcdMpRifM"},"time":"2026-03-06T19:14:21.191320959Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"403","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.197679884Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"403","time":"2026-03-06T19:14:21.197789955Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1442,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.994014,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.199736179Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1443,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":19.277922,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.211175638Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1436,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":151.326183,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:21.225709457Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"741982429056598046","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:21.225813243Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"741982429056598046","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":266.068517,"time":"2026-03-06T19:14:21.225920381Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"404","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.239138721Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"404","time":"2026-03-06T19:14:21.239253751Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$u1c_woXLzjmFvc88srBz69Zg6_3GWII400bNWEAVo5E","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461239,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:21.239513006Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$NrBXiLCdJ4dv_xo6DARhFilUmGHWHhxiv9fcdMpRifM","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461239,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:21.239548974Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1447,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.757318,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.245259624Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1437,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":132.990642,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:21.247197048Z","message":"Request completed"} +{"level":"error","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131340283580478","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qdEWEasVEgAnUMnvHK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:21.247273385Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479131340283580478","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":224.761797,"time":"2026-03-06T19:14:21.24734211Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","action":"initial backfill","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:21.247378428Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1446,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":38.682818,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<714639 bytes>","time":"2026-03-06T19:14:21.252583001Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1439,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F741982362241597471?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":111.481121,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_741981427750404108:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"741982362241597471","displayname":"theosTablet","external_url":"https://discord.com/channels/@me/741982362241597471"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:21.260729259Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1449,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":9.783011,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.262782202Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1444,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":91.183222,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:21.291359408Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1441,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":128.014313,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22106 bytes>","time":"2026-03-06T19:14:21.299113502Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1453,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":10.923465,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.310627622Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1448,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":88.593612,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:21.334208175Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1450,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F741982362241597471?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":109.078129,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_741981427750404108:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"741982362241597471","displayname":"theosTablet","external_url":"https://discord.com/channels/@me/741982362241597471"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:21.370131875Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1440,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461168538842_50?ts=1772450242207&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":229.783733,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hier sind einige spannende Unternehmen mit interessanten IT-Management-Strukturen:\n\n---\n\n### 🚀 Tech-Giganten mit besonderen Strukturen\n\n- **Spotify** – bekannt für das „Squad/Tribe\"-Modell, ein agiles IT-Organisationsmodell das viele Firmen kopiert haben\n- **Netflix** – radikale Dezentralisierung, „Freedom \u0026 Responsibility\"-Kultur, keine klassische IT-Hierarchie\n- **Google (Alphabet)** – OKR-System, starke Ingenieurkultur, Site Reliability Engineering (SRE)\n\n---\n\n### 🏭 Klassische Industrie mit digitaler Transformation\n\n- **Siemens** – riesige IT-Transformation, eigene Cloud-Plattform (MindSphere), klassisch vs. modern\n- **BMW / Mercedes** – Aufbau interner Software-Einheiten, Kampf gegen Tech-Konzerne\n- **Bosch** – IoT-Strategie, eigene IT-Tochtergesellschaft\n\n---\n\n### 🏦 Finanzsektor\n\n- **ING Bank** – hat sich komplett nach dem Spotify-Modell umgebaut, sehr bekanntes Fallbeispiel\n- **Deutsche Bank** – massive IT-Modernisierung, Legacy-Probleme vs. New Tech\n- **N26 / Revolut** – Cloud-native FinTechs ohne Legacy-Ballast\n\n---\n\n### 🌍 Besonders spannende Cases\n\n- **Amazon (AWS)** – „Two-Pizza-Teams\", Microservices-Philosophie\n- **Zalando** – von Startup zu Enterprise IT, Platform-Thinking\n- **SAP** – deutsches Unternehmen, globale IT-Governance, hybride Strukturen\n\n---\n\n### 💡 Empfehlungen je nach Fokus:\n\n| Fokus | Empfehlung |\n|---|---|\n| Agile Strukturen | Spotify, ING |\n| Cloud-Transformation | Netflix, AWS |\n| Digitale Transformation (Industrie) | Siemens, BMW |\n| FinTech vs. Legacy | N26 vs. Deutsche Bank |\n| Deutscher Bezug | SAP, Zalando, Bosch |\n\n**Spotify und ING** sind besonders beliebt für Vorträge, weil das Squad-Modell gut dokumentiert und leicht verständlich ist. Hast du einen bestimmten Schwerpunkt oder eine Branche, die dich interessiert?","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eHier sind einige spannende Unternehmen mit interessanten IT-Management-Strukturen:\u003c/p\u003e\n\u003cp\u003e---\u003c/p\u003e\n\u003ch3\u003e🚀 Tech-Giganten mit besonderen Strukturen\u003c/h3\u003e\n\u003cp\u003e- \u003cstrong\u003eSpotify\u003c/strong\u003e – bekannt für das „Squad/Tribe\u0026quot;-Modell, ein agiles IT-Organisationsmodell das viele Firmen kopiert haben\u003cbr\u003e\n- \u003cstrong\u003eNetflix\u003c/strong\u003e – radikale Dezentralisierung, „Freedom \u0026amp; Responsibility\u0026quot;-Kultur, keine klassische IT-Hierarchie\u003cbr\u003e\n- \u003cstrong\u003eGoogle (Alphabet)\u003c/strong\u003e – OKR-System, starke Ingenieurkultur, Site Reliability Engineering (SRE)\u003c/p\u003e\n\u003cp\u003e---\u003c/p\u003e\n\u003ch3\u003e🏭 Klassische Industrie mit digitaler Transformation\u003c/h3\u003e\n\u003cp\u003e- \u003cstrong\u003eSiemens\u003c/strong\u003e – riesige IT-Transformation, eigene Cloud-Plattform (MindSphere), klassisch vs. modern\u003cbr\u003e\n- \u003cstrong\u003eBMW / Mercedes\u003c/strong\u003e – Aufbau interner Software-Einheiten, Kampf gegen Tech-Konzerne\u003cbr\u003e\n- \u003cstrong\u003eBosch\u003c/strong\u003e – IoT-Strategie, eigene IT-Tochtergesellschaft\u003c/p\u003e\n\u003cp\u003e---\u003c/p\u003e\n\u003ch3\u003e🏦 Finanzsektor\u003c/h3\u003e\n\u003cp\u003e- \u003cstrong\u003eING Bank\u003c/strong\u003e – hat sich komplett nach dem Spotify-Modell umgebaut, sehr bekanntes Fallbeispiel\u003cbr\u003e\n- \u003cstrong\u003eDeutsche Bank\u003c/strong\u003e – massive IT-Modernisierung, Legacy-Probleme vs. New Tech\u003cbr\u003e\n- \u003cstrong\u003eN26 / Revolut\u003c/strong\u003e – Cloud-native FinTechs ohne Legacy-Ballast\u003c/p\u003e\n\u003cp\u003e---\u003c/p\u003e\n\u003ch3\u003e🌍 Besonders spannende Cases\u003c/h3\u003e\n\u003cp\u003e- \u003cstrong\u003eAmazon (AWS)\u003c/strong\u003e – „Two-Pizza-Teams\u0026quot;, Microservices-Philosophie\u003cbr\u003e\n- \u003cstrong\u003eZalando\u003c/strong\u003e – von Startup zu Enterprise IT, Platform-Thinking\u003cbr\u003e\n- \u003cstrong\u003eSAP\u003c/strong\u003e – deutsches Unternehmen, globale IT-Governance, hybride Strukturen\u003c/p\u003e\n\u003cp\u003e---\u003c/p\u003e\n\u003ch3\u003e💡 Empfehlungen je nach Fokus:\u003c/h3\u003e\n\u003cp\u003e| Fokus | Empfehlung |\u003cbr\u003e\n|---|---|\u003cbr\u003e\n| Agile Strukturen | Spotify, ING |\u003cbr\u003e\n| Cloud-Transformation | Netflix, AWS |\u003cbr\u003e\n| Digitale Transformation (Industrie) | Siemens, BMW |\u003cbr\u003e\n| FinTech vs. Legacy | N26 vs. Deutsche Bank |\u003cbr\u003e\n| Deutscher Bezug | SAP, Zalando, Bosch |\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpotify und ING\u003c/strong\u003e sind besonders beliebt für Vorträge, weil das Squad-Modell gut dokumentiert und leicht verständlich ist. Hast du einen bestimmten Schwerpunkt oder eine Branche, die dich interessiert?\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:21.398904989Z","message":"Request completed"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","message_id":"1477988181688455199","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":253.107196,"event_ids":{"":"$kXWIv-97TmZzzdahpwMp9QRmehei1WNNbYUGJlNXgZY"},"time":"2026-03-06T19:14:21.399141963Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","action":"initial backfill","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:21.399461561Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","transaction_id":"405","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.399985727Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"405","time":"2026-03-06T19:14:21.400127437Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1452,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":135.170837,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:21.426746546Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479439474420093071","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:21.426855011Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479439474420093071","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":246.542864,"time":"2026-03-06T19:14:21.426970041Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1445,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461212146864_51?ts=1772280848829&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":227.534673,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hat nt geklappt 🙁","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:21.440102336Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477277694365274183","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":248.53267,"event_ids":{"":"$Tyq7zuIe1HIUv1hHRgem4SnWPyxOwAhn8ds3VWqwZTQ"},"time":"2026-03-06T19:14:21.440173715Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"406","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.443214506Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"406","time":"2026-03-06T19:14:21.443420261Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kXWIv-97TmZzzdahpwMp9QRmehei1WNNbYUGJlNXgZY","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461443,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:21.443592842Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$Tyq7zuIe1HIUv1hHRgem4SnWPyxOwAhn8ds3VWqwZTQ","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461443,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:21.443641382Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1457,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.884289,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.444459933Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1458,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":19.650251,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.460437181Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1456,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":146.64389,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:21.481005578Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"921146326861881345","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:21.481145752Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"921146326861881345","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":255.07123,"time":"2026-03-06T19:14:21.481216292Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1451,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461262959042_54?ts=1772099264244&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":230.200272,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/evil-cat-kitty-cat-car-crash-driving-cat-cat-driving-gif-965611625253620143","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":262,"mimetype":"video/mp4","size":714639,"w":204},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/TxEamkfMpNvohcHikoZONoBQ"},"time":"2026-03-06T19:14:21.493414936Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1476516073414066254","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":321.765251,"event_ids":{"video_https://tenor.com/view/evil-cat-kitty-cat-car-crash-driving-cat-cat-driving-gif-965611625253620143":"$l1NJKP5TSj3z5enF2B1ZqegHYkSyz9M1roYveahRvgU"},"time":"2026-03-06T19:14:21.493534017Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"407","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.514257115Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"407","time":"2026-03-06T19:14:21.514406019Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$l1NJKP5TSj3z5enF2B1ZqegHYkSyz9M1roYveahRvgU","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461514,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:21.514641387Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1459,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":99.523013,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:21.544312252Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1454,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461310856146_15?ts=1753428856428&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":242.796946,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja and alexx are playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Maja and alexx are playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$iJaDZsKchd17cuZHft2Ajf8OTWytYM5d6PqTa_fMjhc"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:21.553931204Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1463,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":10.911661,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.565072017Z","message":"Request completed"} +{"level":"debug","transaction_id":"408","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.596910087Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"408","time":"2026-03-06T19:14:21.597036571Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nhryQyaVN96YukiaC3L4SEMVlzIi2Ce7VsVPNRTUUqo","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461597,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:21.597236949Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1455,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":266.727199,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<68115 bytes>","time":"2026-03-06T19:14:21.598259998Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1465,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":6.858018,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.60551004Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1462,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":89.606185,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:21.634139279Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479441177421025310","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:21.634248302Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479441177421025310","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":207.170913,"time":"2026-03-06T19:14:21.634377022Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1460,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461460696226_52?ts=1772280868574&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":180.543283,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"kann aber grad nt in call also müssten wir später schauen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:21.641442122Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477277777181937736","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":201.077738,"event_ids":{"":"$kugQGgvecTI5pTPtzDlC4PfPd8vM_PxMhAQaLVtkk3Y"},"time":"2026-03-06T19:14:21.641594867Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1467,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":11.620071,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.646586282Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1468,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.782526,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.656136019Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1416,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":832.128133,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Amon","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1418671061335146496","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_680546220531515392:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1418671061335146496","displayname":"Amon","external_url":"https://discord.com/channels/@me/1418671061335146496"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/1418671061335146496","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_680546220531515392:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1418671061335146496","displayname":"Amon","external_url":"https://discord.com/channels/@me/1418671061335146496"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:14:21.667586793Z","message":"Request completed"} +{"level":"info","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","time":"2026-03-06T19:14:21.668129956Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"409","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.671652868Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"409","time":"2026-03-06T19:14:21.671743802Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kugQGgvecTI5pTPtzDlC4PfPd8vM_PxMhAQaLVtkk3Y","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461671,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:21.671941875Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"410","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.697198502Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"410","time":"2026-03-06T19:14:21.697649613Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"411","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.724887314Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"411","time":"2026-03-06T19:14:21.725064085Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1464,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461565295443_16?ts=1753428856428&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":182.989019,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22106,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/yazazOfLYQQxpihJMnHMzRbx"},"time":"2026-03-06T19:14:21.748552656Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398206707229786144","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":815.549123,"event_ids":{"":"$nhryQyaVN96YukiaC3L4SEMVlzIi2Ce7VsVPNRTUUqo","1398216831289917572":"$Z7arUHOXN9mhMvQGsMQKJ3NCvJbVuLBFtw5ecndawH8"},"time":"2026-03-06T19:14:21.748682772Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1472,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":11.30187,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.760713585Z","message":"Request completed"} +{"level":"debug","transaction_id":"412","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.778174981Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"412","time":"2026-03-06T19:14:21.7783213Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Z7arUHOXN9mhMvQGsMQKJ3NCvJbVuLBFtw5ecndawH8","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461778,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:21.778550871Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1466,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461605700151_22?ts=1742918786056&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":181.061443,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://github.com/AlexInABox/grow-green/releases/tag/2.0.0 was für wunderbare release notes!","com.beeper.linkpreviews":[{"og:title":"Release 2.0.0 · AlexInABox/grow-green","og:description":"🌱 Grow Green\nSTILL YOUR MOST FAVOURITE GAME\nWe have put so much time, sweat and heartblood into this precious study project to make it bigger and better and are so happy, to present our second rele...","og:image":"mxc://matrix.theocloud.dev/CMVMJUfjsbeMNFXJugDAresZ","matrix:image:size":68115,"og:image:width":1200,"og:image:height":600,"og:image:type":"image/png","matched_url":"https://github.com/AlexInABox/grow-green/releases/tag/2.0.0"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:21.786952682Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354124277028229141","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":1519.905576,"event_ids":{"":"$I26l3zGzG4ABM1iDi2yRmIFa9dLbwDEUu0oculiJjws"},"time":"2026-03-06T19:14:21.787070087Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1475,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.880931,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.799731156Z","message":"Request completed"} +{"level":"debug","transaction_id":"413","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.818312053Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"413","time":"2026-03-06T19:14:21.818453205Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$I26l3zGzG4ABM1iDi2yRmIFa9dLbwDEUu0oculiJjws","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461818,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:21.818690389Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1469,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461646824234_53?ts=1772796695429&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":180.051105,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"werd ich spontan entscheiden","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:21.827017818Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479441311823302819","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":192.753242,"event_ids":{"":"$yjTGxlG0od1p0dO_LIQ1-Z3CR39XlrkHZcga-IS3uso"},"time":"2026-03-06T19:14:21.827375549Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1477,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":20.610023,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.850004851Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1470,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461656375718_63?ts=1772284231995&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":194.011799,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hallo","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:21.850542497Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477291884392222921","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":208.564336,"event_ids":{"":"$DTlEnG4wK6vXpHGYRJOfxZjQiiV3XuuChaEX9T-sfUY"},"time":"2026-03-06T19:14:21.850614085Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1479,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":19.005467,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.870201339Z","message":"Request completed"} +{"level":"debug","transaction_id":"414","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.876648615Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"414","time":"2026-03-06T19:14:21.876759245Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$yjTGxlG0od1p0dO_LIQ1-Z3CR39XlrkHZcga-IS3uso","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461876,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:21.87695152Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1471,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":231.313278,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:21.899680068Z","message":"Request completed"} +{"level":"debug","transaction_id":"415","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.931837107Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"415","time":"2026-03-06T19:14:21.931921407Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$DTlEnG4wK6vXpHGYRJOfxZjQiiV3XuuChaEX9T-sfUY","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824461932,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:21.93213694Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"416","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:21.959409283Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"416","time":"2026-03-06T19:14:21.959655268Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1461,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":433.917975,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<479542 bytes>","time":"2026-03-06T19:14:21.961984436Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1482,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":8.920529,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:21.971188874Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1473,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461760972909_23?ts=1753428882783&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":231.677854,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gibts nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:21.992830746Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398206817770799105","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":243.85359,"event_ids":{"":"$MdSIExWllPRCEjMpCivWBFTO-ZsX2EqbQvK3ApzDhJ4"},"time":"2026-03-06T19:14:21.9929441Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1484,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":12.67406,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.006360862Z","message":"Request completed"} +{"level":"debug","transaction_id":"417","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.020195002Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"417","time":"2026-03-06T19:14:22.020243612Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MdSIExWllPRCEjMpCivWBFTO-ZsX2EqbQvK3ApzDhJ4","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462020,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.020420173Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1476,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461799954931_22?ts=1742920555708&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":227.77947,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"so schön","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.027868358Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1354131699486822440","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":240.467079,"event_ids":{"":"$fv63Q9EuLk2ON5c3cys0rk2hgLYjfysmv728ckewbdQ"},"time":"2026-03-06T19:14:22.027952937Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1486,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":27.431514,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.056057451Z","message":"Request completed"} +{"level":"debug","transaction_id":"418","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.080129483Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"418","time":"2026-03-06T19:14:22.080216996Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$fv63Q9EuLk2ON5c3cys0rk2hgLYjfysmv728ckewbdQ","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462080,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.080430294Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1478,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461850308805_54?ts=1772796703771&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":249.361278,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"viel trinken wollt ich siwieso nt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.099857329Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479441346812186685","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":271.310246,"event_ids":{"":"$IwgX0cPubgHf0iv4rlD_PkUSPMnBRAouqvR5fshUcVU"},"time":"2026-03-06T19:14:22.099941838Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1480,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461870417361_64?ts=1772284232678&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":245.625068,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hallo","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.116173522Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477291887256670301","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":265.309262,"event_ids":{"":"$98s1gILwawD1CtoODg8WpinAaREfV9HV1EkUL_dMqJ4"},"time":"2026-03-06T19:14:22.116262222Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1488,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":16.143473,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.116723041Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1489,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":16.965795,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.133857645Z","message":"Request completed"} +{"level":"debug","transaction_id":"419","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.14334641Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"419","time":"2026-03-06T19:14:22.143435599Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$IwgX0cPubgHf0iv4rlD_PkUSPMnBRAouqvR5fshUcVU","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462143,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.143579753Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1474,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":372.718861,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<190283 bytes>","time":"2026-03-06T19:14:22.150514039Z","message":"Request completed"} +{"level":"debug","transaction_id":"420","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.161399789Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"420","time":"2026-03-06T19:14:22.161488139Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$98s1gILwawD1CtoODg8WpinAaREfV9HV1EkUL_dMqJ4","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462161,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.161680275Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1483,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824461971464192_55?ts=1772785671042&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":210.74928,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://haptics.lochie.me","com.beeper.linkpreviews":[{"og:title":"WebHaptics – Haptic feedback for the mobile web.","og:description":"Haptic feedback for the mobile web.","og:image":"mxc://matrix.theocloud.dev/lJrjdPEfwreraxYHDzXSsPmz","matrix:image:size":479542,"og:image:width":1440,"og:image:height":760,"og:image:type":"image/png","matched_url":"https://haptics.lochie.me/"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.182392477Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1479395072192811100","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":688.616177,"event_ids":{"":"$78HksR4jsjth_wHNiotMNaF8uMm2GvF9vpYINVI__Vk"},"time":"2026-03-06T19:14:22.182483133Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"421","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.218615871Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"421","time":"2026-03-06T19:14:22.218717631Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$78HksR4jsjth_wHNiotMNaF8uMm2GvF9vpYINVI__Vk","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462218,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.218931209Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1485,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462006593227_24?ts=1753428886723&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":222.978934,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"glaub ich nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.229766253Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398206834296225942","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":236.526161,"event_ids":{"":"$L1TpDs20FqETATi27x7p5Mnv7yDc7Tm_sLLwZ7u6N4g"},"time":"2026-03-06T19:14:22.229848527Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1481,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":353.286097,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:22.253524484Z","message":"Request completed"} +{"level":"debug","transaction_id":"422","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.264632751Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"422","time":"2026-03-06T19:14:22.264722359Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$L1TpDs20FqETATi27x7p5Mnv7yDc7Tm_sLLwZ7u6N4g","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462264,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.264964712Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1492,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_680546220531515392:matrix.theocloud.dev/displayname?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":11.83309,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:22.2659395Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1487,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462056238761_25?ts=1771495467228&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":217.335472,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wordle 1.706 5/6\n\n🟨🟨⬜⬜⬜\n⬜🟨⬜⬜⬜\n⬜⬜🟨⬜⬜\n⬜🟩🟩🟩🟩\n🟩🟩🟩🟩🟩","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eWordle 1.706 5/6\u003c/p\u003e\n\u003cp\u003e🟨🟨⬜⬜⬜\u003cbr\u003e\n⬜🟨⬜⬜⬜\u003cbr\u003e\n⬜⬜🟨⬜⬜\u003cbr\u003e\n⬜🟩🟩🟩🟩\u003cbr\u003e\n🟩🟩🟩🟩🟩\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.27373962Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473983565174931516","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":245.544889,"event_ids":{"":"$nR6gBFYPvGj-I6epbJ2INORWqEN7RrAY8lCXbFzOTJk"},"time":"2026-03-06T19:14:22.273849691Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1494,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":12.556795,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.287012228Z","message":"Request completed"} +{"level":"debug","transaction_id":"423","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.30087598Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"423","time":"2026-03-06T19:14:22.301156886Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1490,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462116885005_55?ts=1772796708690&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":197.446989,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber vlt nhn wein","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.314490885Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479441367443836959","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":214.297684,"event_ids":{"":"$FF5EbHc55d3eXnv2joIIj90QvDdL56jToxrmpIdjkOA"},"time":"2026-03-06T19:14:22.314576442Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1491,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462134031761_65?ts=1772284598758&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":194.473945,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"brew","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.328681429Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477293422707740895","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":212.181045,"event_ids":{"":"$Tjc69RdBHGMj9a-RYQqJsP7mgQkOR5hjRO5_tn8eXB8"},"time":"2026-03-06T19:14:22.328802675Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1496,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.933595,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.329185062Z","message":"Request completed"} +{"level":"debug","transaction_id":"424","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.332309593Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"424","time":"2026-03-06T19:14:22.332421341Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nR6gBFYPvGj-I6epbJ2INORWqEN7RrAY8lCXbFzOTJk","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462332,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.332661179Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1497,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":12.638301,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.342217831Z","message":"Request completed"} +{"level":"debug","transaction_id":"425","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.350365347Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"425","time":"2026-03-06T19:14:22.350454395Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FF5EbHc55d3eXnv2joIIj90QvDdL56jToxrmpIdjkOA","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462350,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.350685503Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$Tjc69RdBHGMj9a-RYQqJsP7mgQkOR5hjRO5_tn8eXB8","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462350,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.350722799Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1498,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":51.221175,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:22.380808318Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1495,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462287187252_26?ts=1771495473563&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":116.415405,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hä","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.403767624Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473983591745716331","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":129.71141,"event_ids":{"":"$UEKMtg1T5_ELCbXGL3KwIWFnqTkKHpnfyoGRmwAXnkg"},"time":"2026-03-06T19:14:22.403870781Z","message":"Finished handling Discord message"} +{"level":"warn","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473983679314526290","message_type":1,"author_id":"769998429991600219","action":"discord message create","handling_time":0.404316,"time":"2026-03-06T19:14:22.404716431Z","message":"Unhandled message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1501,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":11.544641,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.416696049Z","message":"Request completed"} +{"level":"debug","transaction_id":"426","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.427587177Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"426","time":"2026-03-06T19:14:22.427668194Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$UEKMtg1T5_ELCbXGL3KwIWFnqTkKHpnfyoGRmwAXnkg","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462427,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.427866616Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1500,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":70.285729,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:22.451306018Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479441542279336047","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:22.451439137Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479441542279336047","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":136.597923,"time":"2026-03-06T19:14:22.451543551Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1504,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.981937,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.477114258Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1499,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462342416323_66?ts=1772284603030&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":134.542048,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"yay","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.477124385Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477293440625807435","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":148.021529,"event_ids":{"":"$ZPoTpF26-PU6ESzHyNK7mS6YuPwJQ6_um3_LZTJj0Uo"},"time":"2026-03-06T19:14:22.477257086Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1508,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.657716,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.48959297Z","message":"Request completed"} +{"level":"debug","transaction_id":"427","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.491976545Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"427","time":"2026-03-06T19:14:22.492100864Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ZPoTpF26-PU6ESzHyNK7mS6YuPwJQ6_um3_LZTJj0Uo","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462492,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.492310251Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1493,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_680546220531515392:matrix.theocloud.dev/displayname?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":230.868103,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Scuf"},"time":"2026-03-06T19:14:22.496953572Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1502,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":87.313544,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<27230 bytes>","time":"2026-03-06T19:14:22.504282746Z","message":"Request completed"} +{"level":"debug","transaction_id":"428","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.525241631Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"428","time":"2026-03-06T19:14:22.525535947Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1505,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":82.085783,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<21539 bytes>","time":"2026-03-06T19:14:22.538007953Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1511,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":6.098134,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.54453897Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1510,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_741981427750404108:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":52.093643,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.556722877Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1507,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":80.950917,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:22.558503575Z","message":"Request completed"} +{"level":"debug","transaction_id":"429","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:22.575724992Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"429","time":"2026-03-06T19:14:22.575798327Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1506,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":111.664735,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<33723 bytes>","time":"2026-03-06T19:14:22.578782685Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1503,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462416916262_27?ts=1771495872622&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":172.130368,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Strands #718\n“Here's a thought”\n🔵💡🔵💡\n🔵💡🔵🔵\n🟡💡🔵","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Strands #718\u003cbr\u003e\n“Here's a thought”\u003cbr\u003e\n🔵💡🔵💡\u003cbr\u003e\n🔵💡🔵🔵\u003cbr\u003e\n🟡💡🔵","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.589234156Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473985265520476252","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":184.475401,"event_ids":{"":"$Qf6OFUyom9dmSOOiRHUfGiWFUfSdBduCmHUmUrqX_mA"},"time":"2026-03-06T19:14:22.589349605Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1515,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":15.978855,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.595281166Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1516,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":17.185309,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.607158676Z","message":"Request completed"} +{"level":"debug","transaction_id":"430","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.616147371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"430","time":"2026-03-06T19:14:22.616272737Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Qf6OFUyom9dmSOOiRHUfGiWFUfSdBduCmHUmUrqX_mA","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462616,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.616487782Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1514,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":75.897482,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:22.634568399Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479442264576229417","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:22.634617428Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479442264576229417","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":182.86428,"time":"2026-03-06T19:14:22.634660451Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1519,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":6.041214,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.641235538Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1509,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462489768413_23?ts=1772290939931&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":157.476909,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"SAVQL3vG","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.64740135Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477320019514888264","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":169.844921,"event_ids":{"":"$2TizU-mOPt0w4hM80zEEkNWYY7tmXdc6QG8cOx15UWI"},"time":"2026-03-06T19:14:22.647484532Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1521,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.891897,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.659990412Z","message":"Request completed"} +{"level":"debug","transaction_id":"431","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.666365122Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"431","time":"2026-03-06T19:14:22.666451377Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2TizU-mOPt0w4hM80zEEkNWYY7tmXdc6QG8cOx15UWI","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462666,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.666660973Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1512,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462544683054_56?ts=1772785673329&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":153.133909,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cimg data-mx-emoticon src=\"mxc://matrix.theocloud.dev/qZwmnjjirAULuFNFccYKZuCB\" alt=\":SteamHappy:\" title=\":SteamHappy:\" height=\"32\"/\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.697999811Z","message":"Request completed"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1479395081785049210","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":515.335996,"event_ids":{"":"$ex0LoULQtLKrOIU0WgqTibiCRsu5atBcKlb9JTM_zDA"},"time":"2026-03-06T19:14:22.698102269Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1513,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462556925839_2?ts=1672231934610&user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":141.768484,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Dieses Widget im Vinyl-Stil ist richtig cool. Jetzt KOSTENLOS ausprobieren! https://mdvinyl.onelink.me/8vn9/2unl2zvf","com.beeper.linkpreviews":[{"og:title":"‎MD Vinyl - Music widget","og:description":"‎Beautiful now playing music widget, give your home screen a fresh lease of life. Currently supports Apple Music and Spotify.","og:image":"mxc://matrix.theocloud.dev/UadJElWQfMRsABWeFxOBSVHG","matrix:image:size":190283,"og:image:width":1200,"og:image:height":630,"og:image:type":"image/png","matched_url":"https://mdvinyl.onelink.me/8vn9/2unl2zvf"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.698947291Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1523,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.41585,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.708317045Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1524,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_741981427750404108:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":9.68167,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.70883283Z","message":"Request completed"} +{"level":"debug","transaction_id":"432","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.725500468Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"432","time":"2026-03-06T19:14:22.725598737Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ex0LoULQtLKrOIU0WgqTibiCRsu5atBcKlb9JTM_zDA","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462725,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.725817273Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1517,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462595522541_17?ts=1753431268854&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":153.938213,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 5 day streak!** 🔥 Here are yesterday's results:\n👑 5/6: FloJ @Maja @alexx\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 5 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 5/6: \u003ca href=\"https://matrix.to/#/@discord_283971167717687296:matrix.theocloud.dev\"\u003eFloJ\u003c/a\u003e @Maja @alexx\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_283971167717687296:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$iJaDZsKchd17cuZHft2Ajf8OTWytYM5d6PqTa_fMjhc"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.749731113Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1518,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462607405917_28?ts=1771495877699&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":144.12538,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"😔😔","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.751674682Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473985286814957646","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":162.073854,"event_ids":{"":"$zx0vTJ4pc_4Y56ZshpL_0grVjnEljjFXPCbch5gbQjA"},"time":"2026-03-06T19:14:22.751755699Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"433","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.753711911Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"433","time":"2026-03-06T19:14:22.753790064Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BrLuBqXI7FGtQ0fphciOpJ7tMKEfI-ygQ-zMxK9dU6Y","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462753,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.753999591Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1527,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":20.764025,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.77069356Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1528,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":18.687755,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.771104232Z","message":"Request completed"} +{"level":"debug","transaction_id":"434","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.7878121Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"434","time":"2026-03-06T19:14:22.787932578Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vW8VkaKGlodzPSV8-XGp79QpruPOn36sAJj729qaSBA","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462788,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.788115914Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$zx0vTJ4pc_4Y56ZshpL_0grVjnEljjFXPCbch5gbQjA","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462788,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.788141267Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1520,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462641433960_56?ts=1772796951625&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":160.126235,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"safe mein bester","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.801704418Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479442386387206317","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":166.895064,"event_ids":{"":"$NqLGwFrikLWtZJbkTVKnTfoV5wNe5gTNl8UzU6cpkMQ"},"time":"2026-03-06T19:14:22.801789696Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1532,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":10.48248,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.812889721Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1525,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":109.097405,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:22.81776862Z","message":"Request completed"} +{"level":"debug","transaction_id":"435","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.829544858Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"435","time":"2026-03-06T19:14:22.829649272Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$NqLGwFrikLWtZJbkTVKnTfoV5wNe5gTNl8UzU6cpkMQ","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462829,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.829856983Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1529,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":76.178597,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22505 bytes>","time":"2026-03-06T19:14:22.83369202Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1522,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462660155309_24?ts=1772291479344&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":181.493627,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"d","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.841774303Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322281977118740","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":193.997551,"event_ids":{"":"$WOlbb0mXj8cRpnhv0SOx7uN7CYk-XCmvRmHF7Yi144o"},"time":"2026-03-06T19:14:22.841866914Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1535,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_680546220531515392:matrix.theocloud.dev/avatar_url?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":15.7863,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:22.849898002Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1536,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.530957,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.859019327Z","message":"Request completed"} +{"level":"debug","transaction_id":"436","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.880919825Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"436","time":"2026-03-06T19:14:22.881021376Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$WOlbb0mXj8cRpnhv0SOx7uN7CYk-XCmvRmHF7Yi144o","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462881,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:22.881227131Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1526,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462709004362_3?ts=1672231934610&user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":193.398025,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":152,"mimetype":"image/png","size":27230,"w":152},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/rvDEEywQdpVwIVzzZbijjSMu"},"time":"2026-03-06T19:14:22.902595152Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1057642133261140099","message_type":0,"author_id":"741981427750404108","action":"discord message create","handling_time":1421.253214,"event_ids":{"":"$BrLuBqXI7FGtQ0fphciOpJ7tMKEfI-ygQ-zMxK9dU6Y","1057642133466648606":"$3aXYG1aTvEHMbv05eSHLkWQhLRMQFxp95cJO5tszL-8"},"time":"2026-03-06T19:14:22.902691953Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1539,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_741981427750404108:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":10.475567,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.914144543Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1534,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":96.266969,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:22.91426949Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1479395355467448342","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:22.914387524Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1479395355467448342","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":215.896093,"time":"2026-03-06T19:14:22.914472801Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1541,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.943933,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.929973446Z","message":"Request completed"} +{"level":"debug","transaction_id":"437","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:22.937047766Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"437","time":"2026-03-06T19:14:22.937135278Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3aXYG1aTvEHMbv05eSHLkWQhLRMQFxp95cJO5tszL-8","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824462937,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:22.93736457Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1530,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462770867677_18?ts=1753431268854&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":198.899428,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"3 solved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":33723,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/JYhiEYZcaSJdIxWimmadFrGr"},"time":"2026-03-06T19:14:22.970005686Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398216825677807717","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":739.953429,"event_ids":{"":"$vW8VkaKGlodzPSV8-XGp79QpruPOn36sAJj729qaSBA","1398216825552240640":"$PArure-pQ-dQyCnW8rySXGTthQ0g4BRTPeGtgv2zCSc"},"time":"2026-03-06T19:14:22.970143554Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1531,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462771263542_64?ts=1771496137652&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":200.315758,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Strands #718\n“Here's a thought”\n🔵🔵🔵🔵\n🔵🟡🔵","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Strands #718\u003cbr\u003e\n“Here's a thought”\u003cbr\u003e\n🔵🔵🔵🔵\u003cbr\u003e\n🔵🟡🔵","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:22.971779469Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473986377136738477","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":219.770591,"event_ids":{"":"$seMzPdqgwkabo4B0g_vY0P_J0pkRbuOQ2GbGxuBSAw0"},"time":"2026-03-06T19:14:22.971880181Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1543,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":14.941837,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:22.98746757Z","message":"Request completed"} +{"level":"debug","transaction_id":"438","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.000089109Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"438","time":"2026-03-06T19:14:23.000211473Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$PArure-pQ-dQyCnW8rySXGTthQ0g4BRTPeGtgv2zCSc","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463000,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:23.000451939Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1533,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462813041069_57?ts=1772796981858&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":209.964183,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"sorry wenn das auch von mir fies oder degradierend rüberkam","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.023139001Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479442513193341079","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":221.095708,"event_ids":{"":"$BepRBRDSM-3dmGx6caMKRlG9WSzF-bMJne0ERXm4GYY"},"time":"2026-03-06T19:14:23.023209821Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1545,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.626779,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.038516514Z","message":"Request completed"} +{"level":"debug","transaction_id":"439","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.041749371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"439","time":"2026-03-06T19:14:23.041811321Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$seMzPdqgwkabo4B0g_vY0P_J0pkRbuOQ2GbGxuBSAw0","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463041,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.042010092Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1542,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":117.216216,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:23.047476294Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1538,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462859188485_25?ts=1772291487976&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":206.864865,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ksdajfkldasjklfadslk","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.066228584Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322318182355044","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":224.188043,"event_ids":{"":"$BmLsXkjgMfyFHtB4pqFtW_E8dc-yolid9tdUIwTBhBw"},"time":"2026-03-06T19:14:23.066373506Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1548,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.678533,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.082761217Z","message":"Request completed"} +{"level":"debug","transaction_id":"440","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.08775794Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"440","time":"2026-03-06T19:14:23.087805014Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BepRBRDSM-3dmGx6caMKRlG9WSzF-bMJne0ERXm4GYY","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463087,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.088005461Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"441","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.130688562Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"441","time":"2026-03-06T19:14:23.130766436Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BmLsXkjgMfyFHtB4pqFtW_E8dc-yolid9tdUIwTBhBw","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463130,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.130980992Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1540,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462914322920_4?ts=1675249994259&user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":227.008551,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]}},"time":"2026-03-06T19:14:23.141473879Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1070300792919166996","message_type":3,"author_id":"741981427750404108","action":"discord message create","handling_time":238.316357,"event_ids":{"":"$QdeXkE8txT72DxMEjtYj4XMX-9mo_v8-2sPne6rurxQ"},"time":"2026-03-06T19:14:23.141553639Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1550,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.298799,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.155485488Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1547,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":113.43363,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:23.161028376Z","message":"Request completed"} +{"level":"error","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1479395396144074803","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !jLZnJyqzUlpMjvncEu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:23.161135375Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","message_id":"1479395396144074803","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":246.514927,"time":"2026-03-06T19:14:23.161222049Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","action":"initial backfill","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:23.161288678Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1546,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":130.375888,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:23.169372847Z","message":"Request completed"} +{"level":"debug","transaction_id":"442","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.171384373Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"442","time":"2026-03-06T19:14:23.171484457Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QdeXkE8txT72DxMEjtYj4XMX-9mo_v8-2sPne6rurxQ","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463171,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:23.171689234Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1537,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_680546220531515392:matrix.theocloud.dev/avatar_url?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":333.981984,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NwnhQIYwpuPbDUsgpmODEtQY"},"time":"2026-03-06T19:14:23.184017994Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1544,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824462987701681_65?ts=1771496143300&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":208.793209,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"🤭","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.196662022Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473986400826163200","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":224.536974,"event_ids":{"":"$9LzCUKwQmMD8aKAhLts1cA70FFnNdMaQsh06qq_8zYI"},"time":"2026-03-06T19:14:23.196750722Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1554,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":11.42577,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.208914305Z","message":"Request completed"} +{"level":"debug","transaction_id":"443","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.211106234Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"443","time":"2026-03-06T19:14:23.211204711Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$9LzCUKwQmMD8aKAhLts1cA70FFnNdMaQsh06qq_8zYI","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463211,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.211487153Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"444","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.22744289Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"444","time":"2026-03-06T19:14:23.227670366Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1552,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":65.319248,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:23.234846725Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479442827254567014","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:23.234931863Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479442827254567014","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":211.418508,"time":"2026-03-06T19:14:23.235022518Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1551,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":84.846297,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:23.240663815Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1556,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.1978,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.241835348Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1549,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463082939595_26?ts=1772291488640&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":170.329066,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jasklfjdklas","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.253421965Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322320967237666","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":186.735076,"event_ids":{"":"$C0qi-W3nxhQvqBybqjClc7Q-QV-kfhRJxwAsRolfzqo"},"time":"2026-03-06T19:14:23.253507242Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1560,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.645916,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.268779084Z","message":"Request completed"} +{"level":"debug","transaction_id":"445","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.275289218Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"445","time":"2026-03-06T19:14:23.275382597Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$C0qi-W3nxhQvqBybqjClc7Q-QV-kfhRJxwAsRolfzqo","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463275,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.275592473Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1558,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":59.065923,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:23.299897569Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1188865516840951819","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:23.299989621Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1188865516840951819","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":158.212208,"time":"2026-03-06T19:14:23.300070149Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1559,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":68.452021,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:23.310602707Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1553,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824463184302811_1?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":142.689772,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:23.327067314Z","message":"Request completed"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","action":"initial backfill","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:23.327431611Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1557,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":90.143621,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23388 bytes>","time":"2026-03-06T19:14:23.327492653Z","message":"Request completed"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","old_avatar_id":"","new_avatar_id":"a46648761a4f45e701c4371697ce010c","time":"2026-03-06T19:14:23.32758247Z","message":"Updating avatar from puppet"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","time":"2026-03-06T19:14:23.328023245Z","message":"Updating bridge info..."} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1555,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463209141362_58?ts=1771496818132&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":126.965842,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wordle 1.706 3/6\n\n⬛⬛⬛🟨🟨\n🟨🟨🟨⬛🟩\n🟩🟩🟩🟩🟩","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eWordle 1.706 3/6\u003c/p\u003e\n\u003cp\u003e⬛⬛⬛🟨🟨\u003cbr\u003e\n🟨🟨🟨⬛🟩\u003cbr\u003e\n🟩🟩🟩🟩🟩\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.336293403Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473989231276724327","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":139.265128,"event_ids":{"":"$SANR_EwEnovEJamj_uSrerOQFfoVQVjEkSqciub5KVw"},"time":"2026-03-06T19:14:23.336393068Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1565,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":18.445682,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.346814786Z","message":"Request completed"} +{"level":"debug","transaction_id":"446","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.35684867Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"446","event_id":"$tvTykNKVbstuAiVaj-mbKaQwoW52KzUG9MG7yxOlmWY","time":"2026-03-06T19:14:23.356914741Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"446","time":"2026-03-06T19:14:23.356967122Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1562,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":77.840283,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:23.388649933Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479497631095849000","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:23.388778792Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479497631095849000","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":153.593891,"time":"2026-03-06T19:14:23.388880482Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"447","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.392892708Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"447","time":"2026-03-06T19:14:23.393016678Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$SANR_EwEnovEJamj_uSrerOQFfoVQVjEkSqciub5KVw","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463393,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.393239545Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1568,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":10.754376,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.400251356Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1561,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463268953131_27?ts=1772291489495&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":159.722407,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jklasöfjklasöj","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.428878289Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322324553498867","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":175.180238,"event_ids":{"":"$QfLlpzSMmnJnNJhV3j3skEAQL59oc56VywqKdDEnSVE"},"time":"2026-03-06T19:14:23.429018043Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1567,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":49.950115,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1015933 bytes>","time":"2026-03-06T19:14:23.436037327Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1564,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1418671061335146496?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":117.420434,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_680546220531515392:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1418671061335146496","displayname":"Amon","external_url":"https://discord.com/channels/@me/1418671061335146496"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:23.445714457Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1570,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.300897,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.446136234Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1571,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.885823,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.450261955Z","message":"Request completed"} +{"level":"debug","transaction_id":"448","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.458240172Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"448","time":"2026-03-06T19:14:23.458378879Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QfLlpzSMmnJnNJhV3j3skEAQL59oc56VywqKdDEnSVE","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463458,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.458599301Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1563,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":134.253669,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:23.461836069Z","message":"Request completed"} +{"level":"info","channel_id":"1455158234129105072","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:23.462742552Z","message":"Creating Matrix room for channel"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"","old_name":"","new_name":"Korea 1950","time":"2026-03-06T19:14:23.462836839Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:23.462891106Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1566,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463347009087_19?ts=1753431291672&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":154.973903,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"alexx and lagopodus were playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"alexx and lagopodus were playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$vW8VkaKGlodzPSV8-XGp79QpruPOn36sAJj729qaSBA"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.502324379Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1572,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1418671061335146496?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":59.648966,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_680546220531515392:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1418671061335146496","displayname":"Amon","external_url":"https://discord.com/channels/@me/1418671061335146496"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:23.505802661Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1576,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":17.315984,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.519964501Z","message":"Request completed"} +{"level":"debug","transaction_id":"449","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.527439226Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"449","time":"2026-03-06T19:14:23.527515563Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0-qvy_YzANkiuucm1brXwccM0gEYlDhtDLAsvN9XyAw","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463527,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.527696664Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1569,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463400559639_59?ts=1772810129900&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":139.592758,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"20 uhr","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.540414166Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479497660078751856","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":151.410901,"event_ids":{"":"$_GPeCwl_nGQDi1NkWZ1fuDW4yDjEXA7vrGISAUKGeYc"},"time":"2026-03-06T19:14:23.540550009Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","action":"initial backfill","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","limit":100,"count":8,"time":"2026-03-06T19:14:23.545305636Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","action":"initial backfill","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","limit":100,"count":8,"found_all":false,"time":"2026-03-06T19:14:23.545381485Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","action":"initial backfill","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:23.545426813Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1578,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.697738,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.5559285Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1579,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.365292,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.562837573Z","message":"Request completed"} +{"level":"debug","transaction_id":"450","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.572993332Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"450","time":"2026-03-06T19:14:23.573044945Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_GPeCwl_nGQDi1NkWZ1fuDW4yDjEXA7vrGISAUKGeYc","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463573,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.573196782Z","message":"Sent message checkpoint"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:14:23.574184561Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1573,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463446323202_28?ts=1772291490221&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":153.122595,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"flasfjklasöfjk","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.599611044Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322327598563470","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":170.256151,"event_ids":{"":"$e7EeWh86pKdE0nI7-D7Q-FvBgccax6VkV3654PJlQ_0"},"time":"2026-03-06T19:14:23.599712036Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1574,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463450431741_60?ts=1771496840091&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":158.438357,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/toba-aquarium-baby-seal-head-bang-bobbing-nico-gif-20734369","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":640,"mimetype":"video/mp4","size":1015933,"w":640},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/dhQBOPLmbYtHKzZfyTbCJYmz"},"time":"2026-03-06T19:14:23.609124673Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473989323379445812","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":272.456357,"event_ids":{"video_https://tenor.com/view/toba-aquarium-baby-seal-head-bang-bobbing-nico-gif-20734369":"$HMR-BjFdda3L-3grqO7VFmL10bgOo9EZXbvgYouOcEY"},"time":"2026-03-06T19:14:23.609256884Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1582,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.830377,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.622169036Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1583,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":17.700815,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.627717932Z","message":"Request completed"} +{"level":"debug","transaction_id":"451","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.637676177Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"451","time":"2026-03-06T19:14:23.637781708Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$e7EeWh86pKdE0nI7-D7Q-FvBgccax6VkV3654PJlQ_0","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463637,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.637957152Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"452","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.659833485Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"452","time":"2026-03-06T19:14:23.659926724Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HMR-BjFdda3L-3grqO7VFmL10bgOo9EZXbvgYouOcEY","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463660,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:23.660094345Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1580,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":123.012213,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:23.679251999Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1581,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":124.50998,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:23.687649829Z","message":"Request completed"} +{"level":"debug","transaction_id":"453","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.695045702Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"453","time":"2026-03-06T19:14:23.695133284Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1577,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463520195958_20?ts=1753431291672&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":200.43882,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":23388,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/zRkQWukJwjxsZlDriCZoMWsl"},"time":"2026-03-06T19:14:23.72091268Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398216921383440394","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":750.290148,"event_ids":{"":"$0-qvy_YzANkiuucm1brXwccM0gEYlDhtDLAsvN9XyAw","1398217602362511392":"$lZZo6GiuyvUi2C52BGuh174kje9LBw01SsJ-mXuPsmU"},"time":"2026-03-06T19:14:23.721053622Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1588,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":14.64829,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.736587302Z","message":"Request completed"} +{"level":"debug","transaction_id":"454","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.751930523Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"454","time":"2026-03-06T19:14:23.752044366Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$lZZo6GiuyvUi2C52BGuh174kje9LBw01SsJ-mXuPsmU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463752,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:23.752296775Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1586,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":99.562614,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:23.779019041Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479497682241196052","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:23.77916592Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479497682241196052","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":238.355189,"time":"2026-03-06T19:14:23.779266702Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1587,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":98.936758,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:23.786778513Z","message":"Request completed"} +{"level":"error","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967506495963393","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:23.786914287Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967506495963393","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":241.421962,"time":"2026-03-06T19:14:23.787006059Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1590,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.943021,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.790844099Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1591,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.619861,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.799267282Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1584,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463622322200_29?ts=1772291491979&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":199.793758,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lasöfkjl","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.8222833Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322334972149820","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":222.353077,"event_ids":{"":"$CSo0lPSbbk_G0OgOh44PZHUis6ExFSoRESJ4-p81jr0"},"time":"2026-03-06T19:14:23.822427734Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1585,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463627878359_29?ts=1771496846639&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":196.896073,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"🐕","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.82492613Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473989350843879506","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":215.330651,"event_ids":{"":"$_qv7gA_DfLwpymMk8EwHquL59pb5YzwwfMh7-aJF-1E"},"time":"2026-03-06T19:14:23.825044024Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1594,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.228122,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.839377605Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1595,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":16.067485,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.84183221Z","message":"Request completed"} +{"level":"debug","transaction_id":"455","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.849927693Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"455","time":"2026-03-06T19:14:23.850028685Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$CSo0lPSbbk_G0OgOh44PZHUis6ExFSoRESJ4-p81jr0","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463850,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.850232415Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"456","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.875167907Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"456","time":"2026-03-06T19:14:23.875288105Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_qv7gA_DfLwpymMk8EwHquL59pb5YzwwfMh7-aJF-1E","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463875,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.875438755Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1592,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":102.91574,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:23.89411331Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1593,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":130.822529,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:23.930575774Z","message":"Request completed"} +{"level":"debug","transaction_id":"457","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.955531241Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"457","time":"2026-03-06T19:14:23.955826114Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1589,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463736828607_66?ts=1753431463148&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":226.922715,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Mann oh mann seid ihr schlecht!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:23.96447377Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398217640606171227","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":242.988104,"event_ids":{"":"$FHJ4SaVuDK9_jYnF7QtvfS76uiWw8Qzefy4pw4nJ1u0"},"time":"2026-03-06T19:14:23.964585168Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1600,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":13.374368,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:23.978573938Z","message":"Request completed"} +{"level":"debug","transaction_id":"458","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:23.990825383Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"458","time":"2026-03-06T19:14:23.990912686Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FHJ4SaVuDK9_jYnF7QtvfS76uiWw8Qzefy4pw4nJ1u0","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824463991,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:23.991169775Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":988,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s801_893_0_353_368_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":9218.386011,"status_code":200,"response_length":208,"response_mime":"application/json","time":"2026-03-06T19:14:24.004641364Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:24.004973","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:24.004997629Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:24.004973","time":"2026-03-06T19:14:24.005181244Z","message":"Finished handling device list changes"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1598,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":116.122975,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:24.010400694Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479497889108459643","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:24.010488485Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479497889108459643","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":230.982364,"time":"2026-03-06T19:14:24.010562518Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1604,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":15.8259,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.026835758Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1599,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":101.338143,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:24.03210724Z","message":"Request completed"} +{"level":"error","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967537856774301","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:24.03219573Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967537856774301","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":245.03057,"time":"2026-03-06T19:14:24.032273255Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1596,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463839633996_30?ts=1772291492374&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":216.213875,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"asfjklasfjks","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.055999289Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322336628904017","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":233.284294,"event_ids":{"":"$ZiZu-ZXB12qKngw_wUtuhuk13XVYsva48ZP4jZukKyM"},"time":"2026-03-06T19:14:24.056085544Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1602,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":64.302834,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2250814 bytes>","time":"2026-03-06T19:14:24.058240945Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1597,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463842035661_57?ts=1771496893655&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":218.644454,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wordle 1.706^2 1/7\n\n🟩🟩🟩🟩🟩🟩","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eWordle 1.706^2 1/7\u003c/p\u003e\n\u003cp\u003e🟩🟩🟩🟩🟩🟩\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.060841521Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473989548043145300","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":235.475176,"event_ids":{"":"$i6F1nKKaLbTkan3VoKA6noLDNj2BL5APhHv22SI9Hw0"},"time":"2026-03-06T19:14:24.060933014Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1607,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.343709,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.072020189Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1608,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_741981427750404108:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":14.584036,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.073192211Z","message":"Request completed"} +{"level":"debug","transaction_id":"459","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.084857051Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"459","time":"2026-03-06T19:14:24.084940862Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ZiZu-ZXB12qKngw_wUtuhuk13XVYsva48ZP4jZukKyM","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464085,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.08506546Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1606,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/typing/@discord_680546220531515392:matrix.theocloud.dev?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":62.362547,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.095134754Z","message":"Request completed"} +{"level":"debug","transaction_id":"460","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.101553744Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"460","time":"2026-03-06T19:14:24.101631339Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$i6F1nKKaLbTkan3VoKA6noLDNj2BL5APhHv22SI9Hw0","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464101,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.101808459Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"461","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:24.121239266Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"461","time":"2026-03-06T19:14:24.121309946Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1601,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824463978775643_30?ts=1753431506408&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":162.861605,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wollen wir jetzt mittagspause machen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.141799771Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398217822051766413","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":176.969665,"event_ids":{"":"$xmjy0QS3Em8ZydMIhiMlOKitTXkAED_ZrITOuq9jZeE"},"time":"2026-03-06T19:14:24.141899855Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1613,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":14.18342,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.156784072Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1612,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":33.781569,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<410108 bytes>","time":"2026-03-06T19:14:24.167782826Z","message":"Request completed"} +{"level":"debug","transaction_id":"462","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.172506256Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"462","time":"2026-03-06T19:14:24.1725886Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xmjy0QS3Em8ZydMIhiMlOKitTXkAED_ZrITOuq9jZeE","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464172,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.172813353Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1615,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.321775,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.179524842Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1605,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464027044237_61?ts=1772810232713&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":152.916351,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"haben wa letzte mal auch gemacht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.180140152Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479498091307729050","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":169.536288,"event_ids":{"":"$HxtGwadd-9nj4a83ReDrc5hmNHqrtvnmKF1oJaOyNDY"},"time":"2026-03-06T19:14:24.180263144Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1575,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":729.136962,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Korea 1950","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1455158234129105072","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1455158234129105072","displayname":"Korea 1950","external_url":"https://discord.com/channels/@me/1455158234129105072"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"state_key":"fi.mau.discord://discord/dm/1455158234129105072","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1455158234129105072","displayname":"Korea 1950","external_url":"https://discord.com/channels/@me/1455158234129105072"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}}],"preset":"private_chat","room_version":"11"},"time":"2026-03-06T19:14:24.192504601Z","message":"Request completed"} +{"level":"info","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","time":"2026-03-06T19:14:24.192993986Z","message":"Matrix room created"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1617,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":15.610088,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.19675059Z","message":"Request completed"} +{"level":"debug","transaction_id":"463","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.223638801Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"463","time":"2026-03-06T19:14:24.223721285Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HxtGwadd-9nj4a83ReDrc5hmNHqrtvnmKF1oJaOyNDY","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464223,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.223875985Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1610,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464073361718_5?ts=1704195755933&user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":175.830958,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Zusammenfassung_Automatentheorie__formale_Sprachen.pdf","info":{"mimetype":"application/pdf","size":2250814},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/dKUzXZUaoWdwzpauDuPjAfCW"},"time":"2026-03-06T19:14:24.249356177Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1191708116891480125","message_type":0,"author_id":"741981427750404108","action":"discord message create","handling_time":949.142013,"event_ids":{"1191708116421709954":"$fiYi_NvbbIXRihUujUkb2is8fYmdPbNG8DKd4Hy__Xo"},"time":"2026-03-06T19:14:24.249441664Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1609,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464072184388_31?ts=1772291492799&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":186.585334,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"alfj","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.258897952Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322338411348060","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":202.561326,"event_ids":{"":"$TtusTsCjUCbREzEhR78Ke5SlsZKFPNyL4euhjQNngI0"},"time":"2026-03-06T19:14:24.258981693Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1620,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.358934,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.264715182Z","message":"Request completed"} +{"level":"debug","transaction_id":"464","content":{"pdu":8,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.270802281Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"464","time":"2026-03-06T19:14:24.271291177Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$fiYi_NvbbIXRihUujUkb2is8fYmdPbNG8DKd4Hy__Xo","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464271,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:24.271420944Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1621,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.155072,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.280712265Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1611,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464095278070_2?ts=1770061156277&user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":195.835658,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"moin spiel grade nicht bin aM ESSEN SÜSER","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.291260537Z","message":"Request completed"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967629015912469","message_type":0,"author_id":"680546220531515392","action":"discord message create","handling_time":258.869598,"event_ids":{"":"$ZB1Ryrs-_Y4g6H56QkBRLYJa7u642QChuA4UCdHc3EM"},"time":"2026-03-06T19:14:24.291366837Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1624,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.762543,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.298711237Z","message":"Request completed"} +{"level":"debug","transaction_id":"465","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.302175621Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"465","time":"2026-03-06T19:14:24.302273609Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$TtusTsCjUCbREzEhR78Ke5SlsZKFPNyL4euhjQNngI0","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464302,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.302466095Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$ZB1Ryrs-_Y4g6H56QkBRLYJa7u642QChuA4UCdHc3EM","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464302,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.302484603Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1614,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464156966430_31?ts=1753431510945&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":194.370857,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"und in 2h feierabend?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.351452876Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398217841081057290","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":209.263386,"event_ids":{"":"$f1gxx20vREXZZgI03swwR_L7-zimwIhZeqI_7bflcaU"},"time":"2026-03-06T19:14:24.351546325Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1622,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":90.109398,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:24.355316199Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1626,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":14.695085,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.366823335Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1616,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464179699238_32?ts=1771498118302&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":202.435399,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/silly-dance-sea-lion-gif-18060641275691946665","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":498,"mimetype":"video/mp4","size":410108,"w":430},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/rFLEDqkIqsdgTkhPuAuyZmwt"},"time":"2026-03-06T19:14:24.38231532Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1473994684585213975","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":321.17669,"event_ids":{"video_https://tenor.com/view/silly-dance-sea-lion-gif-18060641275691946665":"$Y-2TYX_xK9rJEltaT3N0i4740VKfuttUtYB-NLuLZUw"},"time":"2026-03-06T19:14:24.382432236Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"466","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.38621978Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"466","time":"2026-03-06T19:14:24.386288365Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$f1gxx20vREXZZgI03swwR_L7-zimwIhZeqI_7bflcaU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464386,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.386458989Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1619,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464196920726_62?ts=1772810234354&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":196.783977,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"juckt haha","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.393862475Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479498098190585962","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":213.194317,"event_ids":{"":"$iTQ5OPZ_AkcdDBqMleK2kCSx4PHdHaByZKwncCRhTRg"},"time":"2026-03-06T19:14:24.393987353Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1625,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":99.809227,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:24.398800461Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1629,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":16.035148,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.399029194Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1630,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.414877,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.408147237Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1618,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":221.506659,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:24.414696482Z","message":"Request completed"} +{"level":"debug","transaction_id":"467","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.421966989Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"467","time":"2026-03-06T19:14:24.42208153Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$iTQ5OPZ_AkcdDBqMleK2kCSx4PHdHaByZKwncCRhTRg","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464422,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.422266333Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$Y-2TYX_xK9rJEltaT3N0i4740VKfuttUtYB-NLuLZUw","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464422,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:24.422271222Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1623,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464280903214_33?ts=1772291493235&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":167.225208,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"salf","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.448273414Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322340240195696","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":189.122354,"event_ids":{"":"$RIlVrhWhxG9ue0lvZIjzM3yMPaVtL3VgIGt2dcxtkQA"},"time":"2026-03-06T19:14:24.448397873Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1627,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":99.548087,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:24.455041964Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1195126258032464033","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:24.455124518Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1195126258032464033","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":205.373803,"time":"2026-03-06T19:14:24.455217478Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1635,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.671063,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.467604836Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1636,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.087458,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.470904532Z","message":"Request completed"} +{"level":"debug","transaction_id":"468","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.480003997Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"468","time":"2026-03-06T19:14:24.480067902Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$RIlVrhWhxG9ue0lvZIjzM3yMPaVtL3VgIGt2dcxtkQA","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464480,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.480274146Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1631,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":85.165826,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:24.484115329Z","message":"Request completed"} +{"level":"error","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967680689733726","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:24.484215553Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967680689733726","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":192.623056,"time":"2026-03-06T19:14:24.48430097Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1639,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.644023,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.493425857Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1633,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":94.755373,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:24.503312095Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1628,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464367072462_67?ts=1753431512377&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":175.533919,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"nein","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.542756333Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398217847087431733","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":190.986023,"event_ids":{"":"$zDE-FeV-J_8XC7rDfXOKxXBL0VV00DjiSWw79_R27vw"},"time":"2026-03-06T19:14:24.542839445Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1638,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":82.219461,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:24.553397215Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1642,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":15.252845,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.558755651Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1632,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464399201565_63?ts=1771851241343&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":171.041458,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wordle 1.710 4/6\n\n⬛⬛⬛🟩⬛\n🟩⬛🟩⬛⬛\n🟩⬛🟩🟩🟩\n🟩🟩🟩🟩🟩","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eWordle 1.710 4/6\u003c/p\u003e\n\u003cp\u003e⬛⬛⬛🟩⬛\u003cbr\u003e\n🟩⬛🟩⬛⬛\u003cbr\u003e\n🟩⬛🟩🟩🟩\u003cbr\u003e\n🟩🟩🟩🟩🟩\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.570421259Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1475475789968310383","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":187.797865,"event_ids":{"":"$bf-LlsaMSkG7TjAefCeI7WhK9h9jO2-KIt_PfU6kqdQ"},"time":"2026-03-06T19:14:24.570520575Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"469","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.575825022Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"469","time":"2026-03-06T19:14:24.575889417Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$zDE-FeV-J_8XC7rDfXOKxXBL0VV00DjiSWw79_R27vw","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464576,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.576070308Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1645,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":13.216525,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.584265596Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1640,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":93.985292,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:24.58767208Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1641,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":87.956162,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:24.591434831Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479498155388309504","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:24.591510121Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479498155388309504","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":197.193321,"time":"2026-03-06T19:14:24.5916035Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1648,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":8.060562,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.600090378Z","message":"Request completed"} +{"level":"debug","transaction_id":"470","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.602061675Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"470","time":"2026-03-06T19:14:24.602147162Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bf-LlsaMSkG7TjAefCeI7WhK9h9jO2-KIt_PfU6kqdQ","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464602,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.602325469Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1637,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464467760234_34?ts=1772291493530&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":162.685882,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jsaklfj","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.630584055Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322341477257268","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":181.989786,"event_ids":{"":"$hutTndw6_9EIaZXdkJAO4emC5VKbRFCgSFZwwZ5IfHU"},"time":"2026-03-06T19:14:24.630680297Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1643,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":81.525508,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:24.635073513Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1195127048604229653","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:24.635157673Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1195127048604229653","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":179.826981,"time":"2026-03-06T19:14:24.635243789Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1650,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.994498,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.645280117Z","message":"Request completed"} +{"level":"debug","transaction_id":"471","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.661571446Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"471","time":"2026-03-06T19:14:24.661656025Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hutTndw6_9EIaZXdkJAO4emC5VKbRFCgSFZwwZ5IfHU","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464661,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.661854796Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1634,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":254.622422,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:24.669671957Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1647,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":82.846923,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:24.670675939Z","message":"Request completed"} +{"level":"error","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967702948646943","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:24.670753744Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967702948646943","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":186.359534,"time":"2026-03-06T19:14:24.670852012Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1652,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":14.678811,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_428589198929297419","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:24.685204381Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1653,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/typing/@discord_680546220531515392:matrix.theocloud.dev?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":16.864733,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.688205641Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1654,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_428589198929297419:matrix.theocloud.dev/displayname?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":10.368358,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:24.695950236Z","message":"Request completed"} +{"level":"debug","transaction_id":"472","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.710690579Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"472","time":"2026-03-06T19:14:24.710889Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1644,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464558930676_68?ts=1753431514338&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":194.402077,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"fisch","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.75347111Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398217855312592968","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":210.33295,"event_ids":{"":"$3W_U43-K3pSxGJAse6OZwoq6bz96cREwRw1SjKoqsHY"},"time":"2026-03-06T19:14:24.753574756Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1657,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":19.99143,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.774199166Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1656,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_428589198929297419:matrix.theocloud.dev/displayname?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":82.872346,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Palul"},"time":"2026-03-06T19:14:24.778976235Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1646,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464584452074_58?ts=1771851424079&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":203.611822,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wordle 1.710,3 1/10\n\n🟩🟩🟩","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eWordle 1.710,3 1/10\u003c/p\u003e\n\u003cp\u003e🟩🟩🟩\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.78827042Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1475476556418650173","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":217.572446,"event_ids":{"":"$0lhJEN2hskxyYEmCDQsSedfVPbHeMzsRtPiYa02300A"},"time":"2026-03-06T19:14:24.788385939Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"473","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.800961522Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"473","time":"2026-03-06T19:14:24.801070965Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3W_U43-K3pSxGJAse6OZwoq6bz96cREwRw1SjKoqsHY","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464801,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.801273437Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1659,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":20.615471,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.80970982Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1649,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464600231250_64?ts=1772810283287&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":212.647102,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo gib mir 2 min","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.813035637Z","message":"Request completed"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479498303430459494","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":221.369,"event_ids":{"":"$aHe1Clex9b7RXSCvjt2BZSL5SqQk1orwZqCmy_Ql4tc"},"time":"2026-03-06T19:14:24.813160236Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1661,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.358858,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.822303841Z","message":"Request completed"} +{"level":"debug","transaction_id":"474","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.831101378Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"474","time":"2026-03-06T19:14:24.831198738Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0lhJEN2hskxyYEmCDQsSedfVPbHeMzsRtPiYa02300A","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464831,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.831386194Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$aHe1Clex9b7RXSCvjt2BZSL5SqQk1orwZqCmy_Ql4tc","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464831,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.83140582Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1651,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464645476933_35?ts=1772291493865&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":218.52705,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"saklf","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.864185572Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322342882607278","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":233.28136,"event_ids":{"":"$qcmT0nFWJh5Orad8lBoWFx8dr7bVJyjytaF6k5W2maw"},"time":"2026-03-06T19:14:24.864297809Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1663,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.79056,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.880878145Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1655,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464688406298_3?ts=1770061197508&user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":202.13878,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"kussi aber morgen und am wochenende hab ich zeit","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.89068567Z","message":"Request completed"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967801951260803","message_type":0,"author_id":"680546220531515392","action":"discord message create","handling_time":219.724635,"event_ids":{"":"$u7EGaXCQEshGzC5RyNaVHk0un0_HAZC7lRJlWFYuJOE"},"time":"2026-03-06T19:14:24.890788827Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"475","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.897942767Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"475","time":"2026-03-06T19:14:24.898040546Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qcmT0nFWJh5Orad8lBoWFx8dr7bVJyjytaF6k5W2maw","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464898,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.898256219Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1665,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.698157,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:24.905367345Z","message":"Request completed"} +{"level":"debug","transaction_id":"476","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.926298153Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"476","time":"2026-03-06T19:14:24.926383361Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$u7EGaXCQEshGzC5RyNaVHk0un0_HAZC7lRJlWFYuJOE","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824464926,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:24.926557268Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1662,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":108.68366,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:24.93130647Z","message":"Request completed"} +{"level":"debug","transaction_id":"477","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:24.989181723Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"477","time":"2026-03-06T19:14:24.989436158Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1658,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464774414420_69?ts=1753431520628&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":222.879129,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"🐟","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:24.997437633Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398217881694638090","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":243.606696,"event_ids":{"":"$uBZGyQWGEsylE8vxn2a_A_N8TSBmUUDFuOHs0Gc7YUk"},"time":"2026-03-06T19:14:24.997520676Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1660,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464809931778_32?ts=1771923458085&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":209.337977,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://share.google/o1SgqzJmSBr9EiROZ","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.019418799Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1475778688938283119","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":230.716894,"event_ids":{"":"$2btil1OgNmlPzDIiOFhzg8qbk2yztnqXaZ_Ce__QnI4"},"time":"2026-03-06T19:14:25.019513226Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"478","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.027499685Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"478","time":"2026-03-06T19:14:25.027571203Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uBZGyQWGEsylE8vxn2a_A_N8TSBmUUDFuOHs0Gc7YUk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465027,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.027749441Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1666,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":129.867018,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:25.035512824Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1669,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":15.43632,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.035631136Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1668,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":43.007518,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<466033 bytes>","time":"2026-03-06T19:14:25.047654616Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1667,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.440411,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:25.050969328Z","message":"Request completed"} +{"level":"error","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479498325265879040","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !gSMgjfecyuIzhsmpNx:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:25.051051183Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","message_id":"1479498325265879040","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":237.518269,"time":"2026-03-06T19:14:25.051128359Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","action":"initial backfill","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:25.051190309Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1673,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.134405,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.07524118Z","message":"Request completed"} +{"level":"debug","transaction_id":"479","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.078398607Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"479","time":"2026-03-06T19:14:25.078464957Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2btil1OgNmlPzDIiOFhzg8qbk2yztnqXaZ_Ce__QnI4","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465078,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.078648084Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1664,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824464881108624_67?ts=1772291499171&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":230.66982,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":".","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.111921551Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322365137453259","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":247.268664,"event_ids":{"":"$6v_yPfxD_jK32u2vY14PgXwVe14qzp7gyAHmfO48nrE"},"time":"2026-03-06T19:14:25.112042867Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1675,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.647105,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.12943002Z","message":"Request completed"} +{"level":"debug","transaction_id":"480","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.136071178Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"480","time":"2026-03-06T19:14:25.136155966Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6v_yPfxD_jK32u2vY14PgXwVe14qzp7gyAHmfO48nrE","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465136,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.136313042Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1670,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":108.186523,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:25.143871996Z","message":"Request completed"} +{"level":"error","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967874433024069","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:25.143956645Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967874433024069","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":252.712866,"time":"2026-03-06T19:14:25.144025649Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1677,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/typing/@discord_680546220531515392:matrix.theocloud.dev?user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":4.596736,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.149123503Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1672,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":109.535176,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<28827 bytes>","time":"2026-03-06T19:14:25.151347769Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1674,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":82.26444,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:25.157875014Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1679,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_428589198929297419:matrix.theocloud.dev/avatar_url?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":6.279026,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:25.158162694Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1681,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_428589198929297419:matrix.theocloud.dev/avatar_url?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":6.557487,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pcDetnpDXAnldMgTDJImxNcU"},"time":"2026-03-06T19:14:25.164868806Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1671,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465035795056_59?ts=1771923646269&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":156.311521,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://share.google/o1SgqzJmSBr9EiROZ","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.19225129Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1475779478239056004","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":172.467077,"event_ids":{"":"$LbPZRS1NEd54LrOZOdtLQmakIoqhKDD5TjB0L7nGurw"},"time":"2026-03-06T19:14:25.192323717Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1680,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":49.068846,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:25.207185235Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1205439453833732146","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"1205439453510762546","time":"2026-03-06T19:14:25.207261852Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1205439453833732146","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":571.907783,"time":"2026-03-06T19:14:25.207351809Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"481","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.20963104Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"481","time":"2026-03-06T19:14:25.2096932Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$LbPZRS1NEd54LrOZOdtLQmakIoqhKDD5TjB0L7nGurw","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465209,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.20986117Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1676,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465129595406_36?ts=1772291502332&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":113.550057,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"SAVQL3vG","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.243271528Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322378395648123","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":130.9018,"event_ids":{"":"$HGm54gbKB_xOWyKOb5v4-PoLqRBmyLjQcqaIYSXt4ZM"},"time":"2026-03-06T19:14:25.24335918Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1683,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.094232,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.257973737Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1682,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/join?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":107.973993,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:25.273275262Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_680546220531515392:matrix.theocloud.dev","req_id":1678,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465149324928_4?ts=1770061240898&user_id=%40discord_680546220531515392%3Amatrix.theocloud.dev","duration":127.53743,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"geile scheisse","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.277039269Z","message":"Request completed"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","message_id":"1467967983942107341","message_type":0,"author_id":"680546220531515392","action":"discord message create","handling_time":132.949853,"event_ids":{"":"$52KXGx4_oQLdnfKNKnOLrghyJKVqDbjHGnST_oppPW0"},"time":"2026-03-06T19:14:25.277154578Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","action":"initial backfill","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:25.277471802Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","transaction_id":"482","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.278359985Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"482","time":"2026-03-06T19:14:25.27845532Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HGm54gbKB_xOWyKOb5v4-PoLqRBmyLjQcqaIYSXt4ZM","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465278,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.278649831Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"483","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.292970072Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"483","time":"2026-03-06T19:14:25.293064778Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$52KXGx4_oQLdnfKNKnOLrghyJKVqDbjHGnST_oppPW0","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465293,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.293283873Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1684,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465258192134_37?ts=1772291503086&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":83.336029,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"SAVQL3vG","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.341711358Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322381558022337","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":98.232747,"event_ids":{"":"$RkzhSOhWtJp6oOyAwswnAZljh2EmteuNL7QoBjEINVY"},"time":"2026-03-06T19:14:25.341857678Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1685,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":82.346364,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32728 bytes>","time":"2026-03-06T19:14:25.351734277Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1687,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.612805,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.352248176Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1688,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":4.666928,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.356816347Z","message":"Request completed"} +{"level":"debug","transaction_id":"484","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.359832763Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"484","time":"2026-03-06T19:14:25.359935641Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$RkzhSOhWtJp6oOyAwswnAZljh2EmteuNL7QoBjEINVY","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465360,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.360149079Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1686,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":118.681156,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_428589198929297419:matrix.theocloud.dev"},"time":"2026-03-06T19:14:25.392184383Z","message":"Request completed"} +{"level":"debug","transaction_id":"485","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.412002395Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"485","time":"2026-03-06T19:14:25.412211014Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1689,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465352455119_38?ts=1772291503574&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":85.500998,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"SAVQL3vG","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.438093287Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322383605108846","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":95.879204,"event_ids":{"":"$yhCdyIRgmiz5EgRT0oPBHr_x1lGEIOh7wZVkOy9baRs"},"time":"2026-03-06T19:14:25.438169485Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1690,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465356973352_21?ts=1753515546045&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":92.61827,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 6 day streak!** 🔥 Here are yesterday's results:\n👑 6/6: lagopodus\nX/6: Maja @alexx\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 6 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 6/6: \u003ca href=\"https://matrix.to/#/@discord_1142482369744482355:matrix.theocloud.dev\"\u003elagopodus\u003c/a\u003e\u003cbr\u003e\nX/6: \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e @alexx\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_1142482369744482355:matrix.theocloud.dev","@discord_769998429991600219:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$vW8VkaKGlodzPSV8-XGp79QpruPOn36sAJj729qaSBA"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.449910802Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1693,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.509231,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.450187447Z","message":"Request completed"} +{"level":"debug","transaction_id":"486","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.456266794Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"486","time":"2026-03-06T19:14:25.456324484Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$yhCdyIRgmiz5EgRT0oPBHr_x1lGEIOh7wZVkOy9baRs","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465456,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.45650775Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1694,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":7.351174,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.457620546Z","message":"Request completed"} +{"level":"debug","transaction_id":"487","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.468749137Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"487","time":"2026-03-06T19:14:25.468908028Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$NsstHhlkz2l3j3sGiNlkIs9DOMIE_QoIgMnCMxsB0yU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465469,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.469090596Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1691,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":123.778382,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<5759070 bytes>","time":"2026-03-06T19:14:25.487076227Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1697,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":5.661411,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.493186305Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1692,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/join?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":137.412563,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:25.529947414Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_389451592673263616:matrix.theocloud.dev","req_id":1699,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_389451592673263616%3Amatrix.theocloud.dev","duration":16.028373,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_389451592673263616","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:25.546583414Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1695,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465450368129_39?ts=1772291504068&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":114.299185,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"SAVQL3vG","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.564816915Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322385677095046","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":126.498876,"event_ids":{"":"$IRPQi2CUCPMK8ep9bqfuZTC2gcKYAsi0KUotx4Xj0eo"},"time":"2026-03-06T19:14:25.564962187Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_389451592673263616:matrix.theocloud.dev","req_id":1700,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_389451592673263616:matrix.theocloud.dev/displayname?user_id=%40discord_389451592673263616%3Amatrix.theocloud.dev","duration":21.322414,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:25.568419308Z","message":"Request completed"} +{"level":"debug","transaction_id":"488","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.570650348Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"488","time":"2026-03-06T19:14:25.570748476Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$IRPQi2CUCPMK8ep9bqfuZTC2gcKYAsi0KUotx4Xj0eo","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465570,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.570952765Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1696,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465457760230_22?ts=1753515546045&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":120.863307,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 solved and 2 unsolved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":32728,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/xdxcTfNITmBLyWnaZNKeYOmX"},"time":"2026-03-06T19:14:25.578815044Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1398570309837127700","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":580.972605,"event_ids":{"":"$NsstHhlkz2l3j3sGiNlkIs9DOMIE_QoIgMnCMxsB0yU","1398570309593993299":"$R9wdBpgj6fO1HYzlJDC1h5p1ABcTfuLKda0h2mrjIkY"},"time":"2026-03-06T19:14:25.578936151Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1702,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.575306,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.580303103Z","message":"Request completed"} +{"level":"debug","transaction_id":"489","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.593460471Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"489","time":"2026-03-06T19:14:25.59365596Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"490","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.602525434Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"490","time":"2026-03-06T19:14:25.602645143Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$R9wdBpgj6fO1HYzlJDC1h5p1ABcTfuLKda0h2mrjIkY","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465602,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:25.602862073Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_389451592673263616:matrix.theocloud.dev","req_id":1703,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_389451592673263616:matrix.theocloud.dev/displayname?user_id=%40discord_389451592673263616%3Amatrix.theocloud.dev","duration":36.895625,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"TheHeroTV"},"time":"2026-03-06T19:14:25.605496872Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1701,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":55.446699,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1825509 bytes>","time":"2026-03-06T19:14:25.616713464Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1698,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465493517916_65?ts=1771923865154&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":132.370442,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/jw-jehovahs-witness-jehovah-god-jenny-ann-valenciano-gif-21141809","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":640,"mimetype":"video/mp4","size":5759070,"w":640},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/HsmheheLladsVomjiiqTOGzJ"},"time":"2026-03-06T19:14:25.626164934Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1475780396309413999","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":433.682186,"event_ids":{"video_https://tenor.com/view/jw-jehovahs-witness-jehovah-god-jenny-ann-valenciano-gif-21141809":"$teznyMWaqydbeFk7wP-x9M-z4_CFkXj8lScDVrAQKK8"},"time":"2026-03-06T19:14:25.626310834Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1705,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_741981427750404108:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":11.092273,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.628235895Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1706,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":8.894478,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.635950598Z","message":"Request completed"} +{"level":"debug","transaction_id":"491","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.641785358Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"491","time":"2026-03-06T19:14:25.641910725Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$teznyMWaqydbeFk7wP-x9M-z4_CFkXj8lScDVrAQKK8","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465642,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:25.642110124Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1704,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465580566129_40?ts=1772291504524&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":84.803694,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"SAVQL3vG","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.665554275Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322387589435412","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":100.278426,"event_ids":{"":"$Wy8jEg5xDwcg4l7vakrl0PSX2zFDmjwmJBqJlQZ-uYc"},"time":"2026-03-06T19:14:25.665681179Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1709,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.112878,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.6795589Z","message":"Request completed"} +{"level":"debug","transaction_id":"492","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.684009735Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"492","time":"2026-03-06T19:14:25.684110727Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Wy8jEg5xDwcg4l7vakrl0PSX2zFDmjwmJBqJlQZ-uYc","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465684,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.684288476Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1707,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465628470635_6?ts=1715594967800&user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":80.000923,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Rechtsformen_BWL.pdf","info":{"mimetype":"application/pdf","size":1825509},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/mEDgPoSjCDIaLxPwKcXXldJS"},"time":"2026-03-06T19:14:25.708672424Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1239519876822077510","message_type":0,"author_id":"741981427750404108","action":"discord message create","handling_time":501.256989,"event_ids":{"1239519876440264745":"$59AgVE9_rPSmaGXiW--WdPQVbQjHQrLMwZharixf7Dw"},"time":"2026-03-06T19:14:25.708785987Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1708,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465636232901_60?ts=1771924200581&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":87.690832,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://share.google/o1SgqzJmSBr9EiROZ","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.724097779Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1475781803192352859","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":97.456102,"event_ids":{"":"$vik9fM8LRYfPia5veAdMEKa-jshL2Dq5CUsI_w8qWVs"},"time":"2026-03-06T19:14:25.724201983Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"493","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.72562879Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"493","time":"2026-03-06T19:14:25.725737465Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$59AgVE9_rPSmaGXiW--WdPQVbQjHQrLMwZharixf7Dw","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465725,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:25.72591682Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1711,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":10.094368,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.734891895Z","message":"Request completed"} +{"level":"debug","transaction_id":"494","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.74137081Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"494","time":"2026-03-06T19:14:25.741458043Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vik9fM8LRYfPia5veAdMEKa-jshL2Dq5CUsI_w8qWVs","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465741,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.741687056Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1710,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465679828700_41?ts=1772291504891&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":90.634682,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"SAVQL3vG","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.770634425Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322389128740935","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":104.667801,"event_ids":{"":"$GDPzVIUedQNIm8OVeq5lYYrBbuAGSHo97NEFA4vKTp4"},"time":"2026-03-06T19:14:25.77076063Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1713,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.264156,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.783865267Z","message":"Request completed"} +{"level":"debug","transaction_id":"495","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.788286979Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"495","time":"2026-03-06T19:14:25.788409342Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$GDPzVIUedQNIm8OVeq5lYYrBbuAGSHo97NEFA4vKTp4","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465788,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.788606577Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1712,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465735151988_33?ts=1771924302805&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":79.0151,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://share.google/Ve0eKx0jNlCblQ591","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.814363484Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1475782231950753847","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":89.94485,"event_ids":{"":"$COXIEXzOhwcj62bZ-zqhdztWJVnMuEPomHHQ1vlunYc"},"time":"2026-03-06T19:14:25.814462171Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1715,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":7.586263,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.822766342Z","message":"Request completed"} +{"level":"debug","transaction_id":"496","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.826630713Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"496","time":"2026-03-06T19:14:25.826709914Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$COXIEXzOhwcj62bZ-zqhdztWJVnMuEPomHHQ1vlunYc","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465826,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.82685756Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1714,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465784063899_42?ts=1772291505338&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":71.241799,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"SAVQL3vG","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.855461236Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322391003726047","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":84.299292,"event_ids":{"":"$4zgzfotcWljs7tIZ5OWePS2_OacP57od4X3qqf_plsM"},"time":"2026-03-06T19:14:25.855566698Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1719,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.294398,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.869738524Z","message":"Request completed"} +{"level":"debug","transaction_id":"497","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.874363547Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"497","time":"2026-03-06T19:14:25.874495339Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4zgzfotcWljs7tIZ5OWePS2_OacP57od4X3qqf_plsM","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465874,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.874682027Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_389451592673263616:matrix.theocloud.dev","req_id":1718,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_389451592673263616%3Amatrix.theocloud.dev","duration":62.145965,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<12602 bytes>","time":"2026-03-06T19:14:25.897211175Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_389451592673263616:matrix.theocloud.dev","req_id":1721,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_389451592673263616:matrix.theocloud.dev/avatar_url?user_id=%40discord_389451592673263616%3Amatrix.theocloud.dev","duration":3.831684,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:25.901537692Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1716,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465823022034_34?ts=1771924537493&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":89.731691,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wordle 1.711 4/6\n\n⬜⬜⬜🟨🟨\n⬜⬜⬜🟨⬜\n⬜⬜⬜⬜🟨\n🟩🟩🟩🟩🟩","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eWordle 1.711 4/6\u003c/p\u003e\n\u003cp\u003e⬜⬜⬜🟨🟨\u003cbr\u003e\n⬜⬜⬜🟨⬜\u003cbr\u003e\n⬜⬜⬜⬜🟨\u003cbr\u003e\n🟩🟩🟩🟩🟩\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.913018567Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1475783216303575130","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":98.262431,"event_ids":{"":"$38VOI8FYbA2vel0mZbHTycuZxRRlsoV71ORqSRA9ImQ"},"time":"2026-03-06T19:14:25.913144493Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1717,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":87.434789,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32596 bytes>","time":"2026-03-06T19:14:25.918477436Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_389451592673263616:matrix.theocloud.dev","req_id":1722,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_389451592673263616:matrix.theocloud.dev/avatar_url?user_id=%40discord_389451592673263616%3Amatrix.theocloud.dev","duration":23.368233,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EGXccJBYeViaKiHEkaffLEhv"},"time":"2026-03-06T19:14:25.92507166Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1723,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":8.402649,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.927376663Z","message":"Request completed"} +{"level":"debug","transaction_id":"498","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.931504828Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"498","time":"2026-03-06T19:14:25.931606029Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$38VOI8FYbA2vel0mZbHTycuZxRRlsoV71ORqSRA9ImQ","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465931,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.93180927Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1720,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465869957340_43?ts=1772291505794&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":89.375007,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"SAVQL3vG","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:25.959467352Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322392916197610","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":103.463582,"event_ids":{"":"$qbfMOOEYJHj-xC-jQ0w1rk34HCWhT7s-93VJAq4eyw8"},"time":"2026-03-06T19:14:25.959563664Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1726,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.743552,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:25.971875243Z","message":"Request completed"} +{"level":"debug","transaction_id":"499","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:25.977636948Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"499","time":"2026-03-06T19:14:25.977708466Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qbfMOOEYJHj-xC-jQ0w1rk34HCWhT7s-93VJAq4eyw8","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824465977,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:25.977927492Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_389451592673263616:matrix.theocloud.dev","req_id":1724,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/join?user_id=%40discord_389451592673263616%3Amatrix.theocloud.dev","duration":67.769941,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:25.993517185Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1725,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465927586609_23?ts=1753691666513&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":93.404345,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus and 2 others were playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus and 2 others were playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$NsstHhlkz2l3j3sGiNlkIs9DOMIE_QoIgMnCMxsB0yU"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:26.021351898Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1729,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":10.881769,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.032495505Z","message":"Request completed"} +{"level":"debug","transaction_id":"500","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.038701826Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"500","time":"2026-03-06T19:14:26.038833548Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vKJrpOnl1D_bj9BsFfI_PkttDUmclEtao95orA-Q7Uw","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466038,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:26.039041748Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1727,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824465972119551_44?ts=1772291506212&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":98.708723,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"SAVQL3vG","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:26.071017476Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322394669682809","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":111.291429,"event_ids":{"":"$b6VHshyFtLuBBXUgpWLk9NExtbb6-paGxXU799y2Jvc"},"time":"2026-03-06T19:14:26.071150107Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"501","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.091000316Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"501","time":"2026-03-06T19:14:26.091103194Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$b6VHshyFtLuBBXUgpWLk9NExtbb6-paGxXU799y2Jvc","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466091,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:26.091287996Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1730,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466032734785_24?ts=1753691666513&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":110.895772,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"3 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":32596,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/lULZSqVcNeIqxdIWULVBUNaC"},"time":"2026-03-06T19:14:26.143892606Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399309012620804137","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":564.806224,"event_ids":{"":"$vKJrpOnl1D_bj9BsFfI_PkttDUmclEtao95orA-Q7Uw","1399312769656029194":"$ny6DsKA33oMCZYK23SNW5GwcKo5Na8oQ2nxPMzA5znQ"},"time":"2026-03-06T19:14:26.144046119Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1728,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":166.257055,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_389451592673263616:matrix.theocloud.dev"},"time":"2026-03-06T19:14:26.159923143Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1732,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":17.164007,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.162012334Z","message":"Request completed"} +{"level":"debug","transaction_id":"502","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.165570866Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"502","time":"2026-03-06T19:14:26.16567053Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ny6DsKA33oMCZYK23SNW5GwcKo5Na8oQ2nxPMzA5znQ","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466165,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:26.165883829Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"503","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.17663143Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"503","time":"2026-03-06T19:14:26.176838932Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1731,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":47.201055,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<971878 bytes>","time":"2026-03-06T19:14:26.18500265Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1736,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_741981427750404108:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":4.90907,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.190254576Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1734,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466162195460_70?ts=1753691732504&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":54.616485,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"tot","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:26.216967902Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399309289406857286","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":72.549036,"event_ids":{"":"$mTxSJ7Tk_gZ90eK8t1lUkM4261f3Up_z_xD0gSRoDls"},"time":"2026-03-06T19:14:26.217096342Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1738,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":7.349288,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.225166472Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1735,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":64.879312,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<15909 bytes>","time":"2026-03-06T19:14:26.230986146Z","message":"Request completed"} +{"level":"debug","transaction_id":"504","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.232519951Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"504","time":"2026-03-06T19:14:26.232598803Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mTxSJ7Tk_gZ90eK8t1lUkM4261f3Up_z_xD0gSRoDls","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466232,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:26.232800507Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1740,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":4.937566,"status_code":403,"response_length":143,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.236525962Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_389451592673263616:matrix.theocloud.dev","req_id":1733,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/join?user_id=%40discord_389451592673263616%3Amatrix.theocloud.dev","duration":106.97448,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:26.267179018Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1737,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466190458376_7?ts=1715696585114&user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":102.561988,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Externes_Rechnungswesen.pdf","info":{"mimetype":"application/pdf","size":971878},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/jjOkaBRyBFGkTaTFWGKocNpl"},"time":"2026-03-06T19:14:26.293200836Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1239946090728652940","message_type":0,"author_id":"741981427750404108","action":"discord message create","handling_time":584.009415,"event_ids":{"1239946090405433487":"$qn1U_61irruOJAo9Mrh9smFCTthVaqsVLiu_NRzDyRg"},"time":"2026-03-06T19:14:26.293290514Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"505","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.294304134Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"505","time":"2026-03-06T19:14:26.294514708Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"506","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.308987695Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"506","time":"2026-03-06T19:14:26.309061658Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qn1U_61irruOJAo9Mrh9smFCTthVaqsVLiu_NRzDyRg","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466309,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:26.309252816Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1741,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":81.597376,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:26.318412555Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1739,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466225357770_61?ts=1753692568435&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":124.986164,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"tot","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:26.350474468Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399312795555594361","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":133.058807,"event_ids":{"":"$Oz_ZHx_iu4pSkl_bPZY7laAlF5_mH3o16kSt3_I7-k4"},"time":"2026-03-06T19:14:26.350558489Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"507","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.378162163Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"507","time":"2026-03-06T19:14:26.378259523Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Oz_ZHx_iu4pSkl_bPZY7laAlF5_mH3o16kSt3_I7-k4","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466378,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:26.378470936Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1742,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":112.014156,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:26.379829367Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1743,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":120.385166,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_1211781489931452447:matrix.theocloud.dev"},"time":"2026-03-06T19:14:26.438965692Z","message":"Request completed"} +{"level":"debug","transaction_id":"508","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.461195426Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"508","time":"2026-03-06T19:14:26.461515652Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1745,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":104.116886,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_316966695430520833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:26.484116179Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1744,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":152.882686,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<141228 bytes>","time":"2026-03-06T19:14:26.493081826Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1748,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":7.173705,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.500580158Z","message":"Request completed"} +{"level":"debug","transaction_id":"509","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.509082332Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"509","time":"2026-03-06T19:14:26.509347244Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1749,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466500745824_68?ts=1772291614075&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":77.663443,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":762,"mimetype":"image/webp","size":141228,"w":727},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/tvYdkIfalwtrXegbAvZVWpNr"},"time":"2026-03-06T19:14:26.578568437Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477322847079628851","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":507.044255,"event_ids":{"1477322846819586068":"$DRvMe4gth30hO5KrmgNDzpY0pfHs5DY1rK9M2ZpOzgE"},"time":"2026-03-06T19:14:26.578658533Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1746,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/join?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":145.495543,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:26.584835031Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1750,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.339869,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.595635154Z","message":"Request completed"} +{"level":"debug","transaction_id":"510","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.604735247Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"510","time":"2026-03-06T19:14:26.604840569Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$DRvMe4gth30hO5KrmgNDzpY0pfHs5DY1rK9M2ZpOzgE","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466604,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:26.605024604Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"511","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.631714044Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"511","time":"2026-03-06T19:14:26.63196359Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1747,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":168.896043,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:26.653400545Z","message":"Request completed"} +{"level":"debug","transaction_id":"512","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.670577054Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"512","time":"2026-03-06T19:14:26.670784695Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1754,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":57.136183,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<962929 bytes>","time":"2026-03-06T19:14:26.686509464Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1756,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_741981427750404108:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":4.554762,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.691438998Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1753,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":99.70991,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32774 bytes>","time":"2026-03-06T19:14:26.716845227Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1752,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466595923742_45?ts=1772291764086&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":126.769375,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2YMdDDWD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:26.722867513Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477323476271628501","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":143.994355,"event_ids":{"":"$pLI_25O2pDg_CJvxHnN4030b19Q4O42tbdrdR5474_8"},"time":"2026-03-06T19:14:26.722973533Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1758,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":10.755774,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.72820779Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1751,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466585151626_25?ts=1771924571335&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":150.396373,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"\u003e alexx used /play\nalexx was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cblockquote\u003e\n\u003ca href=\"https://matrix.to/#/@discord_428870593358594048:matrix.theocloud.dev\"\u003ealexx\u003c/a\u003e used \u003cfont color=\"#3771bb\"\u003e/play\u003c/font\u003e\n\u003c/blockquote\u003e\nalexx was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:26.735810326Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1759,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.538217,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.736160235Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1761,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":5.322118,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.741323741Z","message":"Request completed"} +{"level":"debug","transaction_id":"513","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.743654865Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"513","time":"2026-03-06T19:14:26.743747965Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$pLI_25O2pDg_CJvxHnN4030b19Q4O42tbdrdR5474_8","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466743,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:26.743985918Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"514","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.761942425Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"514","time":"2026-03-06T19:14:26.762026585Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$70fxr1ocx8xH8go_r6ea_bG8sEEtlXZhR_T2XsFIR7w","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466762,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:26.762218651Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1755,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824466653773922_12?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":122.159718,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:26.776018218Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","action":"initial backfill","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:26.776379442Z","message":"Fetching messages for backfill"} +{"level":"debug","transaction_id":"515","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.79912573Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"515","event_id":"$C5BrcPjJXKMcey1C_l7j-IpK0ty_UyizyYLqs-RO5SQ","time":"2026-03-06T19:14:26.799195991Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"515","time":"2026-03-06T19:14:26.799247255Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1757,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466691624848_8?ts=1718191496796&user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":128.388457,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"BWL_Zusammenfassung.pdf","info":{"mimetype":"application/pdf","size":962929},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/KMqhMFWpKFQbYDjNcwpLNRYL"},"time":"2026-03-06T19:14:26.820182115Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1250410508775981096","message_type":0,"author_id":"741981427750404108","action":"discord message create","handling_time":526.663916,"event_ids":{"1250410508276994088":"$jOEVgOMBrqh6RmA4yVSp19UFg35k8QclI1v3ToZ0BXI"},"time":"2026-03-06T19:14:26.820276611Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"516","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.840766296Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"516","time":"2026-03-06T19:14:26.84086652Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$jOEVgOMBrqh6RmA4yVSp19UFg35k8QclI1v3ToZ0BXI","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466840,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:26.841026319Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1764,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":81.256825,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:26.857770225Z","message":"Request completed"} +{"level":"info","channel_id":"1175528825136881714","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:26.858488971Z","message":"Creating Matrix room for channel"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"","old_avatar_id":"","new_avatar_id":"","time":"2026-03-06T19:14:26.858543798Z","message":"Updating group DM avatar"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1760,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466728388611_26?ts=1753776837939&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":137.055948,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"alexx and 2 others were playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"alexx and 2 others were playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$vKJrpOnl1D_bj9BsFfI_PkttDUmclEtao95orA-Q7Uw"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:26.86576716Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1762,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466736321501_46?ts=1772291764901&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":141.76967,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2YMdDDWD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:26.87822904Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477323479689855027","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":155.000163,"event_ids":{"":"$KCTEWpzWqpVPJuCUHB12bXWf5qFzzxwAAcKXopxnQdw"},"time":"2026-03-06T19:14:26.878319765Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1765,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":13.245998,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.879231276Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1763,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466741495553_27?ts=1771924571335&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":150.625036,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 finished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":15909,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/xFKcUMaWteHmTwruyigTDqsK"},"time":"2026-03-06T19:14:26.892316776Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1475783358247207048","message_type":23,"author_id":"1211781489931452447","action":"discord message create","handling_time":978.681642,"event_ids":{"":"$70fxr1ocx8xH8go_r6ea_bG8sEEtlXZhR_T2XsFIR7w","1475783386776735835":"$qDaUxgwZuTewk-eNnoyNFCT_eFIO42mNXm71jz9HmEA"},"time":"2026-03-06T19:14:26.89244801Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1766,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.158629,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.895138752Z","message":"Request completed"} +{"level":"debug","transaction_id":"517","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.897116195Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"517","time":"2026-03-06T19:14:26.897226895Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$m2xZmVDUdBhdBedL41cK4uWGulQY1hxn_1H4912nTzk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466897,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:26.897452904Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1768,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":11.925631,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.905132127Z","message":"Request completed"} +{"level":"debug","transaction_id":"518","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:26.914038478Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"518","time":"2026-03-06T19:14:26.914160283Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qDaUxgwZuTewk-eNnoyNFCT_eFIO42mNXm71jz9HmEA","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466914,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:26.914363035Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$KCTEWpzWqpVPJuCUHB12bXWf5qFzzxwAAcKXopxnQdw","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824466914,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:26.914326368Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1767,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466879402878_28?ts=1753776837939&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":87.810471,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"3 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":32774,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/BtOpISCrOhQtgiNCQbUtDADy"},"time":"2026-03-06T19:14:26.9674212Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399666247473434714","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":616.586345,"event_ids":{"":"$m2xZmVDUdBhdBedL41cK4uWGulQY1hxn_1H4912nTzk","1399667392866422874":"$CRafmDwIoQYQQBcnfh-W0X-bgOEWPh6hnAq4055SaaU"},"time":"2026-03-06T19:14:26.967531341Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1771,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":14.587248,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.982776433Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1769,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466895292335_47?ts=1772291765368&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":90.191951,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2YMdDDWD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:26.985641152Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477323481648599162","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":107.002278,"event_ids":{"":"$tp16Q9X_4A7eMHoxexCBwRYpPstYdMJLj31fwpeejVo"},"time":"2026-03-06T19:14:26.985727966Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1773,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.549672,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:26.999802362Z","message":"Request completed"} +{"level":"debug","transaction_id":"519","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.005101991Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"519","time":"2026-03-06T19:14:27.005218348Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$CRafmDwIoQYQQBcnfh-W0X-bgOEWPh6hnAq4055SaaU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467005,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:27.005451621Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1770,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466905292275_35?ts=1771925298576&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":103.687775,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://share.google/Ve0eKx0jNlCblQ591","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:27.009133983Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1475786408517046304","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":116.294367,"event_ids":{"":"$fmggUqLwnT4MW-G7JTrY-8ic0MIFhdIn7Z5Kj37vKGE"},"time":"2026-03-06T19:14:27.009217444Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"520","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.021650967Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"520","time":"2026-03-06T19:14:27.021734988Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tp16Q9X_4A7eMHoxexCBwRYpPstYdMJLj31fwpeejVo","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467021,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.021921117Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$fmggUqLwnT4MW-G7JTrY-8ic0MIFhdIn7Z5Kj37vKGE","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467021,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.021948635Z","message":"Sent message checkpoint"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","action":"initial backfill","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","limit":100,"count":16,"time":"2026-03-06T19:14:27.027299458Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","action":"initial backfill","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","limit":100,"count":16,"found_all":false,"time":"2026-03-06T19:14:27.027376005Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","action":"initial backfill","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:27.027454158Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"warn","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1455158234129105073","message_type":1,"author_id":"316966695430520833","action":"discord message create","handling_time":0.331541,"time":"2026-03-06T19:14:27.027951854Z","message":"Unhandled message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1775,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":4.517046,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.032883623Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1772,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466982946848_36?ts=1753776855228&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":86.384432,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Zip #134 | 0:14 und fehlerfrei 🏁\nohne Rückzieher 🟢\nlnkd.in/zip.","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Zip #134 | 0:14 und fehlerfrei 🏁\u003cbr\u003e\nohne Rückzieher 🟢\u003cbr\u003e\nlnkd.in/zip.","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:27.069519295Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399666319988625460","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":101.718434,"event_ids":{"":"$3Qd0066NYRwHubmAhlCfsVsFByI4g2j2OtzQ-vpsfOQ"},"time":"2026-03-06T19:14:27.069607576Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1774,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824466999969285_48?ts=1772397893185&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":84.376049,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:27.084427469Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1777,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":14.283854,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.084504644Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477768613976080605","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":98.501011,"event_ids":{"":"$r1kpElJTZxdfMHeEBTsFApzrNOlw8sF4MDQMTpYbXVA"},"time":"2026-03-06T19:14:27.084527553Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"521","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.093539715Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"521","time":"2026-03-06T19:14:27.09362129Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3Qd0066NYRwHubmAhlCfsVsFByI4g2j2OtzQ-vpsfOQ","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467093,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.093829769Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1779,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":10.51782,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.095671509Z","message":"Request completed"} +{"level":"debug","transaction_id":"522","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.104942716Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"522","time":"2026-03-06T19:14:27.105047968Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$r1kpElJTZxdfMHeEBTsFApzrNOlw8sF4MDQMTpYbXVA","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467105,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:27.105220758Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1776,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467033042375_66?ts=1767007158982&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":106.46526,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:27.139618894Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1455158235945238599","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":111.602227,"event_ids":{"":"$FujTQkP8_DAxCwEYJ9zkQbGavDhHIZoS596Yedmp_ps"},"time":"2026-03-06T19:14:27.139725194Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1782,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.261085,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.154716899Z","message":"Request completed"} +{"level":"debug","transaction_id":"523","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.160325788Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"523","time":"2026-03-06T19:14:27.160408971Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FujTQkP8_DAxCwEYJ9zkQbGavDhHIZoS596Yedmp_ps","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467160,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:27.16062611Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1781,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":67.042045,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<28700 bytes>","time":"2026-03-06T19:14:27.175423583Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"","old_name":"","new_name":"Rentengemeinschaft Berlin e.V.","time":"2026-03-06T19:14:27.17577908Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:27.175829576Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1778,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467084682253_37?ts=1753776930110&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":124.36359,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Queens #455 | 0:51 und fehlerfrei\nErste 👑: 🟫 🟨 ⬜\nlnkd.in/queens.","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Queens #455 | 0:51 und fehlerfrei\u003cbr\u003e\nErste 👑: 🟫 🟨 ⬜\u003cbr\u003e\nlnkd.in/queens.","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:27.209240842Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399666634066624523","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":139.464388,"event_ids":{"":"$xjXozB_VbHJW1VwmuxK3oHqe82Ez3dPKUEna1YegWjs"},"time":"2026-03-06T19:14:27.209400641Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1785,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":15.850066,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.22605466Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1780,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467095885366_69?ts=1772398020453&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":146.108618,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Nestostraße","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:27.242159022Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477769147776761856","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":157.386113,"event_ids":{"":"$WrLniZ8oxyRcVHKTow1kFwxIyBL4GgESwEXww1yqagA"},"time":"2026-03-06T19:14:27.24227021Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"524","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.243520177Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"524","time":"2026-03-06T19:14:27.24357626Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xjXozB_VbHJW1VwmuxK3oHqe82Ez3dPKUEna1YegWjs","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467243,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.243771749Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1783,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":103.457924,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:27.258536536Z","message":"Request completed"} +{"level":"debug","transaction_id":"525","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.262252492Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"525","time":"2026-03-06T19:14:27.262376112Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$WrLniZ8oxyRcVHKTow1kFwxIyBL4GgESwEXww1yqagA","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467262,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.262601284Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1788,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.005812,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<46409 bytes>","time":"2026-03-06T19:14:27.287916089Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1789,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":6.981988,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.295310565Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1786,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467226236739_38?ts=1753777001508&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":119.251906,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Tango #295 | 0:51 und fehlerfrei\nErste 5 Platzierungen:\n🟨🟨🟨🟨🟨🟨\n1️⃣🟨🟨🟨4️⃣5️⃣\n🟨🟨🟨🟨🟨🟨\n🟨🟨🟨🟨🟨🟨\n2️⃣3️⃣🟨🟨🟨🟨\n🟨🟨🟨🟨🟨🟨\nlnkd.in/tango.","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Tango #295 | 0:51 und fehlerfrei\u003cbr\u003e\nErste 5 Platzierungen:\u003cbr\u003e\n🟨🟨🟨🟨🟨🟨\u003cbr\u003e\n1️⃣🟨🟨🟨4️⃣5️⃣\u003cbr\u003e\n🟨🟨🟨🟨🟨🟨\u003cbr\u003e\n🟨🟨🟨🟨🟨🟨\u003cbr\u003e\n2️⃣3️⃣🟨🟨🟨🟨\u003cbr\u003e\n🟨🟨🟨🟨🟨🟨\u003cbr\u003e\nlnkd.in/tango.","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:27.34570369Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399666933531676802","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":136.007336,"event_ids":{"":"$ru9WnUX8mGWPeNTw_09UrZtFwgYktN5q-ii3CoxXDp0"},"time":"2026-03-06T19:14:27.345819698Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"526","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.349179598Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"526","time":"2026-03-06T19:14:27.349252164Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1793,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":16.240833,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.36280896Z","message":"Request completed"} +{"level":"debug","transaction_id":"527","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.376342149Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"527","time":"2026-03-06T19:14:27.376467516Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ru9WnUX8mGWPeNTw_09UrZtFwgYktN5q-ii3CoxXDp0","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467376,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.376654204Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1787,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":173.482792,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:27.43227928Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1792,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":112.49935,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<15899 bytes>","time":"2026-03-06T19:14:27.44494014Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1796,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":9.798376,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.455574737Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1790,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467295603693_67?ts=1772406633642&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":167.220528,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/neuron-activation-neuron-gif-1455356329209493514","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":478,"mimetype":"video/mp4","size":46409,"w":432},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/ZhLfLaSUkfHzoVgkxYxeGkAT"},"time":"2026-03-06T19:14:27.463088434Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1477805274109706395","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":220.491572,"event_ids":{"video_https://tenor.com/view/neuron-activation-neuron-gif-1455356329209493514":"$ZjwuZJQMwcwr0u10IFlxB6jlrD8SB4TD_J7p3nALVug"},"time":"2026-03-06T19:14:27.463204861Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"528","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.466349787Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"528","time":"2026-03-06T19:14:27.466473617Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ZjwuZJQMwcwr0u10IFlxB6jlrD8SB4TD_J7p3nALVug","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467466,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:27.466686566Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1798,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.385541,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.47537899Z","message":"Request completed"} +{"level":"debug","transaction_id":"529","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.48898733Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"529","time":"2026-03-06T19:14:27.489249238Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1794,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467362989851_71?ts=1753777099476&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":157.111983,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Tango #295 | 0:30 und fehlerfrei\nErste 5 Platzierungen:\n🟨🟨2️⃣1️⃣🟨🟨\n🟨🟨4️⃣3️⃣5️⃣🟨\n🟨🟨🟨🟨🟨🟨\n🟨🟨🟨🟨🟨🟨\n🟨🟨🟨🟨🟨🟨\n🟨🟨🟨🟨🟨🟨\nlnkd.in/tango.","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Tango #295 | 0:30 und fehlerfrei\u003cbr\u003e\nErste 5 Platzierungen:\u003cbr\u003e\n🟨🟨2️⃣1️⃣🟨🟨\u003cbr\u003e\n🟨🟨4️⃣3️⃣5️⃣🟨\u003cbr\u003e\n🟨🟨🟨🟨🟨🟨\u003cbr\u003e\n🟨🟨🟨🟨🟨🟨\u003cbr\u003e\n🟨🟨🟨🟨🟨🟨\u003cbr\u003e\n🟨🟨🟨🟨🟨🟨\u003cbr\u003e\nlnkd.in/tango.","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:27.520314084Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399667344438988842","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":174.276549,"event_ids":{"":"$Vn3F3p30qmw70vrrRAH36QWkNY2ZkLqE5LeN5lmA9qQ"},"time":"2026-03-06T19:14:27.520488969Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1791,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":247.816646,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<58815 bytes>","time":"2026-03-06T19:14:27.545905325Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1800,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":26.716259,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.547916013Z","message":"Request completed"} +{"level":"debug","transaction_id":"530","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.555654183Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"530","time":"2026-03-06T19:14:27.555705726Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Vn3F3p30qmw70vrrRAH36QWkNY2ZkLqE5LeN5lmA9qQ","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467555,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.555850579Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1801,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_741981427750404108:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":11.870385,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.558203983Z","message":"Request completed"} +{"level":"debug","transaction_id":"531","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.588466971Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"531","time":"2026-03-06T19:14:27.588687462Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1603,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1009_906_0_353_369_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":3605.482915,"status_code":200,"response_length":208,"response_mime":"application/json","time":"2026-03-06T19:14:27.610835132Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:27.611198","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:27.61122569Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:27.611198","time":"2026-03-06T19:14:27.611427324Z","message":"Finished handling device list changes"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1797,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467455830499_29?ts=1772011408007&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":190.789417,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"\u003e alexx used /play\n**Your group is on a 1 day streak!** 🔥 Here are yesterday's results:\n👑 1/6: @alexx\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cblockquote\u003e\n\u003ca href=\"https://matrix.to/#/@discord_428870593358594048:matrix.theocloud.dev\"\u003ealexx\u003c/a\u003e used \u003cfont color=\"#3771bb\"\u003e/play\u003c/font\u003e\n\u003c/blockquote\u003e\n\u003cstrong\u003eYour group is on a 1 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 1/6: @alexx\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:27.646913952Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1805,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":13.710449,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.660861795Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1799,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fMRxPLePwkLANpkhHa:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467475600530_49?ts=1772560251853&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":190.330274,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:27.666070279Z","message":"Request completed"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","message_id":"1478449595586580510","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":202.487781,"event_ids":{"":"$PHRAWwiqMJ9CZnjstaa_pBhzWFLppCO8zyn7kvJJQE8"},"time":"2026-03-06T19:14:27.666200395Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","action":"initial backfill","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:27.66643297Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","transaction_id":"532","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.676291689Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"532","time":"2026-03-06T19:14:27.676418593Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tq52_EzkbnjCiJNnO1U-k8iiTtitqMKQG1O0iNqPBfo","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467676,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.676629027Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"533","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.704794653Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"533","time":"2026-03-06T19:14:27.704871409Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$PHRAWwiqMJ9CZnjstaa_pBhzWFLppCO8zyn7kvJJQE8","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467705,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:27.705085615Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1795,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":289.784911,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:27.72248122Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1802,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467548160740_72?ts=1753777167164&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":190.458993,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Queens #455 | 0:53\nErste 👑: 🟦 🟩 ⬜\nlnkd.in/queens.","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Queens #455 | 0:53\u003cbr\u003e\nErste 👑: 🟦 🟩 ⬜\u003cbr\u003e\nlnkd.in/queens.","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:27.738847978Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399667628343037994","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":218.088021,"event_ids":{"":"$XkgsVc8IsnlhvSll2DoT4PDf1hvxBpGKKwAZ-2EhJlY"},"time":"2026-03-06T19:14:27.738967688Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1808,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":9.875692,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.749731842Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1803,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467558474272_9?ts=1725519164641&user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":193.352696,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Screenshot_20240905_085209_Brave.jpg","info":{"h":905,"mimetype":"image/jpeg","size":58815,"w":1710},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ccfbMwqdcXZRoQUsFPaaMtEi"},"time":"2026-03-06T19:14:27.752086782Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1281144975329071115","message_type":0,"author_id":"741981427750404108","action":"discord message create","handling_time":931.57606,"event_ids":{"1281144974972424282":"$fBDVT2ATy2rY3Rg09haoXzjkd-62ENgH5g_p2T8Yepg"},"time":"2026-03-06T19:14:27.752215013Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"534","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.756559409Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"534","time":"2026-03-06T19:14:27.756626667Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$XkgsVc8IsnlhvSll2DoT4PDf1hvxBpGKKwAZ-2EhJlY","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467756,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.756810841Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"535","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.772856954Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"535","time":"2026-03-06T19:14:27.77323047Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$fBDVT2ATy2rY3Rg09haoXzjkd-62ENgH5g_p2T8Yepg","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467773,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:27.773194641Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1784,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":640.322087,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Rentengemeinschaft Berlin e.V.","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1175528825136881714","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1175528825136881714","displayname":"Rentengemeinschaft Berlin e.V.","external_url":"https://discord.com/channels/@me/1175528825136881714"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"state_key":"fi.mau.discord://discord/dm/1175528825136881714","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1175528825136881714","displayname":"Rentengemeinschaft Berlin e.V.","external_url":"https://discord.com/channels/@me/1175528825136881714"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"type":"m.room.avatar","content":{"url":"mxc://matrix.theocloud.dev/mWzDLCENhIpCMTBtGscwzeQu"}}],"preset":"private_chat","room_version":"11"},"time":"2026-03-06T19:14:27.816784224Z","message":"Request completed"} +{"level":"info","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","time":"2026-03-06T19:14:27.817455408Z","message":"Matrix room created"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1806,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467661118674_30?ts=1772011408007&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":184.875665,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 solved game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":15899,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/BZnPhhdTYsxDzNrNuijwfIyM"},"time":"2026-03-06T19:14:27.846271474Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476147577648058381","message_type":23,"author_id":"1211781489931452447","action":"discord message create","handling_time":836.86776,"event_ids":{"":"$tq52_EzkbnjCiJNnO1U-k8iiTtitqMKQG1O0iNqPBfo","1476147577819758643":"$KBeae8dR6iJPamnWsXwHnTa9KYXcCLrLD37KNgkGtlQ"},"time":"2026-03-06T19:14:27.846403057Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1811,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":6.669584,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.85363047Z","message":"Request completed"} +{"level":"debug","transaction_id":"536","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.855429117Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"536","time":"2026-03-06T19:14:27.85572455Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"537","content":{"pdu":8,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.875036765Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"537","time":"2026-03-06T19:14:27.875255581Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KBeae8dR6iJPamnWsXwHnTa9KYXcCLrLD37KNgkGtlQ","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467875,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:27.875470625Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1809,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467749926003_73?ts=1753777188735&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":146.091507,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Pinpoint #455 | 1 Rateversuch\n1️⃣ | 100 % Übereinstimmung 📌\nlnkd.in/pinpoint.","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Pinpoint #455 | 1 Rateversuch\u003cbr\u003e\n1️⃣ | 100 % Übereinstimmung 📌\u003cbr\u003e\nlnkd.in/pinpoint.","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:27.896227526Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399667718818627694","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":156.922221,"event_ids":{"":"$YpYGscwSqBP3U3GUAcN5ryXXHSRva_6Tf2-MOeZrwWE"},"time":"2026-03-06T19:14:27.896359179Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1807,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467722776024_50?ts=1767008357581&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":176.028122,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"446461793","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:27.898953329Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1455163263234084957","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":758.953654,"event_ids":{"":"$8Dr9S2r7g2TMyzPhG73e0dLX6HNBwgGOysg3K-Hl2fA"},"time":"2026-03-06T19:14:27.899048524Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1813,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":11.22211,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.908259806Z","message":"Request completed"} +{"level":"debug","transaction_id":"538","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.913757996Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"538","time":"2026-03-06T19:14:27.913885039Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YpYGscwSqBP3U3GUAcN5ryXXHSRva_6Tf2-MOeZrwWE","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467914,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.914089397Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"539","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:27.931582501Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"539","time":"2026-03-06T19:14:27.931657372Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8Dr9S2r7g2TMyzPhG73e0dLX6HNBwgGOysg3K-Hl2fA","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824467931,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:27.931828276Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1814,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_428589198929297419:matrix.theocloud.dev?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":39.104525,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:27.938910208Z","message":"Request completed"} +{"level":"debug","transaction_id":"540","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:27.97170351Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"540","time":"2026-03-06T19:14:27.971775866Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1810,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":169.684492,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:27.98743631Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1812,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467853800466_62?ts=1772108063744&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":165.259498,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://share.google/GE6UhK90bOnRaXXOT","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.019203979Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476552981192376341","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":172.585738,"event_ids":{"":"$HCtZgz6AW35HE4R1EyRmwEx3fWN86rNlTeKaCXBiPMM"},"time":"2026-03-06T19:14:28.019302736Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"541","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.02731322Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"541","time":"2026-03-06T19:14:28.027390745Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1819,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":17.108762,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.037109292Z","message":"Request completed"} +{"level":"debug","transaction_id":"542","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.059583543Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"542","time":"2026-03-06T19:14:28.0596603Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HCtZgz6AW35HE4R1EyRmwEx3fWN86rNlTeKaCXBiPMM","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468059,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.059878348Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1815,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467908450754_63?ts=1753777197063&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":178.003888,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Omg","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.087554449Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399667753748795402","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":190.929241,"event_ids":{"":"$UdMytfpV-UZhEIZ5FvLlefbUNqVx5jLd8hzWFb1YYdY"},"time":"2026-03-06T19:14:28.087678908Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1821,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":20.641312,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.108917371Z","message":"Request completed"} +{"level":"debug","transaction_id":"543","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.119147721Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"543","time":"2026-03-06T19:14:28.119229716Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$UdMytfpV-UZhEIZ5FvLlefbUNqVx5jLd8hzWFb1YYdY","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468119,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.119436658Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1816,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824467939197888_1?ts=1767008855178&user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":208.96013,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Er erkennt mein Mikro nicht mehr hahaha","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.148309786Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1455165350307041322","message_type":0,"author_id":"428589198929297419","action":"discord message create","handling_time":248.921619,"event_ids":{"":"$QoZEGFZGQJZFfiou5Y379OsoC2QbBiDGOkGvjDnBrZk"},"time":"2026-03-06T19:14:28.148391222Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1823,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_428589198929297419:matrix.theocloud.dev?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":9.77037,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.158672906Z","message":"Request completed"} +{"level":"debug","transaction_id":"544","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.16306228Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"544","time":"2026-03-06T19:14:28.163196447Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QoZEGFZGQJZFfiou5Y379OsoC2QbBiDGOkGvjDnBrZk","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468163,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.163371542Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1817,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":204.873452,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<4363 bytes>","time":"2026-03-06T19:14:28.17953457Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1820,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468037400743_39?ts=1772207542320&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":153.02698,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hört ihr zu?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.190557141Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970224581611632","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":170.932363,"event_ids":{"":"$FZ_rC_hTg1dVnJgpyEHyJllg2K5ijNwY4LWW7b33Ae8"},"time":"2026-03-06T19:14:28.190614761Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1825,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.50546,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.191320656Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1826,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.456923,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.20555136Z","message":"Request completed"} +{"level":"debug","transaction_id":"545","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.213791765Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"545","time":"2026-03-06T19:14:28.213877182Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FZ_rC_hTg1dVnJgpyEHyJllg2K5ijNwY4LWW7b33Ae8","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468214,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.214063661Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1818,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":244.748337,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:28.232665441Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":1822,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468109134161_74?ts=1753777218520&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":146.241598,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Crossclimb #455 | 0:17 und fehlerfrei\nAusfüllreihenfolge: 1️⃣ 2️⃣ 3️⃣ 🔼 🔽 🪜\nlnkd.in/crossclimb.","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Crossclimb #455 | 0:17 und fehlerfrei\u003cbr\u003e\nAusfüllreihenfolge: 1️⃣ 2️⃣ 3️⃣ 🔼 🔽 🪜\u003cbr\u003e\nlnkd.in/crossclimb.","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.255608683Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399667843745976342","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":167.704045,"event_ids":{"":"$FABRzNLqvR5OYnpps5yN16_tB6gfhtQiP7KjVdJgu18"},"time":"2026-03-06T19:14:28.255724062Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"546","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.261655903Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"546","time":"2026-03-06T19:14:28.26177219Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FABRzNLqvR5OYnpps5yN16_tB6gfhtQiP7KjVdJgu18","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468261,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.261958459Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"547","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.29037405Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"547","time":"2026-03-06T19:14:28.290574916Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1827,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":109.47609,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:28.301157551Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1824,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468158853169_2?ts=1767008863427&user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":154.243422,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"mega hass","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.313230688Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1455165384905855032","message_type":0,"author_id":"428589198929297419","action":"discord message create","handling_time":164.680086,"event_ids":{"":"$aDhfGHed9EQxWRhiNL5TyajsPkr07pXUq4_QdlKKY9M"},"time":"2026-03-06T19:14:28.313350886Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1831,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_428589198929297419:matrix.theocloud.dev?user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":6.685578,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.325772118Z","message":"Request completed"} +{"level":"debug","transaction_id":"548","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.329310325Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"548","time":"2026-03-06T19:14:28.329420815Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$aDhfGHed9EQxWRhiNL5TyajsPkr07pXUq4_QdlKKY9M","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468329,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.329611485Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1829,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/join?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":109.675209,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:28.343010437Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1828,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468205762353_68?ts=1772207551317&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":152.080129,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.35798531Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970262317760675","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":167.217944,"event_ids":{"":"$xOKHy-tDh5Bnjd7Q2thnHj-_DU8bQYS7VVNiC7dvnYw"},"time":"2026-03-06T19:14:28.358074987Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1830,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":57.587223,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:28.358943615Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1285591044402188431","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"1285591043978297344","time":"2026-03-06T19:14:28.359056061Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1285591044402188431","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":606.476472,"time":"2026-03-06T19:14:28.359164316Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1834,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":11.764924,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.371215593Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1835,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_741981427750404108:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":13.374578,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.373252751Z","message":"Request completed"} +{"level":"debug","transaction_id":"549","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.374928685Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"549","time":"2026-03-06T19:14:28.375017734Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xOKHy-tDh5Bnjd7Q2thnHj-_DU8bQYS7VVNiC7dvnYw","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468375,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.375189267Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428589198929297419:matrix.theocloud.dev","req_id":1832,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468325962507_3?ts=1767008875831&user_id=%40discord_428589198929297419%3Amatrix.theocloud.dev","duration":93.001285,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"kann euch aber hören","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.41915544Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1455165436931997777","message_type":0,"author_id":"428589198929297419","action":"discord message create","handling_time":100.472309,"event_ids":{"":"$90hIFkpb_ipXccqpiUx4UAtHVZzIXfoZdo9D_05vQgQ"},"time":"2026-03-06T19:14:28.419308464Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1838,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":10.322402,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.430493418Z","message":"Request completed"} +{"level":"debug","transaction_id":"550","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.435388729Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"550","time":"2026-03-06T19:14:28.435487416Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$90hIFkpb_ipXccqpiUx4UAtHVZzIXfoZdo9D_05vQgQ","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468435,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.435662022Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1837,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468373478900_10?ts=1726580424038&user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":93.725828,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://web.goodnotes.com/s/NR15Iri1nhfoSDMs71Hwgi","com.beeper.linkpreviews":[{"og:title":"Goodnotes","og:description":"Goodnotes app","matched_url":"https://web.goodnotes.com/s/NR15Iri1nhfoSDMs71Hwgi"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.467402103Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1285596219862814802","message_type":0,"author_id":"741981427750404108","action":"discord message create","handling_time":108.00598,"event_ids":{"":"$64uV2JSbjIftVOm4QaoCJR_ivOvNbTNS4ARw_7i6iVY"},"time":"2026-03-06T19:14:28.467551495Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1836,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468371581497_64?ts=1772207554225&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":111.314756,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"MAC auf die 2","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.48305675Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970274514538639","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":123.974079,"event_ids":{"":"$lNB8pq58bcbXKYgomPS06z6RirR5oQolnedlK27Wy3E"},"time":"2026-03-06T19:14:28.483143564Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1840,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.405382,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.485625896Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1841,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":12.780919,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.496577926Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1833,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":155.983193,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_122672447207112706:matrix.theocloud.dev"},"time":"2026-03-06T19:14:28.499140368Z","message":"Request completed"} +{"level":"debug","transaction_id":"551","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.500921345Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"551","time":"2026-03-06T19:14:28.501021079Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$64uV2JSbjIftVOm4QaoCJR_ivOvNbTNS4ARw_7i6iVY","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468501,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.501229698Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"552","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.513891466Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"552","time":"2026-03-06T19:14:28.514196746Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$lNB8pq58bcbXKYgomPS06z6RirR5oQolnedlK27Wy3E","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468514,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.514232994Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1842,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":60.305623,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:28.546279752Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1839,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468430684506_69?ts=1767015664523&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":128.866947,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"krass","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.559730318Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1455193910769877091","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":140.06538,"event_ids":{"":"$J4wHBdm3rPRQkpAXPpY3qDb41h0kjfbjesX0NoGNab0"},"time":"2026-03-06T19:14:28.559867279Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1847,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.99764,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.57459505Z","message":"Request completed"} +{"level":"debug","transaction_id":"553","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.580349491Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"553","time":"2026-03-06T19:14:28.580450692Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$J4wHBdm3rPRQkpAXPpY3qDb41h0kjfbjesX0NoGNab0","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468580,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.580683756Z","message":"Sent message checkpoint"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:14:28.607572525Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1843,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468496775929_40?ts=1772207555942&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":114.268942,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wollen wir skribbl io spielen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.611207604Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970281716420741","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":127.904102,"event_ids":{"":"$-GN90QRuPifPCFZv9UJYJUdBSSdNl9py1LAVuC1DPIg"},"time":"2026-03-06T19:14:28.611400159Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1846,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":68.861086,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:28.615367267Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1286709819847344178","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:28.61545457Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1286709819847344178","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":147.574817,"time":"2026-03-06T19:14:28.615523155Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1845,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":91.901968,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32554 bytes>","time":"2026-03-06T19:14:28.625104392Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1849,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":13.542478,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.625829983Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1850,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":5.404252,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.631246527Z","message":"Request completed"} +{"level":"debug","transaction_id":"554","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.632890194Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"554","time":"2026-03-06T19:14:28.632969605Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$-GN90QRuPifPCFZv9UJYJUdBSSdNl9py1LAVuC1DPIg","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468633,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.633190585Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1844,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/join?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":169.770607,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:28.669269824Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1853,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":12.201018,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_257943768903188481","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:28.681996336Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1854,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_257943768903188481:matrix.theocloud.dev/displayname?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":6.40565,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:28.688936069Z","message":"Request completed"} +{"level":"debug","transaction_id":"555","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.700311483Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"555","time":"2026-03-06T19:14:28.700583448Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1848,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468574833631_70?ts=1767097981462&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":134.194722,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:28.709179421Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1455539173036658823","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":149.071325,"event_ids":{"":"$aYD-TYTVhHz0heDNyW5eGWsHsn3JeYbsOFzVd2Pg7DQ"},"time":"2026-03-06T19:14:28.709351652Z","message":"Finished handling Discord message"} +{"level":"warn","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1455539199322099854","message_type":1,"author_id":"316966695430520833","action":"discord message create","handling_time":0.516762,"time":"2026-03-06T19:14:28.710270286Z","message":"Unhandled message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1856,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":15.922143,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.726697039Z","message":"Request completed"} +{"level":"debug","transaction_id":"556","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.734674908Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"556","time":"2026-03-06T19:14:28.734765563Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$aYD-TYTVhHz0heDNyW5eGWsHsn3JeYbsOFzVd2Pg7DQ","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468734,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:28.73500589Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1855,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_257943768903188481:matrix.theocloud.dev/displayname?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":62.604341,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"im_jug"},"time":"2026-03-06T19:14:28.751702374Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1851,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468625958911_41?ts=1772207557011&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":149.071954,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"oh","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.775196462Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970286200127591","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":163.438711,"event_ids":{"":"$hRWPxZmjPOvj5D850FzL1R1D0vVl4O0741I5o9UKtQg"},"time":"2026-03-06T19:14:28.775310374Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1852,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468631514093_31?ts=1753778304453&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":148.863545,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 1 day streak!** 🔥 Here are yesterday's results:\n👑 5/6: @Maja\nX/6: @lagopodus @alexx\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 1 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 5/6: @Maja\u003cbr\u003e\nX/6: @lagopodus @alexx\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$NsstHhlkz2l3j3sGiNlkIs9DOMIE_QoIgMnCMxsB0yU"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.780698842Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1858,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":13.848806,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.790030951Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1859,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":9.166863,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.790183906Z","message":"Request completed"} +{"level":"debug","transaction_id":"557","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.795902378Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"557","time":"2026-03-06T19:14:28.796011611Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hRWPxZmjPOvj5D850FzL1R1D0vVl4O0741I5o9UKtQg","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468796,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.79620689Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"558","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.806519235Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"558","time":"2026-03-06T19:14:28.806602278Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$SET7PHDS_4xfqsGLqHasjRwWXn3nkuFTfc7XnU3L2Yo","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468806,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.806775696Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1857,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468726945538_71?ts=1769878397474&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":116.246037,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:28.843315125Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1467201083037323317","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":132.975276,"event_ids":{"":"$f5ZojFz8crvCUUXt9Haf61v65PlBntPz0ZTe-f6eJKE"},"time":"2026-03-06T19:14:28.843448803Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1862,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.657438,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.857831204Z","message":"Request completed"} +{"level":"debug","transaction_id":"559","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.866128601Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"559","time":"2026-03-06T19:14:28.866235529Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$f5ZojFz8crvCUUXt9Haf61v65PlBntPz0ZTe-f6eJKE","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468866,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:28.866449177Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1860,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468790228675_65?ts=1772207557247&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":110.134981,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ping auf die 3","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.90054329Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970287189983323","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":124.867431,"event_ids":{"":"$9C8wtxoNyhkcS5Xhv3K6UYlTfRRNnsPYVi2PUp4W568"},"time":"2026-03-06T19:14:28.900661952Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1861,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468790388474_32?ts=1753778304453&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":114.385998,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 solved and 2 unsolved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":32554,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/XMwPqGAEsFKcwqKninXDlfet"},"time":"2026-03-06T19:14:28.905035123Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1399672398479097936","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":649.043006,"event_ids":{"":"$SET7PHDS_4xfqsGLqHasjRwWXn3nkuFTfc7XnU3L2Yo","1399672398235570186":"$x1iSZFUHtwgE-pwnA-gid-oV6Q-hAsSYW55VCw3k6Nw"},"time":"2026-03-06T19:14:28.905175366Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1865,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":16.537941,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.918109309Z","message":"Request completed"} +{"level":"debug","transaction_id":"560","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.922233842Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"560","time":"2026-03-06T19:14:28.92232757Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$9C8wtxoNyhkcS5Xhv3K6UYlTfRRNnsPYVi2PUp4W568","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468922,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.922550576Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"561","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.931687407Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"561","time":"2026-03-06T19:14:28.931826952Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$x1iSZFUHtwgE-pwnA-gid-oV6Q-hAsSYW55VCw3k6Nw","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468931,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:28.932039901Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1863,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468858032489_51?ts=1769891307273&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":103.280525,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich höre gornigs","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:28.961475816Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1467255230659035268","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":117.69198,"event_ids":{"":"$dcbTZ20CoEY6POdGFakRRfnwHIbBKe_B7hOACM9s-gs"},"time":"2026-03-06T19:14:28.961587285Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1867,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.364863,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:28.969685282Z","message":"Request completed"} +{"level":"debug","transaction_id":"562","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:28.973175368Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"562","time":"2026-03-06T19:14:28.973281109Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$dcbTZ20CoEY6POdGFakRRfnwHIbBKe_B7hOACM9s-gs","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824468973,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:28.973490636Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1866,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468918272670_42?ts=1772207563788&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":91.429276,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"🙁","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.009887866Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970314624667791","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":108.81608,"event_ids":{"":"$LwUx_MTh_1QvkUKiLsZLig32nqZhRoB-HZF18Yuwjsc"},"time":"2026-03-06T19:14:29.009993328Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1870,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":5.718054,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.016533424Z","message":"Request completed"} +{"level":"debug","transaction_id":"563","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.018084969Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"563","time":"2026-03-06T19:14:29.018133929Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$LwUx_MTh_1QvkUKiLsZLig32nqZhRoB-HZF18Yuwjsc","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469018,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.018296312Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1869,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":62.417303,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<30022 bytes>","time":"2026-03-06T19:14:29.04299874Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1872,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_257943768903188481:matrix.theocloud.dev/avatar_url?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":4.217353,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:29.047698075Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1868,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824468969919672_52?ts=1769891318819&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":89.925433,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"stille","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.060020898Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1467255279086473235","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":98.167166,"event_ids":{"":"$lkqHqJoSc_4d0OdxNZBfqBAUfKR1f6HC0nJVb2JwQE4"},"time":"2026-03-06T19:14:29.060135858Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1873,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_257943768903188481:matrix.theocloud.dev/avatar_url?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":23.413071,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AhodtxoLaSTVxzYXWMzrbwNb"},"time":"2026-03-06T19:14:29.071233789Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1874,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":12.715407,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.073682318Z","message":"Request completed"} +{"level":"debug","transaction_id":"564","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.080221017Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"564","time":"2026-03-06T19:14:29.080316422Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$lkqHqJoSc_4d0OdxNZBfqBAUfKR1f6HC0nJVb2JwQE4","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469080,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.080524901Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1871,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469016724792_72?ts=1772207566211&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":93.709205,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Browser auf die 7!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.110582273Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970324787728590","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":100.163187,"event_ids":{"":"$nYCaIj_IGlchv2gUobmDiH3X6YEmD8hawU5-9qKw43Q"},"time":"2026-03-06T19:14:29.110683893Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1877,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":11.37262,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.12278839Z","message":"Request completed"} +{"level":"debug","transaction_id":"565","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.13113272Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"565","time":"2026-03-06T19:14:29.131215972Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nYCaIj_IGlchv2gUobmDiH3X6YEmD8hawU5-9qKw43Q","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469131,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.131453575Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1875,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/join?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":85.844342,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:29.157641129Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1864,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":314.634707,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<216677 bytes>","time":"2026-03-06T19:14:29.172973035Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1881,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_741981427750404108:matrix.theocloud.dev?user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":3.949648,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.17737575Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1876,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469073812015_73?ts=1769891321648&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":122.778101,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja bei mir steht bei dc RTC verbindet","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.196726936Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1467255290952024118","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":136.118526,"event_ids":{"":"$NWc8HqCLG36niRxQRm6bF8ozCFCevM6iNALimDFoBrQ"},"time":"2026-03-06T19:14:29.19681375Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1883,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.112737,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.208551226Z","message":"Request completed"} +{"level":"debug","transaction_id":"566","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.2144017Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"566","time":"2026-03-06T19:14:29.214480272Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$NWc8HqCLG36niRxQRm6bF8ozCFCevM6iNALimDFoBrQ","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469214,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.214706422Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1879,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":83.67176,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22457 bytes>","time":"2026-03-06T19:14:29.219922588Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1885,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":7.201293,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.227709229Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1878,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469122982272_43?ts=1772207577421&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":131.158539,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"schade","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.254312344Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970371805876315","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":143.391126,"event_ids":{"":"$kqIrKT0Arxa0vxNttH79WP94Ts_ceIbQu7VcfuAZD1M"},"time":"2026-03-06T19:14:29.254469629Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1887,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":11.79747,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.266953508Z","message":"Request completed"} +{"level":"debug","transaction_id":"567","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.273164927Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"567","time":"2026-03-06T19:14:29.273245734Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kqIrKT0Arxa0vxNttH79WP94Ts_ceIbQu7VcfuAZD1M","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469273,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.273466785Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_741981427750404108:matrix.theocloud.dev","req_id":1882,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469177582622_11?ts=1727700990501&user_id=%40discord_741981427750404108%3Amatrix.theocloud.dev","duration":117.118296,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Screenshot_20240930_145556_Brave.jpg","info":{"h":1602,"mimetype":"image/jpeg","size":216677,"w":2515},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/cSfocRmfGAfuBcuJjNCLBBGd"},"time":"2026-03-06T19:14:29.294865327Z","message":"Request completed"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1290296216260710420","message_type":0,"author_id":"741981427750404108","action":"discord message create","handling_time":679.235942,"event_ids":{"1290296215505997916":"$X50Uwom8gQoteRHF9vpyUGWmPr1WTQDr67ejakbK3Mw"},"time":"2026-03-06T19:14:29.294955423Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"568","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.312029613Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"568","time":"2026-03-06T19:14:29.312126485Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$X50Uwom8gQoteRHF9vpyUGWmPr1WTQDr67ejakbK3Mw","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469312,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:29.312260791Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1884,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469208754676_53?ts=1769891328321&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":125.252471,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"omg","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.334137613Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1467255318940750067","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":137.093103,"event_ids":{"":"$2ZaE7VgS6ZarYiJTUSh0DanEXSr3iUkR0VL97F8l-B8"},"time":"2026-03-06T19:14:29.334235951Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1889,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":12.750327,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.347613741Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1880,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":191.483369,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_257943768903188481:matrix.theocloud.dev"},"time":"2026-03-06T19:14:29.349310697Z","message":"Request completed"} +{"level":"debug","transaction_id":"569","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.365828175Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"569","time":"2026-03-06T19:14:29.365925535Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2ZaE7VgS6ZarYiJTUSh0DanEXSr3iUkR0VL97F8l-B8","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469366,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.366165443Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1886,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469227892355_33?ts=1753861785057&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":142.099674,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja and alexx are playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Maja and alexx are playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$SET7PHDS_4xfqsGLqHasjRwWXn3nkuFTfc7XnU3L2Yo"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.370262528Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1892,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":18.156186,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.388668261Z","message":"Request completed"} +{"level":"debug","transaction_id":"570","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.396436253Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"570","time":"2026-03-06T19:14:29.396752289Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1888,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469267134609_66?ts=1772207590785&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":153.017202,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.420352119Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970427858423818","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":165.595229,"event_ids":{"":"$ABnAJISQdHHdMoetks7xNtqH01jSHlBMXAHfVaVbkGA"},"time":"2026-03-06T19:14:29.420451364Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"571","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.426801141Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"571","time":"2026-03-06T19:14:29.4269696Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3KOjMi7Fw04axEBbaD4ZOfmsjk3KqrkO3vvq4_ytfSw","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469427,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.427180104Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1894,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":18.796779,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.439936229Z","message":"Request completed"} +{"level":"debug","transaction_id":"572","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.451238029Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"572","time":"2026-03-06T19:14:29.451354735Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ABnAJISQdHHdMoetks7xNtqH01jSHlBMXAHfVaVbkGA","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469451,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.451554274Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1890,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21cshVmlXZMqDNKkigqw:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469347780105_74?ts=1769956047374&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":140.588428,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:29.488510452Z","message":"Request completed"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","message_id":"1467526770323361822","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":154.003375,"event_ids":{"":"$8WLQ88QSXPjzhj_-5sGje_dbb-0i7UfVtexNci7kE78"},"time":"2026-03-06T19:14:29.488618079Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","action":"initial backfill","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:29.488869302Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","transaction_id":"573","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.508590443Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"573","time":"2026-03-06T19:14:29.508692133Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8WLQ88QSXPjzhj_-5sGje_dbb-0i7UfVtexNci7kE78","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469508,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:29.508885736Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1893,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469388935547_34?ts=1753861785057&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":130.786979,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 unfinished and 1 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22457,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/IYqyTqlgHIaOxMotvaDdNpdw"},"time":"2026-03-06T19:14:29.520002942Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1400022541510115328","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":614.433317,"event_ids":{"":"$3KOjMi7Fw04axEBbaD4ZOfmsjk3KqrkO3vvq4_ytfSw","1400030533244686506":"$Q_nl3mdeUZrgt7NU259H_MsaSef3AwiJEgdh6n5SaIc"},"time":"2026-03-06T19:14:29.520138017Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"574","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.551312655Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"574","time":"2026-03-06T19:14:29.551471686Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Q_nl3mdeUZrgt7NU259H_MsaSef3AwiJEgdh6n5SaIc","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469551,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:29.551691061Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1895,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469440166708_44?ts=1772207599315&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":132.679983,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"sorry","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.572997411Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970463635706001","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":152.266677,"event_ids":{"":"$HU83_BUQDALYeFkNIzAiRrCGgs2tPPlnDSPTxGydMCg"},"time":"2026-03-06T19:14:29.573101126Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1891,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/join?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":224.290639,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:29.574032822Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1897,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":11.536191,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.585187743Z","message":"Request completed"} +{"level":"debug","transaction_id":"575","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.598131674Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"575","time":"2026-03-06T19:14:29.59824831Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HU83_BUQDALYeFkNIzAiRrCGgs2tPPlnDSPTxGydMCg","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469598,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.598485355Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"576","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.608885142Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"576","time":"2026-03-06T19:14:29.609154733Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1899,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469585409492_67?ts=1772207602194&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":69.213789,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wann erstellst du dir eine Website?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.654759754Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970475711369459","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":81.453221,"event_ids":{"":"$u30iPuZ5CI7BAZZLI9wycX68UzC-lLmsJGYSGYNRFrw"},"time":"2026-03-06T19:14:29.654851247Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1898,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824469574430015_13?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":98.90002,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:29.673431376Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1900,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":18.10101,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.673677011Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","action":"initial backfill","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:29.673810828Z","message":"Fetching messages for backfill"} +{"level":"debug","transaction_id":"577","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.678152082Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"577","time":"2026-03-06T19:14:29.678227721Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$u30iPuZ5CI7BAZZLI9wycX68UzC-lLmsJGYSGYNRFrw","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469678,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.678425444Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"578","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.687160472Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"578","event_id":"$jvc_HFs7D8VuTJu-mjXnit4R2_kt-ThqsYZW6fqDw_s","time":"2026-03-06T19:14:29.687240232Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"578","time":"2026-03-06T19:14:29.687295896Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1901,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":33.064569,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:29.706948313Z","message":"Request completed"} +{"level":"info","channel_id":"1433893113969250476","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:29.707995248Z","message":"Creating Matrix room for channel"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1902,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469673886607_68?ts=1772207607497&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":60.320219,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"majadev.dev?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.734396588Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970497953763493","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":79.27582,"event_ids":{"":"$4khqJ-JLPh7zDZlCdUaMBTKKa14rHvoLLia08azwBOA"},"time":"2026-03-06T19:14:29.734498348Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1904,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":12.146682,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.747426285Z","message":"Request completed"} +{"level":"debug","transaction_id":"579","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.752216344Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"579","time":"2026-03-06T19:14:29.752343178Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4khqJ-JLPh7zDZlCdUaMBTKKa14rHvoLLia08azwBOA","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469752,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.752522742Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"580","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.814786951Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"580","time":"2026-03-06T19:14:29.8148804Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1905,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469747692314_45?ts=1772207616331&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":77.763805,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"soll ich heute?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.825622414Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970535005978796","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":90.823813,"event_ids":{"":"$f9vrWFWAymjyvDbs6z_U7bod5ymlzzOGa3RteVB3sbo"},"time":"2026-03-06T19:14:29.825724872Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1906,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":15.295798,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.841814357Z","message":"Request completed"} +{"level":"debug","transaction_id":"581","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.847159942Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"581","time":"2026-03-06T19:14:29.847264775Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$f9vrWFWAymjyvDbs6z_U7bod5ymlzzOGa3RteVB3sbo","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469847,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.847492391Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1896,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":309.905201,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<407543 bytes>","time":"2026-03-06T19:14:29.859246978Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1909,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.980379,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.864667713Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1907,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":72.567334,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32793 bytes>","time":"2026-03-06T19:14:29.904064388Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1911,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":10.302567,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.915093593Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1910,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":53.599791,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:29.91866288Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1908,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469842086951_69?ts=1772207626199&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":112.799811,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Du yappst immer nur","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:29.955059412Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970576395370506","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":128.975551,"event_ids":{"":"$8LTxuXjb4zRyA9mge1jkX6wA0dWb15U6LqW9P3NG5JM"},"time":"2026-03-06T19:14:29.955133445Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"582","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.959649374Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"582","time":"2026-03-06T19:14:29.959742404Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8LTxuXjb4zRyA9mge1jkX6wA0dWb15U6LqW9P3NG5JM","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824469959,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:29.959914705Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1914,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":13.854812,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:29.969608247Z","message":"Request completed"} +{"level":"debug","transaction_id":"583","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:29.987247112Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"583","time":"2026-03-06T19:14:29.987461947Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","action":"initial backfill","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:30.001150954Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","action":"initial backfill","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","limit":100,"before_id":"1438885351631491242","time":"2026-03-06T19:14:30.001226453Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1804,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1095_907_0_353_370_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":2392.68934,"status_code":200,"response_length":208,"response_mime":"application/json","time":"2026-03-06T19:14:30.004300978Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:30.004605","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:30.004627211Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:30.004605","time":"2026-03-06T19:14:30.004752997Z","message":"Finished handling device list changes"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1913,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":95.121345,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:30.013949892Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1303677853136719872","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"1303677852759097445","time":"2026-03-06T19:14:30.014038382Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1303677853136719872","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":718.74136,"time":"2026-03-06T19:14:30.014135113Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1917,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.471511,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.020412114Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1912,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469915320650_35?ts=1753863254206&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":143.393571,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 2 day streak!** 🔥 Here are yesterday's results:\n👑 2/6: @Maja\n4/6: lagopodus\n6/6: @alexx\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 2 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 2/6: @Maja\u003cbr\u003e\n4/6: \u003ca href=\"https://matrix.to/#/@discord_1142482369744482355:matrix.theocloud.dev\"\u003elagopodus\u003c/a\u003e\u003cbr\u003e\n6/6: @alexx\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_1142482369744482355:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$vKJrpOnl1D_bj9BsFfI_PkttDUmclEtao95orA-Q7Uw"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:30.0590246Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1919,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":8.980873,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.068266753Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1918,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":51.928396,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.072675823Z","message":"Request completed"} +{"level":"debug","transaction_id":"584","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.080162351Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"584","time":"2026-03-06T19:14:30.080267464Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$691WlbVgDWPbCYR4ElSv_-K6T1351VjITxY7Z3l2gIM","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470080,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:30.080494521Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1915,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824469969866105_46?ts=1772207635723&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":116.439289,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"yapper yapper","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:30.086513385Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970616341926110","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":131.155396,"event_ids":{"":"$ueF7p2Eb_2QC8HQLZH7xSncZ_m-lqemnj7V8x5aHQ58"},"time":"2026-03-06T19:14:30.086628973Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1922,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":12.168193,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.09953023Z","message":"Request completed"} +{"level":"debug","transaction_id":"585","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.106634931Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"585","time":"2026-03-06T19:14:30.106714831Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ueF7p2Eb_2QC8HQLZH7xSncZ_m-lqemnj7V8x5aHQ58","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470106,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:30.106919398Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1903,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":410.415573,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1433893113969250476","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1433893113969250476","external_url":"https://discord.com/channels/@me/1433893113969250476"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"state_key":"fi.mau.discord://discord/dm/1433893113969250476","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1433893113969250476","external_url":"https://discord.com/channels/@me/1433893113969250476"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}}],"preset":"private_chat","room_version":"11"},"time":"2026-03-06T19:14:30.118831899Z","message":"Request completed"} +{"level":"info","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","time":"2026-03-06T19:14:30.119457056Z","message":"Matrix room created"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1921,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":65.608743,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:30.138444435Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1310023606151151768","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:30.138536417Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1310023606151151768","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":124.217549,"time":"2026-03-06T19:14:30.138629866Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"586","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.142153895Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"586","time":"2026-03-06T19:14:30.142424325Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1925,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.385466,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.145518056Z","message":"Request completed"} +{"level":"debug","transaction_id":"587","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.15999223Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"587","time":"2026-03-06T19:14:30.16016041Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1920,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824470068548147_36?ts=1753863254206&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":120.525758,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"3 solved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":32793,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/iZMMODPGcCkshCVNhnperLio"},"time":"2026-03-06T19:14:30.189402164Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1400028703567904801","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":668.951393,"event_ids":{"":"$691WlbVgDWPbCYR4ElSv_-K6T1351VjITxY7Z3l2gIM","1400028703647469620":"$vEn7SDtRJhdVM4gg8vEV2bmFNntQsaIMRnIKBOCBYps"},"time":"2026-03-06T19:14:30.189572439Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1926,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":61.296963,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.20720439Z","message":"Request completed"} +{"level":"debug","transaction_id":"588","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.208934172Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"588","time":"2026-03-06T19:14:30.209067361Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vEn7SDtRJhdVM4gg8vEV2bmFNntQsaIMRnIKBOCBYps","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470209,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:30.209268856Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1923,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824470099729211_47?ts=1772207641420&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":118.290598,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"was soll denn auf die website","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:30.218206008Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970640237006949","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":131.309468,"event_ids":{"":"$fZF-cjJP-kzsREUoLXe0ZKFoy_SVyo-quQHRR5DRBjk"},"time":"2026-03-06T19:14:30.218360708Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1928,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":13.177832,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.23232231Z","message":"Request completed"} +{"level":"debug","transaction_id":"589","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.238416812Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"589","time":"2026-03-06T19:14:30.238488331Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$fZF-cjJP-kzsREUoLXe0ZKFoy_SVyo-quQHRR5DRBjk","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470238,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:30.238679978Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1924,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":136.172513,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:30.25588624Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1927,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":60.599798,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:30.267986127Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1330195769977995337","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:30.26807336Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1330195769977995337","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":129.328184,"time":"2026-03-06T19:14:30.268145996Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"590","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.272834854Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"590","time":"2026-03-06T19:14:30.272925439Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1931,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.539886,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.275173032Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1932,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":49.959614,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.325414669Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1929,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824470232603355_70?ts=1772207685351&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":102.806017,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gib mir eine minute","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:30.335553386Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476970824496971816","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":116.857296,"event_ids":{"":"$paPVVRCP2L7Bw6tkjmPxlRlF4wxTKinh4x6O9iZTDc0"},"time":"2026-03-06T19:14:30.335642155Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"591","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.346467701Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"591","time":"2026-03-06T19:14:30.346514076Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$paPVVRCP2L7Bw6tkjmPxlRlF4wxTKinh4x6O9iZTDc0","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470346,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:30.34668058Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1933,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30.512743,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:30.356108094Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1342951084456411309","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:30.356173257Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1342951084456411309","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":87.909228,"time":"2026-03-06T19:14:30.356225219Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1934,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.407814,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.361970022Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","action":"initial backfill","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:30.363307221Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","action":"initial backfill","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:30.363391661Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","action":"initial backfill","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:30.363452633Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1936,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":4.470881,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.368322732Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1930,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":121.623958,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:30.377886507Z","message":"Request completed"} +{"level":"debug","transaction_id":"592","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.396620428Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"592","time":"2026-03-06T19:14:30.396893372Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1935,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":44.761955,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.406998844Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1938,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/join?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":63.549794,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.44230905Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1940,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":40.601243,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:30.447775532Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1468593107846172743","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:30.447890073Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1468593107846172743","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":91.607513,"time":"2026-03-06T19:14:30.447969553Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1942,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.437497,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.454008741Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1937,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824470368493077_70?ts=1756489712426&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":96.00017,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bodenlos","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:30.464675116Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1411044867785887846","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":101.199016,"event_ids":{"":"$5UkxT3eoxczta4mT0YOs43kiZ2I3lbYHGFBDJ80aWfk"},"time":"2026-03-06T19:14:30.46479762Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1944,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":10.025433,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.475653058Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1939,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":82.818707,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24527 bytes>","time":"2026-03-06T19:14:30.479687843Z","message":"Request completed"} +{"level":"debug","transaction_id":"593","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.481403099Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"593","time":"2026-03-06T19:14:30.481483697Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5UkxT3eoxczta4mT0YOs43kiZ2I3lbYHGFBDJ80aWfk","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470481,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:30.481652924Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1946,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":4.494836,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.484735621Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1943,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":50.306381,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.504650155Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1948,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":38.773124,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:30.543560867Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1468597488670736603","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:30.543649777Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1468597488670736603","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":95.524615,"time":"2026-03-06T19:14:30.54373666Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1945,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824470475866356_71?ts=1756489714991&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":80.29852,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dann viel erfolg","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:30.556359596Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1411044878544011394","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":91.191673,"event_ids":{"":"$f-JdbMWzVPwanKXY9aI3EC64S8ei1Qnbra4kv--knts"},"time":"2026-03-06T19:14:30.556489293Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1941,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":136.475699,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_122672447207112706:matrix.theocloud.dev"},"time":"2026-03-06T19:14:30.579012294Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1947,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824470484949547_37?ts=1753869179083&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":101.228141,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$691WlbVgDWPbCYR4ElSv_-K6T1351VjITxY7Z3l2gIM"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:30.58646027Z","message":"Request completed"} +{"level":"debug","transaction_id":"594","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.589482064Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"594","time":"2026-03-06T19:14:30.589589272Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$f-JdbMWzVPwanKXY9aI3EC64S8ei1Qnbra4kv--knts","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470589,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:30.589781687Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1951,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":12.440507,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.599102342Z","message":"Request completed"} +{"level":"debug","transaction_id":"595","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.610313137Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"595","time":"2026-03-06T19:14:30.610676107Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HiojDPpVNMVTuEEbAYt1MzaIkBk2SF4XAH3hPS2HN00","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470610,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:30.61070614Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1949,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":57.618443,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.614795542Z","message":"Request completed"} +{"level":"debug","transaction_id":"596","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:30.632672429Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"596","time":"2026-03-06T19:14:30.632738709Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1952,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824470599271011_38?ts=1753869179083&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":79.885473,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 finished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24527,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/jkIrfthWZurUjNeFBHItzaFY"},"time":"2026-03-06T19:14:30.679471053Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1400053554302947464","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":489.647741,"event_ids":{"":"$HiojDPpVNMVTuEEbAYt1MzaIkBk2SF4XAH3hPS2HN00","1400053775766650951":"$l3kv4wd0j2AVNEpcQ4UfNJ6mRiddj2AhM83H9UqTA5g"},"time":"2026-03-06T19:14:30.679663329Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"597","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.699513957Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"597","time":"2026-03-06T19:14:30.699612854Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$l3kv4wd0j2AVNEpcQ4UfNJ6mRiddj2AhM83H9UqTA5g","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470699,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:30.699830273Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1953,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824470615003602_1?ts=1756489722058&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":93.615058,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"danke ❤️","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:30.708796618Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1411044908185292982","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":152.050935,"event_ids":{"":"$XAwgiDed8K1tkz10lGQEcD5RsQHVBJ9S_XCIp4WffmU"},"time":"2026-03-06T19:14:30.708930296Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1954,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.183625,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.718822121Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1950,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/join?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":148.11735,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.727461675Z","message":"Request completed"} +{"level":"debug","transaction_id":"598","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.73170012Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"598","time":"2026-03-06T19:14:30.731797411Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$XAwgiDed8K1tkz10lGQEcD5RsQHVBJ9S_XCIp4WffmU","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470731,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:30.732006518Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"599","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.746940184Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"599","time":"2026-03-06T19:14:30.747200626Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1956,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":53.330968,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.781600089Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1955,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824470719056931_72?ts=1757757426366&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":77.871433,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:30.797057641Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1416362045435154524","message_type":3,"author_id":"122672447207112706","action":"discord message create","handling_time":87.821855,"event_ids":{"":"$G8fAKC_ZCee--aQJvtVEpmTQAoS7vJ4KJLLvI-Unh7E"},"time":"2026-03-06T19:14:30.797131813Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1959,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.534232,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.807284639Z","message":"Request completed"} +{"level":"debug","transaction_id":"600","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.812651944Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"600","time":"2026-03-06T19:14:30.812763692Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$G8fAKC_ZCee--aQJvtVEpmTQAoS7vJ4KJLLvI-Unh7E","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470812,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:30.812964977Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1960,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824470807571132_73?ts=1757760156894&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":57.266787,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"12:55","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:30.865033337Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1416373498099662910","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":67.700797,"event_ids":{"":"$7oW6thBb6aKAY22tI82gtY5Z7LODF5WLfDPlAf7wTJk"},"time":"2026-03-06T19:14:30.865167434Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1958,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":100.933826,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_316966695430520833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:30.882700069Z","message":"Request completed"} +{"level":"debug","transaction_id":"601","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.887176258Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"601","time":"2026-03-06T19:14:30.887252665Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$7oW6thBb6aKAY22tI82gtY5Z7LODF5WLfDPlAf7wTJk","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824470887,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:30.88745395Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"602","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.892459194Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"602","time":"2026-03-06T19:14:30.892666346Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1961,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":51.220685,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.934247197Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1957,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":210.035002,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<120752 bytes>","time":"2026-03-06T19:14:30.95112541Z","message":"Request completed"} +{"level":"debug","transaction_id":"603","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:30.95402051Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"603","time":"2026-03-06T19:14:30.954200982Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1964,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.515162,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:30.956995998Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1963,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/join?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":51.823843,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.986776655Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":1965,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":37.021411,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:30.994382823Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1962,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":74.911728,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24682 bytes>","time":"2026-03-06T19:14:31.001233438Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1969,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":9.38966,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.011283386Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1968,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":38.662982,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:31.03321217Z","message":"Request completed"} +{"level":"error","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1468618078957867230","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev.","part_index":0,"attachment_id":"1468618077456437308","time":"2026-03-06T19:14:31.033324686Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","message_id":"1468618078957867230","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":489.524399,"time":"2026-03-06T19:14:31.033466954Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","action":"initial backfill","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:31.033541127Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1967,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":103.557239,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_257943768903188481:matrix.theocloud.dev"},"time":"2026-03-06T19:14:31.090553269Z","message":"Request completed"} +{"level":"debug","transaction_id":"604","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.116319534Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"604","time":"2026-03-06T19:14:31.11660058Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1970,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471011526227_39?ts=1753948212804&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":106.35945,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 3 day streak!** 🔥 Here are yesterday's results:\n👑 5/6: Maja lagopodus\nX/6: @alexx\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 3 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 5/6: \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e \u003ca href=\"https://matrix.to/#/@discord_1142482369744482355:matrix.theocloud.dev\"\u003elagopodus\u003c/a\u003e\u003cbr\u003e\nX/6: @alexx\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_1142482369744482355:matrix.theocloud.dev","@discord_769998429991600219:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$691WlbVgDWPbCYR4ElSv_-K6T1351VjITxY7Z3l2gIM"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:31.118153172Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1972,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":10.571879,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.128945822Z","message":"Request completed"} +{"level":"debug","transaction_id":"605","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.134761724Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"605","time":"2026-03-06T19:14:31.134882901Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6ciCar1tTmEQIplc4OfTPQoVWMNumrpHIug1r3-P1FE","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824471135,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:31.1350823Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1973,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471129220721_40?ts=1753948212804&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":74.33078,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 solved and 1 unsolved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24682,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/zUtVDQWpTGbyOxTJqYVAGjDG"},"time":"2026-03-06T19:14:31.20381809Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1400385045755334666","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":523.611179,"event_ids":{"":"$6ciCar1tTmEQIplc4OfTPQoVWMNumrpHIug1r3-P1FE","1400385045507739750":"$ACLk1iWjZmtl1LthsNwWUlNe89l-v1Ygp3JzqVFmDTA"},"time":"2026-03-06T19:14:31.203913005Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"606","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.236470659Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"606","time":"2026-03-06T19:14:31.23655887Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ACLk1iWjZmtl1LthsNwWUlNe89l-v1Ygp3JzqVFmDTA","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824471236,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:31.236727539Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1971,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/join?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":152.598218,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:31.243538343Z","message":"Request completed"} +{"level":"debug","transaction_id":"607","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.268662759Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"607","time":"2026-03-06T19:14:31.268858876Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1974,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":84.972222,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<115269 bytes>","time":"2026-03-06T19:14:31.294154125Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1976,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":7.887073,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.302513821Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1975,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824471244048122_14?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":89.107092,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:31.333269056Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","action":"initial backfill","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:31.333571543Z","message":"Fetching messages for backfill"} +{"level":"debug","transaction_id":"608","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.348394858Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"608","event_id":"$sMY_h8JNO8S2xSXuYAbs_PZDG6kqRbvzzUbtNLDdYVU","time":"2026-03-06T19:14:31.348474059Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"608","time":"2026-03-06T19:14:31.348506047Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1977,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471302755405_74?ts=1757765460907&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":71.194306,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"CFCD074C-E33A-4F73-9F29-3E99AD53EC1F.png","info":{"h":207,"mimetype":"image/webp","size":115269,"w":377},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/QcncaFsYICNFdmVQCCHtfHLX"},"time":"2026-03-06T19:14:31.374149809Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1416395744742740050","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":508.61682,"event_ids":{"1416395744499335218":"$2P9kYqYOPg98vtJjw3LtelH69-ZXKMpLW1CJC1ylKrI"},"time":"2026-03-06T19:14:31.374248007Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"609","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.387129638Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"609","time":"2026-03-06T19:14:31.387253608Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2P9kYqYOPg98vtJjw3LtelH69-ZXKMpLW1CJC1ylKrI","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824471387,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:31.387444417Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1966,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":411.34175,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<4007597 bytes>","time":"2026-03-06T19:14:31.391048485Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1978,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":61.097493,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:31.39476507Z","message":"Request completed"} +{"level":"info","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:31.395273521Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"257943768903188481","time":"2026-03-06T19:14:31.395312912Z","message":"Found other user ID"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1979,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":3.916613,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.395305858Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"","old_avatar_id":"","new_avatar_id":"e91f2f757a045f1edb080fae87453016","time":"2026-03-06T19:14:31.395371719Z","message":"Updating avatar from puppet"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"","old_name":"","new_name":"Max","time":"2026-03-06T19:14:31.395394628Z","message":"Updating portal name"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:31.395413066Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1980,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471395448406_71?ts=1772207932664&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":41.85582,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"KFWkrT2.png","info":{"h":1000,"mimetype":"image/png","size":4007597,"w":1000},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/rEikBBDUGUqMGfKAKaFtPJJY"},"time":"2026-03-06T19:14:31.437506349Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476971861803008186","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":1101.749443,"event_ids":{"1476971861547024466":"$ZxLDRS-9pb80CZ23ivzZApIIlX5qIHKzGmwliVDEU94"},"time":"2026-03-06T19:14:31.437652739Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1982,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":10.445883,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.448872614Z","message":"Request completed"} +{"level":"debug","transaction_id":"610","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.458961952Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"610","time":"2026-03-06T19:14:31.459059242Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ZxLDRS-9pb80CZ23ivzZApIIlX5qIHKzGmwliVDEU94","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824471459,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:31.459225327Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"611","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.464412649Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"611","time":"2026-03-06T19:14:31.464477323Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":1983,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471449115315_72?ts=1772207938776&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":49.436496,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Das ist meine Vision","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:31.4987158Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476971887438467113","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":60.729216,"event_ids":{"":"$hDJBgKABGrrRv4qPNWKrcWrnJ1FbMoAv2JEyCb072iM"},"time":"2026-03-06T19:14:31.498814837Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"612","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.520883584Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"612","time":"2026-03-06T19:14:31.520986322Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hDJBgKABGrrRv4qPNWKrcWrnJ1FbMoAv2JEyCb072iM","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824471521,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:31.521194452Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":1984,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_285422022190825472:matrix.theocloud.dev?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":52.432378,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.551925103Z","message":"Request completed"} +{"level":"debug","transaction_id":"613","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.564922672Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"613","time":"2026-03-06T19:14:31.565213984Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"614","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:31.578404737Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"614","time":"2026-03-06T19:14:31.578508383Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":1985,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471552162357_1?ts=1772208031351&user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":74.875829,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Sehr starker erster Entwurf","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:31.627220335Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476972275726024787","message_type":0,"author_id":"285422022190825472","action":"discord message create","handling_time":128.192201,"event_ids":{"":"$QhrO4FeXo3XkqgseDhkD0IDhX62x8BR4gHaPNBHEPkU"},"time":"2026-03-06T19:14:31.627375245Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1986,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":9.979338,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.63817006Z","message":"Request completed"} +{"level":"debug","transaction_id":"615","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.644654003Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"615","time":"2026-03-06T19:14:31.644715534Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QhrO4FeXo3XkqgseDhkD0IDhX62x8BR4gHaPNBHEPkU","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824471644,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:31.644892095Z","message":"Sent message checkpoint"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","action":"initial backfill","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:31.654643817Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","action":"initial backfill","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","limit":100,"before_id":"1448696666558562455","time":"2026-03-06T19:14:31.654729234Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1981,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":272.006641,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Max","initial_state":[{"state_key":"fi.mau.discord://discord/dm/994921378350387220","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_257943768903188481:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"994921378350387220","displayname":"Max","external_url":"https://discord.com/channels/@me/994921378350387220"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/994921378350387220","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_257943768903188481:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"994921378350387220","displayname":"Max","external_url":"https://discord.com/channels/@me/994921378350387220"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:14:31.66777234Z","message":"Request completed"} +{"level":"info","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","time":"2026-03-06T19:14:31.668473556Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"616","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.686928876Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"616","time":"2026-03-06T19:14:31.687207128Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"617","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.700096371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"617","time":"2026-03-06T19:14:31.700228303Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1987,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471638417232_48?ts=1772208065005&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":95.646978,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"mittwoch in funktionale","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:31.734228339Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476972416881135626","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":106.529235,"event_ids":{"":"$CjWZ5YhETylI4C_wq0IWSrQRXbPeIBRb4DqzFaMaXzw"},"time":"2026-03-06T19:14:31.734355592Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1990,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":10.641301,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.74573757Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1988,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":93.41538,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24581 bytes>","time":"2026-03-06T19:14:31.753291496Z","message":"Request completed"} +{"level":"debug","transaction_id":"618","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.755005704Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"618","time":"2026-03-06T19:14:31.755075476Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$CjWZ5YhETylI4C_wq0IWSrQRXbPeIBRb4DqzFaMaXzw","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824471755,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:31.75525546Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1992,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":7.651845,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.761587775Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1989,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":146.714011,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:31.815449265Z","message":"Request completed"} +{"level":"debug","transaction_id":"619","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.837795496Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"619","time":"2026-03-06T19:14:31.837891878Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":1991,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471745904563_49?ts=1772208070879&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":140.247109,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"in den 1,5h pause","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:31.886305325Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1476972441518735451","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":151.61477,"event_ids":{"":"$2uLXXTHEAMHCyfWjRQJNymMo0dOt0gPPCgbeaCPWCBU"},"time":"2026-03-06T19:14:31.886437536Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1993,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471761767270_41?ts=1753949872116&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":164.085519,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$6ciCar1tTmEQIplc4OfTPQoVWMNumrpHIug1r3-P1FE"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:31.926135371Z","message":"Request completed"} +{"level":"debug","transaction_id":"620","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.928839801Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"620","time":"2026-03-06T19:14:31.928936254Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2uLXXTHEAMHCyfWjRQJNymMo0dOt0gPPCgbeaCPWCBU","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824471929,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:31.929173228Z","message":"Sent message checkpoint"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","action":"initial backfill","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:31.939405743Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","action":"initial backfill","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:31.93948718Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","action":"initial backfill","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:31.939575879Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1996,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":22.502049,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.948904566Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1994,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":185.021984,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<156552 bytes>","time":"2026-03-06T19:14:31.954757415Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":1997,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":20.427386,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.960645743Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":1999,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":10.43373,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:31.965611456Z","message":"Request completed"} +{"level":"debug","transaction_id":"621","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.967992936Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"621","time":"2026-03-06T19:14:31.968132062Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5t7zgrsgWGciLVpvpNsmXyOP5bCcbnXHrMWVVi1jQU0","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824471968,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:31.968313512Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"622","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:31.980021864Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"622","time":"2026-03-06T19:14:31.980241657Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":1995,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":219.014687,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:32.034928752Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":1998,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471949107667_42?ts=1753949872116&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":117.728856,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 finished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24581,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/RHfCZjidtfLHSdytDDBqzrEt"},"time":"2026-03-06T19:14:32.067083276Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1400392005414158452","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":862.914648,"event_ids":{"":"$5t7zgrsgWGciLVpvpNsmXyOP5bCcbnXHrMWVVi1jQU0","1400392330724380733":"$BQHf5n6bGn0IKvp6kpjdMWXWXKUMdiyaAi4K94c6RGw"},"time":"2026-03-06T19:14:32.06720976Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"623","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.069117431Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"623","time":"2026-03-06T19:14:32.069218633Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BQHf5n6bGn0IKvp6kpjdMWXWXKUMdiyaAi4K94c6RGw","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472069,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:32.069445271Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2000,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471960870007_75?ts=1763588768892&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":133.611608,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/2132850/Rabbit_and_Steel/\n\u003e [**Rabbit and Steel**](https://store.steampowered.com/app/2132850/Rabbit_and_Steel/)\n\u003e \n\u003e \n\u003e \n\u003e RABBIT \u0026 STEEL is a co-op action \"raiding\" roguelike focused around fighting challenging bosses alongside your rabbit-eared friends. Fight foes, gather loot, build your character, and work together to overcome obstacles on your way to the Moonlit Pinnacle.\n\u003e \n\u003e Combat is deliberately similar to tab-target MMORPGs, being based around global coold…\n\u003e \n\u003e \n\u003e \n\u003e PriceRecommendations$14.998185","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/2132850/Rabbit_and_Steel/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/2132850/Rabbit_and_Steel/\"\u003e\u003cstrong\u003eRabbit and Steel\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003e\u003cp\u003eRABBIT \u0026amp; STEEL is a co-op action \u0026quot;raiding\u0026quot; roguelike focused around fighting challenging bosses alongside your rabbit-eared friends. Fight foes, gather loot, build your character, and work together to overcome obstacles on your way to the Moonlit Pinnacle.\u003c/p\u003e\n\u003cp\u003eCombat is deliberately similar to tab-target MMORPGs, being based around global coold…\u003c/p\u003e\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$14.99\u003c/td\u003e\u003ctd\u003e8185\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:32.09478473Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1440820468717322310","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":155.171625,"event_ids":{"":"$RtnarV4dV9DeXx9npJdVZbijqz4rUZAFLFGoHfdm4YA"},"time":"2026-03-06T19:14:32.094959475Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"624","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.104721952Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"624","time":"2026-03-06T19:14:32.104987143Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2003,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":11.056933,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.106868274Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2001,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824471965813230_75?ts=1757765514687&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":158.476979,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"B5F2E31E-F04F-4D88-8A93-9D27BCBF4B7D.png","info":{"h":609,"mimetype":"image/webp","size":156552,"w":1160},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/qYOZpXtNjlscaVkBgRrfCBfW"},"time":"2026-03-06T19:14:32.124477246Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1416395970312278038","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":749.895603,"event_ids":{"1416395970027196518":"$tSkS94XqVzAZ0Z9isk8wu5nn5flsP5L9VmbVKZUQ3uo"},"time":"2026-03-06T19:14:32.124562174Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"625","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.12714494Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"625","time":"2026-03-06T19:14:32.127265488Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$RtnarV4dV9DeXx9npJdVZbijqz4rUZAFLFGoHfdm4YA","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472127,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:32.127489262Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2005,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":12.648358,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.137883741Z","message":"Request completed"} +{"level":"debug","transaction_id":"626","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.154649369Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"626","time":"2026-03-06T19:14:32.154764888Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tSkS94XqVzAZ0Z9isk8wu5nn5flsP5L9VmbVKZUQ3uo","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472154,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:32.154929436Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2002,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824472035662374_2?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":158.15731,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:32.193934785Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","action":"initial backfill","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:32.194478227Z","message":"Fetching messages for backfill"} +{"level":"debug","transaction_id":"627","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.21457938Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"627","event_id":"$wMoLumZGJ-2mFdw9ACQ2Lm8SM89SJ2Nk7dPApo_u2h0","time":"2026-03-06T19:14:32.214660466Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"627","time":"2026-03-06T19:14:32.214699858Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2004,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824472107079197_76?ts=1763588819862&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":117.712233,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/493520/GTFO/\n\u003e [**GTFO**](https://store.steampowered.com/app/493520/GTFO/)\n\u003e \n\u003e Your team of prisoners is dropped into the Rundown when a new Work Order is issued by The Warden, the mysterious entity holding you captive. The Rundown is a series of expeditions, each one taking you deeper into a decayed research facility called The Complex. You descend level by level, scavenging tools and resources that help you survive in a…\n\u003e \n\u003e PriceRecommendationsMetacritic$39.994391678","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/493520/GTFO/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/493520/GTFO/\"\u003e\u003cstrong\u003eGTFO\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003eYour team of prisoners is dropped into the Rundown when a new Work Order is issued by The Warden, the mysterious entity holding you captive. The Rundown is a series of expeditions, each one taking you deeper into a decayed research facility called The Complex. You descend level by level, scavenging tools and resources that help you survive in a…\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003cth\u003eMetacritic\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$39.99\u003c/td\u003e\u003ctd\u003e43916\u003c/td\u003e\u003ctd\u003e78\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:32.225058857Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1440820682500997150","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":129.797803,"event_ids":{"":"$3_eKUqasqTN4v_qikNZJgE3eb5vJdRpZd4snSAcAW4s"},"time":"2026-03-06T19:14:32.225153284Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2008,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.000225,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.240766165Z","message":"Request completed"} +{"level":"debug","transaction_id":"628","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.254407121Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"628","time":"2026-03-06T19:14:32.254586336Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3_eKUqasqTN4v_qikNZJgE3eb5vJdRpZd4snSAcAW4s","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472254,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:32.254804244Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2006,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824472138043680_76?ts=1757767865344&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":141.518935,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://www.galaxus.de/de/s14/product/philips-wake-up-light-wecker-13597021?supplier=2705624\u0026campaignid=21728833608\u0026adtype=pla\u0026adgroupid=\u0026adid=\u0026dgCidg=Cj0KCQjwrJTGBhCbARIsANFBfgv6jWJlYUjlXPh2jwPSgZJAYHA3upA9MtV49asOy1zz653G3RA8U_MaAqxqEALw_wcB\u0026gad_campaignid=21735142478","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://www.galaxus.de/de/s14/product/philips-wake-up-light-wecker-13597021?supplier=2705624\u0026amp;campaignid=21728833608\u0026amp;adtype=pla\u0026amp;adgroupid=\u0026amp;adid=\u0026amp;dgCidg=Cj0KCQjwrJTGBhCbARIsANFBfgv6jWJlYUjlXPh2jwPSgZJAYHA3upA9MtV49asOy1zz653G3RA8U_MaAqxqEALw_wcB\u0026amp;gad_campaignid=21735142478","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:32.279749094Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1416405829682331802","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":154.932974,"event_ids":{"":"$9RmujZ1eguTmkQ2l1EkTSZzAPNQxlL9U8IUE0Z1Ssmc"},"time":"2026-03-06T19:14:32.27986636Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2010,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":22.960633,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.3035141Z","message":"Request completed"} +{"level":"debug","transaction_id":"629","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:32.318967043Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"629","time":"2026-03-06T19:14:32.31914535Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2007,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":150.908595,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:32.345460575Z","message":"Request completed"} +{"level":"info","channel_id":"1406965111868100628","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:32.345965116Z","message":"Creating Matrix room for channel"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"","old_name":"","new_name":"MiauWuff United","time":"2026-03-06T19:14:32.346020361Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:32.346054723Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","transaction_id":"630","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.346401001Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"630","time":"2026-03-06T19:14:32.346478177Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2011,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":75.289435,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:32.379220424Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2009,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824472240991127_77?ts=1763589688353&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":161.899388,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/784150/Workers__Resources_Soviet_Republic/\n\u003e [**Workers \u0026 Resources: Soviet Republic**](https://store.steampowered.com/app/784150/Workers__Resources_Soviet_Republic/)\n\u003e \n\u003e Manage all aspects of your republic in this soviet-themed city builder game. A planned economy puts you in control of everything from mining resources to manufacturing goods and providing services – use this power to make decisions that impact your citizens’ day-to-day lives and their ultimate loyalty to the nation. Whether it’s constru…\n\u003e \n\u003e PriceRecommendationsMetacritic$39.992161681","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/784150/Workers__Resources_Soviet_Republic/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/784150/Workers__Resources_Soviet_Republic/\"\u003e\u003cstrong\u003eWorkers \u0026amp; Resources: Soviet Republic\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003eManage all aspects of your republic in this soviet-themed city builder game. A planned economy puts you in control of everything from mining resources to manufacturing goods and providing services – use this power to make decisions that impact your citizens’ day-to-day lives and their ultimate loyalty to the nation. Whether it’s constru…\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003cth\u003eMetacritic\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$39.99\u003c/td\u003e\u003ctd\u003e21616\u003c/td\u003e\u003ctd\u003e81\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:32.403259421Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1440824325216403597","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":178.027145,"event_ids":{"":"$5NIDTl5WJdm-gg5Jb14-Ye3ytp5R-hGnCtS_9DzwWVI"},"time":"2026-03-06T19:14:32.403454909Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2015,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":11.772048,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.416196995Z","message":"Request completed"} +{"level":"debug","transaction_id":"631","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.418440258Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"631","time":"2026-03-06T19:14:32.418546278Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$2P9kYqYOPg98vtJjw3LtelH69-ZXKMpLW1CJC1ylKrI","action":"matrix read receipt","discord_thread_id":"","message_id":"1416395744742740050","time":"2026-03-06T19:14:32.457952661Z","message":"Marked message as read on Discord"} +{"level":"debug","message_checkpoint":{"event_id":"$9RmujZ1eguTmkQ2l1EkTSZzAPNQxlL9U8IUE0Z1Ssmc","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472458,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:32.458129432Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$5NIDTl5WJdm-gg5Jb14-Ye3ytp5R-hGnCtS_9DzwWVI","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472458,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:32.458180207Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2013,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":88.19572,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22728 bytes>","time":"2026-03-06T19:14:32.458915925Z","message":"Request completed"} +{"level":"debug","transaction_id":"632","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.464377937Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"632","time":"2026-03-06T19:14:32.464464122Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2017,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":8.069082,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.467612191Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","action":"initial backfill","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:32.475034115Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","action":"initial backfill","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","limit":100,"before_id":"1439345834448654517","time":"2026-03-06T19:14:32.475104097Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2014,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":130.647294,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:32.51003045Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2016,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824472416382426_77?ts=1763639885971&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":95.989066,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/2747770/Wednesdays/\n\u003e [**Wednesdays**](https://store.steampowered.com/app/2747770/Wednesdays/)\n\u003e \n\u003e \n\u003e \n\u003e Like so many children, Tim was a victim of sexual abuse.\n\u003e \n\u003e Twenty years later, while playing Orco Park, a videogame from his childhood, his memories will come rushing back along with a flood of questions : How could this have happened? Who knew? How has it shaped him? What does “normal” even mean?…\n\u003e \n\u003e \n\u003e \n\u003e PriceRecommendationsMetacritic$9.9915989","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/2747770/Wednesdays/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/2747770/Wednesdays/\"\u003e\u003cstrong\u003eWednesdays\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003e\u003cp\u003eLike so many children, Tim was a victim of sexual abuse.\u003c/p\u003e\n\u003cp\u003eTwenty years later, while playing Orco Park, a videogame from his childhood, his memories will come rushing back along with a flood of questions : How could this have happened? Who knew? How has it shaped him? What does “normal” even mean?…\u003c/p\u003e\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003cth\u003eMetacritic\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$9.99\u003c/td\u003e\u003ctd\u003e159\u003c/td\u003e\u003ctd\u003e89\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:32.512618314Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441034869286244472","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":108.943053,"event_ids":{"":"$gB_Ac0FEksyqIDPOe0ATfHJoUPsVhtY2BIX0vXR1SXg"},"time":"2026-03-06T19:14:32.512813453Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2020,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":10.816885,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.524392597Z","message":"Request completed"} +{"level":"debug","transaction_id":"633","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.532168481Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"633","time":"2026-03-06T19:14:32.532291054Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gB_Ac0FEksyqIDPOe0ATfHJoUPsVhtY2BIX0vXR1SXg","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472532,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:32.532493248Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"634","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.546675131Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"634","time":"2026-03-06T19:14:32.546929427Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2018,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824472467834988_43?ts=1753954170414&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":138.586889,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Maja was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$5t7zgrsgWGciLVpvpNsmXyOP5bCcbnXHrMWVVi1jQU0"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:32.606691747Z","message":"Request completed"} +{"level":"debug","transaction_id":"635","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.62041372Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"635","time":"2026-03-06T19:14:32.620521626Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Lt0LO3xzjCeA-W1AFbbuAwu9bkrwjaf3S_oTmEAuzOc","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472620,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:32.620737578Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2023,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":14.574187,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.621533151Z","message":"Request completed"} +{"level":"debug","transaction_id":"636","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.644584299Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"636","time":"2026-03-06T19:14:32.644891605Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":1916,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1155_908_0_353_370_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":2656.990211,"status_code":200,"response_length":208,"response_mime":"application/json","time":"2026-03-06T19:14:32.661902379Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:32.662229","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:32.662256828Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:32.662229","time":"2026-03-06T19:14:32.662450012Z","message":"Finished handling device list changes"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2021,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824472524557494_78?ts=1763639894413&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":148.16177,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ist grad free auf steam","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:32.672864117Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441034904694685837","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":159.709135,"event_ids":{"":"$K3rCB1F_m4xDev6MZFVjP0li-zwCCK3aDETm1HQSlZM"},"time":"2026-03-06T19:14:32.672960918Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2026,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":7.752418,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.681422304Z","message":"Request completed"} +{"level":"debug","transaction_id":"637","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.692992577Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"637","time":"2026-03-06T19:14:32.69309329Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$K3rCB1F_m4xDev6MZFVjP0li-zwCCK3aDETm1HQSlZM","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472693,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:32.693309731Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2019,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":233.136017,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:32.743531951Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2022,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":218.943657,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<181288 bytes>","time":"2026-03-06T19:14:32.790901676Z","message":"Request completed"} +{"level":"debug","transaction_id":"638","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.793826808Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"638","time":"2026-03-06T19:14:32.794104501Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2024,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824472621717045_44?ts=1753954170414&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":178.711878,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 finished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22728,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/GjCZebgAMsVpOlueRoMiQlAr"},"time":"2026-03-06T19:14:32.800636914Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1400410033782526025","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":733.112235,"event_ids":{"":"$Lt0LO3xzjCeA-W1AFbbuAwu9bkrwjaf3S_oTmEAuzOc","1400411124498694174":"$YdHHlCqWx6PFJeA_C5bF0eeouU0623VETzyxczuXiC0"},"time":"2026-03-06T19:14:32.800785538Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2029,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":10.706674,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.802001631Z","message":"Request completed"} +{"level":"debug","transaction_id":"639","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:32.817055775Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"639","time":"2026-03-06T19:14:32.817157255Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","action":"initial backfill","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:32.823872586Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","action":"initial backfill","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:32.823955139Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","action":"initial backfill","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:32.824016461Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2031,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.867597,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.841446078Z","message":"Request completed"} +{"level":"debug","transaction_id":"640","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.84860798Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"640","time":"2026-03-06T19:14:32.848699054Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2012,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":517.771878,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"MiauWuff United","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1406965111868100628","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1406965111868100628","displayname":"MiauWuff United","external_url":"https://discord.com/channels/@me/1406965111868100628"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"state_key":"fi.mau.discord://discord/dm/1406965111868100628","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1406965111868100628","displayname":"MiauWuff United","external_url":"https://discord.com/channels/@me/1406965111868100628"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}}],"preset":"private_chat","room_version":"11"},"time":"2026-03-06T19:14:32.86421248Z","message":"Request completed"} +{"level":"info","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","time":"2026-03-06T19:14:32.864643616Z","message":"Matrix room created"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2027,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824472681605850_78?ts=1763640757350&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":195.955296,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Tim was a victim of sexual abuse.","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:32.877724088Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441038524114796544","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":204.535135,"event_ids":{"":"$a8xQBNLLdjgIl0BPALcePXkt0qKLK7qUwBlZr5kissw"},"time":"2026-03-06T19:14:32.877859372Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2034,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":12.361097,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:32.890952905Z","message":"Request completed"} +{"level":"debug","transaction_id":"641","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.898151753Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"641","time":"2026-03-06T19:14:32.89845864Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"642","content":{"pdu":7,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:32.925610086Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"642","time":"2026-03-06T19:14:32.925779104Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$9RmujZ1eguTmkQ2l1EkTSZzAPNQxlL9U8IUE0Z1Ssmc","action":"matrix read receipt","discord_thread_id":"","message_id":"1416405829682331802","time":"2026-03-06T19:14:32.959559975Z","message":"Marked message as read on Discord"} +{"level":"debug","message_checkpoint":{"event_id":"$YdHHlCqWx6PFJeA_C5bF0eeouU0623VETzyxczuXiC0","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472959,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:32.959806727Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$a8xQBNLLdjgIl0BPALcePXkt0qKLK7qUwBlZr5kissw","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824472959,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:32.959819019Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2032,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":137.047636,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:32.97884551Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2030,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824472802164783_73?ts=1772524325166&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":185.47952,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Good Morning","url":"mxc://matrix.theocloud.dev/VdLgVVTKbpkeKnPyyeYMwBDT","info":{"mimetype":"image/png","w":158,"h":160,"size":181288},"m.mentions":{}},"time":"2026-03-06T19:14:32.987779029Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1478298908139720896","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":1101.083495,"event_ids":{"1273903436076683295":"$plStj81zKNUzTtfIU9v57-C-4FFgWU5ecBWg3Vhxdus"},"time":"2026-03-06T19:14:32.987912079Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2037,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":15.028442,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.003578319Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2028,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824472743876343_54?ts=1762603491246&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":273.896222,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:33.017919932Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436687914745593918","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":737.84705,"event_ids":{"":"$hjz0c-_JVNnaOjsP4Ec-ghIbXJWw-U65KzWJxzJE0hk"},"time":"2026-03-06T19:14:33.018051934Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"643","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.021556268Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"643","time":"2026-03-06T19:14:33.021656003Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$plStj81zKNUzTtfIU9v57-C-4FFgWU5ecBWg3Vhxdus","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473021,"status":"SUCCESS","event_type":"m.sticker","reported_by":"BRIDGE","retry_num":0},"time":"2026-03-06T19:14:33.021873002Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"644","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.042262743Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"644","time":"2026-03-06T19:14:33.042367087Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hjz0c-_JVNnaOjsP4Ec-ghIbXJWw-U65KzWJxzJE0hk","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473042,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:33.042583109Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2036,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":92.764589,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:33.071844908Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350215908471083019","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:33.071982986Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350215908471083019","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":247.851845,"time":"2026-03-06T19:14:33.072070289Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2040,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.35146,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.086073866Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2033,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":231.42593,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:33.096265104Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2035,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824472891121434_79?ts=1763640780359&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":211.193474,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"WAS","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.102439227Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441038620621406258","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":224.274295,"event_ids":{"":"$GItilkFKgZNiLMl1oivhDxIluPB80x-NYGLWbytROB0"},"time":"2026-03-06T19:14:33.102501177Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2043,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.491982,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.116545193Z","message":"Request completed"} +{"level":"debug","transaction_id":"645","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.124296353Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"645","time":"2026-03-06T19:14:33.124409986Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"646","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.142788969Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"646","time":"2026-03-06T19:14:33.142898691Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$GItilkFKgZNiLMl1oivhDxIluPB80x-NYGLWbytROB0","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473143,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.143136225Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2039,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":115.109423,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32733 bytes>","time":"2026-03-06T19:14:33.151518549Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2045,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":4.541072,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.156705732Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2041,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":82.485908,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:33.168915201Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2038,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473003775205_80?ts=1772703714077&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":174.742115,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://drive.google.com/file/d/16UGdDLAQv5kZvBNbunrIBr0vUzTZ4G51/view?usp=sharing","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.178688713Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1479051319766421514","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":190.537634,"event_ids":{"":"$XGkjz2xJALV0qzGmPZlNin3GipYGy05hZtF7AstQonM"},"time":"2026-03-06T19:14:33.178794035Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"647","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.202269755Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"647","time":"2026-03-06T19:14:33.202346791Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$XGkjz2xJALV0qzGmPZlNin3GipYGy05hZtF7AstQonM","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473202,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.202500094Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2047,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":81.122309,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:33.250248363Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350215934681419826","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:33.250392029Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350215934681419826","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":178.103343,"time":"2026-03-06T19:14:33.250449928Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2044,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473116723011_81?ts=1763640781578&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":144.918157,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"NEIN","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.261809627Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441038625734131712","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":159.07846,"event_ids":{"":"$kWhw0ltjybDQsXpJ-9JYc0PrduY8dGc29A6NvqTc7y0"},"time":"2026-03-06T19:14:33.261887431Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2050,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":12.151919,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.263035079Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2051,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":11.970889,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.274443248Z","message":"Request completed"} +{"level":"debug","transaction_id":"648","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.284418814Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"648","time":"2026-03-06T19:14:33.284492358Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kWhw0ltjybDQsXpJ-9JYc0PrduY8dGc29A6NvqTc7y0","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473284,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.284672271Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2046,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473156898217_45?ts=1754035638956&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":166.791136,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja and 2 others were playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Maja and 2 others were playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$Lt0LO3xzjCeA-W1AFbbuAwu9bkrwjaf3S_oTmEAuzOc"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.323906074Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2054,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":21.462797,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.345609058Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2042,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":253.625142,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:33.350375511Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2048,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":188.543848,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<55777 bytes>","time":"2026-03-06T19:14:33.358459749Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2056,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":17.551003,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_657236326822838283","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:33.368455778Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2049,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":155.246007,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<74907 bytes>","time":"2026-03-06T19:14:33.370476524Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2057,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.348249,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.374222162Z","message":"Request completed"} +{"level":"debug","transaction_id":"649","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.3761577Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"649","time":"2026-03-06T19:14:33.376279365Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$zpA76Ng7hRQaf_92ExFD0yt158GrE66JP84x_QsFipI","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473376,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.376476879Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2058,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_657236326822838283:matrix.theocloud.dev/displayname?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":11.458945,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:33.380424641Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2059,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":11.329318,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.382197237Z","message":"Request completed"} +{"level":"debug","transaction_id":"650","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.400252571Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"650","time":"2026-03-06T19:14:33.400486263Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"651","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:33.44174549Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"651","time":"2026-03-06T19:14:33.441906267Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2061,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_657236326822838283:matrix.theocloud.dev/displayname?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":71.171397,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"laura"},"time":"2026-03-06T19:14:33.451752415Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2052,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473263160376_3?ts=1742115104936&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":203.047635,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"machst du nie einen master oder vorerst nicht?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.466387366Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350753394092019732","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":215.924447,"event_ids":{"":"$hu_6BxOdnVpXl3GDZ8ho01IHfROHCYsev35VpIbTl0w"},"time":"2026-03-06T19:14:33.466552473Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2063,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.123497,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.482631621Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2053,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473274648864_82?ts=1763640789707&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":215.583966,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Böser spoiler du Hu","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.490434395Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441038659829891144","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":228.364047,"event_ids":{"":"$V8EYLfG6MafdtWd1mVbW2Up-FykrwQHWQXrsvTbBzmE"},"time":"2026-03-06T19:14:33.490568771Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"652","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.501773769Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"652","time":"2026-03-06T19:14:33.501842913Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2065,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":12.232587,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.503768184Z","message":"Request completed"} +{"level":"debug","transaction_id":"653","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.521001545Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"653","time":"2026-03-06T19:14:33.521096949Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2055,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473345916853_46?ts=1754035638956&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":199.95118,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"3 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":32733,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/XOciawqJcBqzzrZcIUcrgLPc"},"time":"2026-03-06T19:14:33.546131617Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1400751737614110782","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":744.959152,"event_ids":{"":"$zpA76Ng7hRQaf_92ExFD0yt158GrE66JP84x_QsFipI","1400756362937634816":"$54CYnSJxLUBwFRnUynHbzvjCyGUl030o2qFbV8ph154"},"time":"2026-03-06T19:14:33.546242806Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2062,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473382413119_83?ts=1772705100089&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":187.923021,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Beziehungsdiagramm.drawio.png","info":{"h":892,"mimetype":"image/webp","size":74907,"w":730},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/HNLGjZxewaGjWDYVRkZaNFmQ"},"time":"2026-03-06T19:14:33.570566829Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1479057133122224249","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":391.442649,"event_ids":{"1479057132879089668":"$mra3JK4-WM93OO3vlKoAEaRWeiwL4IO7hc-HDoYrVxE"},"time":"2026-03-06T19:14:33.570700018Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"654","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.579563975Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"654","time":"2026-03-06T19:14:33.57969011Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$hjz0c-_JVNnaOjsP4Ec-ghIbXJWw-U65KzWJxzJE0hk","action":"matrix read receipt","discord_thread_id":"","message_id":"1436687914745593918","time":"2026-03-06T19:14:33.582180684Z","message":"Marked message as read on Discord"} +{"level":"debug","message_checkpoint":{"event_id":"$hu_6BxOdnVpXl3GDZ8ho01IHfROHCYsev35VpIbTl0w","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473582,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.582405366Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$V8EYLfG6MafdtWd1mVbW2Up-FykrwQHWQXrsvTbBzmE","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473582,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.582426389Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$54CYnSJxLUBwFRnUynHbzvjCyGUl030o2qFbV8ph154","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473582,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:33.582452999Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2060,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473374513614_79?ts=1762607830719&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":211.188096,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://www.youtube.com/@neokCS","com.beeper.linkpreviews":[{"og:title":"neokCS","og:description":"Chill Dutch guy playing CS2 for a living.","og:image":"mxc://matrix.theocloud.dev/avfHsBdPSTmdgibqOmXARvhI","matrix:image:size":55777,"og:image:width":900,"og:image:height":900,"og:image:type":"image/jpeg","matched_url":"https://www.youtube.com/@neokCS"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.585868633Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436706115814424690","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":567.430681,"event_ids":{"":"$4YyiFSL68Og3tw7UhuoDDj4-tfKfGkD83uSyOK_gzzo"},"time":"2026-03-06T19:14:33.585964177Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":2067,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":18.144103,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.58986745Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2064,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":113.133796,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:33.59619327Z","message":"Request completed"} +{"level":"debug","transaction_id":"655","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.604430463Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"655","time":"2026-03-06T19:14:33.604526775Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mra3JK4-WM93OO3vlKoAEaRWeiwL4IO7hc-HDoYrVxE","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473604,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:33.604736302Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$4YyiFSL68Og3tw7UhuoDDj4-tfKfGkD83uSyOK_gzzo","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473604,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.604760607Z","message":"Sent message checkpoint"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:14:33.626467013Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2069,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":39.209079,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:33.635562357Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350753627450642463","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:33.635659368Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350753627450642463","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":168.695944,"time":"2026-03-06T19:14:33.63571189Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2066,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473504045597_80?ts=1763640810057&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":142.090943,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"steht doch da","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.64638057Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441038745183850506","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":155.404269,"event_ids":{"":"$OnMr2vewezi3VsRfuVgloFtWhs50-HShOycS_yeu4NI"},"time":"2026-03-06T19:14:33.646525143Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2071,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.825902,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.654145279Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2072,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":23.76333,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.671006171Z","message":"Request completed"} +{"level":"debug","transaction_id":"656","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.682232192Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"656","time":"2026-03-06T19:14:33.682309089Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$OnMr2vewezi3VsRfuVgloFtWhs50-HShOycS_yeu4NI","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473682,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.682468189Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":2068,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473590025573_50?ts=1772705417572&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":126.069485,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Das geben wir in IT Management ab","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.716247733Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1479058464742572185","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":145.104286,"event_ids":{"":"$5l-eH67FHojudtnjo08MN-GJZM3KmDojlAjKqLe6-Kc"},"time":"2026-03-06T19:14:33.716363811Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2076,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":32.023081,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.749080844Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2073,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":103.129106,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:33.757569329Z","message":"Request completed"} +{"level":"debug","transaction_id":"657","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.761502076Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"657","time":"2026-03-06T19:14:33.761598248Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5l-eH67FHojudtnjo08MN-GJZM3KmDojlAjKqLe6-Kc","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473761,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.76183201Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2070,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":194.583804,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<65683 bytes>","time":"2026-03-06T19:14:33.806272411Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2075,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":100.285829,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<10943 bytes>","time":"2026-03-06T19:14:33.815178972Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2080,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":13.139209,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.8197792Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2078,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":63.772241,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:33.821488309Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350753713496526899","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:33.821546488Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350753713496526899","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":185.704133,"time":"2026-03-06T19:14:33.821592235Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2074,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473671183501_81?ts=1763640826211&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":160.476841,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"geh mal Medizinbälle zählen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.831792762Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441038812938506412","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":184.908351,"event_ids":{"":"$N9m1y9Cs_O9qLoO7mENrT0jBES2I2btOv77cUd3fGtA"},"time":"2026-03-06T19:14:33.831865189Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2081,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_657236326822838283:matrix.theocloud.dev/avatar_url?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":16.497503,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:33.83219212Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2083,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.950497,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.835869383Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2085,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.303968,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.846634166Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2084,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_657236326822838283:matrix.theocloud.dev/avatar_url?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":18.131811,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pfTDzzsOxyZphfTbCdrFGIcZ"},"time":"2026-03-06T19:14:33.85043086Z","message":"Request completed"} +{"level":"debug","transaction_id":"658","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.855727415Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"658","time":"2026-03-06T19:14:33.855805359Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$N9m1y9Cs_O9qLoO7mENrT0jBES2I2btOv77cUd3fGtA","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473855,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.85599079Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2079,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":98.621419,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24664 bytes>","time":"2026-03-06T19:14:33.873517209Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2089,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":6.534509,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.880522943Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2077,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473749364683_84?ts=1772705423725&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":141.692773,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bitte!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.891233039Z","message":"Request completed"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","message_id":"1479058490550124667","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":174.603479,"event_ids":{"":"$Vg9IB1_qIUYcVEcVq1DkuZmobr2ojigQl8K6tZVrWL0"},"time":"2026-03-06T19:14:33.891351212Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","action":"initial backfill","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:33.891606695Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2086,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":74.338812,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:33.910442446Z","message":"Request completed"} +{"level":"debug","transaction_id":"659","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:33.91372531Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"659","time":"2026-03-06T19:14:33.913835242Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Vg9IB1_qIUYcVEcVq1DkuZmobr2ojigQl8K6tZVrWL0","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824473913,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:33.91401348Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2088,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/join?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":99.211796,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:33.950026019Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2091,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":66.839992,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:33.977439304Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350753778529468468","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:33.977525559Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1350753778529468468","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":155.858174,"time":"2026-03-06T19:14:33.977579547Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2082,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473819889411_4?ts=1762608522759&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":166.650335,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://www.youtube.com/@penguinz0","com.beeper.linkpreviews":[{"og:title":"penguinz0","og:description":"Twitter: https://twitter.com/MoistCr1TiKaL\n\nInstagram: https://www.instagram.com/bigmoistcr1tikal/?hl=en\n\nTwitch: https://www.twitch.tv/moistcr1tikal\n\nTik Tok: Hugecharles\n\nI don't have any other public accounts.","og:image":"mxc://matrix.theocloud.dev/JWDdwYkTuYFdqzoMViEWDfzC","matrix:image:size":65683,"og:image:width":900,"og:image:height":900,"og:image:type":"image/jpeg","matched_url":"https://www.youtube.com/@penguinz0"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:33.986676986Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436709018440700095","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":400.560902,"event_ids":{"":"$-LahzPe_LP784UW5gY6y1T7wL3nSZXSDcqDh1uA7WT4"},"time":"2026-03-06T19:14:33.98675067Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2087,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473846869325_85?ts=1763660431338&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":144.471795,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:33.99144728Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441121042801365042","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":159.394286,"event_ids":{"":"$kFwcZE6wIS9Oq0IEf_5Yr7kOX838loJ7MKxOXCk03ek"},"time":"2026-03-06T19:14:33.991515656Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2093,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":16.871368,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:33.995038428Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2094,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":17.390366,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.004632096Z","message":"Request completed"} +{"level":"debug","transaction_id":"660","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.022192598Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"660","time":"2026-03-06T19:14:34.022323203Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$-LahzPe_LP784UW5gY6y1T7wL3nSZXSDcqDh1uA7WT4","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474022,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:34.022539225Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"661","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.065456786Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"661","time":"2026-03-06T19:14:34.065573213Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kFwcZE6wIS9Oq0IEf_5Yr7kOX838loJ7MKxOXCk03ek","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474065,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:34.065801946Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2090,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473880731003_47?ts=1754036337386&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":191.60622,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 4 day streak!** 🔥 Here are yesterday's results:\n👑 6/6: @lagopodus @Maja\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 4 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 6/6: @lagopodus @Maja\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$5t7zgrsgWGciLVpvpNsmXyOP5bCcbnXHrMWVVi1jQU0"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:34.072593195Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2097,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":13.812488,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.086647128Z","message":"Request completed"} +{"level":"debug","transaction_id":"662","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:34.09718199Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"662","time":"2026-03-06T19:14:34.097302049Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"663","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.107225932Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"663","time":"2026-03-06T19:14:34.107352206Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2095,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824473995203535_5?ts=1742376182361&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":142.78287,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das ist eig voll gut, dass ein Master keine voraussetzung für hohe positionen ist","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:34.138188179Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1351848432180006944","message_type":19,"author_id":"257943768903188481","action":"discord message create","handling_time":160.606258,"event_ids":{"":"$9IFJHjHD9POYDPI3mjSiAIJuE3fXKOIXn4Al53fsDBI"},"time":"2026-03-06T19:14:34.138375287Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2099,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":10.810949,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.150410081Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2096,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824474004872284_82?ts=1762609454064&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":171.795961,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"twitch.tv##+js(twitch-videoad)\ntwitch.tv##+js(vaft-ublock-origin)\ntwitch.tv##+js(no-fetch-if, edge.ads.twitch.tv)","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"twitch.tv##+js(twitch-videoad)\u003cbr\u003e\ntwitch.tv##+js(vaft-ublock-origin)\u003cbr\u003e\ntwitch.tv##+js(no-fetch-if, edge.ads.twitch.tv)","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:34.176876724Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436712924616982651","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":189.97701,"event_ids":{"":"$dZwIvLy0UoPSzspNJ-5ek0rKDLLxBGM06FgUnOw0RbQ"},"time":"2026-03-06T19:14:34.176990148Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"664","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.178398795Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"664","time":"2026-03-06T19:14:34.178526118Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2092,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":256.110967,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_657236326822838283:matrix.theocloud.dev"},"time":"2026-03-06T19:14:34.206372145Z","message":"Request completed"} +{"level":"debug","transaction_id":"665","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.218599913Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"665","time":"2026-03-06T19:14:34.218691965Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2098,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824474086923215_48?ts=1754036337386&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":148.074746,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 solved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24664,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/DXHXZfnwwXgXgTzCvCwmpLmR"},"time":"2026-03-06T19:14:34.235469465Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$4YyiFSL68Og3tw7UhuoDDj4-tfKfGkD83uSyOK_gzzo","action":"matrix read receipt","discord_thread_id":"","message_id":"1436706115814424690","time":"2026-03-06T19:14:34.235612432Z","message":"Marked message as read on Discord"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1400754667041849467","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":689.036269,"event_ids":{"":"$XlPCRoXwWQ4QoRHu4nt95fJH5oJzvGZ5v_9o9ZA0Zw4","1400754666844848128":"$qIKfMsPbepRB2YV5D2-ZHF8wKOPsKrogGdqJP9JyKj8"},"time":"2026-03-06T19:14:34.235622071Z","message":"Finished handling Discord message"} +{"level":"debug","message_checkpoint":{"event_id":"$XlPCRoXwWQ4QoRHu4nt95fJH5oJzvGZ5v_9o9ZA0Zw4","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474235,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:34.235848918Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$9IFJHjHD9POYDPI3mjSiAIJuE3fXKOIXn4Al53fsDBI","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474235,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:34.235868823Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$dZwIvLy0UoPSzspNJ-5ek0rKDLLxBGM06FgUnOw0RbQ","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474235,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:34.235878042Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"666","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.24851781Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"666","time":"2026-03-06T19:14:34.248728524Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"667","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.260829877Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"667","time":"2026-03-06T19:14:34.260972565Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qIKfMsPbepRB2YV5D2-ZHF8wKOPsKrogGdqJP9JyKj8","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474261,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:34.261172733Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2100,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824474150675272_6?ts=1742376216361&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":138.827216,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"im Finance leider genau anders herum...","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:34.289726052Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1351848574786211860","message_type":19,"author_id":"257943768903188481","action":"discord message create","handling_time":150.995758,"event_ids":{"":"$tgAIxKiAyAIj_L4f39KHUchMVkjf8wC8EGhqGe7fi90"},"time":"2026-03-06T19:14:34.289836892Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2102,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":5.493929,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.296205875Z","message":"Request completed"} +{"level":"debug","transaction_id":"668","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.300980918Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"668","time":"2026-03-06T19:14:34.301103002Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tgAIxKiAyAIj_L4f39KHUchMVkjf8wC8EGhqGe7fi90","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474301,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:34.301306662Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2101,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/join?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":128.51508,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.335326463Z","message":"Request completed"} +{"level":"debug","transaction_id":"669","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.356148248Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"669","time":"2026-03-06T19:14:34.356449687Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2103,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824474296441453_7?ts=1742376242935&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":76.188234,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wenns der arbeitgeber bezahlt, mitnehmen","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:34.372779498Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1351848686245646378","message_type":19,"author_id":"257943768903188481","action":"discord message create","handling_time":82.650666,"event_ids":{"":"$djWTLwjGXCa8L7I15msqLpgbFS01-r-TwugLkYUsDOA"},"time":"2026-03-06T19:14:34.372856185Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"670","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.376729077Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"670","time":"2026-03-06T19:14:34.376810792Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$djWTLwjGXCa8L7I15msqLpgbFS01-r-TwugLkYUsDOA","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474376,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:34.376995804Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2105,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.208065,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.37868843Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":2104,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/join?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":51.942505,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.387835248Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2106,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":45.153839,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.424048933Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2108,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":29.922925,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:34.454111054Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1351853256208551987","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:34.454163087Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1351853256208551987","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":81.057146,"time":"2026-03-06T19:14:34.454232161Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2109,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":3.230063,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.457845658Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2107,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":100.492283,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_1142482369744482355:matrix.theocloud.dev"},"time":"2026-03-06T19:14:34.488442421Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2110,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":41.40876,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.499561793Z","message":"Request completed"} +{"level":"debug","transaction_id":"671","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.505268602Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"671","time":"2026-03-06T19:14:34.505485881Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2112,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":24.94087,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:34.524644163Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1351853333853376512","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:34.524731745Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1351853333853376512","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":70.407393,"time":"2026-03-06T19:14:34.524812204Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":5.230764,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.530530536Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":2111,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/join?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":99.307758,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.588032622Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2113,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":83.784066,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32878 bytes>","time":"2026-03-06T19:14:34.596874438Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2117,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":10.838466,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.608206759Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824474530701719_8?ts=1742459073508&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":82.754731,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja, würde auch nicht direkt in den master springen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:34.613589779Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352196102849560648","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":88.650952,"event_ids":{"":"$DS04eMeIM89HVwWCZW_W0kBjSURl6i3wm2JyyMMRUD4"},"time":"2026-03-06T19:14:34.613670447Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"672","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.61762205Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"672","time":"2026-03-06T19:14:34.617688051Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$DS04eMeIM89HVwWCZW_W0kBjSURl6i3wm2JyyMMRUD4","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474617,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:34.617866428Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2119,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":7.107355,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.621386337Z","message":"Request completed"} +{"level":"debug","transaction_id":"673","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.64030108Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"673","time":"2026-03-06T19:14:34.640510886Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"674","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:34.656729299Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"674","time":"2026-03-06T19:14:34.65679956Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2116,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":82.445959,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.671289518Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2118,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824474608389397_49?ts=1754122395839&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":89.335406,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 5 day streak!** 🔥 Here are yesterday's results:\n👑 3/6: @alexx\n4/6: Maja\n6/6: lagopodus\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 5 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 3/6: @alexx\u003cbr\u003e\n4/6: \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e\u003cbr\u003e\n6/6: \u003ca href=\"https://matrix.to/#/@discord_1142482369744482355:matrix.theocloud.dev\"\u003elagopodus\u003c/a\u003e\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_1142482369744482355:matrix.theocloud.dev","@discord_769998429991600219:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$Lt0LO3xzjCeA-W1AFbbuAwu9bkrwjaf3S_oTmEAuzOc"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:34.698013251Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2120,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824474621557940_9?ts=1742459093641&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":89.350561,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"arbeiten und dann nomma gucken ob du den doch brauchst/ willst","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:34.711024439Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2122,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":12.829389,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.711066763Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352196187293483049","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":97.128751,"event_ids":{"":"$Rj67-XFs3K8Wfdw4939SuTtw_iMkZQBxKSt_DBpIhAw"},"time":"2026-03-06T19:14:34.711110973Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2124,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.45929,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.71927532Z","message":"Request completed"} +{"level":"debug","transaction_id":"675","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.721312339Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"675","time":"2026-03-06T19:14:34.721434772Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"676","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.731703536Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"676","time":"2026-03-06T19:14:34.731770514Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2125,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":28.668559,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.748260125Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2121,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":104.141679,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_316966695430520833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:34.775583034Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2123,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824474711283484_50?ts=1754122395839&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":65.783697,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"3 solved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":32878,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/dWbjPOrGLtxBNAUHPisCGKdC"},"time":"2026-03-06T19:14:34.777278733Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1401115622355767358","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":541.315204,"event_ids":{"":"$ne0Qpr0gsh84cThqskilHEN0ndZbuGGfiF5rT-x8sIM","1401115622095454239":"$d8lkEhrRkeJ6nfywhfYcWBXRUxC3Q7c1iSVmrBGfXO0"},"time":"2026-03-06T19:14:34.777418348Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"677","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.792534581Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"677","time":"2026-03-06T19:14:34.792631313Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2126,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":50.332013,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:34.798757384Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352204512617828443","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:34.79883449Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352204512617828443","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":87.392534,"time":"2026-03-06T19:14:34.798898815Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"678","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.801786861Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"678","time":"2026-03-06T19:14:34.801975854Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$dZwIvLy0UoPSzspNJ-5ek0rKDLLxBGM06FgUnOw0RbQ","action":"matrix read receipt","discord_thread_id":"","message_id":"1436712924616982651","time":"2026-03-06T19:14:34.805480048Z","message":"Marked message as read on Discord"} +{"level":"debug","message_checkpoint":{"event_id":"$ne0Qpr0gsh84cThqskilHEN0ndZbuGGfiF5rT-x8sIM","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474805,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:34.805701867Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$d8lkEhrRkeJ6nfywhfYcWBXRUxC3Q7c1iSVmrBGfXO0","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474805,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:34.805744471Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$Rj67-XFs3K8Wfdw4939SuTtw_iMkZQBxKSt_DBpIhAw","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474805,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:34.805744471Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2128,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.467042,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.806768567Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2129,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.087813,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.827151254Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2130,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":24.723591,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:34.852054898Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352204601084088341","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:34.852145623Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352204601084088341","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":53.184508,"time":"2026-03-06T19:14:34.852233833Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2127,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":82.130691,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.858026059Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2131,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":7.752348,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.860549598Z","message":"Request completed"} +{"level":"debug","transaction_id":"679","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.874695653Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"679","time":"2026-03-06T19:14:34.87495812Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2133,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824474860707651_10?ts=1742462090237&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":65.032614,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich brauche halt auch Jahre zum antworten...\nVergesse das beim lernen andauernd","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Ich brauche halt auch Jahre zum antworten...\u003cbr\u003e\nVergesse das beim lernen andauernd","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:34.925935964Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352208755927945278","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":73.575926,"event_ids":{"":"$1j7_loxgcGR3V-A3wcQxOTYT2gGjmgyT3bhcwEUtveI"},"time":"2026-03-06T19:14:34.926067616Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2135,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.646677,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:34.935429897Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2132,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824474858386794_15?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":82.143332,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.940633283Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","action":"initial backfill","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:34.940945827Z","message":"Fetching messages for backfill"} +{"level":"debug","transaction_id":"680","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.942382063Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"680","time":"2026-03-06T19:14:34.942471391Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1j7_loxgcGR3V-A3wcQxOTYT2gGjmgyT3bhcwEUtveI","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824474942,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:34.942661571Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"681","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:34.959954088Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"681","event_id":"$ekTTHyQnb-XZbt9Wvsr-hSHSk4D9Fxin13Wx_qTOEHk","time":"2026-03-06T19:14:34.960034128Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"681","time":"2026-03-06T19:14:34.960088046Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2136,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":43.965753,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:34.979714341Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2137,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":42.053473,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:34.983098686Z","message":"Request completed"} +{"level":"info","channel_id":"1430926246987960451","channel_receiver":"","room_id":"","time":"2026-03-06T19:14:34.983830632Z","message":"Creating Matrix room for channel"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2138,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":27.765219,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:35.007711576Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352208792682500139","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:35.007840645Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352208792682500139","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":81.486536,"time":"2026-03-06T19:14:35.007950088Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2140,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.023129,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.019637835Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2141,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":39.416021,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:35.059447208Z","message":"Request completed"} +{"level":"debug","transaction_id":"682","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.098259094Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"682","time":"2026-03-06T19:14:35.098383064Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2142,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":43.436838,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:35.103038188Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352208807891173377","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:35.103092106Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1352208807891173377","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":94.95973,"time":"2026-03-06T19:14:35.103154126Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2143,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.008596,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.10862403Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2144,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":26.904065,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:35.13592843Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2145,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":59.217411,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:35.195304313Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364906965700055081","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:35.19542947Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364906965700055081","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":92.202917,"time":"2026-03-06T19:14:35.19553151Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"683","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.200905869Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"683","time":"2026-03-06T19:14:35.201216947Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2146,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":11.068737,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.207121548Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2025,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1215_910_0_354_372_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":2563.980888,"status_code":200,"response_length":208,"response_mime":"application/json","time":"2026-03-06T19:14:35.226605645Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:14:35.226900","changes":["@discordbot:matrix.theocloud.dev"],"time":"2026-03-06T19:14:35.226925732Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:14:35.226900","time":"2026-03-06T19:14:35.227103759Z","message":"Finished handling device list changes"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","action":"initial backfill","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:35.229112492Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","action":"initial backfill","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","limit":100,"before_id":"1418143286366830694","time":"2026-03-06T19:14:35.229190436Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2134,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":371.582871,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<973169 bytes>","time":"2026-03-06T19:14:35.242873925Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2149,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":2.916891,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.2460815Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2147,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475207261582_11?ts=1745489595275&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":65.652814,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja, wenn ich nicht gerade krank bin schon","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:35.273042207Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907032418979900","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":77.315767,"event_ids":{"":"$qYk2RLdJBVQS0rp5uBDNT7Sx3YAfn039R1CXs9wPE_4"},"time":"2026-03-06T19:14:35.27309361Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2152,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.197523,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.282719546Z","message":"Request completed"} +{"level":"debug","transaction_id":"684","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.287639861Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"684","time":"2026-03-06T19:14:35.28770684Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qYk2RLdJBVQS0rp5uBDNT7Sx3YAfn039R1CXs9wPE_4","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824475287,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:35.287892271Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2139,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":316.120947,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1430926246987960451","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1430926246987960451","external_url":"https://discord.com/channels/@me/1430926246987960451"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}},{"state_key":"fi.mau.discord://discord/dm/1430926246987960451","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discordbot:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1430926246987960451","external_url":"https://discord.com/channels/@me/1430926246987960451"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"group_dm"}}],"preset":"private_chat","room_version":"11"},"time":"2026-03-06T19:14:35.300312035Z","message":"Request completed"} +{"level":"info","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","time":"2026-03-06T19:14:35.30084577Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"685","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.316327278Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"685","time":"2026-03-06T19:14:35.316593516Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2150,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":85.036965,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22647 bytes>","time":"2026-03-06T19:14:35.331405307Z","message":"Request completed"} +{"level":"debug","transaction_id":"686","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.333765485Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"686","time":"2026-03-06T19:14:35.333875277Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2155,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":11.58033,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.343391211Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2153,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":65.61007,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:35.348617366Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2151,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475246278315_86?ts=1763673414958&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":114.927275,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"flensburg-germany-packed-ripe-mandarines-box-lidl-market-flensburg-germany-packed-ripe-mandarines-box-lidl-market-412380391.png","info":{"h":600,"mimetype":"image/png","size":973169,"w":800},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ruskorSwUIEQcTRNfGeHwCXW"},"time":"2026-03-06T19:14:35.361389065Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441175500050530433","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":1369.688956,"event_ids":{"1441175499371184210":"$aUzG4QPDmTW5zGcgSggtL5YXP4xgMKX-W5oNHj5zYGY"},"time":"2026-03-06T19:14:35.361445358Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2158,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.347893,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.371179898Z","message":"Request completed"} +{"level":"debug","transaction_id":"687","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.377582754Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"687","time":"2026-03-06T19:14:35.377663352Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$aUzG4QPDmTW5zGcgSggtL5YXP4xgMKX-W5oNHj5zYGY","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824475377,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:35.377834675Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2157,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":45.407716,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:35.394179992Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907060960956446","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:35.394263942Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907060960956446","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":121.019403,"time":"2026-03-06T19:14:35.394323587Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2160,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":6.114268,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.400956853Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2154,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.273836,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:35.420390174Z","message":"Request completed"} +{"level":"debug","transaction_id":"688","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.444562081Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"688","time":"2026-03-06T19:14:35.444655041Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2156,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475343544026_51?ts=1754298341614&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":120.474703,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Maja was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$ne0Qpr0gsh84cThqskilHEN0ndZbuGGfiF5rT-x8sIM"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:35.464168331Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2163,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":20.621128,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.484969023Z","message":"Request completed"} +{"level":"debug","transaction_id":"689","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.500495789Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"689","time":"2026-03-06T19:14:35.500615778Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$lXlLTbj8OcHqj0tsrNaSiFGHo9kNQuUyvUM0sAVpkQk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824475500,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:35.500811127Z","message":"Sent message checkpoint"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","action":"initial backfill","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","limit":100,"count":32,"time":"2026-03-06T19:14:35.5089284Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","action":"initial backfill","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","limit":100,"count":82,"found_all":false,"time":"2026-03-06T19:14:35.50899482Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","action":"initial backfill","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:35.509051113Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"warn","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1406965111868100629","message_type":1,"author_id":"316966695430520833","action":"discord message create","handling_time":0.334544,"time":"2026-03-06T19:14:35.509600352Z","message":"Unhandled message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2159,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475371383698_83?ts=1763838665228&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":143.515725,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:35.514999296Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441868609918996533","message_type":3,"author_id":"122672447207112706","action":"discord message create","handling_time":153.427874,"event_ids":{"":"$6wttrTJ8c8NAM1ahkAc4wdv9lMcD1MbyXZnGhjEPzV8"},"time":"2026-03-06T19:14:35.515083666Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2165,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":12.76248,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.522761981Z","message":"Request completed"} +{"level":"debug","transaction_id":"690","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.534700881Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"690","time":"2026-03-06T19:14:35.534768628Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6wttrTJ8c8NAM1ahkAc4wdv9lMcD1MbyXZnGhjEPzV8","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824475534,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:35.534937158Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2161,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475401159535_12?ts=1745489615160&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":150.559383,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bin halt so 1mal/monat krank","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:35.551862933Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907115822710854","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":157.401407,"event_ids":{"":"$aIxi7vfGDqbMxxPSEEZz0UbiEjv4u1v12O8_U9GViZo"},"time":"2026-03-06T19:14:35.551946814Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2167,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.27854,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.561765933Z","message":"Request completed"} +{"level":"debug","transaction_id":"691","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.566538322Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"691","time":"2026-03-06T19:14:35.566642806Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$aIxi7vfGDqbMxxPSEEZz0UbiEjv4u1v12O8_U9GViZo","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824475566,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:35.566879013Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2164,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475485223808_52?ts=1754298341614&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":125.406682,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 finished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22647,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/lrkNrdFEibqACexSonjtcauT"},"time":"2026-03-06T19:14:35.61094918Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1401853592423366768","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":833.209418,"event_ids":{"":"$lXlLTbj8OcHqj0tsrNaSiFGHo9kNQuUyvUM0sAVpkQk","1401853669959274547":"$JDfRCAn8SgRUV_Bnq0xsZO66vPPNVbt6zIXo6BTNr14"},"time":"2026-03-06T19:14:35.611106046Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"692","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.656464593Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"692","time":"2026-03-06T19:14:35.656582556Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$JDfRCAn8SgRUV_Bnq0xsZO66vPPNVbt6zIXo6BTNr14","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824475656,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:35.656812896Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2162,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":244.656701,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"membership":"invite"},"time":"2026-03-06T19:14:35.665595277Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2168,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":107.085179,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:35.669151154Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2166,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475522955723_87?ts=1755517023870&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":165.257122,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:35.688323475Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1406965116284698728","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":178.666481,"event_ids":{"":"$VqICOUNnpzJ0r9x4rCgt-ZfGzIYKdepjNyLT_w6aOuk"},"time":"2026-03-06T19:14:35.6884274Z","message":"Finished handling Discord message"} +{"level":"warn","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1406965956596600873","message_type":1,"author_id":"316966695430520833","action":"discord message create","handling_time":0.310588,"time":"2026-03-06T19:14:35.689095651Z","message":"Unhandled message"} +{"level":"debug","transaction_id":"693","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.697535735Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"693","time":"2026-03-06T19:14:35.697635749Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$VqICOUNnpzJ0r9x4rCgt-ZfGzIYKdepjNyLT_w6aOuk","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824475697,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:35.69783431Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"694","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.718072284Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"694","time":"2026-03-06T19:14:35.718284464Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2170,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":59.779082,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:35.72916742Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907185137520671","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:35.729244317Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907185137520671","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":177.085183,"time":"2026-03-06T19:14:35.729313391Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":4.285589,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.734035982Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2169,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/join?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":72.917523,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:35.739701794Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2173,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475734219458_13?ts=1745489634805&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":44.829143,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"also mache ich so 2-3 wochen/moant sport","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:35.779216502Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907198219812885","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":49.845561,"event_ids":{"":"$KXWbgdHi2uAnAh4lMxAoIaKOY6O3x0G4dFoyXFkBx78"},"time":"2026-03-06T19:14:35.779364986Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2175,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":7.376596,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.787571658Z","message":"Request completed"} +{"level":"debug","transaction_id":"695","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.792855083Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"695","time":"2026-03-06T19:14:35.792971859Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KXWbgdHi2uAnAh4lMxAoIaKOY6O3x0G4dFoyXFkBx78","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824475793,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:35.793216307Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2174,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":80.073558,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_428870593358594048:matrix.theocloud.dev"},"time":"2026-03-06T19:14:35.819960363Z","message":"Request completed"} +{"level":"debug","transaction_id":"696","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.83454796Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"696","time":"2026-03-06T19:14:35.834829425Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2171,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":167.828224,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<126830 bytes>","time":"2026-03-06T19:14:35.848611112Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2176,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475787836081_14?ts=1745489639538&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":67.338735,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"legit keine ahnung","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:35.855389021Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907218071322645","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":75.677339,"event_ids":{"":"$NWdSJlGO9oykBbt41xWbEO76pc2xhz53Sd6LW4mZAB0"},"time":"2026-03-06T19:14:35.855503842Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2178,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":6.822538,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.855837478Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2180,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.881484,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.862321072Z","message":"Request completed"} +{"level":"debug","transaction_id":"697","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.86663816Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"697","time":"2026-03-06T19:14:35.866727558Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$NWdSJlGO9oykBbt41xWbEO76pc2xhz53Sd6LW4mZAB0","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824475866,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:35.866950425Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2181,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":38.278431,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:35.901054036Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2177,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/join?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":114.952348,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:35.935254309Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2179,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475856075082_84?ts=1762609560806&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":93.391214,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://github.com/dhowe/AdNauseam/wiki/Install-AdNauseam-on-Chromium-based-browsers","com.beeper.linkpreviews":[{"og:title":"Install AdNauseam on Chromium based browsers","og:description":"AdNauseam: Fight back against advertising surveillance - dhowe/AdNauseam","og:image":"mxc://matrix.theocloud.dev/zmebdTTxiCEBpGDHROSJIRut","matrix:image:size":126830,"og:image:width":1200,"og:image:height":600,"og:image:type":"image/png","matched_url":"https://github.com/dhowe/AdNauseam/wiki/Install-AdNauseam-on-Chromium-based-browsers"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:35.949639783Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436713372325380278","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":1772.374248,"event_ids":{"":"$pnowe4slmFfyl_OqRVHIsGMVBVt2hUBqaTCT3xx7CVA"},"time":"2026-03-06T19:14:35.949764731Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2182,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":82.209543,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22673 bytes>","time":"2026-03-06T19:14:35.951065473Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2185,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":10.430239,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.960924821Z","message":"Request completed"} +{"level":"debug","transaction_id":"698","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.963517295Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"698","time":"2026-03-06T19:14:35.963582178Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$pnowe4slmFfyl_OqRVHIsGMVBVt2hUBqaTCT3xx7CVA","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824475963,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:35.963776828Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2186,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":15.280153,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.967060251Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2183,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":68.961519,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:35.970205945Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907264590217276","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:35.970308474Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907264590217276","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":114.365114,"time":"2026-03-06T19:14:35.970430907Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2189,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":7.675452,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:35.978668379Z","message":"Request completed"} +{"level":"debug","transaction_id":"699","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:35.983998109Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"699","time":"2026-03-06T19:14:35.984191782Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2184,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":73.776233,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:36.009783861Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2188,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475967273200_53?ts=1754385129796&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":89.702007,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 1 day streak!** 🔥 Here are yesterday's results:\n👑 4/6: Maja\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 1 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 4/6: \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_769998429991600219:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$ne0Qpr0gsh84cThqskilHEN0ndZbuGGfiF5rT-x8sIM"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.057298856Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2187,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475961082525_85?ts=1762609690827&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":96.737355,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://github.com/gorhill/uBlock/releases/tag/1.67.0","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.057967177Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436713917672980702","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":107.866015,"event_ids":{"":"$XcrUfkfHZAyAOKP6_EvodYHd7kyHEqHObPqop7gc9GU"},"time":"2026-03-06T19:14:36.058046936Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2190,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824475978838096_15?ts=1745489663598&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":82.221625,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ist auch immer grippe o.ä.","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.061198078Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907318986281043","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":90.599829,"event_ids":{"":"$MbEe26TJ7JFEkssg31KP-4gnhGoD_7haW_PcOmqFDNk"},"time":"2026-03-06T19:14:36.061272181Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2193,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.654785,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.072439814Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2192,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":14.976689,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.072562456Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2194,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":13.829809,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.075627553Z","message":"Request completed"} +{"level":"debug","transaction_id":"700","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.077191111Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"700","time":"2026-03-06T19:14:36.07728882Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HPpxuz9aBZCLXftl_tlX2YMLJGETh2EOYYLN6siK0fY","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476077,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.077472924Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"701","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.091480062Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"701","time":"2026-03-06T19:14:36.091573511Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$XcrUfkfHZAyAOKP6_EvodYHd7kyHEqHObPqop7gc9GU","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476091,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.091793514Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$MbEe26TJ7JFEkssg31KP-4gnhGoD_7haW_PcOmqFDNk","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476091,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.091804061Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2191,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":154.557152,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_316966695430520833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:36.164564508Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2196,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476072742370_54?ts=1754385129796&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":142.174754,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 solved game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22673,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/IrApqryIEweTkEfcqkONdbQc"},"time":"2026-03-06T19:14:36.215144949Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1402217608442281996","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":603.658333,"event_ids":{"":"$HPpxuz9aBZCLXftl_tlX2YMLJGETh2EOYYLN6siK0fY","1402217608106741860":"$U7KW-LXQRiqDQIjy_OXPUfcEPuqvEqD9zfDzBVJdmRA"},"time":"2026-03-06T19:14:36.215249922Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2197,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476075863619_16?ts=1745489690944&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":142.789575,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wie läuft deine calisthenics journey?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.218798536Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364907433683714128","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":157.320949,"event_ids":{"":"$9EogCKlhZVrZJO4sSXis9vpCAQAq9KAgFd9JQ08hDFo"},"time":"2026-03-06T19:14:36.218879553Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"702","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.221480128Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"702","time":"2026-03-06T19:14:36.221560237Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$U7KW-LXQRiqDQIjy_OXPUfcEPuqvEqD9zfDzBVJdmRA","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476221,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:36.221674709Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2195,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476072637467_55?ts=1762613940651&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":169.360004,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://drive.theocloud.dev/share/opzFF0O3","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.242142882Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436731742726783149","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":183.703712,"event_ids":{"":"$IMV2FG7D2p2a4p5nKs5txHa2cOX_EGMLVMV4PzuSPl0"},"time":"2026-03-06T19:14:36.242213981Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2199,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":23.510571,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.242904302Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2200,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":9.759823,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.252493849Z","message":"Request completed"} +{"level":"debug","transaction_id":"703","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.26265324Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"703","time":"2026-03-06T19:14:36.262857878Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$9EogCKlhZVrZJO4sSXis9vpCAQAq9KAgFd9JQ08hDFo","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476262,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.262970952Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"704","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.2825339Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"704","time":"2026-03-06T19:14:36.282581952Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$IMV2FG7D2p2a4p5nKs5txHa2cOX_EGMLVMV4PzuSPl0","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476282,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.282786729Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"705","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:36.310694427Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"705","time":"2026-03-06T19:14:36.310820632Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2201,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":82.083407,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:36.32517747Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2203,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":42.234923,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:36.367606974Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364916960789532702","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:36.367717744Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364916960789532702","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":148.629363,"time":"2026-03-06T19:14:36.367807212Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2202,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476252801365_17?ts=1762631265918&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":119.964855,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wie siehts aus jungs?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.372965898Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436804410163597505","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":130.635141,"event_ids":{"":"$NushuIcsN5Ne0FotIpb3eUW1qUuEmBGiIhQ07qpLK5k"},"time":"2026-03-06T19:14:36.373116758Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2204,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.358792,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.380723135Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2205,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.667775,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.387567883Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2198,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/join?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":233.030903,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:36.398024452Z","message":"Request completed"} +{"level":"debug","transaction_id":"706","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.400945184Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"706","time":"2026-03-06T19:14:36.401042195Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"707","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.419295462Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"707","time":"2026-03-06T19:14:36.419591523Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2206,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":58.322592,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:36.439420291Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$pnowe4slmFfyl_OqRVHIsGMVBVt2hUBqaTCT3xx7CVA","action":"matrix read receipt","discord_thread_id":"","message_id":"1436713372325380278","time":"2026-03-06T19:14:36.45181156Z","message":"Marked message as read on Discord"} +{"level":"debug","message_checkpoint":{"event_id":"$NushuIcsN5Ne0FotIpb3eUW1qUuEmBGiIhQ07qpLK5k","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476452,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.452049582Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2210,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":38.595165,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:36.478225262Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364932979696078878","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:36.478356286Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364932979696078878","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":110.432299,"time":"2026-03-06T19:14:36.47846084Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2207,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476387791378_56?ts=1762631285945&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":96.047523,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"also ich kann","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.484017488Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436804494162657392","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":110.592865,"event_ids":{"":"$wsCSFZRiB-AC22d_gtMGtOYdjEovSzi0yB6U3uNjqhk"},"time":"2026-03-06T19:14:36.484136778Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2211,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.981012,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.488023638Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2212,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.641306,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.499574914Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2208,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824476398359695_16?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":108.801413,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:36.507267966Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","action":"initial backfill","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:36.507757839Z","message":"Fetching messages for backfill"} +{"level":"debug","transaction_id":"708","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.509920434Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"708","time":"2026-03-06T19:14:36.510011928Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$wsCSFZRiB-AC22d_gtMGtOYdjEovSzi0yB6U3uNjqhk","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476510,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.510178571Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2209,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":86.957557,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24761 bytes>","time":"2026-03-06T19:14:36.525126694Z","message":"Request completed"} +{"level":"debug","transaction_id":"709","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.531218752Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"709","event_id":"$g-JAn8IeEpvJOcJDYS0hAu3tYHImyv3AaTuJR9wm9wg","time":"2026-03-06T19:14:36.53128168Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"709","time":"2026-03-06T19:14:36.531314576Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2216,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":7.043379,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.532842724Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2213,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":70.526614,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:36.558919577Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2215,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":75.425278,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:36.583374834Z","message":"Request completed"} +{"level":"info","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:36.58421343Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"204925152230768641","time":"2026-03-06T19:14:36.584268745Z","message":"Found other user ID"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:36.58459407Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2219,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":7.228042,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_204925152230768641","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:36.592207641Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2218,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":50.125628,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:36.609201513Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364939152344350742","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:36.609276384Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364939152344350742","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":130.673206,"time":"2026-03-06T19:14:36.609360055Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2222,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.790344,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.619634405Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2214,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476499822156_57?ts=1762631303976&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":128.752404,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"marcys scheint entweder noch zu lernen oder zu essen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.628742041Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436804569790156852","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":144.261639,"event_ids":{"":"$9VTTWmO04V9LuQTMhBDcVg-vTl3V-vvx7Qx6s6GG918"},"time":"2026-03-06T19:14:36.628834792Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2224,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":10.736148,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.640166694Z","message":"Request completed"} +{"level":"debug","transaction_id":"710","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.653491753Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"710","time":"2026-03-06T19:14:36.65356411Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$9VTTWmO04V9LuQTMhBDcVg-vTl3V-vvx7Qx6s6GG918","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476653,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.653766023Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2217,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476533100791_55?ts=1754402524552&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":127.046019,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus and Maja were playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus and Maja were playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$HPpxuz9aBZCLXftl_tlX2YMLJGETh2EOYYLN6siK0fY"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.660531291Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2226,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":14.181953,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.674996804Z","message":"Request completed"} +{"level":"debug","transaction_id":"711","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.691744272Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"711","time":"2026-03-06T19:14:36.691846032Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YogxpOSUvfS8B0KMYhXUY-5hU4LBDw-gwC2QFBsfo5o","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476691,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.692016098Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2223,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":92.772271,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:36.712798562Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2221,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":121.052717,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<101882 bytes>","time":"2026-03-06T19:14:36.720013962Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2229,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":8.411379,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.729017534Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2228,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":54.804988,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:36.76786895Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364959107710324868","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:36.767996622Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1364959107710324868","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":158.5823,"time":"2026-03-06T19:14:36.768124433Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2231,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":14.401607,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.783192475Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","action":"initial backfill","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","limit":100,"count":23,"time":"2026-03-06T19:14:36.798160433Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","action":"initial backfill","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","limit":100,"count":23,"found_all":false,"time":"2026-03-06T19:14:36.79823244Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","action":"initial backfill","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:36.798311711Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2225,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476640432932_18?ts=1762631508243&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":173.855678,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hab ihm geschrieben","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.814466428Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436805426548047992","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":185.44858,"event_ids":{"":"$20tCSFzDbilW6t7AIIkJbbAY3CKFmg-p9_YHlaqPvKg"},"time":"2026-03-06T19:14:36.814590468Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2233,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":22.202985,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.821153682Z","message":"Request completed"} +{"level":"debug","transaction_id":"712","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.832122963Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"712","time":"2026-03-06T19:14:36.832209148Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$20tCSFzDbilW6t7AIIkJbbAY3CKFmg-p9_YHlaqPvKg","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476832,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.832452129Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2234,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.379472,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.833858752Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2227,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476675281411_56?ts=1754402524552&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":172.873416,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24761,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/sFKArkKwYiKrInXEjvHBHfwc"},"time":"2026-03-06T19:14:36.848447816Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1402290567337082880","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":633.009669,"event_ids":{"":"$YogxpOSUvfS8B0KMYhXUY-5hU4LBDw-gwC2QFBsfo5o","1402292580993208421":"$3syjRNfKCQenASPedlKb6mqaTCmR5weYrkDy7Lbqen4"},"time":"2026-03-06T19:14:36.848590573Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":2237,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":28.116386,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.877437789Z","message":"Request completed"} +{"level":"debug","transaction_id":"713","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.891230372Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"713","time":"2026-03-06T19:14:36.89132438Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"714","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.925188362Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"714","time":"2026-03-06T19:14:36.925327279Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3syjRNfKCQenASPedlKb6mqaTCmR5weYrkDy7Lbqen4","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476925,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:36.925545116Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2230,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476729228527_86?ts=1763841236385&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":217.327088,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://fitgirl-repacks.site/orcs-must-die-3/","com.beeper.linkpreviews":[{"og:title":"Orcs Must Die! 3: Complete Bundle - v1.2.0.0 + 3 DLCs + Multiplayer...","og:description":"#1994 Updated Orcs Must Die! 3: Complete Bundle v1.2.0.0 + 3 DLCs + Multiplayer Genres/Tags: Action, Tower defense, Third-person, 3D Company: Robot Entertainment Languages: RUS/ENG/MULTI19 Original Size: 11.1 GB Repack Size: 6.9 GB Download Mirrors 1337x | [magnet] [.torrent file only] RuTor [magnet] Tapochek.net Filehoster: MultiUpload (10+ hos...","og:image":"mxc://matrix.theocloud.dev/EyCyknuglNRLXcMsvWpblqNp","matrix:image:size":101882,"og:image:width":375,"og:image:height":500,"og:image:type":"image/jpeg","matched_url":"https://fitgirl-repacks.site/orcs-must-die-3/"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:36.946784069Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441879394133217341","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":1431.493391,"event_ids":{"":"$U2Qe0DL7GSljAvZ7Gi949R63uoC5o0cvBGFLy_M7Pms"},"time":"2026-03-06T19:14:36.946922985Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2239,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.726591,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:36.969413859Z","message":"Request completed"} +{"level":"debug","transaction_id":"715","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:36.985076887Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"715","time":"2026-03-06T19:14:36.985166145Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$U2Qe0DL7GSljAvZ7Gi949R63uoC5o0cvBGFLy_M7Pms","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824476985,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:36.985375462Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"716","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:37.010257176Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"716","time":"2026-03-06T19:14:37.010381635Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2232,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476783394808_19?ts=1745514350703&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":237.331858,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Sehr geil","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.020869214Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1365010864209526785","message_type":19,"author_id":"257943768903188481","action":"discord message create","handling_time":252.586938,"event_ids":{"":"$4zQ6QRuiNu6Y5RYFvWwJlQqI1AyOWqoupPe6R_97u8w"},"time":"2026-03-06T19:14:37.02098138Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2241,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":11.693195,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.033425519Z","message":"Request completed"} +{"level":"debug","transaction_id":"717","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.052627034Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"717","time":"2026-03-06T19:14:37.052699041Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2235,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476821418105_74?ts=1761229809909&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":252.852826,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/3949040/RV_There_Yet/\n\u003e [**RV There Yet?**](https://store.steampowered.com/app/3949040/RV_There_Yet/)\n\u003e \n\u003e \n\u003e \n\u003e **DRIVE HOME**\n\u003e \n\u003e You and your buddies are on your way home from a relaxing vacation but are forced to take an alternate route. Get your RV through the back country and find the exit to Route 65.…\n\u003e \n\u003e \n\u003e \n\u003e PriceRecommendations$7.192200","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/3949040/RV_There_Yet/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/3949040/RV_There_Yet/\"\u003e\u003cstrong\u003eRV There Yet?\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003e\u003cp\u003e\u003cstrong\u003eDRIVE HOME\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eYou and your buddies are on your way home from a relaxing vacation but are forced to take an alternate route. Get your RV through the back country and find the exit to Route 65.…\u003c/p\u003e\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$7.19\u003c/td\u003e\u003ctd\u003e2200\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.074537589Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1430926277619089428","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":276.163439,"event_ids":{"":"$crT1ptRkxweSXjRFYdc4CVrSyvIjVihJJPMv9wpqM4M"},"time":"2026-03-06T19:14:37.074682023Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2236,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476834099708_58?ts=1762631591116&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":253.59057,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"same","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.087828984Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436805774142865428","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":272.813805,"event_ids":{"":"$42N1IbQxHxwpcSTW_figa3ZPmrn5qdmeuQIWjXBmj9A"},"time":"2026-03-06T19:14:37.087915379Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2240,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":144.856625,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:37.114705322Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2243,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":27.28275,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.115849477Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":2238,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824476877669176_75?ts=1754402554105&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":246.074778,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Tolles Wort!!!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.123880146Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1402290691291217942","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":274.948603,"event_ids":{"":"$TEzxoFfeGMt7Kc116Tk1AFAyIGL4hEf0W2XPJOkUn7M"},"time":"2026-03-06T19:14:37.123965074Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"718","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.134934984Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"718","time":"2026-03-06T19:14:37.135032414Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":2246,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":19.273382,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.14400735Z","message":"Request completed"} +{"level":"debug","transaction_id":"719","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.159507506Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"719","time":"2026-03-06T19:14:37.159741337Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$9VTTWmO04V9LuQTMhBDcVg-vTl3V-vvx7Qx6s6GG918","action":"matrix read receipt","discord_thread_id":"","message_id":"1436804569790156852","time":"2026-03-06T19:14:37.161257123Z","message":"Marked message as read on Discord"} +{"level":"debug","message_checkpoint":{"event_id":"$4zQ6QRuiNu6Y5RYFvWwJlQqI1AyOWqoupPe6R_97u8w","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477161,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.161482365Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$TEzxoFfeGMt7Kc116Tk1AFAyIGL4hEf0W2XPJOkUn7M","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477161,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.161530486Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$42N1IbQxHxwpcSTW_figa3ZPmrn5qdmeuQIWjXBmj9A","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477161,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.161522943Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$crT1ptRkxweSXjRFYdc4CVrSyvIjVihJJPMv9wpqM4M","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477161,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.161528111Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2242,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477033621217_20?ts=1745514378695&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":175.823342,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"50kg bei pulls ist insane","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.20959053Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1365010981616619594","message_type":19,"author_id":"257943768903188481","action":"discord message create","handling_time":188.373503,"event_ids":{"":"$m0-cvgXwbq0JxAbJXxYoHmyTxVjW9IzPOIdC9fVip74"},"time":"2026-03-06T19:14:37.209684119Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2248,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":12.801313,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.223217168Z","message":"Request completed"} +{"level":"debug","transaction_id":"720","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.241009825Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"720","time":"2026-03-06T19:14:37.241076106Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$m0-cvgXwbq0JxAbJXxYoHmyTxVjW9IzPOIdC9fVip74","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477241,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.241261956Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2245,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477116054674_87?ts=1762632728362&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":162.236934,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gleich da mädels","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.278456575Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436810544098050201","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":190.262944,"event_ids":{"":"$vK6r4dSEVn7mPk2gL9UixAoY-60w01TBolal41RTJgM"},"time":"2026-03-06T19:14:37.278558125Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":2247,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477144208775_51?ts=1754403001381&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":143.785455,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Bomben Wort","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.288128257Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1402292567303000065","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":163.808594,"event_ids":{"":"$Makn5RBpSQzj7iwvoSo-_uAfq_P5vrSazOWIYW7C_Lk"},"time":"2026-03-06T19:14:37.288226455Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2250,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":24.258861,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.303516106Z","message":"Request completed"} +{"level":"debug","transaction_id":"721","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.318731166Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"721","time":"2026-03-06T19:14:37.318815606Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vK6r4dSEVn7mPk2gL9UixAoY-60w01TBolal41RTJgM","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477318,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.319045037Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2220,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":757.355866,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"state_key":"fi.mau.discord://discord/dm/711638031899033640","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_204925152230768641:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"711638031899033640","external_url":"https://discord.com/channels/@me/711638031899033640"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/711638031899033640","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_204925152230768641:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"711638031899033640","external_url":"https://discord.com/channels/@me/711638031899033640"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:14:37.350097521Z","message":"Request completed"} +{"level":"info","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","time":"2026-03-06T19:14:37.350741816Z","message":"Matrix room created"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2244,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":246.181147,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:37.361071062Z","message":"Request completed"} +{"level":"debug","transaction_id":"722","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.364844708Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"722","time":"2026-03-06T19:14:37.364926772Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Makn5RBpSQzj7iwvoSo-_uAfq_P5vrSazOWIYW7C_Lk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477365,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.365147544Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"723","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.396837408Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"723","time":"2026-03-06T19:14:37.397197305Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"724","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.424182875Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"724","time":"2026-03-06T19:14:37.424515744Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2249,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477223460359_21?ts=1745514516004&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":219.501556,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Dauert das so lange, bis man den kann?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.44312346Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1365011557532176446","message_type":19,"author_id":"257943768903188481","action":"discord message create","handling_time":233.180715,"event_ids":{"":"$9sj7iNZWEyr8QzKk6Mj69XucMRz8UJb1dQ1Y5hHcDsM"},"time":"2026-03-06T19:14:37.443231994Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2254,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.74201,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.450875109Z","message":"Request completed"} +{"level":"debug","transaction_id":"725","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.458077309Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"725","time":"2026-03-06T19:14:37.458168593Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$9sj7iNZWEyr8QzKk6Mj69XucMRz8UJb1dQ1Y5hHcDsM","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477458,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.458436089Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2251,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477303795336_22?ts=1762632746610&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":205.76296,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:37.509721448Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436810620635975750","message_type":3,"author_id":"257943768903188481","action":"discord message create","handling_time":230.954634,"event_ids":{"":"$EQ77Y2VlHTYNef3o2hVDj3ruOOh_q0HVAO0CwbvBwC0"},"time":"2026-03-06T19:14:37.509860294Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"726","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.536114686Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"726","time":"2026-03-06T19:14:37.536198986Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$EQ77Y2VlHTYNef3o2hVDj3ruOOh_q0HVAO0CwbvBwC0","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477536,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:37.536381274Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2252,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":200.455999,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:37.551517552Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2255,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":105.289745,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:37.556500516Z","message":"Request completed"} +{"level":"debug","transaction_id":"727","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.576248057Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"727","time":"2026-03-06T19:14:37.576372795Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2253,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":254.091968,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:37.615493663Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2257,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":75.779727,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:37.632455686Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1365011867000639548","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:37.632536913Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1365011867000639548","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":188.833762,"time":"2026-03-06T19:14:37.632588107Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"728","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.637117655Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"728","time":"2026-03-06T19:14:37.637619192Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2258,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":91.968248,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24586 bytes>","time":"2026-03-06T19:14:37.675834904Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2256,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":131.059362,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:37.682979276Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2259,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477615858728_59?ts=1763841253856&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":71.301932,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://dodi-repacks.site/battlefield-6/","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.68738192Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441879467411767327","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":740.230482,"event_ids":{"":"$LFZ_711tLu20HgUrTZHHDqHXMGABr4hpLxMvlPgzNMU"},"time":"2026-03-06T19:14:37.687530195Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2262,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":12.46139,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.688937097Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2263,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_204925152230768641:matrix.theocloud.dev/displayname?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":15.17958,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:37.69870125Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2264,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.887569,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.70245995Z","message":"Request completed"} +{"level":"debug","transaction_id":"729","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.705419933Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"729","time":"2026-03-06T19:14:37.705494944Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$LFZ_711tLu20HgUrTZHHDqHXMGABr4hpLxMvlPgzNMU","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477705,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.705691899Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"730","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.718284383Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"730","time":"2026-03-06T19:14:37.718549015Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2265,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477689098433_57?ts=1754476104257&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":103.788976,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$YogxpOSUvfS8B0KMYhXUY-5hU4LBDw-gwC2QFBsfo5o"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.793137373Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2268,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":12.171335,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.805498121Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2267,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477702697693_88?ts=1763841758094&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":115.926298,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/63200/Monday_Night_Combat/\n\u003e [**Monday Night Combat**](https://store.steampowered.com/app/63200/Monday_Night_Combat/)\n\u003e \n\u003e Monday Night Combat is a class-based, third-person shooter… and the most popular lethal sport of the future! It blends intense combat, finishing moves, and gameshow-like challenges and rewards to produce an action experience unlike any other. Why fight for “honor” or “duty” when you can fight for the real American dream: cash, fame…\n\u003e \n\u003e PriceRecommendationsMetacritic$4.9989582","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/63200/Monday_Night_Combat/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/63200/Monday_Night_Combat/\"\u003e\u003cstrong\u003eMonday Night Combat\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003eMonday Night Combat is a class-based, third-person shooter… and the most popular lethal sport of the future! It blends intense combat, finishing moves, and gameshow-like challenges and rewards to produce an action experience unlike any other. Why fight for “honor” or “duty” when you can fight for the real American dream: cash, fame…\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003cth\u003eMetacritic\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$4.99\u003c/td\u003e\u003ctd\u003e895\u003c/td\u003e\u003ctd\u003e82\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:37.8189915Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441881582339231775","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":131.137866,"event_ids":{"":"$SYJ3JfYNXyLIxOEl_NEudcHeQXfQ4t3BLSYjsM1Ipfo"},"time":"2026-03-06T19:14:37.819169877Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"731","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.822757393Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"731","time":"2026-03-06T19:14:37.822920894Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QS7Mp3zxJ8LoH9OW-0afHZNayCUMEfhb5pSgqKjbO4Q","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477823,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.823149697Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"732","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.836876419Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"732","time":"2026-03-06T19:14:37.83698195Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$SYJ3JfYNXyLIxOEl_NEudcHeQXfQ4t3BLSYjsM1Ipfo","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477837,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:37.837150829Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2266,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_204925152230768641:matrix.theocloud.dev/displayname?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":163.125117,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Inkompetenz2_0"},"time":"2026-03-06T19:14:37.861996783Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2270,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_204925152230768641:matrix.theocloud.dev/avatar_url?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":7.154358,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:37.869489317Z","message":"Request completed"} +{"level":"debug","transaction_id":"733","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.874591223Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"733","time":"2026-03-06T19:14:37.874861931Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2269,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477805758074_58?ts=1754476104257&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":109.196579,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 finished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24586,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/lDqaWIZPoIhzileVrpwXXBmZ"},"time":"2026-03-06T19:14:37.915218098Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1402599182988214302","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":626.75425,"event_ids":{"":"$QS7Mp3zxJ8LoH9OW-0afHZNayCUMEfhb5pSgqKjbO4Q","1402600024122069163":"$xfA1JnHaQ3mrqKLnpxLecVUuhwDZA2MRYlbZuNhu9SU"},"time":"2026-03-06T19:14:37.915409885Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"734","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.927924635Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"734","time":"2026-03-06T19:14:37.928063062Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xfA1JnHaQ3mrqKLnpxLecVUuhwDZA2MRYlbZuNhu9SU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824477928,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:37.928277966Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2272,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":55.776074,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<4925 bytes>","time":"2026-03-06T19:14:37.937765964Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2273,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":2.032339,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.940251998Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2260,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":304.4281,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<10528717 bytes>","time":"2026-03-06T19:14:37.950924589Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2275,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":5.894265,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:37.957252085Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2271,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824477869947203_1?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":91.093543,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:37.961155777Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","action":"initial backfill","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:37.961493394Z","message":"Fetching messages for backfill"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","old_name":"","new_name":"Inkompetenz2_0","time":"2026-03-06T19:14:37.961583491Z","message":"Updating portal name"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","time":"2026-03-06T19:14:37.961863628Z","message":"Updating bridge info..."} +{"level":"debug","transaction_id":"735","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:37.972959323Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"735","event_id":"$48g1k803LpEqmqKXKJXq9TB2MpMA54xNuEdlVyhBio0","time":"2026-03-06T19:14:37.973044112Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"735","time":"2026-03-06T19:14:37.973096563Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2277,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":53.467649,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:38.015120772Z","message":"Request completed"} +{"level":"info","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:38.01608676Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"395335060477313025","time":"2026-03-06T19:14:38.016152621Z","message":"Found other user ID"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:38.016461464Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2274,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477940509576_89?ts=1762634952225&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":88.80621,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hab lags","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:38.029490951Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2279,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":14.70996,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_395335060477313025","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:38.031560097Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2280,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":14.929615,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.044609558Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2261,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":401.168667,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1952270 bytes>","time":"2026-03-06T19:14:38.053002359Z","message":"Request completed"} +{"level":"debug","transaction_id":"736","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.060182699Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"736","time":"2026-03-06T19:14:38.060282155Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$19NqPqiqMs8gZRGFpGCxMHv8Ad7OT6eeHukooCdoMws","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478060,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:38.060463116Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2283,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":15.864453,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.06931045Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2276,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824477957508267_88?ts=1755517303424&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":117.499493,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://cdn.discordapp.com/attachments/984511814148718602/1270857643291967530/1CFC6F34-BB31-40F6-AA72-DE250F097A90-1.gif","info":{"h":388,"mimetype":"image/gif","size":10528717,"w":498},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/gSVCHNkUOmMXqRqnkBudfDps"},"time":"2026-03-06T19:14:38.075171051Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1406966288819027999","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":2386.033006,"event_ids":{"video_https://cdn.discordapp.com/attachments/984511814148718602/1270857643291967530/1CFC6F34-BB31-40F6-AA72-DE250F097A90-1.gif":"$VHj1NUdi5bOltecV9vfp7BHk5hCHslgbZgCGJtsfxqc"},"time":"2026-03-06T19:14:38.075236354Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2285,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.516987,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.090225963Z","message":"Request completed"} +{"level":"debug","transaction_id":"737","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.10327305Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"737","time":"2026-03-06T19:14:38.103376626Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$VHj1NUdi5bOltecV9vfp7BHk5hCHslgbZgCGJtsfxqc","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478103,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:38.103595721Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2278,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F711638031899033640?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":148.116023,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_204925152230768641:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"711638031899033640","displayname":"Inkompetenz2_0","external_url":"https://discord.com/channels/@me/711638031899033640"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:38.110230174Z","message":"Request completed"} +{"level":"debug","transaction_id":"738","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.125264343Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"738","time":"2026-03-06T19:14:38.12541597Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","action":"initial backfill","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:38.207376804Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","action":"initial backfill","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","limit":100,"before_id":"1273655694352056422","time":"2026-03-06T19:14:38.20746271Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2282,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478044832704_90?ts=1762634952225&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":162.661365,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":105,"mimetype":"image/webp","size":4925,"w":367},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/QOBZenTluOzxsRJYXLIyiaHa"},"time":"2026-03-06T19:14:38.207684529Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436819871655792861","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":697.370191,"event_ids":{"":"$19NqPqiqMs8gZRGFpGCxMHv8Ad7OT6eeHukooCdoMws","1436819871202672750":"$0NRerJcW7qKAq4B6F8NiRjNZWOsAS2XZUGttX7YHoFI"},"time":"2026-03-06T19:14:38.207769946Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2284,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478069562301_75?ts=1761229822512&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":151.807044,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://cdn.discordapp.com/attachments/1277595299824533565/1412510332970209310/gayyyyyyyyyyy.gif","info":{"h":1149,"mimetype":"image/gif","size":1952270,"w":800},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/yAPlBUteZncDpExajtZcnJaU"},"time":"2026-03-06T19:14:38.221568745Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1430926330479906947","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":1146.67503,"event_ids":{"video_https://cdn.discordapp.com/attachments/1277595299824533565/1412510332970209310/gayyyyyyyyyyy.gif":"$bcqTfGYROYBZFyE4YvVRoY2fwD93otNIpbsj2gd2R6U"},"time":"2026-03-06T19:14:38.221694252Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2288,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.29978,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.224870816Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2289,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.928218,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.237218643Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2286,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478090471249_89?ts=1755517316680&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":154.848814,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"MiauWuff United","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:38.245473994Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1406966344418594847","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":170.086153,"event_ids":{"":"$sN1arwRndo-SGYXDVqBdWNpahTgedL37mmFWcEB6Re0"},"time":"2026-03-06T19:14:38.245568002Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"739","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.251417428Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"739","time":"2026-03-06T19:14:38.251536858Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0NRerJcW7qKAq4B6F8NiRjNZWOsAS2XZUGttX7YHoFI","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478251,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:38.251731788Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"740","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.275772322Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"740","time":"2026-03-06T19:14:38.275926324Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bcqTfGYROYBZFyE4YvVRoY2fwD93otNIpbsj2gd2R6U","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478276,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:38.276129215Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$sN1arwRndo-SGYXDVqBdWNpahTgedL37mmFWcEB6Re0","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478276,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:38.276160714Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"741","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.305914901Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"741","time":"2026-03-06T19:14:38.305993054Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:14:38.318424831Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2287,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F711638031899033640?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":219.595214,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_204925152230768641:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"711638031899033640","displayname":"Inkompetenz2_0","external_url":"https://discord.com/channels/@me/711638031899033640"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:38.330207076Z","message":"Request completed"} +{"level":"debug","transaction_id":"742","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:38.343603584Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"742","time":"2026-03-06T19:14:38.34368481Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"743","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.355890508Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"743","time":"2026-03-06T19:14:38.355970966Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2290,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478225139848_60?ts=1762634971873&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":160.996326,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"?????","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:38.38628878Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436819954065342526","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":178.124016,"event_ids":{"":"$fH11M1bgqdt_cnZMfECwk1b0J7QjNonJDrMMtY9L27U"},"time":"2026-03-06T19:14:38.38636812Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2292,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":87.578524,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24787 bytes>","time":"2026-03-06T19:14:38.388562563Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2291,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478237400372_90?ts=1761238188024&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":153.476622,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Nicht vor Schedule 1!!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:38.39103875Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1430961417980350614","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":169.146146,"event_ids":{"":"$pQsVC8xeMOANHacTobZM8UaNJxakSxnEpdqK7kIqZSg"},"time":"2026-03-06T19:14:38.391164396Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2295,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":11.970329,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.40398708Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2293,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.515314,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.405385531Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2294,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":17.338753,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.406297251Z","message":"Request completed"} +{"level":"debug","transaction_id":"744","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.410656873Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"744","time":"2026-03-06T19:14:38.410782379Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"745","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.430802166Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"745","time":"2026-03-06T19:14:38.430865652Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"746","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.464393764Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"746","time":"2026-03-06T19:14:38.464661888Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$19NqPqiqMs8gZRGFpGCxMHv8Ad7OT6eeHukooCdoMws","action":"matrix read receipt","discord_thread_id":"","message_id":"1436819871655792861","time":"2026-03-06T19:14:38.494842671Z","message":"Marked message as read on Discord"} +{"level":"debug","message_checkpoint":{"event_id":"$pQsVC8xeMOANHacTobZM8UaNJxakSxnEpdqK7kIqZSg","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478495,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:38.495082579Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$fH11M1bgqdt_cnZMfECwk1b0J7QjNonJDrMMtY9L27U","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478495,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:38.495082579Z","message":"Sent message checkpoint"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","action":"initial backfill","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:38.506739876Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","action":"initial backfill","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:38.506841915Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","action":"initial backfill","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:38.506941231Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2296,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478404208130_91?ts=1761299669824&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":136.080949,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/1943950/Escape_the_Backrooms/?snr=1_4_4__118\n\u003e [**Escape the Backrooms**](https://store.steampowered.com/app/1943950/Escape_the_Backrooms/?snr=1_4_4__118)\n\u003e \n\u003e Explore the seemingly infinite expanse of eerily familiar levels in backrooms based on the popular creepypasta lore. Each level features different ways to escape with dangers along the way.…\n\u003e \n\u003e PriceRecommendations$8.9992800","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/1943950/Escape_the_Backrooms/?snr=1_4_4__118\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/1943950/Escape_the_Backrooms/?snr=1_4_4__118\"\u003e\u003cstrong\u003eEscape the Backrooms\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003eExplore the seemingly infinite expanse of eerily familiar levels in backrooms based on the popular creepypasta lore. Each level features different ways to escape with dangers along the way.…\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$8.99\u003c/td\u003e\u003ctd\u003e92800\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:38.540561953Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1431219291340013619","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":149.115115,"event_ids":{"":"$uYlNytky_o0Q9T6U_onzNDCEB0CVR5G2Y-fxOmZMlUM"},"time":"2026-03-06T19:14:38.540676913Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2298,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478406422758_59?ts=1754489593504&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":141.548269,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 2 day streak!** 🔥 Here are yesterday's results:\n👑 2/6: Maja\n3/6: @lagopodus\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 2 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 2/6: \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e\u003cbr\u003e\n3/6: @lagopodus\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_769998429991600219:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$HPpxuz9aBZCLXftl_tlX2YMLJGETh2EOYYLN6siK0fY"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:38.548185861Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2297,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478405553711_61?ts=1762634987104&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":155.144665,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"omg","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:38.56083352Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436820017948655718","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":174.339684,"event_ids":{"":"$mTDtvMHeLi5H1ap4RksdfMm9CUMfgQ7Hu87sVo1ssKU"},"time":"2026-03-06T19:14:38.560960214Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2302,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":20.043393,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.561282466Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2303,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":18.570769,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.567012462Z","message":"Request completed"} +{"level":"debug","transaction_id":"747","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.589525407Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"747","time":"2026-03-06T19:14:38.589617878Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uYlNytky_o0Q9T6U_onzNDCEB0CVR5G2Y-fxOmZMlUM","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478589,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:38.589825379Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2305,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":31.041309,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.592756937Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2299,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":94.317112,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.60184837Z","message":"Request completed"} +{"level":"debug","transaction_id":"748","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.615977802Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"748","time":"2026-03-06T19:14:38.616114064Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ABe9mw1U64hSOZ18UF6h-VleFNB8ZwdSYKn4KVTJhww","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478616,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:38.616358861Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$mTDtvMHeLi5H1ap4RksdfMm9CUMfgQ7Hu87sVo1ssKU","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478616,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:38.616372131Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"749","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:38.646515409Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"749","time":"2026-03-06T19:14:38.646587416Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2281,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":639.506532,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1126124397879631883","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_395335060477313025:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1126124397879631883","external_url":"https://discord.com/channels/@me/1126124397879631883"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/1126124397879631883","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_395335060477313025:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1126124397879631883","external_url":"https://discord.com/channels/@me/1126124397879631883"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:14:38.671546305Z","message":"Request completed"} +{"level":"info","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","time":"2026-03-06T19:14:38.672229082Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"750","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.712018829Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"750","time":"2026-03-06T19:14:38.712278083Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2300,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":210.858439,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<54860 bytes>","time":"2026-03-06T19:14:38.729500199Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2310,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.388339,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.745497353Z","message":"Request completed"} +{"level":"debug","transaction_id":"751","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.756666033Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"751","time":"2026-03-06T19:14:38.756807394Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2304,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478561561905_92?ts=1761299675308&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":218.78637,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hat jetzt auch 1.0","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:38.780582596Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1431219314341576825","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":239.762367,"event_ids":{"":"$jmEfqJ4-KKCcwAKDZXuY3tPwbHsc-ry_6P7GW3lGTCQ"},"time":"2026-03-06T19:14:38.780731779Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2306,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478567200408_60?ts=1754489593504&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":229.303283,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 solved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24787,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/UHRzyQYbJlrSVNKbArdYIyix"},"time":"2026-03-06T19:14:38.796752609Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1402655760990736409","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":880.961735,"event_ids":{"":"$ABe9mw1U64hSOZ18UF6h-VleFNB8ZwdSYKn4KVTJhww","1402655760961241158":"$dOQHwVValS6zuCcGywtiwSmL2l4kUp8lwA--CVrFkXk"},"time":"2026-03-06T19:14:38.796934059Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2312,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":39.632252,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.821275194Z","message":"Request completed"} +{"level":"debug","transaction_id":"752","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.850322437Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"752","time":"2026-03-06T19:14:38.850434115Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$jmEfqJ4-KKCcwAKDZXuY3tPwbHsc-ry_6P7GW3lGTCQ","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478850,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:38.850673674Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2307,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478592928050_91?ts=1762635133486&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":272.424156,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"glaub ihr müsst ohne mich zocken, hab rubberbanding wenn nen time out kommt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:38.865501388Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436820631919263917","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":304.254891,"event_ids":{"":"$0q4WFnNwqIX_ArPlRRpnCT4XQxva_J1_m66ombheLTc"},"time":"2026-03-06T19:14:38.865604057Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2301,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":337.056364,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<74022 bytes>","time":"2026-03-06T19:14:38.873803115Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2315,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.064556,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.887365987Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2316,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.414954,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.895650463Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2308,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478602008518_2?ts=1723380487408&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":295.38416,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Satisfactory IP 😉","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:38.897524889Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272174712855855134","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":390.412894,"event_ids":{"":"$MduYmgO6ZoFsQGqbHVeQWesrZ-vFWPLBCP26VB4A5Ho"},"time":"2026-03-06T19:14:38.897601226Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"753","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.906658576Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"753","time":"2026-03-06T19:14:38.906806153Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$dOQHwVValS6zuCcGywtiwSmL2l4kUp8lwA--CVrFkXk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478906,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:38.907007019Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$0q4WFnNwqIX_ArPlRRpnCT4XQxva_J1_m66ombheLTc","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478907,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:38.907069528Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2319,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":16.138933,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:38.91422214Z","message":"Request completed"} +{"level":"debug","transaction_id":"754","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:38.935990147Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"754","time":"2026-03-06T19:14:38.936143661Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MduYmgO6ZoFsQGqbHVeQWesrZ-vFWPLBCP26VB4A5Ho","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824478936,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:38.936413671Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"755","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:38.977738619Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"755","time":"2026-03-06T19:14:38.977853021Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2309,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":327.42973,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:38.999955991Z","message":"Request completed"} +{"level":"debug","transaction_id":"756","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.03620348Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"756","time":"2026-03-06T19:14:39.036310548Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2311,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478745682085_92?ts=1763842345358&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":300.06778,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://www.reddit.com/r/linux_gaming/comments/1luqggx/rockstar_games_launcher_works_well_if_installed/?tl=de","com.beeper.linkpreviews":[{"og:title":"From the linux_gaming community on Reddit","og:description":"Explore this post and more from the linux_gaming community","og:image":"mxc://matrix.theocloud.dev/fGVKCvCAFUSWHCNyCrzwpskk","matrix:image:size":54860,"og:image:width":1120,"og:image:height":584,"og:image:type":"image/jpeg","matched_url":"https://www.reddit.com/r/linux_gaming/comments/1luqggx/rockstar_games_launcher_works_well_if_installed/?tl=de"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.04596023Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1441884045503107134","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":1226.509796,"event_ids":{"":"$bUP5MsNDjSfQ8Ln3EGQ2ERf6O-lzGz0a8YKoGLoducY"},"time":"2026-03-06T19:14:39.046076098Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2322,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":18.984794,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.06600481Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2318,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":172.08399,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:39.068150782Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2313,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":270.40313,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<21480 bytes>","time":"2026-03-06T19:14:39.070494128Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2326,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.095417,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.082971163Z","message":"Request completed"} +{"level":"debug","transaction_id":"757","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.092115886Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"757","time":"2026-03-06T19:14:39.092192642Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2314,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478821540105_76?ts=1762854765661&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":274.369401,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wollen wir das spielen?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.096069445Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437741836029394944","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":314.965266,"event_ids":{"":"$y0R0C07kFohoh1lpvVQgk44_xSHFcxcwZ-Vre8ka3qM"},"time":"2026-03-06T19:14:39.096170157Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2328,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":16.583408,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.113423074Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$mTDtvMHeLi5H1ap4RksdfMm9CUMfgQ7Hu87sVo1ssKU","action":"matrix read receipt","discord_thread_id":"","message_id":"1436820017948655718","time":"2026-03-06T19:14:39.119541742Z","message":"Marked message as read on Discord"} +{"level":"debug","message_checkpoint":{"event_id":"$bUP5MsNDjSfQ8Ln3EGQ2ERf6O-lzGz0a8YKoGLoducY","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479119,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.119699516Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"758","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.133001387Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"758","time":"2026-03-06T19:14:39.13307102Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$y0R0C07kFohoh1lpvVQgk44_xSHFcxcwZ-Vre8ka3qM","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479133,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.133248908Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2317,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478887631388_93?ts=1762635136329&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":273.353756,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich restart mal router","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.161144313Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436820643843805356","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":295.288476,"event_ids":{"":"$CKu_VN2l6h_7R7ciC3xu-H3qbNS7Khn5CL0dT1OtV7s"},"time":"2026-03-06T19:14:39.161248867Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2320,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824478914497458_3?ts=1723381194777&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":255.539656,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ts?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.170208438Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272177679776354344","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":272.467527,"event_ids":{"":"$aDj6ceGKaRC5rkJ_OjjA3U3EMixq0Q4XrHkbYY1hvD4"},"time":"2026-03-06T19:14:39.170316344Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2330,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":23.305584,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.185219489Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2331,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.336451,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.191324468Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2323,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":143.140881,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24609 bytes>","time":"2026-03-06T19:14:39.197211609Z","message":"Request completed"} +{"level":"debug","transaction_id":"759","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.203491403Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"759","time":"2026-03-06T19:14:39.203587785Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$CKu_VN2l6h_7R7ciC3xu-H3qbNS7Khn5CL0dT1OtV7s","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479203,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.203805763Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2334,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":11.253678,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.209056222Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2327,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":138.05455,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:39.221362772Z","message":"Request completed"} +{"level":"debug","transaction_id":"760","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.228577614Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"760","time":"2026-03-06T19:14:39.228661076Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$aDj6ceGKaRC5rkJ_OjjA3U3EMixq0Q4XrHkbYY1hvD4","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479228,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.228844901Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2324,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479066292979_94?ts=1763913217923&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":210.319537,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://store.steampowered.com/app/552500/Warhammer_Vermintide_2/\n\u003e [**Warhammer: Vermintide 2**](https://store.steampowered.com/app/552500/Warhammer_Vermintide_2/)\n\u003e \n\u003e Warhammer: Vermintide 2 is a 4-player co-op action game set in the Warhammer Fantasy Battles world. Sequel to the critically acclaimed Vermintide, Vermintide 2 is the latest installment in a franchise best known for its intense and bloody first-person melee combat.…\n\u003e \n\u003e PriceRecommendationsMetacritic$29.998722982","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"https://store.steampowered.com/app/552500/Warhammer_Vermintide_2/\n\u003cblockquote class=\"discord-embed\"\u003e\u003cp class=\"discord-embed-title\"\u003e\u003ca href=\"https://store.steampowered.com/app/552500/Warhammer_Vermintide_2/\"\u003e\u003cstrong\u003eWarhammer: Vermintide 2\u003c/strong\u003e\u003c/a\u003e\u003c/p\u003e\u003cp class=\"discord-embed-description\"\u003eWarhammer: Vermintide 2 is a 4-player co-op action game set in the Warhammer Fantasy Battles world. Sequel to the critically acclaimed Vermintide, Vermintide 2 is the latest installment in a franchise best known for its intense and bloody first-person melee combat.…\u003c/p\u003e\u003ctable class=\"discord-embed-fields\"\u003e\u003ctr\u003e\u003cth\u003ePrice\u003c/th\u003e\u003cth\u003eRecommendations\u003c/th\u003e\u003cth\u003eMetacritic\u003c/th\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e$29.99\u003c/td\u003e\u003ctd\u003e87229\u003c/td\u003e\u003ctd\u003e82\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\u003c/blockquote\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.276940914Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1442181306585714838","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":230.492278,"event_ids":{"":"$_fuMdQ7WyJ71MawgkGLqcLItBrIVzryulvrOoxri454"},"time":"2026-03-06T19:14:39.277082833Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2337,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.865228,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.299636425Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2336,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":82.929616,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:39.304451069Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1377749082071629829","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:39.304529851Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1377749082071629829","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1671.325527,"time":"2026-03-06T19:14:39.304601719Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2333,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":116.486991,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:39.308136085Z","message":"Request completed"} +{"level":"debug","transaction_id":"761","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.319376424Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"761","time":"2026-03-06T19:14:39.319486425Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_fuMdQ7WyJ71MawgkGLqcLItBrIVzryulvrOoxri454","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479319,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.319677304Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2339,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.245026,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.324292548Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2329,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479113579031_77?ts=1762854766625&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":219.696554,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wann","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.333421836Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437741840072704151","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":236.971402,"event_ids":{"":"$PaBP_xN44wp7-qMWbmjsDNDExxV6t58nLm7eFNrAVos"},"time":"2026-03-06T19:14:39.333501386Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"762","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.383198323Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"762","time":"2026-03-06T19:14:39.383293448Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$PaBP_xN44wp7-qMWbmjsDNDExxV6t58nLm7eFNrAVos","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479383,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.383482441Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2321,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":397.233616,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:39.397748065Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2325,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":337.953278,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:39.406343968Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2342,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":39.449615,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<86610 bytes>","time":"2026-03-06T19:14:39.40936618Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2343,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_395335060477313025:matrix.theocloud.dev/displayname?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":24.043397,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:39.422312066Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2345,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":21.990664,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.431661217Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2332,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479185406945_23?ts=1762635146373&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":262.584781,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"uff","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.448121005Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436820685971263579","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":286.557009,"event_ids":{"":"$ezynl5PxeMWNyEpWJdhirJ2jdH0UNdrcX5SZXVMIX-0"},"time":"2026-03-06T19:14:39.448206282Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"763","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.45506905Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"763","time":"2026-03-06T19:14:39.455160124Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ezynl5PxeMWNyEpWJdhirJ2jdH0UNdrcX5SZXVMIX-0","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479455,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.455379149Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2348,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":24.730924,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.473552097Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2335,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479209219234_61?ts=1754562915473&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":267.379381,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 3 day streak!** 🔥 Here are yesterday's results:\n👑 5/6: lagopodus\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 3 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 5/6: \u003ca href=\"https://matrix.to/#/@discord_1142482369744482355:matrix.theocloud.dev\"\u003elagopodus\u003c/a\u003e\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_1142482369744482355:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$YogxpOSUvfS8B0KMYhXUY-5hU4LBDw-gwC2QFBsfo5o"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.476833076Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2340,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":174.130017,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:39.482451045Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272184170478567484","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:39.482566424Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272184170478567484","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":312.014991,"time":"2026-03-06T19:14:39.482697169Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2350,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":11.378556,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.488405444Z","message":"Request completed"} +{"level":"debug","transaction_id":"764","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.496264581Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"764","time":"2026-03-06T19:14:39.496695298Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2341,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":182.89403,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:39.507528875Z","message":"Request completed"} +{"level":"debug","transaction_id":"765","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.519122476Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"765","time":"2026-03-06T19:14:39.519256503Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FuzD_V2dfQNyb4xDw9YS0c0EbxEAoO2yhqVBW-vIZAo","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479519,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.51946589Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2338,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479299876403_95?ts=1763913221793&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":267.473598,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Jungs das gibt es for free?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.567514061Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1442181322817802375","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":290.150113,"event_ids":{"":"$-zdzWAphNhZNsL3XZh4YaWu6BJV4BODtYINBqX9Dxjw"},"time":"2026-03-06T19:14:39.567609396Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2353,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":14.300755,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.582524832Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2352,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":96.244338,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:39.603952358Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1386417360088338443","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:39.604036169Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1386417360088338443","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":299.342118,"time":"2026-03-06T19:14:39.604107827Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"766","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.604803595Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"766","time":"2026-03-06T19:14:39.60487665Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$-zdzWAphNhZNsL3XZh4YaWu6BJV4BODtYINBqX9Dxjw","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479605,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.605145194Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2355,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":14.517266,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.619125373Z","message":"Request completed"} +{"level":"debug","transaction_id":"767","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:39.633488078Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"767","time":"2026-03-06T19:14:39.63361135Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2347,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479431825835_78?ts=1762854781006&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":220.380799,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/your-suggestion-will-be-considered-printer-shredder-suggestion-shredder-suggestion-printer-shredder-no-suggestion-shredded-suggestion-gif-5960810054433229927","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":498,"mimetype":"video/mp4","size":86610,"w":332},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/cLmSQcczbqcBQNqlWEMcMrkV"},"time":"2026-03-06T19:14:39.652453526Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437741900391125012","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":318.767477,"event_ids":{"video_https://tenor.com/view/your-suggestion-will-be-considered-printer-shredder-suggestion-shredder-suggestion-printer-shredder-no-suggestion-shredded-suggestion-gif-5960810054433229927":"$T_R0YzlDDA-eiFkrWHCFH17A-g8tkJVhwpnhsUMDHpk"},"time":"2026-03-06T19:14:39.652573864Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2357,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.560708,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.667777749Z","message":"Request completed"} +{"level":"debug","transaction_id":"768","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.689851037Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"768","time":"2026-03-06T19:14:39.689956918Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2349,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479473778735_96?ts=1762635228707&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":223.928854,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wow merkt man kein timeout","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.697854956Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436821031305089206","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":249.373425,"event_ids":{"":"$xyJ0brtIYDCrL0mshIRsKGgJbTpMmQ1S6fcTl3xxu8U"},"time":"2026-03-06T19:14:39.697937161Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2351,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479488588640_62?ts=1754562915473&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":212.148635,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 solved game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24609,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/dBgrIERIuLImDinxFhubFyZi"},"time":"2026-03-06T19:14:39.700959653Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1402963295618469938","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":903.607099,"event_ids":{"":"$FuzD_V2dfQNyb4xDw9YS0c0EbxEAoO2yhqVBW-vIZAo","1402963295182393404":"$yQasEfI6YTTCjGIysQ8oeRv5OQ49mLVdnDXXhTAsR3M"},"time":"2026-03-06T19:14:39.701073985Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2359,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":16.48989,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.715016449Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2360,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":17.556381,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.719247841Z","message":"Request completed"} +{"level":"debug","transaction_id":"769","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.73126259Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"769","time":"2026-03-06T19:14:39.731343677Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2344,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":338.880573,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:39.745612304Z","message":"Request completed"} +{"level":"debug","transaction_id":"770","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.770583695Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"770","time":"2026-03-06T19:14:39.770680007Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$CKu_VN2l6h_7R7ciC3xu-H3qbNS7Khn5CL0dT1OtV7s","action":"matrix read receipt","discord_thread_id":"","message_id":"1436820643843805356","time":"2026-03-06T19:14:39.782538939Z","message":"Marked message as read on Discord"} +{"level":"debug","message_checkpoint":{"event_id":"$xyJ0brtIYDCrL0mshIRsKGgJbTpMmQ1S6fcTl3xxu8U","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479782,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.782763132Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$T_R0YzlDDA-eiFkrWHCFH17A-g8tkJVhwpnhsUMDHpk","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479782,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:39.782765577Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$yQasEfI6YTTCjGIysQ8oeRv5OQ49mLVdnDXXhTAsR3M","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479782,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:39.782829971Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2346,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_395335060477313025:matrix.theocloud.dev/displayname?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":360.485848,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"STM_SRB"},"time":"2026-03-06T19:14:39.782948074Z","message":"Request completed"} +{"level":"debug","transaction_id":"771","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.800689747Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"771","time":"2026-03-06T19:14:39.800978125Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2354,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479582705165_97?ts=1763913309836&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":229.853431,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich hols mal","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.812693531Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1442181692096774164","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":244.836964,"event_ids":{"":"$E-Mfsj9HlVwwykiqUmmlUP7jB3WbwxldSg9TZr5WFTA"},"time":"2026-03-06T19:14:39.812789913Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2356,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479619287826_24?ts=1750620239136&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":211.118113,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ne warr am putzen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.830561268Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1386426512487743679","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":226.333243,"event_ids":{"":"$LOv0_IQaOj07asjfarq1l8wStvTNRCrNFt3HhbXsBVw"},"time":"2026-03-06T19:14:39.830647663Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2365,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.517689,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.831041224Z","message":"Request completed"} +{"level":"debug","transaction_id":"772","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.844751323Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"772","time":"2026-03-06T19:14:39.844990882Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$E-Mfsj9HlVwwykiqUmmlUP7jB3WbwxldSg9TZr5WFTA","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479844,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.845034603Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2366,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.248654,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.846506249Z","message":"Request completed"} +{"level":"debug","transaction_id":"773","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.871518428Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"773","time":"2026-03-06T19:14:39.871621375Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$LOv0_IQaOj07asjfarq1l8wStvTNRCrNFt3HhbXsBVw","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479871,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.871782501Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2358,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479667937409_93?ts=1762854814290&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":225.958399,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"nur Looser antworten 20 Tage zu spät","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.894032629Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437742039994466334","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":241.159979,"event_ids":{"":"$egZC3aLl4J4a8kI0E4b9c7Fu3ArpUC_ijARNugPzzwQ"},"time":"2026-03-06T19:14:39.894119652Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2369,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":27.861742,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:39.922672622Z","message":"Request completed"} +{"level":"debug","transaction_id":"774","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.9447237Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"774","time":"2026-03-06T19:14:39.944826997Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$egZC3aLl4J4a8kI0E4b9c7Fu3ArpUC_ijARNugPzzwQ","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479945,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.945051749Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2362,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479719429011_79?ts=1754568571424&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":242.586647,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"schön gemalt josh!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.9621742Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1402987018396499999","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":260.845081,"event_ids":{"":"$aAb-szLU1Dg4zzLVjHAf2xKkofSsybcdklfW6607aBI"},"time":"2026-03-06T19:14:39.962290487Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2361,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479715165423_98?ts=1762635232465&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":249.931465,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"da merkste nicht mal high ping","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:39.965230915Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436821047067410694","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":267.129136,"event_ids":{"":"$mhSfMoi7ORcL5cKi3ib37kyOhogZ8WX3Nm2V1DtuwOE"},"time":"2026-03-06T19:14:39.965359704Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"775","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:39.990768936Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"775","time":"2026-03-06T19:14:39.990875794Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$aAb-szLU1Dg4zzLVjHAf2xKkofSsybcdklfW6607aBI","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824479991,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:39.991109347Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2368,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":157.520278,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:40.004352481Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2363,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479745844250_62?ts=1755517473238&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":268.106509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://excalidraw.com/#room=0eff37637a547d4a5c4a,WTdUSEImQ0tbXuHFuaNKMA","com.beeper.linkpreviews":[{"og:title":"Excalidraw — Collaborative whiteboarding made easy","og:description":"Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.","og:image":"mxc://matrix.theocloud.dev/pExrAXaGGbdpubvOsXjVSbPm","matrix:image:size":74022,"og:image:width":1200,"og:image:height":675,"og:image:type":"image/png","matched_url":"https://excalidraw.com/"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.014101548Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1406967001070698606","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1768.335125,"event_ids":{"":"$64ojwEiwZpNPjyfSgSpvqEXCQ5V7gqw9yedYdXTcZFc"},"time":"2026-03-06T19:14:40.014208197Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"776","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.020081649Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"776","time":"2026-03-06T19:14:40.020176565Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mhSfMoi7ORcL5cKi3ib37kyOhogZ8WX3Nm2V1DtuwOE","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480020,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.020403273Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2372,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":18.640472,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.033625245Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2364,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":236.991167,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<16473 bytes>","time":"2026-03-06T19:14:40.042019932Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2374,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":10.400835,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.052687354Z","message":"Request completed"} +{"level":"debug","transaction_id":"777","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.060315174Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"777","time":"2026-03-06T19:14:40.060431042Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$64ojwEiwZpNPjyfSgSpvqEXCQ5V7gqw9yedYdXTcZFc","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480060,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.060586999Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2367,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479831199975_63?ts=1763913498405&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":249.344442,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gabs vor jahren auch schonmal gratis also domi müsste es sich noch holen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.080670412Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1442182483012485222","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":267.59701,"event_ids":{"":"$TRpMnUIgoyhyVFTbfmKuY3eeXPbDal4SdZEXnLH2DUc"},"time":"2026-03-06T19:14:40.080751778Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2377,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.406852,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.101745863Z","message":"Request completed"} +{"level":"debug","transaction_id":"778","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.112801469Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"778","time":"2026-03-06T19:14:40.112882626Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$TRpMnUIgoyhyVFTbfmKuY3eeXPbDal4SdZEXnLH2DUc","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480113,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.113086775Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2371,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":122.836068,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:40.127384876Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1386426610114101290","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:40.127461702Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1386426610114101290","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":296.583839,"time":"2026-03-06T19:14:40.127543767Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2379,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":5.318626,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.133387606Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2370,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824479922882987_80?ts=1762854829495&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":236.767112,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"also willst du garnicht mit uns spielen? 🙁","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.159848592Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437742103768858674","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":265.438675,"event_ids":{"":"$EwqIQhqogRiNdEyAa-mAPx1Klt3KZruFucglX7i42R8"},"time":"2026-03-06T19:14:40.159950002Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2376,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":96.943319,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26246 bytes>","time":"2026-03-06T19:14:40.171124689Z","message":"Request completed"} +{"level":"debug","transaction_id":"779","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.180247202Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"779","time":"2026-03-06T19:14:40.180377877Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$EwqIQhqogRiNdEyAa-mAPx1Klt3KZruFucglX7i42R8","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480180,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.180604026Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2381,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_395335060477313025:matrix.theocloud.dev/avatar_url?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":12.505601,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:40.184002968Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2373,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480033821292_94?ts=1755519340182&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":206.746967,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://geotastic.net/join/iho9qWXCVA","com.beeper.linkpreviews":[{"og:title":"Geotastic - the free crowdfunded multiplayer geo quiz app","og:description":"Geotastic is a free to play multiplayer focused geo quiz app that can be played with friends simultaneously. A free alternative to geoguessr.","matched_url":"https://geotastic.net/join/iho9qWXCVA"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.240780998Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1406974831601254481","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":226.21514,"event_ids":{"":"$yYVHgdrOzNW3BOzXAzDyA6MHYPl5K8UX6AU6ym5yPkw"},"time":"2026-03-06T19:14:40.240900219Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2375,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480052810416_4?ts=1723450405635&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":191.193801,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hast du ernsthaft bis 4 Uhr gezockt?😂","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.244124905Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2385,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.045628,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.261664733Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2386,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":18.18978,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.262468757Z","message":"Request completed"} +{"level":"debug","transaction_id":"780","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.282974994Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"780","time":"2026-03-06T19:14:40.283088348Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$yYVHgdrOzNW3BOzXAzDyA6MHYPl5K8UX6AU6ym5yPkw","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480283,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.283303113Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2378,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480101965517_64?ts=1763913510852&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":196.597634,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich habs schon","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.298727629Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1442182535219118211","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":217.75948,"event_ids":{"":"$2jLUhqCSljC3TUzrr5I1PqvNTM1kaH-ZAp-PtpmpMSE"},"time":"2026-03-06T19:14:40.298828901Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2382,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":136.606861,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22590 bytes>","time":"2026-03-06T19:14:40.311322279Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2389,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.334285,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.320155644Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2390,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":16.152273,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.328110604Z","message":"Request completed"} +{"level":"debug","transaction_id":"781","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.335245058Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"781","time":"2026-03-06T19:14:40.335353453Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8FCse8kLB6k_4CFQeh2mnCwWhvf7ynAc_-Aqw0svrYE","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480335,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.33558959Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2380,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480133552503_25?ts=1750620274023&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":205.544074,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"im bad","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.33924604Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1386426658814165223","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":211.613573,"event_ids":{"":"$R-sxA9qMA5zWdhCVCmpOWw8yFn7OZIXJmP0XxUqCKxU"},"time":"2026-03-06T19:14:40.339372454Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2393,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.497423,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.347591977Z","message":"Request completed"} +{"level":"debug","transaction_id":"782","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:40.356594361Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"782","time":"2026-03-06T19:14:40.356722172Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2394,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":71.813876,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:40.419701913Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2387,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480261905130_65?ts=1756272986920&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":176.610604,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Also ich würd eine Mulltüte mitnehmen, aber hab leider nichts wirklich gefunden, was man als Schale verwenden kann, um die Tüte dadran zu befestigen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.438666383Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1410135855128907857","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":197.460325,"event_ids":{"":"$8q56wTa_yj9eeVYcRfug_EGoYP2jXumcCP4rHi71DeI"},"time":"2026-03-06T19:14:40.438743629Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2388,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480262631070_5?ts=1723450405635&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":178.473645,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":431,"mimetype":"image/png","size":16473,"w":749},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/YVPTRNtSGOwZfdZZAMLnMATX"},"time":"2026-03-06T19:14:40.441246355Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272467971155034152","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":958.373533,"event_ids":{"":"$8FCse8kLB6k_4CFQeh2mnCwWhvf7ynAc_-Aqw0svrYE","1272467970697859112":"$8b61udkPssZXSzzeIqlp8owf6X3PkokNUcCVebydu0Y"},"time":"2026-03-06T19:14:40.441325836Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2397,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.044295,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.456947238Z","message":"Request completed"} +{"level":"debug","transaction_id":"783","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.480060825Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"783","time":"2026-03-06T19:14:40.480131156Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2391,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480320382003_99?ts=1763913520322&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":168.567852,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Domı","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003ca href=\"https://matrix.to/#/@discord_316966695430520833:matrix.theocloud.dev\"\u003eDomı\u003c/a\u003e","m.mentions":{"user_ids":["@discord_316966695430520833:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.489140035Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1442182574939308202","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":190.029601,"event_ids":{"":"$ZgWZ1dQmW74WIb8Vd_1mqOSwMOgaQBAKwLLsxuKIqzo"},"time":"2026-03-06T19:14:40.489225941Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2383,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_395335060477313025:matrix.theocloud.dev/avatar_url?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":309.024067,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OREIiJkqoLflZAUngSqnStaJ"},"time":"2026-03-06T19:14:40.493171818Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2392,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480328304207_63?ts=1754580144123&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":166.590339,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Maja was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$FuzD_V2dfQNyb4xDw9YS0c0EbxEAoO2yhqVBW-vIZAo"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.495093527Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$mhSfMoi7ORcL5cKi3ib37kyOhogZ8WX3Nm2V1DtuwOE","action":"matrix read receipt","discord_thread_id":"","message_id":"1436821047067410694","time":"2026-03-06T19:14:40.497944836Z","message":"Marked message as read on Discord"} +{"level":"debug","message_checkpoint":{"event_id":"$R-sxA9qMA5zWdhCVCmpOWw8yFn7OZIXJmP0XxUqCKxU","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480498,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.498131803Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$8q56wTa_yj9eeVYcRfug_EGoYP2jXumcCP4rHi71DeI","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480498,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.498131803Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$2jLUhqCSljC3TUzrr5I1PqvNTM1kaH-ZAp-PtpmpMSE","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480498,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.498152407Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2399,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.696274,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.507650321Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2401,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":17.90671,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.513156613Z","message":"Request completed"} +{"level":"debug","transaction_id":"784","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.521256705Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"784","time":"2026-03-06T19:14:40.521391291Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8b61udkPssZXSzzeIqlp8owf6X3PkokNUcCVebydu0Y","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480521,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:40.521597745Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2396,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":93.660036,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.532993273Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2395,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":130.592606,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:40.550467659Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1386426720189415486","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:40.550558314Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1386426720189415486","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":210.886656,"time":"2026-03-06T19:14:40.55065302Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"785","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.557646392Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"785","time":"2026-03-06T19:14:40.557910745Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ZgWZ1dQmW74WIb8Vd_1mqOSwMOgaQBAKwLLsxuKIqzo","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480557,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.557948041Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$tR-hj4cM3O4FbHziVKZZPJsM0Dj38iLlGY4Xoqwnbwo","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480557,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.558013413Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2405,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.928566,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.56511546Z","message":"Request completed"} +{"level":"debug","transaction_id":"786","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:40.576401336Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"786","time":"2026-03-06T19:14:40.576511896Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2398,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":121.065637,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:40.57830733Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2384,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":405.387974,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<157880 bytes>","time":"2026-03-06T19:14:40.601172977Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2408,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.435402,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.608091409Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2406,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":60.237106,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:40.625681035Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2407,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":57.261968,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:40.635785739Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272475554909650946","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:40.635893366Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272475554909650946","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":194.321895,"time":"2026-03-06T19:14:40.635999177Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2411,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.319398,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.645897357Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2402,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480507916979_66?ts=1763913540516&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":157.901267,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber pitah ich code erstmal noch mit domi","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"aber \u003ca href=\"https://matrix.to/#/@discord_122672447207112706:matrix.theocloud.dev\"\u003epitah\u003c/a\u003e ich code erstmal noch mit domi","m.mentions":{"user_ids":["@discord_122672447207112706:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.666006122Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1442182659639087254","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":176.61682,"event_ids":{"":"$YAWK0EKuRaj4kzOhq2D8eH7vSnjxWACdjQMS4VUDyxg"},"time":"2026-03-06T19:14:40.666119685Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2403,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480513290012_64?ts=1754580144123&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":161.554854,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 unfinished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22590,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/CubxixpsWGCUfmJElbdAinDR"},"time":"2026-03-06T19:14:40.675103142Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1403035557814210630","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":712.522182,"event_ids":{"":"$tR-hj4cM3O4FbHziVKZZPJsM0Dj38iLlGY4Xoqwnbwo","1403035629616496750":"$QCrZHyM6cLT2hAuIFdKTvDl_yuQBs399eKA8-Li8MZc"},"time":"2026-03-06T19:14:40.675242268Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2400,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824480493503010_1?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":199.168316,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:40.692758559Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2413,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":25.71975,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.692881621Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","old_name":"","new_name":"STM_SRB","time":"2026-03-06T19:14:40.693159314Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","action":"initial backfill","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:40.69313878Z","message":"Fetching messages for backfill"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","time":"2026-03-06T19:14:40.699963693Z","message":"Updating bridge info..."} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2414,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":23.925294,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.700499872Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2404,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480533234997_1?ts=1756273364689&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":178.776621,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich hab ne kleine \"Papp-Geschenk-Tüte\", die bringe ich mal mit. ^^","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Ich hab ne kleine \u0026quot;Papp-Geschenk-Tüte\u0026quot;, die bringe ich mal mit. ^^","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.712193906Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1410137439607197768","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":273.216305,"event_ids":{"":"$C-AWj_C2dhzaJ3pfDhnvKlAju1jOel__CFbhW_eNqfE"},"time":"2026-03-06T19:14:40.712292453Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"787","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.713191113Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"787","time":"2026-03-06T19:14:40.713275622Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YAWK0EKuRaj4kzOhq2D8eH7vSnjxWACdjQMS4VUDyxg","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480713,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.71348927Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2419,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":13.320659,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.727210264Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2410,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":116.229622,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:40.742056487Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1386426757149753465","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:40.742137434Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1386426757149753465","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":191.356393,"time":"2026-03-06T19:14:40.742240103Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"788","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.744115227Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"788","event_id":"$KJo0-EyNDIN7Dmjqpmo4ass0MVBvowQU_oKbDqDelFg","time":"2026-03-06T19:14:40.74420232Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"788","time":"2026-03-06T19:14:40.744250441Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$C-AWj_C2dhzaJ3pfDhnvKlAju1jOel__CFbhW_eNqfE","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480744,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.744401999Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$QCrZHyM6cLT2hAuIFdKTvDl_yuQBs399eKA8-Li8MZc","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480744,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:40.744424767Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2421,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.491488,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.751200162Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2412,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":114.753576,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:40.760937216Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2415,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":109.399261,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:40.802709993Z","message":"Request completed"} +{"level":"info","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:40.803500188Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"248879308200869889","time":"2026-03-06T19:14:40.803553129Z","message":"Found other user ID"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"","old_name":"","new_name":"Mojoooo","time":"2026-03-06T19:14:40.803832358Z","message":"Updating portal name"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:40.803882016Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2409,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480608324193_67?ts=1762641380934&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":203.130746,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://arc.net/","com.beeper.linkpreviews":[{"og:title":"Arc from The Browser Company","og:description":"Experience a calmer, more personal internet in this browser designed for you. Let go of the clicks, the clutter, the distractions.","og:image":"mxc://matrix.theocloud.dev/JxcRYbbgrUncNiihJlwGSkWn","matrix:image:size":157880,"og:image:width":1024,"og:image:height":512,"og:image:type":"image/png","matched_url":"https://arc.net/"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.811641138Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1436846835615404072","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":845.914413,"event_ids":{"":"$M1feyr8IaP1xG_jfiVJrr5sE3YDn_8XdpzzFyXP_hvo"},"time":"2026-03-06T19:14:40.811738987Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2424,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":15.984512,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"discord_248879308200869889","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:14:40.820229218Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2425,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":17.398468,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.829819115Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2422,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":83.362148,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:40.834875413Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2423,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":83.977109,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:40.845092842Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272475655207911434","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:40.84520005Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272475655207911434","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":209.079906,"time":"2026-03-06T19:14:40.845320668Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"789","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.8512428Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"789","time":"2026-03-06T19:14:40.851358808Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$M1feyr8IaP1xG_jfiVJrr5sE3YDn_8XdpzzFyXP_hvo","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480851,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.851591103Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2429,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.14983,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.864108716Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2418,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480700691379_65?ts=1754666708642&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":190.569202,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Nobody got yesterday's Wordle... but today is a new day Maja 🌞\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Nobody got yesterday's Wordle... but today is a new day \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e 🌞\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_769998429991600219:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$FuzD_V2dfQNyb4xDw9YS0c0EbxEAoO2yhqVBW-vIZAo"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.891541626Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1403398635722637443","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":215.998409,"event_ids":{"":"$fK-GMX9qA1WVVz6234RmOu2T0juJ-e9aGD90oUpK9RU"},"time":"2026-03-06T19:14:40.891698073Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2416,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480693242147_95?ts=1763913545492&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":211.617066,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo ich auch","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$2jLUhqCSljC3TUzrr5I1PqvNTM1kaH-ZAp-PtpmpMSE"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.905115743Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1442182680509681695","message_type":19,"author_id":"316966695430520833","action":"discord message create","handling_time":238.701882,"event_ids":{"":"$3-Dq3eHxasP6JTPnXHsA89kq2H6nFs_DD4y0MCbuIUI"},"time":"2026-03-06T19:14:40.905215059Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2431,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":18.085366,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.924039635Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2420,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480727401911_2?ts=1756273396696&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":206.370796,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich bringe auch noch Band mit, zum festmachen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:40.933907713Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1410137573854281728","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":220.416558,"event_ids":{"":"$S8Jwtt7T6uer09ROppHy95-dHKJE-3jXrbzDkw7ZFag"},"time":"2026-03-06T19:14:40.934000114Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2417,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1126124397879631883?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":238.918393,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_395335060477313025:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1126124397879631883","displayname":"STM_SRB","external_url":"https://discord.com/channels/@me/1126124397879631883"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:40.939228364Z","message":"Request completed"} +{"level":"debug","transaction_id":"790","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.941777186Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"790","time":"2026-03-06T19:14:40.941898083Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$fK-GMX9qA1WVVz6234RmOu2T0juJ-e9aGD90oUpK9RU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480942,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.942088264Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2433,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.045417,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.953662937Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2428,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":139.692491,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:40.974736433Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680100052729866","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:40.974825202Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680100052729866","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":232.471676,"time":"2026-03-06T19:14:40.974917743Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"791","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:40.980287493Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"791","time":"2026-03-06T19:14:40.980431368Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3-Dq3eHxasP6JTPnXHsA89kq2H6nFs_DD4y0MCbuIUI","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480980,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.980609326Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$S8Jwtt7T6uer09ROppHy95-dHKJE-3jXrbzDkw7ZFag","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824480980,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:40.980635447Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2436,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":9.951889,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:40.985403366Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2430,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":135.714626,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:41.000203843Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","action":"initial backfill","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:41.069171368Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","action":"initial backfill","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","limit":100,"before_id":"1281222830914142310","time":"2026-03-06T19:14:41.069258671Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2427,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480830000914_100?ts=1762682024806&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":252.822723,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.082971075Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437017308370440203","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":270.946293,"event_ids":{"":"$tNI-mY2AmKE7VdBPG7kbm9u8nCWIl732vF94O-QO9Ps"},"time":"2026-03-06T19:14:41.083071787Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2439,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.066934,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.107831905Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2438,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":114.89333,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:41.115279741Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272476039574192210","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:41.115411533Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272476039574192210","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":269.904247,"time":"2026-03-06T19:14:41.115519789Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2441,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.800411,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.13592692Z","message":"Request completed"} +{"level":"debug","transaction_id":"792","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.136053264Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"792","time":"2026-03-06T19:14:41.13611717Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tNI-mY2AmKE7VdBPG7kbm9u8nCWIl732vF94O-QO9Ps","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481136,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.136323414Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2432,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480924288692_96?ts=1763913558700&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":239.955201,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber kuss fürs reinhämmern","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.164459915Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1442182735908307096","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":258.943557,"event_ids":{"":"$uZ1donAm2tXpNSsGrAOGk9Jiwe0wakntRCVDJEjtv9E"},"time":"2026-03-06T19:14:41.164595758Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2445,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.922426,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.185251178Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2435,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480953823225_68?ts=1756273429516&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":237.841635,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Top danke","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.191818862Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1410137711511076906","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":257.535537,"event_ids":{"":"$ipBVId5oU9OURoHSRHR40zJqFyFv5WaubJBn9fkbsQc"},"time":"2026-03-06T19:14:41.191891917Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"793","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.210853384Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"793","time":"2026-03-06T19:14:41.2110055Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uZ1donAm2tXpNSsGrAOGk9Jiwe0wakntRCVDJEjtv9E","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481211,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.211249878Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2447,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.903158,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.220367432Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2437,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824480985595153_26?ts=1762601632897&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":256.337324,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"moin","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.242115185Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680120264953876","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":267.103853,"event_ids":{"":"$JP2XxIK83ypCFMLkyW6utFVpSMktFGz_iykK39pKZwo"},"time":"2026-03-06T19:14:41.242239643Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2449,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.214503,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.260239103Z","message":"Request completed"} +{"level":"debug","transaction_id":"794","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.261948003Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"794","time":"2026-03-06T19:14:41.262045293Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ipBVId5oU9OURoHSRHR40zJqFyFv5WaubJBn9fkbsQc","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481262,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.26227682Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2434,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1126124397879631883?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":325.975194,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_395335060477313025:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1126124397879631883","displayname":"STM_SRB","external_url":"https://discord.com/channels/@me/1126124397879631883"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:41.265561919Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","old_avatar_id":"","new_avatar_id":"f6879063695b8a2ab6f8da35e4e1502d","time":"2026-03-06T19:14:41.265779338Z","message":"Updating avatar from puppet"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","time":"2026-03-06T19:14:41.266146359Z","message":"Updating bridge info..."} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2442,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":151.899026,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:41.288243742Z","message":"Request completed"} +{"level":"debug","transaction_id":"795","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.294724612Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"795","time":"2026-03-06T19:14:41.294844112Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$JP2XxIK83ypCFMLkyW6utFVpSMktFGz_iykK39pKZwo","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481295,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.295056991Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2443,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":150.513566,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24154 bytes>","time":"2026-03-06T19:14:41.309218201Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2453,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":11.141023,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.321010084Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2440,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481108152970_69?ts=1762682144924&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":266.636538,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"moin","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.374978292Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437017812181979166","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":291.649834,"event_ids":{"":"$YXRzODQm18rqocdKcM03ifzbW5sQe4GxVtn41RYdE-Y"},"time":"2026-03-06T19:14:41.375079982Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2450,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":119.641625,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:41.380315076Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2452,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":110.903872,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:41.39940624Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272476105504325675","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:41.39949473Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272476105504325675","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":283.805226,"time":"2026-03-06T19:14:41.399558706Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2455,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.398894,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.400162352Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","action":"initial backfill","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:41.40039332Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","action":"initial backfill","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:41.400493544Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","action":"initial backfill","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:41.400572117Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2457,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.767374,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.416848778Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2444,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":259.737733,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<4217341 bytes>","time":"2026-03-06T19:14:41.423748213Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2451,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1126124397879631883?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":160.745243,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_395335060477313025:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1126124397879631883","displayname":"STM_SRB","external_url":"https://discord.com/channels/@me/1126124397879631883"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:41.427157212Z","message":"Request completed"} +{"level":"debug","transaction_id":"796","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.431407321Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"796","time":"2026-03-06T19:14:41.431508313Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YXRzODQm18rqocdKcM03ifzbW5sQe4GxVtn41RYdE-Y","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481431,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.431730202Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2461,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":23.056317,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.447205005Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2446,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481185493181_70?ts=1763913568259&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":261.542735,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"true","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.447224072Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1442182776001532037","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":282.307668,"event_ids":{"":"$3rBY_HpGwh8_TX_yBA6phc9_3RCmQf7qCMrGiJYQGUQ"},"time":"2026-03-06T19:14:41.447352372Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2448,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481221663913_71?ts=1756273433929&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":263.701978,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dann klappt das","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.485621723Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1410137730020671518","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":293.567214,"event_ids":{"":"$Dhmt8iuzvvpza1TWWLG9Lg51Fual4Su97Duvcd97uIk"},"time":"2026-03-06T19:14:41.485735147Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2464,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":16.763182,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.503266245Z","message":"Request completed"} +{"level":"debug","transaction_id":"797","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.508893642Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"797","time":"2026-03-06T19:14:41.508956012Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3rBY_HpGwh8_TX_yBA6phc9_3RCmQf7qCMrGiJYQGUQ","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481509,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.509166167Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2459,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":144.555535,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.545722567Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2456,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":179.146644,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:41.559719299Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680240708718723","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:41.55983419Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680240708718723","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":317.272155,"time":"2026-03-06T19:14:41.559928337Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"798","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.562624946Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"798","time":"2026-03-06T19:14:41.562788586Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Dhmt8iuzvvpza1TWWLG9Lg51Fual4Su97Duvcd97uIk","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481562,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.562933648Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2467,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.976759,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.576555258Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2460,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":177.580014,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:41.594809711Z","message":"Request completed"} +{"level":"debug","transaction_id":"799","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:41.601699368Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"799","time":"2026-03-06T19:14:41.601790931Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2462,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F1126124397879631883?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":178.074986,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_395335060477313025:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1126124397879631883","displayname":"STM_SRB","external_url":"https://discord.com/channels/@me/1126124397879631883"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:41.605664381Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2454,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481321188391_66?ts=1755008947806&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":311.690643,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$fK-GMX9qA1WVVz6234RmOu2T0juJ-e9aGD90oUpK9RU"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.633230061Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2470,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":21.305512,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.654830377Z","message":"Request completed"} +{"level":"debug","transaction_id":"800","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.677577921Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"800","time":"2026-03-06T19:14:41.67769805Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HW-Tr7nA8yU2KDs-GE1EANK7CrZfK5Yq3pwWMb8SX5M","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481677,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.677903316Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2468,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":145.105473,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:41.722058342Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2458,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481400301268_72?ts=1762682160970&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":334.859267,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"warum das fragezeichen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.735377045Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437017879483519139","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":360.041301,"event_ids":{"":"$3qey6XvmXWHrU-iyjsdgq3ng4bTXVg2-CuQKB2ktPU0"},"time":"2026-03-06T19:14:41.735522666Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2469,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":143.545756,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:41.738551165Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272476227046871040","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:41.738655021Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272476227046871040","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":338.975418,"time":"2026-03-06T19:14:41.738754616Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2473,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":29.108635,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.765767564Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2474,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":29.212001,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.768615521Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2463,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481447383801_97?ts=1762854830133&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":329.037916,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExejltN3kyZmNqcGM5dGs1dXkwMG1sM3g3eHp3cHZndGR3bDZqcnF4aSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/iD6IDcXwzOLGUopZGt/giphy.gif","info":{"h":480,"mimetype":"image/gif","size":4217341,"w":478},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/olMszePHviEbKSivjKlnXgrG"},"time":"2026-03-06T19:14:41.776600094Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437742106444562525","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":1616.361225,"event_ids":{"video_https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExejltN3kyZmNqcGM5dGs1dXkwMG1sM3g3eHp3cHZndGR3bDZqcnF4aSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/iD6IDcXwzOLGUopZGt/giphy.gif":"$IuQ80FgXnP926sD93dvVtZdJz6xcsy0I4QYJsTCZuT0"},"time":"2026-03-06T19:14:41.776675314Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2477,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":15.550652,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.792750551Z","message":"Request completed"} +{"level":"debug","transaction_id":"801","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.797405116Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"801","time":"2026-03-06T19:14:41.797470349Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3qey6XvmXWHrU-iyjsdgq3ng4bTXVg2-CuQKB2ktPU0","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481797,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.797634059Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2465,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481503540655_98?ts=1756279453904&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":317.591683,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich würde nochmal in zwischen den vorlesungen zum edeka laufen dann können wir vlt noch frischhaltefolie oder so kaufen um das ei einzuwickeln","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.82128599Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1410162979626025052","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":335.266796,"event_ids":{"":"$K_NLEd6ATQHQCPnSTPCWmoCovI3uuPEVJoBBXUe4jWk"},"time":"2026-03-06T19:14:41.821387681Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2466,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481545971206_2?ts=1701344340289&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":285.24642,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wie kannst du um die Uhrzeit schon zocken? Hast du keine Vorlesung oder so?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:41.831372256Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1179748412850184284","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":430.65382,"event_ids":{"":"$GvjSkLIGbeSw-22MCM2qH17ggYZF9pbr60vIXOwx-Xk"},"time":"2026-03-06T19:14:41.831440492Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2479,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":18.694599,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.8405959Z","message":"Request completed"} +{"level":"debug","transaction_id":"802","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.854840572Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"802","time":"2026-03-06T19:14:41.855002536Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$IuQ80FgXnP926sD93dvVtZdJz6xcsy0I4QYJsTCZuT0","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481855,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:41.855172392Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$K_NLEd6ATQHQCPnSTPCWmoCovI3uuPEVJoBBXUe4jWk","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481855,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.855223936Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2480,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.074968,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.85899835Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2472,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":168.782547,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:41.891104613Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680306898768065","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:41.89124325Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680306898768065","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":331.147291,"time":"2026-03-06T19:14:41.891319378Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"803","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:41.897684589Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"803","time":"2026-03-06T19:14:41.897767003Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$GvjSkLIGbeSw-22MCM2qH17ggYZF9pbr60vIXOwx-Xk","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824481897,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:41.897999927Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2483,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":14.203534,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:41.906083466Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2476,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":167.90002,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:41.93691001Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2471,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481655032570_67?ts=1755008947806&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":317.101251,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 finished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24154,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/GEeENCXUqGXsOpidEqRzJlzz"},"time":"2026-03-06T19:14:41.972411095Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1404834090817159272","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":1080.420522,"event_ids":{"":"$HW-Tr7nA8yU2KDs-GE1EANK7CrZfK5Yq3pwWMb8SX5M","1404834401069699082":"$rRvW7nc_okCl-MyguZwJ8iWMg2HmbuSNAokPqrlF82E"},"time":"2026-03-06T19:14:41.972562583Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2426,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":1157.831205,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"Mojoooo","initial_state":[{"state_key":"fi.mau.discord://discord/dm/918855935571660820","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_248879308200869889:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"918855935571660820","displayname":"Mojoooo","external_url":"https://discord.com/channels/@me/918855935571660820"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/918855935571660820","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_248879308200869889:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"918855935571660820","displayname":"Mojoooo","external_url":"https://discord.com/channels/@me/918855935571660820"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:14:41.978584449Z","message":"Request completed"} +{"level":"info","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","time":"2026-03-06T19:14:41.979204648Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"804","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.020283752Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"804","time":"2026-03-06T19:14:42.020399271Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$rRvW7nc_okCl-MyguZwJ8iWMg2HmbuSNAokPqrlF82E","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482020,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:42.020613757Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2482,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":184.39466,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:42.043746551Z","message":"Request completed"} +{"level":"debug","transaction_id":"805","content":{"pdu":7,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.05897516Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"805","time":"2026-03-06T19:14:42.059415306Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2485,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":134.006634,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:42.071122889Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272476632497524776","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:42.071245392Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272476632497524776","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":332.333631,"time":"2026-03-06T19:14:42.071324034Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2475,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481766079550_101?ts=1762682213374&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":328.020944,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wegen dem","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$M1feyr8IaP1xG_jfiVJrr5sE3YDn_8XdpzzFyXP_hvo"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.09440277Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437018099281821848","message_type":19,"author_id":"122672447207112706","action":"discord message create","handling_time":358.570703,"event_ids":{"":"$41K36mwEgFTEtnbDWEagVWjTDhIcFILGh4LcsXxFeFM"},"time":"2026-03-06T19:14:42.094552931Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2478,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481792926274_81?ts=1762854833484&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":308.014567,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das ist voll gemein","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.101091072Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437742120499937402","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":324.242689,"event_ids":{"":"$4BEsbEe7pYY_zk2vnefDQwY6dQ71ly5xOBF6kGddSbg"},"time":"2026-03-06T19:14:42.101191365Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2488,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":25.497582,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.121089905Z","message":"Request completed"} +{"level":"debug","transaction_id":"806","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.15360684Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"806","time":"2026-03-06T19:14:42.153758398Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$41K36mwEgFTEtnbDWEagVWjTDhIcFILGh4LcsXxFeFM","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482153,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.153931048Z","message":"Sent message checkpoint"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:14:42.153995932Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2481,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481840778538_3?ts=1756280588988&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":320.606213,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich hab zu Hause auch noch ein kleines bisschen watte gefunden, die hab ich auch noch mitgebracht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.161519267Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1410167740513128448","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":339.908091,"event_ids":{"":"$mBWcDsDsoQgzg39tfZytKGF9EsjWzZrp2gBpzK-H-u4"},"time":"2026-03-06T19:14:42.161589668Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2490,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.013489,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.171307166Z","message":"Request completed"} +{"level":"debug","transaction_id":"807","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.18239008Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"807","time":"2026-03-06T19:14:42.182494564Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4BEsbEe7pYY_zk2vnefDQwY6dQ71ly5xOBF6kGddSbg","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482182,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.182693265Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$mBWcDsDsoQgzg39tfZytKGF9EsjWzZrp2gBpzK-H-u4","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482182,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.182709958Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2487,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":142.267993,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:42.186179231Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1179750001467981834","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:42.186238387Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1179750001467981834","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":354.620147,"time":"2026-03-06T19:14:42.186317029Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2484,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824481906295018_27?ts=1762601687190&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":281.763597,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"kurz call?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.188236154Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680347986301078","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":296.790222,"event_ids":{"":"$SXl93WkMU_Mk_3jlt6A3J7ChakONYM93lcGXNsRG5y8"},"time":"2026-03-06T19:14:42.188354188Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2492,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.266809,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.199051223Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2493,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.537517,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.200665487Z","message":"Request completed"} +{"level":"debug","transaction_id":"808","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.208935365Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"808","time":"2026-03-06T19:14:42.209007443Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$SXl93WkMU_Mk_3jlt6A3J7ChakONYM93lcGXNsRG5y8","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482209,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.209217877Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2486,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":270.266658,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:42.249751932Z","message":"Request completed"} +{"level":"debug","transaction_id":"809","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.272320192Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"809","time":"2026-03-06T19:14:42.272424536Z","message":"Finished dispatching events from transaction"} +{"level":"warn","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1444653823120506891","message_type":0,"author_id":"122672447207112706","action":"discord message create","embed_type":"link","embed_index":0,"computed_embed_type":"link preview","error":"unexpected status 404 downloading https://images-ext-1.discordapp.net/external/csR312Z0nFWXWl6OyWPCUZyP7NFVMwarzqD3rgiEFRE/https/www.ram-koenig.de/media/image/product/548/lg/fujitsu-esprimo-q556-2-mini-pc-i5-7500t-16gb-1012v300-poc08.png: {\"message\":\"Invalid resource \\\"https://images-ext-1.discordapp.net/external/csR312Z0nFWXWl6OyWPCUZyP7NFVMwarzqD3rgiEFRE/https/www.ram-koenig.de/media/image/product/548/lg/fujitsu-esprimo-q556-2-mini-pc-i5-7500t-16gb-1012v300-poc08.png\\\"\"}","time":"2026-03-06T19:14:42.274114927Z","message":"Failed to reupload image in URL preview"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2498,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.585222,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.287945574Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2495,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":92.515322,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:42.291996773Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2494,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":101.077839,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24191 bytes>","time":"2026-03-06T19:14:42.296302127Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2496,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":100.2053,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:42.301259948Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2501,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":11.3106,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.308154563Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2489,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482121351045_73?ts=1762682267024&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":202.283001,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"achso ja wollte max nur zeigen von welchem browser zen inspiriert ist","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"achso ja wollte max nur zeigen von welchem browser zen inspiriert ist","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.323802994Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437018324306366516","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":228.793225,"event_ids":{"":"$F1BQVPa68D33nnnTJnfeXNH2_6lEOMsO-sS8BHNBD2c"},"time":"2026-03-06T19:14:42.323922005Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2504,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.744394,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.340297982Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2491,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482171497975_74?ts=1756298431443&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":191.905493,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://excalidraw.com/#room=048ab42a5552f5ed7586,WVZXVO1gZbkkP38c9xZV4w","com.beeper.linkpreviews":[{"og:title":"Excalidraw — Collaborative whiteboarding made easy","og:description":"Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.","og:image":"mxc://matrix.theocloud.dev/pExrAXaGGbdpubvOsXjVSbPm","matrix:image:size":74022,"og:image:width":1200,"og:image:height":675,"og:image:type":"image/png","matched_url":"https://excalidraw.com/"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.363603985Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1410242577193631864","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":201.861363,"event_ids":{"":"$uf7rw3KVbzgH1GCIk06UocLg4IpY1wOYqWTmmxrPaHM"},"time":"2026-03-06T19:14:42.363761898Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"810","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.367451174Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"810","time":"2026-03-06T19:14:42.367537988Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$F1BQVPa68D33nnnTJnfeXNH2_6lEOMsO-sS8BHNBD2c","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482367,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.367692479Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"811","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.406822147Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"811","time":"2026-03-06T19:14:42.406933056Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uf7rw3KVbzgH1GCIk06UocLg4IpY1wOYqWTmmxrPaHM","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482407,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.407147891Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2500,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":117.663762,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:42.409829134Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1179750012721311814","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:42.409927332Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1179750012721311814","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":223.564696,"time":"2026-03-06T19:14:42.410067715Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2506,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":7.868774,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.418565838Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2502,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":120.151263,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:42.42163708Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680427711762442","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:42.421763495Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680427711762442","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":233.064775,"time":"2026-03-06T19:14:42.421865953Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2508,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.108403,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.430585686Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2499,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482288179476_102?ts=1764502711802&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":194.896207,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://www.ram-koenig.de/fujitsu-esprimo-q556-2-mini-pc-i5-7500t-16gb-1012v300-poc08","com.beeper.linkpreviews":[{"og:title":"Fujitsu Esprimo Q556/2 - Intel i5 7500T, 16GB RAM, DVD","og:description":"Fujitsu Esprimo Q556/2 Mini PC mit DVD-Laufwerk gebraucht kaufen: Intel i5 7500t, 16GB RAM, 256GB SSD, Gigabit-LAN, 1012V300-POC08","matched_url":"https://www.ram-koenig.de/fujitsu-esprimo-q556-2-mini-pc-i5-7500t-16gb-1012v300-poc08"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.483259298Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1444653823120506891","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":1035.60849,"event_ids":{"":"$quRoNu2uAto2bPMhjmUzP76iZol7TwH54t1V5NFZeto"},"time":"2026-03-06T19:14:42.48336923Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2511,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.42661,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.497297027Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2503,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482308381271_68?ts=1755095722387&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":208.878901,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 1 day streak!** 🔥 Here are yesterday's results:\n👑 4/6: lagopodus\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 1 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 4/6: \u003ca href=\"https://matrix.to/#/@discord_1142482369744482355:matrix.theocloud.dev\"\u003elagopodus\u003c/a\u003e\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_1142482369744482355:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$fK-GMX9qA1WVVz6234RmOu2T0juJ-e9aGD90oUpK9RU"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.517498753Z","message":"Request completed"} +{"level":"debug","transaction_id":"812","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.528816197Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"812","time":"2026-03-06T19:14:42.528913487Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$quRoNu2uAto2bPMhjmUzP76iZol7TwH54t1V5NFZeto","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482529,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.529131535Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2513,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":19.62832,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.537361114Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2509,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":108.886759,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:42.5398776Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2505,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482340481318_75?ts=1762682312581&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":259.199878,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"und es kommen auch noch sicherheitsupdates und fehlerbehebungen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.599838061Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437018515386142770","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":275.684599,"event_ids":{"":"$PLr0aygJIHzqXX1o-LkRIPZ0sYN5kwDRHWNV3BzCjEM"},"time":"2026-03-06T19:14:42.599943244Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"813","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.605688745Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"813","time":"2026-03-06T19:14:42.605789876Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Gw-JZzo00bRQNVtq1OX4AxuLdXWP6Qxz-1xOrMC5FOA","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482605,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.605961129Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2516,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.34567,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.621103972Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2497,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":373.799521,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:42.624003961Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2518,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_248879308200869889:matrix.theocloud.dev/displayname?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":13.792094,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:14:42.63831652Z","message":"Request completed"} +{"level":"debug","transaction_id":"814","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.64918446Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"814","time":"2026-03-06T19:14:42.64929062Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$PLr0aygJIHzqXX1o-LkRIPZ0sYN5kwDRHWNV3BzCjEM","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482649,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.649490927Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2507,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482418798902_3?ts=1701446473819&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":233.401625,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wo bleiben wir denn?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.652379532Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180176791923605594","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":242.172621,"event_ids":{"":"$ElBFMSh78cDTZekhq97bTXx3gKwRIX8Bw99dpzjnK0g"},"time":"2026-03-06T19:14:42.652482479Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2520,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.85503,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.675219338Z","message":"Request completed"} +{"level":"debug","transaction_id":"815","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.69718856Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"815","time":"2026-03-06T19:14:42.697518076Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2515,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":160.633426,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:42.70071238Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680444958474291","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:42.70077007Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1436680444958474291","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":278.715962,"time":"2026-03-06T19:14:42.700835861Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2522,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.014815,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.709279717Z","message":"Request completed"} +{"level":"debug","transaction_id":"816","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.718143953Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"816","time":"2026-03-06T19:14:42.718237891Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ElBFMSh78cDTZekhq97bTXx3gKwRIX8Bw99dpzjnK0g","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482718,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.718472072Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2512,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482497632829_103?ts=1764502717804&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":269.763445,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das ist nen krasser deal für 90€","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.76757954Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1444653848294588557","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":284.347899,"event_ids":{"":"$iAeedQd3QKctSmMoJLYxhpsB6PugKfeK0rDaBBKNs9g"},"time":"2026-03-06T19:14:42.767980993Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2524,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":22.16052,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.791349434Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2521,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":118.336832,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:42.793962232Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2514,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482537606400_69?ts=1755095722387&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":270.905156,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 solved game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":24191,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/LxyqZQNAqyuipgBTBfNjgZqW"},"time":"2026-03-06T19:14:42.808795115Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1405198049789083659","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":835.867327,"event_ids":{"":"$Gw-JZzo00bRQNVtq1OX4AxuLdXWP6Qxz-1xOrMC5FOA","1405198049491550379":"$v8HrJgbW5T8Jvt89AgiiWFPh1H4hHpguxwacU1Lg1vE"},"time":"2026-03-06T19:14:42.808953517Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"817","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.819553752Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"817","time":"2026-03-06T19:14:42.81965195Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$iAeedQd3QKctSmMoJLYxhpsB6PugKfeK0rDaBBKNs9g","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482819,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.819902963Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2523,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":124.189471,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:42.833899904Z","message":"Request completed"} +{"level":"debug","transaction_id":"818","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.848490994Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"818","time":"2026-03-06T19:14:42.848628234Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$v8HrJgbW5T8Jvt89AgiiWFPh1H4hHpguxwacU1Lg1vE","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482848,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:42.848802071Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2517,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482621293384_76?ts=1762682331852&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":241.624569,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"also kann man in der theorie noch nutzen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:42.863118331Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437018596214837361","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":262.795495,"event_ids":{"":"$E3P_5-gjG98PPlvj3D3CgohyMXUb-a5guHujG2PNQIs"},"time":"2026-03-06T19:14:42.863195786Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2528,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.417048,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.883481601Z","message":"Request completed"} +{"level":"debug","transaction_id":"819","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:42.892651537Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"819","time":"2026-03-06T19:14:42.892715861Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$E3P_5-gjG98PPlvj3D3CgohyMXUb-a5guHujG2PNQIs","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824482892,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:42.892955211Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2526,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":109.313356,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:42.903445653Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180176972865863770","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:42.903510956Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180176972865863770","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":250.624928,"time":"2026-03-06T19:14:42.90357109Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2531,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":8.432472,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.912397821Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2527,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":79.891269,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:42.913986941Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439345834448654517","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:42.914052593Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439345834448654517","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":213.102539,"time":"2026-03-06T19:14:42.914095895Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2533,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":5.236142,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:42.919685159Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2519,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_248879308200869889:matrix.theocloud.dev/displayname?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":502.732956,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Swipsi"},"time":"2026-03-06T19:14:43.141273878Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2525,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482791710938_104?ts=1764502738086&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":388.786057,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"die cpu verbraucht auch nur 7W im idle","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.180705963Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1444653933363724319","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":412.138156,"event_ids":{"":"$SDt_vXod33yOjMXiWlLuwPQPL48Tbwm2WnWFK7Jw2bM"},"time":"2026-03-06T19:14:43.180838034Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"820","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.185101553Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"820","time":"2026-03-06T19:14:43.185183757Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$SDt_vXod33yOjMXiWlLuwPQPL48Tbwm2WnWFK7Jw2bM","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483185,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.185392236Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2536,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.007977,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.196752704Z","message":"Request completed"} +{"level":"debug","transaction_id":"821","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.206471948Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"821","time":"2026-03-06T19:14:43.206718421Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2530,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482883786882_77?ts=1762682352136&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":359.329608,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber kommen halt keine neuen features","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.243320778Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437018681292095669","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":379.740371,"event_ids":{"":"$fWRCufDJXLuRflSM7OplrlFmGsM0CN30S2_p1xfCVYc"},"time":"2026-03-06T19:14:43.243501041Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2538,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":14.716456,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.259074252Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2532,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482912558318_4?ts=1701446558409&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":350.447912,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Also bist du ungefähr wann da?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.263139488Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180177146719784960","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":359.495483,"event_ids":{"":"$WPny5HePD7FyCOMesPmLp-meZf3J6Ho0dyDsid2JjB8"},"time":"2026-03-06T19:14:43.26321848Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"822","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.275158987Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"822","time":"2026-03-06T19:14:43.27524147Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$fWRCufDJXLuRflSM7OplrlFmGsM0CN30S2_p1xfCVYc","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483275,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.275445619Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2540,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.76723,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.27656987Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2534,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824482919949023_28?ts=1763243313940&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":359.852447,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"yo, sorry","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.279915592Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439371525630464113","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":365.765989,"event_ids":{"":"$KZ5xqNSl-eeA7HK62QObHGI_ge6WJk5SRsqsWrxMtx0"},"time":"2026-03-06T19:14:43.279975097Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2542,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":8.850198,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.289306927Z","message":"Request completed"} +{"level":"debug","transaction_id":"823","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.29931909Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"823","time":"2026-03-06T19:14:43.299463594Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$WPny5HePD7FyCOMesPmLp-meZf3J6Ho0dyDsid2JjB8","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483299,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.299686111Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$KZ5xqNSl-eeA7HK62QObHGI_ge6WJk5SRsqsWrxMtx0","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483299,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.299693584Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2537,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483197049603_105?ts=1764502744006&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":141.770156,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"perfekt für server","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.338988708Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1444653958194004099","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":157.759487,"event_ids":{"":"$d74vCqXfAjrmPpPu9W-tkdSuF0kQDln3j0QLqNk7n-w"},"time":"2026-03-06T19:14:43.339085719Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2544,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.021038,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.354666402Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2541,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":81.306482,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:43.35820021Z","message":"Request completed"} +{"level":"debug","transaction_id":"824","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.363259371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"824","time":"2026-03-06T19:14:43.363323626Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$d74vCqXfAjrmPpPu9W-tkdSuF0kQDln3j0QLqNk7n-w","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483363,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.363513178Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2539,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483259299493_106?ts=1762683983728&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":142.886305,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ah","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.402358169Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437025524684685323","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":158.457002,"event_ids":{"":"$Rqr3sSxundENQQpLRv_pe9yXQnWY8SxBWkgEC6usSAo"},"time":"2026-03-06T19:14:43.402431223Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2510,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":949.202128,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1970719 bytes>","time":"2026-03-06T19:14:43.405044929Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2547,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.87004,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.421203348Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2546,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":65.86206,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:43.424206284Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180178424531263658","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:43.424269212Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180178424531263658","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":160.820882,"time":"2026-03-06T19:14:43.424358052Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2543,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483289581197_29?ts=1763243321067&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":138.394472,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ne heute nur noch arc","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.428113398Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439371555523137568","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":147.980318,"event_ids":{"":"$wcpEasn0lG0fxLbUkcTIW__cKfJlV2RVSKMvmVLOQoY"},"time":"2026-03-06T19:14:43.428173882Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"825","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.431896961Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"825","time":"2026-03-06T19:14:43.43196841Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Rqr3sSxundENQQpLRv_pe9yXQnWY8SxBWkgEC6usSAo","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483432,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.432143155Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2549,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.886307,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.434631983Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2550,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.120487,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.436739682Z","message":"Request completed"} +{"level":"debug","transaction_id":"826","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.445550349Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"826","time":"2026-03-06T19:14:43.445665379Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$wcpEasn0lG0fxLbUkcTIW__cKfJlV2RVSKMvmVLOQoY","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483445,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.445848436Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2545,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483354868875_78?ts=1764502765493&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":119.844167,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"für max pc upgrade kappa","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.474877799Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1444654048317014027","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":135.600713,"event_ids":{"":"$JeHm3XKYGxMM-X8cc9r2W5Zs8RrsBE_Omnk7qNJbBTA"},"time":"2026-03-06T19:14:43.474991083Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2548,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":54.550133,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:43.476078038Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2553,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":12.758709,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.4885344Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2551,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":62.870787,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:43.497758742Z","message":"Request completed"} +{"level":"debug","transaction_id":"827","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.502877549Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"827","time":"2026-03-06T19:14:43.502972325Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$JeHm3XKYGxMM-X8cc9r2W5Zs8RrsBE_Omnk7qNJbBTA","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483503,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.503138619Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2552,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":78.825407,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:43.515823574Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2535,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":469.222375,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<446975 bytes>","time":"2026-03-06T19:14:43.524496163Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2558,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":5.083607,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.530006715Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2554,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":64.590443,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:43.54085028Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272480735642779731","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:43.540922637Z","message":"Failed to send part of message to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2560,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.23859,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.54932319Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2556,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":55.448375,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:43.553418668Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180178438842232852","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:43.553558632Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180178438842232852","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":129.120471,"time":"2026-03-06T19:14:43.553642652Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2562,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.705133,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.560943121Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2557,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":47.365602,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:43.563367694Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439373772825034922","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:43.563465752Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439373772825034922","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":135.140313,"time":"2026-03-06T19:14:43.563558782Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2564,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":3.317785,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.567412816Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2555,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483488744904_107?ts=1764502836510&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":107.876072,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"glaub die cpu verbraucht sogar noch weniger weils die T version ist","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.596797467Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1444654346183770263","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":121.463738,"event_ids":{"":"$lhDOBqShkuQ1QVjzaehFAKfmrleKyr07_mzB5uSZZ70"},"time":"2026-03-06T19:14:43.596909215Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2566,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":11.999733,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.609637891Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2561,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":62.097424,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:43.611865998Z","message":"Request completed"} +{"level":"debug","transaction_id":"828","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.627402961Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"828","time":"2026-03-06T19:14:43.627494524Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$lhDOBqShkuQ1QVjzaehFAKfmrleKyr07_mzB5uSZZ70","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483627,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.627717809Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2563,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":73.080394,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:43.634395565Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2559,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824483530292021_82?ts=1762854956779&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":123.872387,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"homophobic slur/gg.pilk","url":"mxc://matrix.theocloud.dev/EAALXpmsdqIVgBYNEIVrQZMA","info":{"mimetype":"image/png","w":160,"h":147,"size":446975},"m.mentions":{}},"time":"2026-03-06T19:14:43.65434928Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437742637636391044","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":1552.777275,"event_ids":{"1041503155227209798":"$eCc-f2eQJShNjU-JV_kgoydoQOgTQFOo91QXPvziAJA"},"time":"2026-03-06T19:14:43.654434627Z","message":"Finished handling Discord message"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:14:43.672874512Z","message":"Unhandled event"} +{"level":"debug","transaction_id":"829","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.674392533Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"829","time":"2026-03-06T19:14:43.674491709Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$eCc-f2eQJShNjU-JV_kgoydoQOgTQFOo91QXPvziAJA","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483674,"status":"SUCCESS","event_type":"m.sticker","reported_by":"BRIDGE","retry_num":0},"time":"2026-03-06T19:14:43.67469509Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2568,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":81.203535,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:43.693307345Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272480735642779731","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":1,"attachment_id":"1272480735089135637","time":"2026-03-06T19:14:43.693442979Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272480735642779731","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1621.937285,"time":"2026-03-06T19:14:43.69353985Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2571,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":5.947205,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.700032593Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2569,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":71.215956,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:43.705800374Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180178468756004874","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:43.705909048Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180178468756004874","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":152.12748,"time":"2026-03-06T19:14:43.706012415Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2565,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483567648464_30?ts=1763288989233&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":141.057276,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo willste gleich noch n stündchen mitlernen?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.708867705Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439563101694332950","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":145.204508,"event_ids":{"":"$PhAttc3Oj1D-UAdTmP_h1S84owTNm3Rj9tjXWWf056E"},"time":"2026-03-06T19:14:43.708973656Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2573,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":6.339439,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.712937761Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2574,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.323167,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.716001669Z","message":"Request completed"} +{"level":"debug","transaction_id":"830","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.719473317Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"830","time":"2026-03-06T19:14:43.719572912Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$PhAttc3Oj1D-UAdTmP_h1S84owTNm3Rj9tjXWWf056E","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483719,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.719784464Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2567,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483609875076_108?ts=1764502846617&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":142.84866,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hab ja nur die normale und die verbraucht nur 7W","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.752902602Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1444654388575604817","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":155.743211,"event_ids":{"":"$FQqktK7EWW_qUMTuQ2YlRRr1Xana4FI4eww4PmvOZ-I"},"time":"2026-03-06T19:14:43.753019448Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2570,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":118.491252,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22516 bytes>","time":"2026-03-06T19:14:43.763477902Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2577,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":18.636351,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.772441314Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2579,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":14.686145,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.778892711Z","message":"Request completed"} +{"level":"debug","transaction_id":"831","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.781036239Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"831","time":"2026-03-06T19:14:43.781122494Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FQqktK7EWW_qUMTuQ2YlRRr1Xana4FI4eww4PmvOZ-I","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483781,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.781287112Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2576,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":89.042277,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:43.805440371Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2578,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":89.552195,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<15927 bytes>","time":"2026-03-06T19:14:43.844027434Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2583,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_248879308200869889:matrix.theocloud.dev/avatar_url?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":11.388823,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:14:43.855790681Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2572,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483700276971_6?ts=1723453475236&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":161.641598,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ja das klingt ja wirklich alles sehr nice","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.862092965Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272480845994790913","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":168.415805,"event_ids":{"":"$wpUf2Hky-MK1eFIMLqMlThVMldbi_iSXSNe0IibY24w"},"time":"2026-03-06T19:14:43.86217482Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2585,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":10.369825,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.873290211Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2575,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483713173897_5?ts=1701450282826&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":173.770539,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Weißt du schon, was di essen willst und hast du Bargeld?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.887109683Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180192768056893550","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":180.964777,"event_ids":{"":"$nNiFv66COmQAJAk8S_boGaN1YI8NFvyjfnUwcKB4oe8"},"time":"2026-03-06T19:14:43.887233932Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"832","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.895644333Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"832","time":"2026-03-06T19:14:43.895726468Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$wpUf2Hky-MK1eFIMLqMlThVMldbi_iSXSNe0IibY24w","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483895,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.895971614Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2588,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.135506,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.8990944Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2586,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":28.276464,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23962 bytes>","time":"2026-03-06T19:14:43.90120168Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2590,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.725947,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.908351778Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2582,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":104.889827,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:43.910526316Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439563439633727588","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:43.910606774Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439563439633727588","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":201.302485,"time":"2026-03-06T19:14:43.910661879Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"833","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:43.917196947Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"833","time":"2026-03-06T19:14:43.917294097Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nNiFv66COmQAJAk8S_boGaN1YI8NFvyjfnUwcKB4oe8","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824483917,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:43.917455992Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2592,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":8.60596,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:43.919673203Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2580,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483772687788_109?ts=1765462754540&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":209.199336,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"habt ihr lust auf eu5","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.982055304Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448680534216544377","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":228.685109,"event_ids":{"":"$W9RpJbh-px7t3orjtP_34E-aSO7Ym76zGSGqRMhhpmA"},"time":"2026-03-06T19:14:43.982160068Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2581,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483779103774_70?ts=1755590884251&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":212.276027,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Maja was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$Gw-JZzo00bRQNVtq1OX4AxuLdXWP6Qxz-1xOrMC5FOA"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:43.991605181Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2594,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.02258,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.003912989Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2595,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":13.731052,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.0055811Z","message":"Request completed"} +{"level":"debug","transaction_id":"834","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.01117651Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"834","time":"2026-03-06T19:14:44.011251242Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$W9RpJbh-px7t3orjtP_34E-aSO7Ym76zGSGqRMhhpmA","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484011,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.011479765Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2589,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":123.755471,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:44.023141113Z","message":"Request completed"} +{"level":"debug","transaction_id":"835","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.039047192Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"835","time":"2026-03-06T19:14:44.03917626Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$WKYdG7WeOpM5fx2w278QEa6g3aPazbSBEUjYtxEHbKo","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484039,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.039405063Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2591,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":138.97975,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:44.047691914Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2587,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483873586830_7?ts=1723453494604&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":202.926107,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"haha ich kann es halt einfach","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.076700185Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272480927230201891","message_type":19,"author_id":"204925152230768641","action":"discord message create","handling_time":214.328131,"event_ids":{"":"$ycs1LM4AzgEkcbbAJlGGbQsxkIwEDpPHm--VHh_vyNE"},"time":"2026-03-06T19:14:44.076819475Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2600,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.960348,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.095566596Z","message":"Request completed"} +{"level":"debug","transaction_id":"836","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.108940755Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"836","time":"2026-03-06T19:14:44.109025124Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ycs1LM4AzgEkcbbAJlGGbQsxkIwEDpPHm--VHh_vyNE","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484109,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.109222149Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2598,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":89.192857,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:44.112533299Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180193627918577674","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:44.112629542Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180193627918577674","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":225.082926,"time":"2026-03-06T19:14:44.112722991Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2603,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.149122,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.122463747Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2593,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824483919831466_31?ts=1763289090289&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":204.978841,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ah schade","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.12495446Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439563525554049065","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":214.234193,"event_ids":{"":"$PNfWD8ieVsE6SLz1ws0fmEI9xL06kXpLB-Xevz03F18"},"time":"2026-03-06T19:14:44.125043858Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2605,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":14.924167,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.140625031Z","message":"Request completed"} +{"level":"debug","transaction_id":"837","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.165952128Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"837","time":"2026-03-06T19:14:44.166040828Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$PNfWD8ieVsE6SLz1ws0fmEI9xL06kXpLB-Xevz03F18","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484166,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.166221719Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2584,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@discord_248879308200869889:matrix.theocloud.dev/avatar_url?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":327.828806,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iQovgpTQPXTDrzhnkTDvIJKB"},"time":"2026-03-06T19:14:44.183806456Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2596,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484004119582_110?ts=1765462762376&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":203.306189,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bzw. domi hast du mal bock auf neh runde eu5?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.207581169Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448680567083110494","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":225.112259,"event_ids":{"":"$5KdDn7rqD2jJIcPVVmN77hq6oi_jDrpjijesZUJ8Qyg"},"time":"2026-03-06T19:14:44.207670358Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2597,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484005813815_71?ts=1755590884251&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":205.46131,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 finished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22516,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/oCRKXXGmTORRqFvuGUtEJkmh"},"time":"2026-03-06T19:14:44.211553795Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1407274909175910421","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":1402.299049,"event_ids":{"":"$WKYdG7WeOpM5fx2w278QEa6g3aPazbSBEUjYtxEHbKo","1407274980902961182":"$uUdbhPo30hqp1ZsHAHJV5mqPZG7jomuY3GPQVeua6a4"},"time":"2026-03-06T19:14:44.21171562Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2608,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":17.695856,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.225888284Z","message":"Request completed"} +{"level":"debug","transaction_id":"838","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.229720388Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"838","time":"2026-03-06T19:14:44.229824662Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5KdDn7rqD2jJIcPVVmN77hq6oi_jDrpjijesZUJ8Qyg","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484229,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.230032932Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2601,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":137.28433,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:44.233292818Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2604,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":123.647145,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:44.246424554Z","message":"Request completed"} +{"level":"debug","transaction_id":"839","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.256873859Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"839","time":"2026-03-06T19:14:44.257100986Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uUdbhPo30hqp1ZsHAHJV5mqPZG7jomuY3GPQVeua6a4","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484257,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:44.257138701Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2610,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":88.724843,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:44.322234801Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272482407244763236","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:44.322348714Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272482407244763236","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":245.149367,"time":"2026-03-06T19:14:44.322408219Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2612,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":16.065459,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.338886096Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2599,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":300.723317,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:44.348637957Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2611,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":107.195319,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:44.353780091Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180193650802704456","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:44.353838759Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180193650802704456","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":240.916508,"time":"2026-03-06T19:14:44.353886042Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2615,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.465239,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.373727451Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2606,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484140880304_32?ts=1763289096987&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":238.439763,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"viel spaß beim training","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.379467644Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439563553647366144","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":254.157128,"event_ids":{"":"$lZ2Egn4xOhvxNcn9MlIjku_WMP3gwsqM1zcoHWd30Ns"},"time":"2026-03-06T19:14:44.379565703Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"840","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.391878888Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"840","time":"2026-03-06T19:14:44.39197499Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$lZ2Egn4xOhvxNcn9MlIjku_WMP3gwsqM1zcoHWd30Ns","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484392,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.392188428Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2617,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.477247,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.395735366Z","message":"Request completed"} +{"level":"debug","transaction_id":"841","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.418931507Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"841","time":"2026-03-06T19:14:44.41921772Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2607,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824484184281243_1?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":252.120878,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:44.436511843Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","action":"initial backfill","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:44.436947659Z","message":"Fetching messages for backfill"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","old_avatar_id":"","new_avatar_id":"02b941312a0a111b8cf1f5a3610bd276","time":"2026-03-06T19:14:44.436969939Z","message":"Updating avatar from puppet"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","time":"2026-03-06T19:14:44.43712408Z","message":"Updating bridge info..."} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2609,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484226087474_99?ts=1765462932172&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":223.929482,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo, aber hab das spiel nt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.450196101Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448681279259283711","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":242.413717,"event_ids":{"":"$_00N97mbuH4oHQJT8zSO8MavgBTQZKZ96_I_sSbIelQ"},"time":"2026-03-06T19:14:44.450363513Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2622,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.49618,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.471586261Z","message":"Request completed"} +{"level":"debug","transaction_id":"842","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.4806617Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"842","event_id":"$11wZIFXtZXOkm1mtfrCW82KT2WSR-wG4_57SlP5grv8","time":"2026-03-06T19:14:44.480755708Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"842","time":"2026-03-06T19:14:44.480814795Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2616,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":129.575494,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:44.503657254Z","message":"Request completed"} +{"level":"debug","transaction_id":"843","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.516845702Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"843","time":"2026-03-06T19:14:44.516937684Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_00N97mbuH4oHQJT8zSO8MavgBTQZKZ96_I_sSbIelQ","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484517,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.517172773Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2618,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":128.060616,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:44.524098818Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2602,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":436.203412,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<583275 bytes>","time":"2026-03-06T19:14:44.538299209Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2626,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":14.552466,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.553390648Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2613,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484339081515_8?ts=1723453858192&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":218.539407,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.557766893Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272482452228800646","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":235.303219,"event_ids":{"":"$nhmhZxrGx7XcGqEWd_e2SbRJeEGPhBvC6K42iVIhrME"},"time":"2026-03-06T19:14:44.557894215Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2619,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":127.702116,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22542 bytes>","time":"2026-03-06T19:14:44.559288406Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2628,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.21206,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.577867835Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2629,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":20.746774,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.580723544Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2621,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/state/m.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F918855935571660820?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":146.497358,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_248879308200869889:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"918855935571660820","displayname":"Mojoooo","external_url":"https://discord.com/channels/@me/918855935571660820"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:44.583804425Z","message":"Request completed"} +{"level":"debug","transaction_id":"844","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.593780759Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"844","time":"2026-03-06T19:14:44.593892785Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nhmhZxrGx7XcGqEWd_e2SbRJeEGPhBvC6K42iVIhrME","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484594,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.594095049Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2620,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":159.796785,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:44.59692764Z","message":"Request completed"} +{"level":"info","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:44.597513127Z","message":"Creating Matrix room for channel"} +{"level":"info","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"","action":"update info","through_user_mxid":"@theo:matrix.theocloud.dev","through_user_dcid":"388409312340344833","other_user_id":"283971167717687296","time":"2026-03-06T19:14:44.597548607Z","message":"Found other user ID"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"","old_avatar_id":"","new_avatar_id":"6243128e29ae14305eea318deed2763f","time":"2026-03-06T19:14:44.597585833Z","message":"Updating avatar from puppet"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"","old_name":"","new_name":"FloJ","time":"2026-03-06T19:14:44.597613491Z","message":"Updating portal name"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"","time":"2026-03-06T19:14:44.597638285Z","message":"Not updating bridge info: no Matrix room created"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2624,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":102.691544,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:44.606581722Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180193666992705626","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:44.606656034Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180193666992705626","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":252.68227,"time":"2026-03-06T19:14:44.606699406Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2634,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.218826,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.617364873Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2625,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":96.757888,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:44.62105352Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439565509724213338","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:44.621171274Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439565509724213338","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":241.306997,"time":"2026-03-06T19:14:44.621268076Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2636,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":14.230633,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.636077771Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2614,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":328.871621,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:44.677885888Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2623,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484471808849_111?ts=1765463100969&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":208.65778,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gibt online fix","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.680620421Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448681987245346837","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":229.941081,"event_ids":{"":"$2bhjq9ub1hZjFvMPOutVc6BAasHs6EvuY7Yxi1ft1bU"},"time":"2026-03-06T19:14:44.680714708Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2639,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.415931,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.701821868Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2632,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/state/uk.half-shot.bridge/fi.mau.discord:%2F%2Fdiscord%2Fdm%2F918855935571660820?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":119.484619,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_248879308200869889:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"918855935571660820","displayname":"Mojoooo","external_url":"https://discord.com/channels/@me/918855935571660820"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"},"time":"2026-03-06T19:14:44.703703976Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2630,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":127.956761,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:44.706188543Z","message":"Request completed"} +{"level":"debug","transaction_id":"845","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.714274667Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"845","time":"2026-03-06T19:14:44.714395355Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2bhjq9ub1hZjFvMPOutVc6BAasHs6EvuY7Yxi1ft1bU","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484714,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.714573452Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"846","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.736423733Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"846","time":"2026-03-06T19:14:44.736617825Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2635,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":124.108035,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:44.741877503Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2627,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484553621617_33?ts=1762860839328&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":219.855585,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"will oder braucht das einer von euch?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.773681699Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2631,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484580902690_72?ts=1755677542511&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":210.737612,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 1 day streak!** 🔥 Here are yesterday's results:\n👑 4/6: Maja\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 1 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 4/6: \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_769998429991600219:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$Gw-JZzo00bRQNVtq1OX4AxuLdXWP6Qxz-1xOrMC5FOA"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.791917295Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","action":"initial backfill","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:44.803056572Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","action":"initial backfill","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","limit":100,"before_id":"1154902060802785290","time":"2026-03-06T19:14:44.803142897Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2643,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":34.301125,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.808228948Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2641,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":113.814966,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:44.820168267Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272482514291785863","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:44.820275615Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272482514291785863","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":262.063967,"time":"2026-03-06T19:14:44.820386454Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2644,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":36.763692,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.828945061Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2646,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":25.000515,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.845960863Z","message":"Request completed"} +{"level":"debug","transaction_id":"847","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.852374475Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"847","time":"2026-03-06T19:14:44.85247372Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ZqbO0hcOb7gx_g5VaQ3pBSNJkpZdDLbdvKjG2qy1UUs","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484852,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.852683527Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2637,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484636299311_34?ts=1763289828421&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":250.412258,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"danke","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.886909082Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1439566621503914085","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":265.490636,"event_ids":{"":"$IplsTDgz1FMUQy07h5-o8i6rlyFQj6iU4y8RkXfJ3Zg"},"time":"2026-03-06T19:14:44.887019642Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2642,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":148.080402,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:44.890138168Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180193710621863946","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:44.890254455Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180193710621863946","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":283.49282,"time":"2026-03-06T19:14:44.89036285Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"848","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.893231271Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"848","time":"2026-03-06T19:14:44.893373958Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ef4wePMYQxKFEYbiXfbnKrvgXlvpU8AiXviKk2Kky2A","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484893,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.893613308Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2649,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.445816,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.900295742Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2650,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":12.160021,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.903103679Z","message":"Request completed"} +{"level":"debug","transaction_id":"849","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.927243109Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"849","time":"2026-03-06T19:14:44.927392991Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$IplsTDgz1FMUQy07h5-o8i6rlyFQj6iU4y8RkXfJ3Zg","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484927,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.927610619Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2640,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484702078957_112?ts=1765463123231&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":255.68381,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://datavaults.co/w3p9enciljmi/Europa.Universalis.V.v1.0.9.RexaGames.com.zip","com.beeper.linkpreviews":[{"og:title":"Data Vaults | Free Unlimited Files Upload Services","og:description":"Data Vaults – Best site to upload \u0026 share files for free with unlimited storage! Upload files, get a direct link, and earn money per download. Secure, fast, and easy file sharing. Start earning now at DataVaults.co!","matched_url":"https://datavaults.co/w3p9enciljmi/Europa.Universalis.V.v1.0.9.RexaGames.com.zip"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:44.95798689Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448682080618676314","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":277.05644,"event_ids":{"":"$MT4UM1Q2emQ8a-l0UMbBxUHNyw5llvECfmcfW4ihDtQ"},"time":"2026-03-06T19:14:44.958130905Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2653,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":26.186226,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:44.985072335Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2638,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484678192635_79?ts=1762855208674&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":310.202932,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/looney-tunes-gif-17525942418290310308","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":256,"mimetype":"video/mp4","size":23962,"w":498},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/oYXgHVAVVlhaDawbcvjPrQFH"},"time":"2026-03-06T19:14:44.988593571Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437743694160855092","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1333.917709,"event_ids":{"video_https://tenor.com/view/looney-tunes-gif-17525942418290310308":"$qMlATIq-QZRY5lErpsG102eve8wwOlXwIucDCupi6_8"},"time":"2026-03-06T19:14:44.988670956Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"850","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:44.998459903Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"850","time":"2026-03-06T19:14:44.998581289Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MT4UM1Q2emQ8a-l0UMbBxUHNyw5llvECfmcfW4ihDtQ","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824484998,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:44.998786346Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"851","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.026060993Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"851","time":"2026-03-06T19:14:45.026175534Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qMlATIq-QZRY5lErpsG102eve8wwOlXwIucDCupi6_8","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485026,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:45.026392674Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2651,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":135.521511,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:45.036201596Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2648,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484846203914_9?ts=1723453952017&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":214.223995,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich habe eigentlich nichts geändert","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.060597486Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272482845759242262","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":240.091951,"event_ids":{"":"$rw6vbyXnlufre_vcqiTtCsUuf5DqXS97pycKohx5_JI"},"time":"2026-03-06T19:14:45.06071978Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2647,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484829226525_73?ts=1755677542511&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":239.395554,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 solved game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22542,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/DjBfSljSrlUKqANcslFrOfvP"},"time":"2026-03-06T19:14:45.068879797Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1407638380262723685","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":856.912186,"event_ids":{"":"$ef4wePMYQxKFEYbiXfbnKrvgXlvpU8AiXviKk2Kky2A","1407638380040290355":"$Hi-G6J68AYao6DGo_P2KH26bvXMh5YNAxaOemxPG_c0"},"time":"2026-03-06T19:14:45.069037571Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2645,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484808472278_35?ts=1762860839328&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":266.950549,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":805,"mimetype":"image/png","size":583275,"w":982},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/qYyvSkmuwLdFdoccoQhjkzbR"},"time":"2026-03-06T19:14:45.075706665Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437767310835454053","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":1673.087356,"event_ids":{"":"$ZqbO0hcOb7gx_g5VaQ3pBSNJkpZdDLbdvKjG2qy1UUs","1437767310357172414":"$T412aq4GXlLjKLVS_dgY2-_pd7zmepA-Zs5IqF3qbqU"},"time":"2026-03-06T19:14:45.075813873Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2656,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":32.931309,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.094410763Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2657,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":28.913775,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.105443391Z","message":"Request completed"} +{"level":"debug","transaction_id":"852","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.116255527Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"852","time":"2026-03-06T19:14:45.116370836Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$rw6vbyXnlufre_vcqiTtCsUuf5DqXS97pycKohx5_JI","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485116,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:45.116569677Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2652,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484903388566_6?ts=1701450548225&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":231.075808,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ok","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.134641773Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180193881220972575","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":244.124432,"event_ids":{"":"$hPXu9O6yT6wy3Ojn7VHEUTH8WKDgmtEvPOwHBeosH7k"},"time":"2026-03-06T19:14:45.134723838Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2660,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":11.399928,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.146641646Z","message":"Request completed"} +{"level":"debug","transaction_id":"853","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.153321007Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"853","time":"2026-03-06T19:14:45.153517753Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Hi-G6J68AYao6DGo_P2KH26bvXMh5YNAxaOemxPG_c0","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485153,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:45.153752213Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$T412aq4GXlLjKLVS_dgY2-_pd7zmepA-Zs5IqF3qbqU","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485153,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:45.153794677Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2655,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":121.926163,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:45.158380588Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454209643768451266","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:45.158451617Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454209643768451266","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":271.025981,"time":"2026-03-06T19:14:45.158502602Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2662,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.294188,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.171227647Z","message":"Request completed"} +{"level":"debug","transaction_id":"854","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.202108249Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"854","time":"2026-03-06T19:14:45.202428405Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hPXu9O6yT6wy3Ojn7VHEUTH8WKDgmtEvPOwHBeosH7k","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485202,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:45.202436018Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2654,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824484985384111_100?ts=1765463136681&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":242.214177,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber erstmal Klausuren schreiben","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.22778749Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448682137032196310","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":269.374283,"event_ids":{"":"$y58z80Hmo1_RVQB5snqRzEzxlsjH2nDCQdstjWf25Bk"},"time":"2026-03-06T19:14:45.227920051Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2658,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":150.747118,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:45.245502482Z","message":"Request completed"} +{"level":"debug","transaction_id":"855","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.258475327Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"855","time":"2026-03-06T19:14:45.25860705Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$y58z80Hmo1_RVQB5snqRzEzxlsjH2nDCQdstjWf25Bk","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485258,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:45.258812246Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2664,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":95.04368,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<28000 bytes>","time":"2026-03-06T19:14:45.280543376Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2666,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.404672,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.287410893Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2663,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":118.203154,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:45.28979831Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2665,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":95.113591,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:45.340864084Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272482944061014060","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:45.34097192Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272482944061014060","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":279.954333,"time":"2026-03-06T19:14:45.341060201Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2659,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485105643768_113?ts=1762860853184&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":252.652168,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"no","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.358463557Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437767368951726091","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":282.354671,"event_ids":{"":"$BLN1GUIMgIv0HpOdXOnSvQlE-iAKPPUHLwLnEKXVTD4"},"time":"2026-03-06T19:14:45.358580753Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2529,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":2506.29104,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<3724460 bytes>","time":"2026-03-06T19:14:45.378510582Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2670,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":43.433066,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.385094609Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2671,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":34.924956,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.394191908Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2672,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.798526,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.399654339Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2661,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485146861718_7?ts=1701459036604&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":258.07842,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://discord.com/invite/7vPnjG4e","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.405130738Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1180229484062982255","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":270.275318,"event_ids":{"":"$5_UecS7daOmqdUf0L630NgLZSR_ZThyXHlIyj4YG45w"},"time":"2026-03-06T19:14:45.405278105Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"856","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.415449159Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"856","time":"2026-03-06T19:14:45.41555511Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BLN1GUIMgIv0HpOdXOnSvQlE-iAKPPUHLwLnEKXVTD4","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485415,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:45.415800954Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2676,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":15.947355,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.422161835Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2669,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":150.87451,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:45.440831222Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454209664882446376","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:45.440939407Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454209664882446376","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":282.381281,"time":"2026-03-06T19:14:45.441039491Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2668,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":152.23357,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23293 bytes>","time":"2026-03-06T19:14:45.441909586Z","message":"Request completed"} +{"level":"debug","transaction_id":"857","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.463171655Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"857","time":"2026-03-06T19:14:45.463245409Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5_UecS7daOmqdUf0L630NgLZSR_ZThyXHlIyj4YG45w","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485463,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:45.463467786Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2679,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":23.450017,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.465941249Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2678,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.41377,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.466079676Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2673,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":144.692913,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:45.530181223Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2633,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":937.147846,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"state_key":"fi.mau.discord://discord/dm/1175002245591482429","type":"m.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_283971167717687296:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1175002245591482429","displayname":"FloJ","external_url":"https://discord.com/channels/@me/1175002245591482429"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"fi.mau.discord://discord/dm/1175002245591482429","type":"uk.half-shot.bridge","content":{"bridgebot":"@discordbot:matrix.theocloud.dev","creator":"@discord_283971167717687296:matrix.theocloud.dev","protocol":{"id":"discordgo","displayname":"Discord","avatar_url":"mxc://maunium.net/nIdEykemnwdisvHbpxflpDlC","external_url":"https://discord.com/"},"channel":{"id":"1175002245591482429","displayname":"FloJ","external_url":"https://discord.com/channels/@me/1175002245591482429"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}}],"preset":"private_chat","is_direct":true,"room_version":"11"},"time":"2026-03-06T19:14:45.53514072Z","message":"Request completed"} +{"level":"info","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","time":"2026-03-06T19:14:45.535598675Z","message":"Matrix room created"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2667,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485287697106_80?ts=1762868485328&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":280.388891,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://youtube.com/playlist?list=PLmEVawhqg6Ij4TuLJdzgPpIhZS3-sVT0i\u0026si=MUo67KIvNkz9XD0w","com.beeper.linkpreviews":[{"og:title":"[C++ DirectX 9] Tutorial","og:image":"mxc://matrix.theocloud.dev/LRYUZFGbhPylNBmJunmhvfFM","matrix:image:size":28000,"og:image:width":480,"og:image:height":270,"og:image:type":"image/jpeg","matched_url":"https://youtube.com/playlist?list=PLmEVawhqg6Ij4TuLJdzgPpIhZS3-sVT0i\u0026si=MUo67KIvNkz9XD0w"}],"format":"org.matrix.custom.html","formatted_body":"https://youtube.com/playlist?list=PLmEVawhqg6Ij4TuLJdzgPpIhZS3-sVT0i\u0026amp;si=MUo67KIvNkz9XD0w","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.568290077Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437799380483838053","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":579.473709,"event_ids":{"":"$T8zoZMS8V05HvQLuWoCwuJbP5tFdKs_jmV1n_UbV3io"},"time":"2026-03-06T19:14:45.568411881Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"858","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.578229394Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"858","time":"2026-03-06T19:14:45.578464972Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2684,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.974458,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.58795234Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2681,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":124.269579,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:45.590723051Z","message":"Request completed"} +{"level":"debug","transaction_id":"859","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.622892312Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"859","time":"2026-03-06T19:14:45.623065102Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$T8zoZMS8V05HvQLuWoCwuJbP5tFdKs_jmV1n_UbV3io","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485623,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:45.623173916Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2682,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":125.17229,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:45.655544602Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272482985010004009","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:45.655649225Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272482985010004009","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":314.455766,"time":"2026-03-06T19:14:45.655754827Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2675,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485399842703_82?ts=1756367067548&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":272.219655,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Projektideen.png","info":{"h":2196,"mimetype":"image/png","size":3724460,"w":9555},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/nhEGtozCUgLbrgXinCjCkFYm"},"time":"2026-03-06T19:14:45.672264412Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1410530457883512944","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":3308.143734,"event_ids":{"1410530457455558716":"$-Ui-BLoFe-bzi2rKHgTjMuI_jebZHQefSjgEz1GuGSU"},"time":"2026-03-06T19:14:45.672424002Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2674,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485394450464_81?ts=1762861117843&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":288.279876,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich auch nicht aber danke","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.682883504Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437768479012032623","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":324.008925,"event_ids":{"":"$VsxxxuN2Mkz44cY5Qtm5Atf9gRcTmfb3mEBh--XhHqM"},"time":"2026-03-06T19:14:45.682974578Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2687,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":30.59816,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.686965992Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","action":"initial backfill","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:45.690558467Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","action":"initial backfill","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","limit":100,"count":100,"found_all":false,"time":"2026-03-06T19:14:45.690629147Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","action":"initial backfill","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:45.690699199Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2688,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":23.116381,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.696197388Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2677,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485422425699_8?ts=1702967591121&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":279.162322,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wann ist eigentlich euer erster Arbeitstag im Januar?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.701750195Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186556820307841106","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":296.057158,"event_ids":{"":"$KTMAjITbE-1Miq_ZbZAH2LZDYvbrsA7_dzvdj1N0CrI"},"time":"2026-03-06T19:14:45.701861035Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2689,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":21.660101,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.705220097Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2693,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.029486,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.715606544Z","message":"Request completed"} +{"level":"debug","transaction_id":"860","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.718541664Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"860","time":"2026-03-06T19:14:45.718633157Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$-Ui-BLoFe-bzi2rKHgTjMuI_jebZHQefSjgEz1GuGSU","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485718,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:45.71877766Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2680,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485466182275_74?ts=1755760606709&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":281.849083,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus and alexx are playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus and alexx are playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$ef4wePMYQxKFEYbiXfbnKrvgXlvpU8AiXviKk2Kky2A"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.748261278Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2686,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":159.049683,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:45.749926945Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454209720738123797","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:45.750020743Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454209720738123797","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":308.793167,"time":"2026-03-06T19:14:45.750087932Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2696,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":20.400566,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.768894838Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2697,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":18.365853,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.768951619Z","message":"Request completed"} +{"level":"debug","transaction_id":"861","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.772559459Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"861","time":"2026-03-06T19:14:45.772694255Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KTMAjITbE-1Miq_ZbZAH2LZDYvbrsA7_dzvdj1N0CrI","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485772,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:45.772934303Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$VsxxxuN2Mkz44cY5Qtm5Atf9gRcTmfb3mEBh--XhHqM","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485772,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:45.772936747Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2691,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":107.333119,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.79855341Z","message":"Request completed"} +{"level":"debug","transaction_id":"862","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.808211542Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"862","time":"2026-03-06T19:14:45.808353811Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$t0Y4IDdVSCBCeE4Te_o_aKN_1so3Yc8Bdof4Aj0pw9c","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485808,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:45.808579751Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2683,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":311.579103,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:45.847388144Z","message":"Request completed"} +{"level":"debug","transaction_id":"863","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:14:45.855632111Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"863","time":"2026-03-06T19:14:45.85569881Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2695,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":166.808177,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:45.882733131Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2685,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485588223398_83?ts=1762868517676&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":305.617232,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Bisschen sus, dass Hackbarth genau in der Reihenfolge die Themen uns präsentiert hat","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.894015933Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437799516160917535","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":325.440621,"event_ids":{"":"$Mu3ZCS9HcWPqRf-mqvG0S8-N7lHqSdhhyOolcatrysY"},"time":"2026-03-06T19:14:45.894120767Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"864","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:45.919751398Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"864","time":"2026-03-06T19:14:45.919876834Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Mu3ZCS9HcWPqRf-mqvG0S8-N7lHqSdhhyOolcatrysY","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824485920,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:45.920092787Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2704,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":27.784217,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.922702721Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2690,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485687198636_10?ts=1723454098178&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":284.380025,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja lol","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.971735528Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272483458803044363","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":315.842343,"event_ids":{"":"$UrwTsem6Rc_sF6JiP7YxwQ_vfLSH-RPS3IYmWcsjoaQ"},"time":"2026-03-06T19:14:45.971847205Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2706,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.317939,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:45.989872367Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2692,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485696429195_4?ts=1756367168111&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":302.35511,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Perfekt, danke 🙂","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:45.998966663Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1410530879675043872","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":326.302195,"event_ids":{"":"$RgrERdKx9XrCoNA50i3jyBSk719PFX07zY6sUIX7h2Y"},"time":"2026-03-06T19:14:45.999078411Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2708,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":22.651442,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.02271805Z","message":"Request completed"} +{"level":"debug","transaction_id":"865","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.024909769Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"865","time":"2026-03-06T19:14:46.025020748Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$UrwTsem6Rc_sF6JiP7YxwQ_vfLSH-RPS3IYmWcsjoaQ","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486025,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.025242357Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2694,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485705487173_36?ts=1762862437665&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":330.31477,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"np","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.035995337Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1437774014746595410","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":352.844826,"event_ids":{"":"$Zc-7TWEcNvLX9KuGDqll8Yo4v7T6saXfVcMW4nw1WL0"},"time":"2026-03-06T19:14:46.036120424Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2703,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":172.62785,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:46.055601866Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186567331061706752","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:46.055721506Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186567331061706752","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":353.553934,"time":"2026-03-06T19:14:46.055803431Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2710,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":30.808525,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.068047752Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2711,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":28.792458,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.085214971Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2699,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485769171902_37?ts=1766781209576&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":317.669486,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wat los mein jung","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.086991408Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454210535448117298","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":336.805349,"event_ids":{"":"$bwttKlA9AweDWllDMOzqUDNAlP_AJgHlRhA8DPB7uFk"},"time":"2026-03-06T19:14:46.0870968Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"866","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.096054695Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"866","time":"2026-03-06T19:14:46.096227345Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$RgrERdKx9XrCoNA50i3jyBSk719PFX07zY6sUIX7h2Y","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486096,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.09640635Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$Zc-7TWEcNvLX9KuGDqll8Yo4v7T6saXfVcMW4nw1WL0","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486096,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.096441551Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$n0jLvN28q4e9GNehRo19WLfBEu7CY9-piHTCzYYbQkk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486096,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:46.096516003Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$bwttKlA9AweDWllDMOzqUDNAlP_AJgHlRhA8DPB7uFk","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486096,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.096500149Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2698,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485769116587_75?ts=1755760606709&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":332.562363,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":23293,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/rnJMPnSGOVyzwhHXSwXwKCWU"},"time":"2026-03-06T19:14:46.101917182Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1407986776760389714","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":1032.640681,"event_ids":{"":"$t0Y4IDdVSCBCeE4Te_o_aKN_1so3Yc8Bdof4Aj0pw9c","1407988265407086712":"$n0jLvN28q4e9GNehRo19WLfBEu7CY9-piHTCzYYbQkk"},"time":"2026-03-06T19:14:46.102028929Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2702,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":227.796226,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1865170 bytes>","time":"2026-03-06T19:14:46.105495688Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2714,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.430599,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.109263676Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2715,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":19.073145,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.124917764Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2700,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485798781934_2?ts=1694554171460&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":328.471565,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber gott bewahre der wär in nem andern team gewesen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.127402401Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151268380570030080","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":436.593131,"event_ids":{"":"$cNmaxuH1_xqRYoXRwBB5Nc2O4chfqNh7-BstrpfFsjM"},"time":"2026-03-06T19:14:46.127487958Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2718,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.878419,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.14198951Z","message":"Request completed"} +{"level":"debug","transaction_id":"867","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.144344659Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"867","time":"2026-03-06T19:14:46.14445487Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$cNmaxuH1_xqRYoXRwBB5Nc2O4chfqNh7-BstrpfFsjM","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486144,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.14465434Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2707,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":174.492497,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:46.164774838Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2705,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824485922904495_83?ts=1762869455015&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":289.945333,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Etwas sussi","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.212996008Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1437803447645634692","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":318.547542,"event_ids":{"":"$E6GPAeEp5JMxr8XhFdIHpc2F6fKWSbDCw0dAp9d7X7A"},"time":"2026-03-06T19:14:46.213119559Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2716,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":122.460246,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:46.232097299Z","message":"Request completed"} +{"level":"debug","transaction_id":"868","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.252651169Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"868","time":"2026-03-06T19:14:46.252771227Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$E6GPAeEp5JMxr8XhFdIHpc2F6fKWSbDCw0dAp9d7X7A","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486252,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.252977891Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2719,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":132.951177,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:46.275302819Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2720,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.175077,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:46.284162585Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272646774028505109","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:46.284271679Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272646774028505109","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":312.143639,"time":"2026-03-06T19:14:46.284373509Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2709,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486022957678_84?ts=1756903937796&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":269.024582,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://excalidraw.com/#room=7968daf85b439d855c4c,2DbN3RT8Fja8IvJvSLj7eQ","com.beeper.linkpreviews":[{"og:title":"Excalidraw — Collaborative whiteboarding made easy","og:description":"Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.","og:image":"mxc://matrix.theocloud.dev/pExrAXaGGbdpubvOsXjVSbPm","matrix:image:size":74022,"og:image:width":1200,"og:image:height":675,"og:image:type":"image/png","matched_url":"https://excalidraw.com/"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.292158683Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1412782254912045096","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":292.748102,"event_ids":{"":"$a0l_U4Ki7EzHW6InxHMdetfPIWH_A3LqkgBJX9hkTiw"},"time":"2026-03-06T19:14:46.29228398Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2724,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":24.739235,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.309745584Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2701,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":479.855643,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"is_direct":true,"membership":"invite"},"time":"2026-03-06T19:14:46.327775007Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2713,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486085505934_9?ts=1702970216711&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":245.338918,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Okay. Ich habe bis zum 03.01. noch Urlaub und bin dann bis auf die letzte Januarwoche in der BDR","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.331006606Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186567832830484540","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":275.05944,"event_ids":{"":"$fG5zysOlOx7zKiM3RduosNT787hLxB98TeG5hkctPVw"},"time":"2026-03-06T19:14:46.331098658Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2712,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486068422315_85?ts=1763126357198&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":283.061753,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Jungs macht ihr gerade eine Lernsession?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.351718459Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438880973499531425","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":315.27704,"event_ids":{"":"$7emWHa--TYEGEwM56E2wxf38Onv9sLMADbduVwU0fEE"},"time":"2026-03-06T19:14:46.35186834Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2728,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":20.375562,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.35215644Z","message":"Request completed"} +{"level":"debug","transaction_id":"869","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.361501679Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"869","time":"2026-03-06T19:14:46.361610773Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$a0l_U4Ki7EzHW6InxHMdetfPIWH_A3LqkgBJX9hkTiw","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486361,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.36184656Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2730,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":24.572731,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.377287001Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2717,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486125192593_101?ts=1765463177332&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":282.235939,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExMHNqdHRwanRqOGYybmpldmg2NnVnem1tOWIybXRyOWVkOTVwcGZqZiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/ITMAT1OAolUIKSFAGm/giphy.gif","info":{"h":480,"mimetype":"image/gif","size":1865170,"w":480},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/hOlDTStgAuEbngUYcXJhAoxv"},"time":"2026-03-06T19:14:46.407710066Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448682307534721037","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":1179.517002,"event_ids":{"video_https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExMHNqdHRwanRqOGYybmpldmg2NnVnem1tOWIybXRyOWVkOTVwcGZqZiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/ITMAT1OAolUIKSFAGm/giphy.gif":"$igcLV8Sd_5SEAvBO2sawNuCqFUUtziMlyYd1GtqQuGQ"},"time":"2026-03-06T19:14:46.407831941Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2721,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":178.981676,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:46.411256165Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454210630541377578","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:46.411391031Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454210630541377578","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":323.967648,"time":"2026-03-06T19:14:46.411495026Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2732,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.510574,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.436151498Z","message":"Request completed"} +{"level":"debug","transaction_id":"870","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.441598284Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"870","time":"2026-03-06T19:14:46.441836655Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$7emWHa--TYEGEwM56E2wxf38Onv9sLMADbduVwU0fEE","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486441,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.441941558Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$fG5zysOlOx7zKiM3RduosNT787hLxB98TeG5hkctPVw","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486441,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.441961533Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2733,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":30.922088,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.442933807Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2723,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":198.805206,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:46.474356664Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151268576477577256","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:46.474441801Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151268576477577256","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":346.652684,"time":"2026-03-06T19:14:46.474502354Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2722,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":245.705589,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<72854 bytes>","time":"2026-03-06T19:14:46.485164958Z","message":"Request completed"} +{"level":"debug","transaction_id":"871","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.48812564Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"871","time":"2026-03-06T19:14:46.488201489Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$igcLV8Sd_5SEAvBO2sawNuCqFUUtziMlyYd1GtqQuGQ","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486488,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:46.488401447Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2736,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":15.049533,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.489943912Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2726,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":177.992571,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22649 bytes>","time":"2026-03-06T19:14:46.498289849Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2737,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":13.688308,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.499185297Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2739,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":8.411868,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.50726695Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2735,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":108.335005,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:46.55153526Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2725,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486309908806_11?ts=1723496360583&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":267.020739,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"liege schon im Bettchen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.577066017Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272660720177250366","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":292.556455,"event_ids":{"":"$ayk8401cOFekyigA2qEc7uG-iblMZaiS527V-jh_-LE"},"time":"2026-03-06T19:14:46.577159954Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2744,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.782247,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.592608846Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2743,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":29.583073,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<4639 bytes>","time":"2026-03-06T19:14:46.602243372Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2729,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486352483441_10?ts=1702970233970&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":259.036934,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Habe aber diese Woche noch 3 Klausuren xD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.611650701Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186567905219985418","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":280.29188,"event_ids":{"":"$VWkgc4s0K0Q8nrYHAZ2xS2Co6T5CSnsWqiHmtX-C5VY"},"time":"2026-03-06T19:14:46.61173947Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"872","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.614376434Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"872","time":"2026-03-06T19:14:46.614486226Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ayk8401cOFekyigA2qEc7uG-iblMZaiS527V-jh_-LE","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486614,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.614670888Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2746,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.688029,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.616244993Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2727,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/fi.mau.dummy.portal_created/mautrix-go_1772824486328516661_2?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":293.02356,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:46.621629409Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","action":"initial backfill","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","limit":100,"before_id":"","time":"2026-03-06T19:14:46.62192128Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2747,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.596114,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.623902564Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2731,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486377580547_114?ts=1763126696914&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":269.353889,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"y","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.647120426Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438882398371840000","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":294.889465,"event_ids":{"":"$8Ty0CbPIPnS7wSBSShhfMJfNQXtNf1KFr3Crv5ws2f0"},"time":"2026-03-06T19:14:46.647210942Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2751,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.595918,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.672351909Z","message":"Request completed"} +{"level":"debug","transaction_id":"873","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.674892769Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"873","event_id":"$2GHkVAvERK3ub0yeheDJDoO6-8_1X8BooSsnKqSrf7A","time":"2026-03-06T19:14:46.674981329Z","message":"Not parsing content of unsupported event"} +{"level":"debug","transaction_id":"873","time":"2026-03-06T19:14:46.675044956Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8S5IQGuxIiiimTwWRdKHhataa0Slvjr75zCePsaXKn0","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486675,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.675226196Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$8Ty0CbPIPnS7wSBSShhfMJfNQXtNf1KFr3Crv5ws2f0","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486675,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.675228501Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$VWkgc4s0K0Q8nrYHAZ2xS2Co6T5CSnsWqiHmtX-C5VY","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486675,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.675236114Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2734,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486436362351_86?ts=1765464108674&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":241.822083,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"würds auch mal probieren","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.678367001Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448686213866328205","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":270.255692,"event_ids":{"":"$8S5IQGuxIiiimTwWRdKHhataa0Slvjr75zCePsaXKn0"},"time":"2026-03-06T19:14:46.678499701Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2742,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":133.209245,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:46.68492358Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454210689252982828","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:46.684995098Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454210689252982828","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":273.355639,"time":"2026-03-06T19:14:46.685055093Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2753,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.598639,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.700928206Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2754,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.88737,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.71040887Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2738,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486490136887_3?ts=1694554232817&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":239.789115,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"xD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.730064149Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151268637919936572","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":255.499915,"event_ids":{"":"$ELkGRRGphlLJSLQyuoAtXyR4kCQBp2cPaqdb2uhCymE"},"time":"2026-03-06T19:14:46.730162208Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"874","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.740731781Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"874","time":"2026-03-06T19:14:46.740860361Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ELkGRRGphlLJSLQyuoAtXyR4kCQBp2cPaqdb2uhCymE","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486741,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.741083018Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2757,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":21.06253,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.751934195Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2740,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486499371845_84?ts=1763539240994&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":266.911646,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://one.google.com/about/google-ai-plans/","com.beeper.linkpreviews":[{"og:title":"Google AI Plans with Cloud Storage - Google One","og:description":"Explore Google AI Plans. Access our most advanced AI, generate videos from text, and secure cloud storage.","og:image":"mxc://matrix.theocloud.dev/tneuAHzIADOHqKIrVniYyVhA","matrix:image:size":72854,"og:image:width":1200,"og:image:height":514,"og:image:type":"image/jpeg","matched_url":"https://one.google.com/about/google-ai-plans/"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.766468782Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1440612733656633385","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":553.065315,"event_ids":{"":"$7S7BGMK6GcTN2B79dp6Swod0QxThB7T2GBIYVFAyXjM"},"time":"2026-03-06T19:14:46.766591495Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2741,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486507401536_76?ts=1755779034686&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":280.850199,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Maja was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$t0Y4IDdVSCBCeE4Te_o_aKN_1so3Yc8Bdof4Aj0pw9c"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.788509313Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2759,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":21.551426,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.788844556Z","message":"Request completed"} +{"level":"debug","transaction_id":"875","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.802662841Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"875","time":"2026-03-06T19:14:46.802796449Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$7S7BGMK6GcTN2B79dp6Swod0QxThB7T2GBIYVFAyXjM","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486802,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.802986769Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$aRs7nr8tYxTFospqIWe57PUJer6CHRLEikFSHp06NPc","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486802,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:46.802996896Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2760,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":16.735106,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.805532798Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2745,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":215.73594,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:46.808647342Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2750,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":210.861372,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:46.83505441Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2749,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JfUqzIUZWigCkliTeH:matrix.theocloud.dev/state/m.space.child/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":228.916705,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:14:46.850991009Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2756,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":152.981231,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:46.863816278Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2763,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":94.141877,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:46.902955094Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272660757087129735","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:46.90305001Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272660757087129735","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":325.592178,"time":"2026-03-06T19:14:46.903123624Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2748,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486616447535_102?ts=1756904525436&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":300.406722,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"message.txt","info":{"mimetype":"text/plain; charset=utf-8","size":4639},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/ElIlqnpgBlNnqzuTNPgHjMiJ"},"time":"2026-03-06T19:14:46.917043599Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1412784719652720673","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":624.536822,"event_ids":{"1412784719514439841":"$8sJcAfpZn4NSdoeqaq5gdLcivVTjSz9td0uexhZ4OjM"},"time":"2026-03-06T19:14:46.917136629Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2766,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.718765,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.923477046Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2767,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":23.074266,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.940799385Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","action":"initial backfill","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","limit":100,"count":50,"time":"2026-03-06T19:14:46.952036581Z","message":"Added messages to backfill collection"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","action":"initial backfill","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","limit":100,"before_id":"1289683323114749986","time":"2026-03-06T19:14:46.952217752Z","message":"Fetching messages for backfill"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2764,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":117.19484,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:46.952455285Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186568370364108821","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:46.952525826Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186568370364108821","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":340.540301,"time":"2026-03-06T19:14:46.952582119Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"876","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:46.965344389Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"876","time":"2026-03-06T19:14:46.965435184Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8sJcAfpZn4NSdoeqaq5gdLcivVTjSz9td0uexhZ4OjM","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824486965,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:46.965627879Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2770,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":17.134254,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:46.970147998Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2752,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486672515899_87?ts=1763126899082&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":309.516523,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wollt nur fragen, weil ihr beide auf bitte nicht stören seid","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.982203046Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438883246325764216","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":334.784463,"event_ids":{"":"$_zUrp6x1PRER3qQ2uedlV-8WXdCmeb6NWj9jEbPhins"},"time":"2026-03-06T19:14:46.982286228Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2755,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486701163854_115?ts=1765464541584&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":290.861105,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das freut mich","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:46.992191323Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448688029622603847","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":313.318105,"event_ids":{"":"$Wrw5iQBCEAmoN3-iCjLQtXSLkcIi81YeCWtz7ktnZPw"},"time":"2026-03-06T19:14:46.992261444Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2765,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":147.666447,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:47.011681774Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454210729962901514","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:47.011770544Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454210729962901514","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":326.62759,"time":"2026-03-06T19:14:47.011846113Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2772,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":28.969789,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.011873631Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2773,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":24.854963,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.017600065Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2775,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":25.478725,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.037880852Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2758,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486752107264_4?ts=1694554248005&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":293.27136,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"angespielt sozusagen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.04551328Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151268701623042191","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":315.067723,"event_ids":{"":"$DHJnQNMPeWVFLijn71VVCsGZ2tbNU4rm0U-IQKrd8CU"},"time":"2026-03-06T19:14:47.045607707Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"877","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.047371503Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"877","time":"2026-03-06T19:14:47.047442672Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_zUrp6x1PRER3qQ2uedlV-8WXdCmeb6NWj9jEbPhins","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487047,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.04765157Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2778,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.823873,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.061096339Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2761,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486789076432_85?ts=1763539288352&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":283.635996,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://one.google.com/ai-student?hl=en-US","com.beeper.linkpreviews":[{"og:title":"Sign in - Google Accounts","matched_url":"https://one.google.com/ai-student?hl=en-US"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.072854278Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1440612932290478172","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":306.018964,"event_ids":{"":"$UIAIQ7SFPo__48YUW9_gkiyFuWkTQTSDhb6R7FwH0ao"},"time":"2026-03-06T19:14:47.072958273Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2762,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486805795125_77?ts=1755779034686&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":283.24879,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 unfinished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22649,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/WuuoBYGwpHpihDRGirAHcEvM"},"time":"2026-03-06T19:14:47.089309945Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1408064069298032710","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":986.9383,"event_ids":{"":"$aRs7nr8tYxTFospqIWe57PUJer6CHRLEikFSHp06NPc","1408064081486811178":"$Sg77MKi_INdFMaN5NjJx5ODY28NckxOpPk3vr_QGeI0"},"time":"2026-03-06T19:14:47.089470163Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"878","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.093834953Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"878","time":"2026-03-06T19:14:47.093971215Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Wrw5iQBCEAmoN3-iCjLQtXSLkcIi81YeCWtz7ktnZPw","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487094,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.094140094Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$DHJnQNMPeWVFLijn71VVCsGZ2tbNU4rm0U-IQKrd8CU","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487094,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.094167821Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$UIAIQ7SFPo__48YUW9_gkiyFuWkTQTSDhb6R7FwH0ao","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487094,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.09419499Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$Sg77MKi_INdFMaN5NjJx5ODY28NckxOpPk3vr_QGeI0","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487094,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:47.094271886Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2768,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":178.716067,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:47.102609651Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2780,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":20.979558,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<76255 bytes>","time":"2026-03-06T19:14:47.123542974Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2782,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":10.821146,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.134798608Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2777,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":102.625682,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:47.140909034Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2779,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":107.992988,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:47.169494551Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2781,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":80.321915,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:47.183149125Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272660774829031528","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:47.183224625Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272660774829031528","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":279.908725,"time":"2026-03-06T19:14:47.183292372Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2769,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486941023649_5?ts=1756905208605&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":255.206088,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://docs.google.com/document/d/1puh0_7eH1u8m1fGNzP0IcoRfIT6w37ysj8TUqG11O4U/edit?usp=sharing","com.beeper.linkpreviews":[{"og:title":"Unbenanntes Dokument","matched_url":"https://docs.google.com/document/d/1puh0_7eH1u8m1fGNzP0IcoRfIT6w37ysj8TUqG11O4U/edit?usp=sharing"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.196442336Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1412787585071186105","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":279.121324,"event_ids":{"":"$yRQ9VaUbS9kZa0eLkZn2J_T7OQ7PeGyKQBuV7m0Bbr8"},"time":"2026-03-06T19:14:47.196580554Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","action":"initial backfill","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","limit":100,"count":4,"time":"2026-03-06T19:14:47.19742369Z","message":"Added messages to backfill collection"} +{"level":"info","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","action":"initial backfill","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","limit":100,"count":54,"found_all":false,"time":"2026-03-06T19:14:47.197502192Z","message":"Collected messages to backfill"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","action":"initial backfill","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:47.197576504Z","message":"Not using hungryserv, sending messages one by one"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2786,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":25.96301,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.209750005Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2771,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824486970351658_11?ts=1702970393687&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":253.897035,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ne. In der Woche sind alle Azubis in der Berufsschule. Aber danach sind wir wieder da xD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.22441834Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186568575121641512","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":271.763935,"event_ids":{"":"$fAYmcct3PPcO3nN0dAl-dF5jk45Xg3xvVSCUqoxsMIE"},"time":"2026-03-06T19:14:47.224524081Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2787,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.797906,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.225101047Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2788,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":28.246223,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.226244574Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2790,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.407472,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.237706033Z","message":"Request completed"} +{"level":"debug","transaction_id":"879","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.25055386Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"879","time":"2026-03-06T19:14:47.250647868Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$yRQ9VaUbS9kZa0eLkZn2J_T7OQ7PeGyKQBuV7m0Bbr8","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487250,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.250880582Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2776,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487017773483_117?ts=1765464570307&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":248.427201,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"du wirst da aber echt mit 10 bulldozer überrollt bei der komplexität und dem UI.","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.266362788Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448688150095462562","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":273.910046,"event_ids":{"":"$f4BvpDcyDn-J-C-5Ch6LEzYVekil3bMc9LYfSdZ6hp0"},"time":"2026-03-06T19:14:47.266435564Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2774,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487012081551_116?ts=1763126938681&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":268.242001,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja lerne bis 20 uhr ungefähr","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.280462747Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438883412416004189","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":297.98592,"event_ids":{"":"$AjoAsGX5eUh2J269O_6yD9nV1S7fR-JvDfp2Xml46I4"},"time":"2026-03-06T19:14:47.280565904Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2794,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.107788,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.287996628Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2784,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":148.575583,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:47.289681642Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454210906421723196","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:47.289760424Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454210906421723196","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":277.797954,"time":"2026-03-06T19:14:47.289844095Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2795,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":19.199558,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.30037784Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2797,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":12.986114,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.303283416Z","message":"Request completed"} +{"level":"debug","transaction_id":"880","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.305151486Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"880","time":"2026-03-06T19:14:47.305253805Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$fAYmcct3PPcO3nN0dAl-dF5jk45Xg3xvVSCUqoxsMIE","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487305,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.305440074Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$f4BvpDcyDn-J-C-5Ch6LEzYVekil3bMc9LYfSdZ6hp0","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487305,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.305476183Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$AjoAsGX5eUh2J269O_6yD9nV1S7fR-JvDfp2Xml46I4","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487305,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.30552619Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2785,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":153.266955,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:47.32295413Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151268867365159045","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:47.323052329Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151268867365159045","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":277.204993,"time":"2026-03-06T19:14:47.32315786Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2800,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":6.955867,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.330686433Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2789,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":137.445595,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:47.347564926Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2793,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":130.145546,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:47.368154554Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2783,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487134974470_103?ts=1763543716855&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":258.617322,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/krillion-krill-shrimp-gif-9336978018823938700","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":240,"mimetype":"video/mp4","size":76255,"w":444},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/IVIqtfhKOsmlkJusClFIWWXL"},"time":"2026-03-06T19:14:47.393770519Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1440631506778325092","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":320.58456,"event_ids":{"video_https://tenor.com/view/krillion-krill-shrimp-gif-9336978018823938700":"$yfmpN3Z09Huu91c2f2P2vwYuQWK7mMVecnW9jr0AOGM"},"time":"2026-03-06T19:14:47.393848602Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"881","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.429474425Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"881","time":"2026-03-06T19:14:47.429592039Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$yfmpN3Z09Huu91c2f2P2vwYuQWK7mMVecnW9jr0AOGM","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487429,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:47.429807642Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2801,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":109.349533,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23419 bytes>","time":"2026-03-06T19:14:47.440066976Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2803,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":106.796101,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:47.454531092Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272902899428491306","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:47.454613157Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272902899428491306","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":271.170275,"time":"2026-03-06T19:14:47.454678041Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2805,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":14.440229,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.455036611Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2791,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487225364003_88?ts=1757494372817&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":238.35679,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ERM für DB: https://drive.google.com/file/d/1Ym0FHu_sBH2OKk0DQ7lhb0idgyK1-fMo/view?usp=sharing","com.beeper.linkpreviews":[{"og:title":"Backlog-Manager-ERM","matched_url":"https://drive.google.com/file/d/1Ym0FHu_sBH2OKk0DQ7lhb0idgyK1-fMo/view?usp=sharing"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.463897354Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1415258718882496523","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":267.034219,"event_ids":{"":"$a4xOJP8ewTjsNIi_6vS1s_nOkVJsnt05e6BdEk2nCh0"},"time":"2026-03-06T19:14:47.463985076Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2792,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487226448583_3?ts=1700212767995&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":238.98991,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"frech dass du kurssprecher rolle hast","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.465546399Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1175002254651183184","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":267.862966,"event_ids":{"":"$K6xPQJegPbs98FmbvcJ1pYmzRAML3Rvn2LcyLkoA8WY"},"time":"2026-03-06T19:14:47.465605486Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2806,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.9725,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.472107867Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2808,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.400288,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.487413512Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2804,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":132.178443,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:47.500524924Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186580846971465829","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:47.500656437Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186580846971465829","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":275.795856,"time":"2026-03-06T19:14:47.500768673Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"882","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.511381689Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"882","time":"2026-03-06T19:14:47.511478071Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$a4xOJP8ewTjsNIi_6vS1s_nOkVJsnt05e6BdEk2nCh0","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487511,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.51167761Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2811,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":18.195298,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.519542125Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2796,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487288170047_118?ts=1765464571326&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":241.053817,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Leider","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.529392114Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448688154369327205","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":262.799754,"event_ids":{"":"$2cHB3OOEDOgl7EVCC4v2lK50T0uvgZNCavtHNxJE00k"},"time":"2026-03-06T19:14:47.52947802Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2799,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487303470873_38?ts=1766781324519&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":229.730855,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"auf dam brattlegrounds im Dome bereich bei autos ganz gerne mal","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.533413001Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211017553870932","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":243.530143,"event_ids":{"":"$dk5rbNEIkRnV5VjfZfWrihap4WZN9IIUcKSVLoPF1Ms"},"time":"2026-03-06T19:14:47.533556596Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2813,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":29.560653,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.559547195Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2814,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":27.659338,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.562089591Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2798,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487300674460_119?ts=1763126943182&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":264.775591,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"max 2 stunden","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.565626402Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438883431294435543","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":284.844615,"event_ids":{"":"$f5qLXeeOhF7C3v-QkLkLUhUQPMj_mv0UtsJ1FLameAI"},"time":"2026-03-06T19:14:47.565731794Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"883","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.575143802Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"883","time":"2026-03-06T19:14:47.575263861Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$K6xPQJegPbs98FmbvcJ1pYmzRAML3Rvn2LcyLkoA8WY","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487575,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.575464099Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2817,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.791823,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.588321564Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2802,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487330882481_5?ts=1694554298766&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":267.760438,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"mach das","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.598827232Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151268914530095154","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":275.521027,"event_ids":{"":"$nfbiM2yt_v7tRoiayDBGb5wEjM5PdbfaGKpwEN5lrOw"},"time":"2026-03-06T19:14:47.598946104Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2819,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":15.036473,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.614735616Z","message":"Request completed"} +{"level":"debug","transaction_id":"884","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.621243026Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"884","time":"2026-03-06T19:14:47.621372374Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$f5qLXeeOhF7C3v-QkLkLUhUQPMj_mv0UtsJ1FLameAI","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487621,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.621541671Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$2cHB3OOEDOgl7EVCC4v2lK50T0uvgZNCavtHNxJE00k","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487621,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.621560249Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$dk5rbNEIkRnV5VjfZfWrihap4WZN9IIUcKSVLoPF1Ms","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487621,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.62154649Z","message":"Sent message checkpoint"} +{"level":"warn","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1415312185353048074","message_type":0,"author_id":"388409312340344833","action":"discord message create","embed_type":"link","embed_index":0,"computed_embed_type":"link preview","error":"unexpected status 404 downloading https://images-ext-1.discordapp.net/external/4b8i4vWk8m8tA4ujvoChQrWRyOvTSldyOXBq_CRpRIM/https/lh7-us.googleusercontent.com/docs/AHkbwyJfoh-hLArM9_NSjsNFd59y3uz4yn41GdlGPfXPt5-XLDV9cl_74w0qinsee4vPRVrAr8bLALt_oq0wgqPPIKQ42yTyHO8AT3jEsY_KdrwDQS_6XAAA%3Dw1200-h630-p: {\"message\":\"Invalid resource \\\"https://images-ext-1.discordapp.net/external/4b8i4vWk8m8tA4ujvoChQrWRyOvTSldyOXBq_CRpRIM/https/lh7-us.googleusercontent.com/docs/AHkbwyJfoh-hLArM9_NSjsNFd59y3uz4yn41GdlGPfXPt5-XLDV9cl_74w0qinsee4vPRVrAr8bLALt_oq0wgqPPIKQ42yTyHO8AT3jEsY_KdrwDQS_6XAAA%3Dw1200-h630-p\\\"\"}","time":"2026-03-06T19:14:47.627389282Z","message":"Failed to reupload image in URL preview"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2821,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.239092,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.648885672Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2809,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":182.562138,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:47.65494253Z","message":"Request completed"} +{"level":"debug","transaction_id":"885","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.669899313Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"885","time":"2026-03-06T19:14:47.669983892Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nfbiM2yt_v7tRoiayDBGb5wEjM5PdbfaGKpwEN5lrOw","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487670,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.670169393Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2810,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":191.018705,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:47.678742247Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2807,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487455253121_78?ts=1755847326639&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":284.815072,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 1 day streak!** 🔥 Here are yesterday's results:\n👑 5/6: @alexx\n6/6: lagopodus\nX/6: Maja\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 1 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 5/6: @alexx\u003cbr\u003e\n6/6: \u003ca href=\"https://matrix.to/#/@discord_1142482369744482355:matrix.theocloud.dev\"\u003elagopodus\u003c/a\u003e\u003cbr\u003e\nX/6: \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_1142482369744482355:matrix.theocloud.dev","@discord_769998429991600219:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$t0Y4IDdVSCBCeE4Te_o_aKN_1so3Yc8Bdof4Aj0pw9c"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.740432351Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2825,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":19.866762,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.76057038Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2823,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":107.278431,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:47.762384811Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272903049190441012","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:47.762483219Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272903049190441012","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":307.735965,"time":"2026-03-06T19:14:47.762580509Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2827,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.718625,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.781870653Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2812,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487519715822_12?ts=1702973343756&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":264.325039,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Jep. Irgendwann sehen wir uns xD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.784234673Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1186580948607848509","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":283.295864,"event_ids":{"":"$5UDo4dSgsF5yKVCJNyeBcrv7JImIva7wSzVdZLKwzBw"},"time":"2026-03-06T19:14:47.784353754Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"886","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.789357391Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"886","time":"2026-03-06T19:14:47.78949512Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6HivJCgoHnTJPts0cyaCZEf01p1iGkWmU7tJouTNA40","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487789,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.78969878Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2824,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":117.91233,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:47.796835398Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1175002656914292826","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:47.796923539Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1175002656914292826","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":331.209798,"time":"2026-03-06T19:14:47.797030328Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2829,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":15.689707,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.800697045Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2830,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":25.481449,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.823105016Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2815,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487559809173_89?ts=1765464584970&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":277.355922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dachte mir schon, dass du wieder im strategy grind drin bist","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.837325173Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448688211596410902","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":307.695037,"event_ids":{"":"$34mwaUoziOnRdMQ4BKtHruq8kZj8BAloTDV7qXGDX-Q"},"time":"2026-03-06T19:14:47.837442159Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2816,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487562291086_39?ts=1766781336998&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":278.306894,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"sonst gibts nen arc raider wiki","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.840805831Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211069894725812","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":306.913293,"event_ids":{"":"$8-gzHfqv6i4mUYXb3iexDiL_84sM3n4tPyUseAIQtuM"},"time":"2026-03-06T19:14:47.840930848Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"887","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.846715601Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"887","time":"2026-03-06T19:14:47.846831888Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5UDo4dSgsF5yKVCJNyeBcrv7JImIva7wSzVdZLKwzBw","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487847,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.84705692Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$34mwaUoziOnRdMQ4BKtHruq8kZj8BAloTDV7qXGDX-Q","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487847,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.847078012Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$8-gzHfqv6i4mUYXb3iexDiL_84sM3n4tPyUseAIQtuM","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487847,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.847111327Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2834,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.586833,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.856714843Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2835,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.366201,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.860113226Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2818,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487588577676_90?ts=1763127104871&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":297.518395,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"I see","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.886275007Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438884109467390054","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":320.23479,"event_ids":{"":"$temalYyFFDjSFTfA9DKlmz9BOvXTLjCeCrgWVQL4u1s"},"time":"2026-03-06T19:14:47.886399536Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2820,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487614939904_6?ts=1694632060522&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":279.992327,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gleich apex?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.895085674Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151595070974345216","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":295.792385,"event_ids":{"":"$hv4fZTArwR3oFiDgVIkbDRgZziQm3aI78XojRywZEpE"},"time":"2026-03-06T19:14:47.895179123Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2838,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.770031,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.907820776Z","message":"Request completed"} +{"level":"debug","transaction_id":"888","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.911494407Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"888","time":"2026-03-06T19:14:47.911587647Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$temalYyFFDjSFTfA9DKlmz9BOvXTLjCeCrgWVQL4u1s","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487911,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.911816869Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2839,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":23.456093,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.919414516Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2822,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487649143041_91?ts=1757507120217&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":282.747812,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Risikomanagement Plan: https://docs.google.com/spreadsheets/d/1lCxBTX7LYudqIN6QAEItjl5Xk6cfvmlBlr7Y3Fr8rgs/edit?usp=sharing","com.beeper.linkpreviews":[{"og:title":"Risikomanagement - Backlog Manager","matched_url":"https://docs.google.com/spreadsheets/d/1lCxBTX7LYudqIN6QAEItjl5Xk6cfvmlBlr7Y3Fr8rgs/edit?usp=sharing"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:47.932050023Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1415312185353048074","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":467.90452,"event_ids":{"":"$W444BN50KSYjrtoC_3Pg2ulm0YFEP4HDRZsGXOnKnNI"},"time":"2026-03-06T19:14:47.932144799Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"889","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:47.95498656Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"889","time":"2026-03-06T19:14:47.955089438Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hv4fZTArwR3oFiDgVIkbDRgZziQm3aI78XojRywZEpE","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487955,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.955308533Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$W444BN50KSYjrtoC_3Pg2ulm0YFEP4HDRZsGXOnKnNI","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824487955,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:47.955308533Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2828,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":175.002555,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:47.957271728Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2832,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":169.376973,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<609583 bytes>","time":"2026-03-06T19:14:47.986699402Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2837,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":133.321481,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:47.993753676Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2843,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":8.490091,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:47.995543314Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2826,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487760850238_79?ts=1755847326639&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":260.692265,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 solved and 1 unsolved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":23419,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/VWmwmdqSFHVwBhkyHxYIhXQu"},"time":"2026-03-06T19:14:48.021771166Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1408350506509930546","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":931.930071,"event_ids":{"":"$6HivJCgoHnTJPts0cyaCZEf01p1iGkWmU7tJouTNA40","1408350506279239680":"$6vem8EwAjAtANj8rCOly6B3-NZACeV3tVj0yHyfQFZg"},"time":"2026-03-06T19:14:48.021886615Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2841,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":109.185613,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.029033989Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2842,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":88.754387,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.04623201Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272903464372142082","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.046354583Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272903464372142082","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":283.68265,"time":"2026-03-06T19:14:48.046481067Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2831,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487800885619_13?ts=1704971550197&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":257.806314,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Du hast SOT?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.058821909Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1194962033876156427","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":274.171396,"event_ids":{"":"$fSQsvUUkMYwTwTZQMbRhtK86EMKexMp78HCdLZXEPVk"},"time":"2026-03-06T19:14:48.058890983Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2833,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487823352956_4?ts=1700212933982&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":236.420973,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gleich gehts los","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.059921156Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1175002950851104801","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":262.743112,"event_ids":{"":"$XTzPjKJ_cjkaxPDRL5EYUVd-VLSXtsGhjklhkbKeKzs"},"time":"2026-03-06T19:14:48.059996376Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2847,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.81214,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.062251093Z","message":"Request completed"} +{"level":"debug","transaction_id":"890","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.065874787Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"890","time":"2026-03-06T19:14:48.065949099Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6vem8EwAjAtANj8rCOly6B3-NZACeV3tVj0yHyfQFZg","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488066,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:48.066098003Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2848,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.443369,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.069869274Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2849,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":10.957338,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.071631254Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2836,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487856880578_92?ts=1765464600524&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":238.588596,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja ich hab keine erwartungen irgendwas beim ersten mal zu raffen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.095621151Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448688276834881737","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":257.907166,"event_ids":{"":"$a5NZ0aOf75Iw3f5zmKKT7fP38UAAaUNQZ5PekRGc5RM"},"time":"2026-03-06T19:14:48.095727451Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"891","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.103407931Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"891","time":"2026-03-06T19:14:48.10350585Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$XTzPjKJ_cjkaxPDRL5EYUVd-VLSXtsGhjklhkbKeKzs","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488103,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.103753929Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$a5NZ0aOf75Iw3f5zmKKT7fP38UAAaUNQZ5PekRGc5RM","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488103,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.103748691Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$fSQsvUUkMYwTwTZQMbRhtK86EMKexMp78HCdLZXEPVk","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488103,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.103759028Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2853,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.140677,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.110581287Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2844,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.917849,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.113894253Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211166766108692","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.114031493Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211166766108692","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":272.705966,"time":"2026-03-06T19:14:48.114132275Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2855,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.163309,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.131929821Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2840,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487907993286_120?ts=1763127401026&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":234.330385,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"kannst joinen, wenn du magst","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.142492899Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438885351631491242","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":255.866725,"event_ids":{"":"$QP7_e5WagVIbfVgi5fhalFn2kJQnHP6xLIQninWJ6wE"},"time":"2026-03-06T19:14:48.142622177Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2857,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.124337,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.161494455Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2846,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":134.622223,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.163839338Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151595416475947128","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.163935721Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1151595416475947128","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":268.457603,"time":"2026-03-06T19:14:48.164031125Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2859,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.845734,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.179437203Z","message":"Request completed"} +{"level":"debug","transaction_id":"892","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.183704144Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"892","time":"2026-03-06T19:14:48.183823016Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QP7_e5WagVIbfVgi5fhalFn2kJQnHP6xLIQninWJ6wE","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488183,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.183999996Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2850,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":129.211056,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.191898663Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2851,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":144.63683,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.214770946Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":2845,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824487995806619_86?ts=1763543739587&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":255.618506,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://cdn.discordapp.com/attachments/888946307346100247/1440327283872235663/CXETafW.gif","info":{"h":300,"mimetype":"image/gif","size":609583,"w":400},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/trtTiOjXPSopuRmmNkVNNZSg"},"time":"2026-03-06T19:14:48.251633674Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1440631602123247697","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":857.644061,"event_ids":{"video_https://cdn.discordapp.com/attachments/888946307346100247/1440327283872235663/CXETafW.gif":"$a_v27Uilo6ql9qz3SywwxHAuLpQF8N2GjDNUIY3r3kg"},"time":"2026-03-06T19:14:48.251765257Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2864,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.243623,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.265830364Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2856,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":133.968499,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.266293767Z","message":"Request completed"} +{"level":"debug","transaction_id":"893","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.288646144Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"893","time":"2026-03-06T19:14:48.288747275Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$a_v27Uilo6ql9qz3SywwxHAuLpQF8N2GjDNUIY3r3kg","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488288,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:48.288922789Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2860,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":121.811342,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.301619827Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2861,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":112.726055,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.304829287Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272903924650872912","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.304923713Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1272903924650872912","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":258.319445,"time":"2026-03-06T19:14:48.305050407Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2868,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":11.765971,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.317474781Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2852,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488071817523_5?ts=1727554823992&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":256.740242,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hast du eigentlich noch rausgefundenim selbststudium hätten machen sollen?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.328713862Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683149487341568","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":268.554055,"event_ids":{"":"$74Dkp1hHRUU6RLc_Bt1taYzJEAgSmktIfFB1gs2OzGA"},"time":"2026-03-06T19:14:48.328817089Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2862,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":122.584006,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.33759479Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1194964740947050496","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.337678392Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1194964740947050496","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":278.553157,"time":"2026-03-06T19:14:48.337746418Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2870,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.695154,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.344175046Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2871,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":12.462089,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.350668138Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2854,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488110778591_104?ts=1765465274375&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":246.817617,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Böse","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.357769626Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448691103170691224","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":261.759873,"event_ids":{"":"$BAwG-LPEW3ChLtSGwjXtl_jaYu1E-mhlSwmsPxOILgA"},"time":"2026-03-06T19:14:48.357885494Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2863,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":122.257354,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23548 bytes>","time":"2026-03-06T19:14:48.358743716Z","message":"Request completed"} +{"level":"debug","transaction_id":"894","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.3615131Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"894","time":"2026-03-06T19:14:48.361623101Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$74Dkp1hHRUU6RLc_Bt1taYzJEAgSmktIfFB1gs2OzGA","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488361,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.361852603Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2874,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":19.319687,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.378285222Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2875,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":18.966635,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.378346055Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2866,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":123.11823,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.389655048Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211249633230938","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.389774548Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211249633230938","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":275.46229,"time":"2026-03-06T19:14:48.389880289Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2878,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.656944,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.399255212Z","message":"Request completed"} +{"level":"debug","transaction_id":"895","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.401579351Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"895","time":"2026-03-06T19:14:48.401651149Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BAwG-LPEW3ChLtSGwjXtl_jaYu1E-mhlSwmsPxOILgA","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488401,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.401767087Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2858,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488161759227_93?ts=1763127418407&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":258.088337,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"muss nur Vortrag mit Domi heute üben","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.420008481Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438885424532553810","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":277.061536,"event_ids":{"":"$cJtNwkCEihIA-WGKrNUTVIgVYTP2DzoS5juukJYC2rU"},"time":"2026-03-06T19:14:48.420082234Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2867,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.21817,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.421023777Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1152340886718533684","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.421079511Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1152340886718533684","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":256.905488,"time":"2026-03-06T19:14:48.42114202Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2880,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.47229,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.437088467Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2881,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":18.736225,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.440207482Z","message":"Request completed"} +{"level":"debug","transaction_id":"896","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.456465565Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"896","time":"2026-03-06T19:14:48.456557757Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$cJtNwkCEihIA-WGKrNUTVIgVYTP2DzoS5juukJYC2rU","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488456,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.456768471Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2872,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":138.198285,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.482748523Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2865,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488266084869_105?ts=1763543879307&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":235.174429,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/jw-jehovahs-witness-jehovah-god-jenny-ann-valenciano-gif-21141809","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":640,"mimetype":"video/mp4","size":5759070,"w":640},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/HsmheheLladsVomjiiqTOGzJ"},"time":"2026-03-06T19:14:48.501483072Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1440632188151529513","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":249.398218,"event_ids":{"video_https://tenor.com/view/jw-jehovahs-witness-jehovah-god-jenny-ann-valenciano-gif-21141809":"$KQ91tQ24EHybZYzK_Se1eCPwLw7HFT_V5ZE9GOiOldg"},"time":"2026-03-06T19:14:48.501564508Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2879,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":122.011929,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.521723839Z","message":"Request completed"} +{"level":"debug","transaction_id":"897","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.537034233Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"897","time":"2026-03-06T19:14:48.537173918Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KQ91tQ24EHybZYzK_Se1eCPwLw7HFT_V5ZE9GOiOldg","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488538,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:48.538456361Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2869,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488317714060_12?ts=1723657286688&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":225.994646,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"naaa","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.543871019Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273335693183291424","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":238.663536,"event_ids":{"":"$_K7PM338AG9gSv3e9i7CKG1BZtE5b9gC2N5RTQ8A-Ss"},"time":"2026-03-06T19:14:48.543966354Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2886,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.312625,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.55591608Z","message":"Request completed"} +{"level":"debug","transaction_id":"898","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.583939855Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"898","time":"2026-03-06T19:14:48.584020173Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_K7PM338AG9gSv3e9i7CKG1BZtE5b9gC2N5RTQ8A-Ss","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488584,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.584181718Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2873,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488350852242_14?ts=1704972467392&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":235.476007,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Und gerade spielst du/ hast du auch mit deinen Kumpels gezockt?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.586496011Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1194965880870813736","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":248.685966,"event_ids":{"":"$L2HBhFgfXQzCO8BHH86yr9m8Q1VSqQ8ph7V7oYs5eJY"},"time":"2026-03-06T19:14:48.586618095Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2887,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":37.299731,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<308536 bytes>","time":"2026-03-06T19:14:48.588428336Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2891,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":13.55065,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.602443715Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2890,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.162399,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.602763104Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2884,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":128.165378,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.611118958Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683323114749986","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.611208356Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683323114749986","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":282.139766,"time":"2026-03-06T19:14:48.611296986Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2876,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488378596998_121?ts=1765466600790&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":241.549697,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ist nicht schlimm, das dauert sehr lange, gibt aber automatisierungen, die einem den einstieg bisschen erleichtern, trotzdem ist es kein action game","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$a5NZ0aOf75Iw3f5zmKKT7fP38UAAaUNQZ5PekRGc5RM"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.620364463Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448696666558562455","message_type":19,"author_id":"122672447207112706","action":"discord message create","handling_time":262.168939,"event_ids":{"":"$eFXRB1ZvyIbdfft84DlKpiGh1PKyC5ZW6P-zZeYZLMc"},"time":"2026-03-06T19:14:48.620453651Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2877,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488378659227_80?ts=1756212342178&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":248.822089,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus and alexx were playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus and alexx were playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$6HivJCgoHnTJPts0cyaCZEf01p1iGkWmU7tJouTNA40"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.627735472Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2894,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.183005,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.6299897Z","message":"Request completed"} +{"level":"debug","transaction_id":"899","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.632371599Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"899","time":"2026-03-06T19:14:48.632503601Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$L2HBhFgfXQzCO8BHH86yr9m8Q1VSqQ8ph7V7oYs5eJY","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488632,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.632684562Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$McspRz8l7Hoj_YvLEgNDSTDvEZf57JeQW4c5tCGyj3E","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488632,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.632703489Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$eFXRB1ZvyIbdfft84DlKpiGh1PKyC5ZW6P-zZeYZLMc","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488632,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.632749446Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2895,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":19.874444,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.640808261Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2896,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":20.354819,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.648299399Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2885,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":135.854728,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.657788373Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211266162851903","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.657904591Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211266162851903","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":267.837474,"time":"2026-03-06T19:14:48.657987773Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2889,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":99.138948,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2841614 bytes>","time":"2026-03-06T19:14:48.664375473Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2900,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":11.505529,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.670046034Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2883,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488440348912_7?ts=1694809925416&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":235.313624,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wie du magst","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.675809275Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1152341090410704898","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":254.659851,"event_ids":{"":"$qaQlXW9K_JmE4UEnxNLXhUo7p2ifbndnonZQ2r9VufI"},"time":"2026-03-06T19:14:48.675925353Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2901,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.414595,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.676198645Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2904,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.617421,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.692279888Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2882,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488437288496_94?ts=1763127435165&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":263.627734,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"deswegen glaube entweder später oder heute nicht mehr","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.701155997Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438885494820835483","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":280.885679,"event_ids":{"":"$vxYO-gyJUdrqWW70yE2YOspQVHHAFvp4lzjqQkyiUPs"},"time":"2026-03-06T19:14:48.701272075Z","message":"Finished handling Discord message"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:14:48.706825929Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2906,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.177141,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.722140444Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2888,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":174.838285,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.731156727Z","message":"Request completed"} +{"level":"debug","transaction_id":"900","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.732958167Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"900","time":"2026-03-06T19:14:48.733038416Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qaQlXW9K_JmE4UEnxNLXhUo7p2ifbndnonZQ2r9VufI","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488733,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.733257302Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2893,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":168.951773,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.772073168Z","message":"Request completed"} +{"level":"debug","transaction_id":"901","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.772177722Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"901","time":"2026-03-06T19:14:48.772263977Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vxYO-gyJUdrqWW70yE2YOspQVHHAFvp4lzjqQkyiUPs","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488772,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.772467706Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2897,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":148.939111,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.779231437Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2908,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":89.666806,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.821016157Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273335749550538753","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.821108908Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273335749550538753","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":276.891052,"time":"2026-03-06T19:14:48.821173721Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2905,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":134.945383,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:48.827619391Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2911,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":11.776866,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.833489281Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2892,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YZfepJZbSHBUkgmBct:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488602750672_106?ts=1763543981646&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":254.323562,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/die-heart-valentines-opening-heart-funny-heart-gif-20975831","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":480,"mimetype":"video/mp4","size":308536,"w":640},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/tTotThLJMKuAJkdRqIFJwcqG"},"time":"2026-03-06T19:14:48.857295004Z","message":"Request completed"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","message_id":"1440632617392144395","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":355.524531,"event_ids":{"video_https://tenor.com/view/die-heart-valentines-opening-heart-funny-heart-gif-20975831":"$robH31MqaQRmd1q2igomlAwI5tuJhbewse4td_BARGY"},"time":"2026-03-06T19:14:48.857430987Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","action":"initial backfill","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:48.857711054Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2909,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":99.105773,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.871412493Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1194966187625418893","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.871522216Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1194966187625418893","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":284.437994,"time":"2026-03-06T19:14:48.871623277Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2910,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":110.896469,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.890350703Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683353968316418","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.890443174Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683353968316418","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":278.998471,"time":"2026-03-06T19:14:48.890499746Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2898,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488640959400_122?ts=1765466604017&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":250.090633,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber finds doch ganz nice","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.891155285Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448696680093323407","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":270.488475,"event_ids":{"":"$LUNm8OXRhZbvjA-Y24TvdECOWk-C64bo4IqA_LqBPeQ"},"time":"2026-03-06T19:14:48.891212975Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2914,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":27.87983,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.900075674Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2899,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488648558164_81?ts=1756212342178&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":253.470509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":23548,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/FmArWrZnIYnrokNzxQMXHHDj"},"time":"2026-03-06T19:14:48.902254053Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1409881492644958258","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":880.213296,"event_ids":{"":"$McspRz8l7Hoj_YvLEgNDSTDvEZf57JeQW4c5tCGyj3E","1409882750319591485":"$YSSceXrh25d6-qb79HCABbLdySaoDa5hBmq98yauMh4"},"time":"2026-03-06T19:14:48.902406589Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2915,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":17.712408,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.908591048Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2916,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.435205,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.910070027Z","message":"Request completed"} +{"level":"debug","transaction_id":"902","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.917781797Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"902","time":"2026-03-06T19:14:48.917879506Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$robH31MqaQRmd1q2igomlAwI5tuJhbewse4td_BARGY","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488918,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:48.918110404Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2902,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488670229859_40?ts=1766781389859&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":254.364419,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"sonst kann ich dir nur sagen im industrial bereich nachgucken, und glück haben","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.924737943Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2918,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":21.715206,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.924828039Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211291609563259","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":266.657629,"event_ids":{"":"$XCcwaAaSrfh1csScWW2SVVvsoSYB8xceq-w4TJ0KxXk"},"time":"2026-03-06T19:14:48.924840751Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2922,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.813052,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.944412569Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2903,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488676494497_95?ts=1758112146127&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":271.713159,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"BacklogManagerPrototypDesign.pdf","info":{"mimetype":"application/pdf","size":2841614},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/OdTyTEodHIcOQbTPKnverrbi"},"time":"2026-03-06T19:14:48.948394204Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1417849847947595796","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1015.996576,"event_ids":{"1417849847674834987":"$E3fHy2FUSpwVWsPGpJyXVdFv3bC1MafRI3KeQT-k3AE"},"time":"2026-03-06T19:14:48.948487653Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2924,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":12.059937,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.961415519Z","message":"Request completed"} +{"level":"debug","transaction_id":"903","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:48.963417547Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"903","time":"2026-03-06T19:14:48.963561911Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YSSceXrh25d6-qb79HCABbLdySaoDa5hBmq98yauMh4","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488963,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:48.963749367Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$LUNm8OXRhZbvjA-Y24TvdECOWk-C64bo4IqA_LqBPeQ","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488963,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.963751812Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$XCcwaAaSrfh1csScWW2SVVvsoSYB8xceq-w4TJ0KxXk","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488963,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:48.963765222Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$E3fHy2FUSpwVWsPGpJyXVdFv3bC1MafRI3KeQT-k3AE","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824488963,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:48.96377039Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2912,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":151.006022,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:48.978822717Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1152349844363554987","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:48.978929715Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1152349844363554987","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":302.672682,"time":"2026-03-06T19:14:48.979025399Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2907,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488722398511_123?ts=1763128933969&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":269.180261,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wir könnten heute abend auch nochmal RV zocken","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:48.991720342Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438891781260312797","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":290.198231,"event_ids":{"":"$U6uuEWYGYzsMYCfPNUus2HHrfmulmwNBqNSlqLm_i5Q"},"time":"2026-03-06T19:14:48.991841937Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2926,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.891897,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:48.992577446Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2927,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":14.916903,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.007522844Z","message":"Request completed"} +{"level":"debug","transaction_id":"904","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.0226601Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"904","time":"2026-03-06T19:14:49.022756342Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$U6uuEWYGYzsMYCfPNUus2HHrfmulmwNBqNSlqLm_i5Q","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489022,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.022949177Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2923,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":109.319291,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:49.054124443Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2913,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488833664026_13?ts=1723657305936&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":236.055209,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ts?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.069878405Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273335773915123812","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":248.556898,"event_ids":{"":"$sNZhZvIa54jE6PauKAFA3e5kisSUwTD37tIgtVU0zpk"},"time":"2026-03-06T19:14:49.069964171Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2931,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.491703,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.084049324Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2928,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":94.952605,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:49.087816194Z","message":"Request completed"} +{"level":"debug","transaction_id":"905","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.10494968Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"905","time":"2026-03-06T19:14:49.105004925Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$sNZhZvIa54jE6PauKAFA3e5kisSUwTD37tIgtVU0zpk","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489105,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.105173385Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2917,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488900315233_15?ts=1704972600720&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":207.207574,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Nice. Wir spielen auch ab und zu SOT zu 4. Gestern wurde es Lethal Company mit Mods. Mal schauen, was für games noch dazu kommen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.107679184Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1194966440088961035","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":235.898413,"event_ids":{"":"$vUn3GyXo6C0V-WIER9mCjUrQOEYarYIiZoEsXrVoLMo"},"time":"2026-03-06T19:14:49.107737363Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2919,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488908709151_6?ts=1727554887037&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":203.3314,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ok also keine direkten aufgaben oder themen?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.112136515Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683413917503489","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":221.522997,"event_ids":{"":"$8vluxRjOIdrpw8HApnixm2MquqjRWd3xmub4e-yCfpA"},"time":"2026-03-06T19:14:49.112190853Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2934,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":17.982767,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.126163Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2920,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488910263141_96?ts=1765466636592&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":223.581806,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bei automatisierungen hattest du mich","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.133948523Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448696816722771968","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":242.568555,"event_ids":{"":"$dVjlnTfregiTv6sdjXj-EVW2Gq6aiu4xelpN2GjuJZk"},"time":"2026-03-06T19:14:49.133997971Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2935,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.730012,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.134307582Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2937,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":16.328275,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.150743763Z","message":"Request completed"} +{"level":"debug","transaction_id":"906","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.15488422Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"906","time":"2026-03-06T19:14:49.155022158Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vUn3GyXo6C0V-WIER9mCjUrQOEYarYIiZoEsXrVoLMo","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489155,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.155229869Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$fU40Ej6nryRTQ6UijzDpqviEUpfp9JbYtSGMz0Hmdms","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489155,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:49.155258993Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$8vluxRjOIdrpw8HApnixm2MquqjRWd3xmub4e-yCfpA","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489155,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.155243209Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$dVjlnTfregiTv6sdjXj-EVW2Gq6aiu4xelpN2GjuJZk","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489155,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.155258993Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2921,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488925027788_107?ts=1756213699547&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":231.979287,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:49.157098777Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1409887185863442643","message_type":3,"author_id":"316966695430520833","action":"discord message create","handling_time":254.3684,"event_ids":{"":"$fU40Ej6nryRTQ6UijzDpqviEUpfp9JbYtSGMz0Hmdms"},"time":"2026-03-06T19:14:49.157191178Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2930,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":124.70274,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:49.179048863Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211332814409870","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:49.179130718Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211332814409870","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":253.995023,"time":"2026-03-06T19:14:49.17921802Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":2925,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824488961592639_108?ts=1758182016844&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":219.875489,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hey laura hattest du vor auch den Code für die Anmeldung zu schreiben?","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"Hey \u003ca href=\"https://matrix.to/#/@discord_657236326822838283:matrix.theocloud.dev\"\u003elaura\u003c/a\u003e hattest du vor auch den Code für die Anmeldung zu schreiben?","m.mentions":{"user_ids":["@discord_657236326822838283:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.181649438Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418142906975391846","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":232.960988,"event_ids":{"":"$05ol5lFPQJHDlJPUzwaCWmiADyF-phchHySzTB-jvB0"},"time":"2026-03-06T19:14:49.18176342Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2940,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":8.142346,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.187831942Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2941,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.736286,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.192088407Z","message":"Request completed"} +{"level":"debug","transaction_id":"907","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.194149311Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"907","time":"2026-03-06T19:14:49.194216499Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$05ol5lFPQJHDlJPUzwaCWmiADyF-phchHySzTB-jvB0","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489194,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.194421277Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2933,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":120.379926,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:49.208307867Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1152562588232724480","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:49.208413399Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1152562588232724480","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":229.283725,"time":"2026-03-06T19:14:49.208503495Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2944,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":7.378692,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.216352854Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2932,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":147.840143,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:49.232303701Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2929,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489007749971_124?ts=1763128937286&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":233.785616,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"falls interesse besteht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.241703767Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438891795172818964","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":249.517019,"event_ids":{"":"$Vekw3VPybqah26DimF5eqpk9nSfmrlwzbc3t5fUIk04"},"time":"2026-03-06T19:14:49.241781222Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2947,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.892319,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.25715203Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2938,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":142.606795,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:49.277133822Z","message":"Request completed"} +{"level":"debug","transaction_id":"908","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.283850968Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"908","time":"2026-03-06T19:14:49.283953776Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Vekw3VPybqah26DimF5eqpk9nSfmrlwzbc3t5fUIk04","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489284,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.284182998Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2946,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":125.251351,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:49.357773519Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273335806907646006","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:49.357873044Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273335806907646006","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":287.678044,"time":"2026-03-06T19:14:49.357957483Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2950,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":25.202638,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.383779901Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2936,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489126284595_16?ts=1719208829688&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":262.897603,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Moin. Wann seit ihr mal wieder in der BDR?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.389371959Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1254677512194363393","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":281.527947,"event_ids":{"":"$EmfuNSiMZlgRocpXaG46JMCtWO761p6ZYt9-jJ3ZTnY"},"time":"2026-03-06T19:14:49.389525891Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2949,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":132.860592,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:49.410136892Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683595451039926","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:49.410225103Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683595451039926","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":297.894286,"time":"2026-03-06T19:14:49.410311707Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2953,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.3324,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.410585349Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2939,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489150924235_125?ts=1765470435590&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":267.176347,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja das ist nur ein haken setzen ist kein automatisieren im sinne von logik zusammenfügen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.418232654Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448712750875410584","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":284.123285,"event_ids":{"":"$8NLm7RAlQQYkxsRU3BM3pA29L6ZbUc1rM0MqNhjOG8k"},"time":"2026-03-06T19:14:49.418314439Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2954,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":22.371863,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.433156401Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2956,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.220652,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.439118902Z","message":"Request completed"} +{"level":"debug","transaction_id":"909","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.442060098Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"909","time":"2026-03-06T19:14:49.442168005Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$EmfuNSiMZlgRocpXaG46JMCtWO761p6ZYt9-jJ3ZTnY","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489442,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.442417621Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2942,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489187978191_41?ts=1766781408583&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":259.479105,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"da gibts bei solchen items keiner abkürzung","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.447602847Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211370143715392","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":268.291588,"event_ids":{"":"$XpIZIha1i-yhB3R9Wskq4juePAhqkOeiyVL8QOFCqcA"},"time":"2026-03-06T19:14:49.447713897Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2959,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.394065,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.463875109Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2943,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489192304010_97?ts=1758182038273&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":281.255143,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bzw hattest du schon was auf dem Branch dazu?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.473713784Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418142996855263252","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":291.720512,"event_ids":{"":"$bMYoNhCMj1qI5gCeKQbSf4jPBojRliuWKpozCKEwR6w"},"time":"2026-03-06T19:14:49.473812121Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"910","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.49126339Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"910","time":"2026-03-06T19:14:49.491382959Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8NLm7RAlQQYkxsRU3BM3pA29L6ZbUc1rM0MqNhjOG8k","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489491,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.491628176Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$XpIZIha1i-yhB3R9Wskq4juePAhqkOeiyVL8QOFCqcA","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489491,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.491628176Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$bMYoNhCMj1qI5gCeKQbSf4jPBojRliuWKpozCKEwR6w","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489491,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.49167043Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2961,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.41118,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.492886733Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2945,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489216522920_8?ts=1695160603446&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":283.37234,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"noch bock auf apex?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.500042558Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153811940674650132","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":291.471385,"event_ids":{"":"$YXuTo7rSRkI_AabxFy5kB0TD_2ri69FMuM6oNpPDkVc"},"time":"2026-03-06T19:14:49.500143689Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2963,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.208214,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.515048161Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2951,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":149.098281,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23525 bytes>","time":"2026-03-06T19:14:49.524138685Z","message":"Request completed"} +{"level":"debug","transaction_id":"911","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.528254488Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"911","time":"2026-03-06T19:14:49.528396617Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YXuTo7rSRkI_AabxFy5kB0TD_2ri69FMuM6oNpPDkVc","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489528,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.528593851Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2965,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":13.536122,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.538350042Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2952,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":164.969159,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:49.54913019Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2948,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489257404440_98?ts=1763129082905&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":306.761386,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo gern","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.564370742Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438892405943439441","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":322.464852,"event_ids":{"":"$Nm89B1ISYuXB5Rl6ExswjbIAVURpA4L469yeeKhgbxw"},"time":"2026-03-06T19:14:49.564507982Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2968,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":22.228826,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.587761952Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2955,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":179.15244,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:49.59010013Z","message":"Request completed"} +{"level":"debug","transaction_id":"912","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.610352072Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"912","time":"2026-03-06T19:14:49.610433438Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Nm89B1ISYuXB5Rl6ExswjbIAVURpA4L469yeeKhgbxw","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489610,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.610629695Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2960,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":163.738051,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:49.628035985Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2964,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":146.871571,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:49.6622086Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2967,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.809315,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:49.669097977Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273335839258050663","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:49.66917627Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273335839258050663","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":311.061642,"time":"2026-03-06T19:14:49.669259662Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":2957,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489433323813_7?ts=1727554935984&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":241.283948,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"perfekt danke dir","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.674757013Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683619215966300","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":264.327622,"event_ids":{"":"$or-GOOGqQiuiUF019eFB0eD0ZRHbGYP0HGueXry2qsY"},"time":"2026-03-06T19:14:49.674843268Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2973,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":11.546667,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.681322113Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2970,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":102.12163,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:49.692381909Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1254677653177241600","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:49.692458596Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1254677653177241600","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":302.6203,"time":"2026-03-06T19:14:49.692539333Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2974,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.358866,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.692801661Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2958,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489439402252_99?ts=1765470457466&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":262.277474,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dacht ich mir schon, war nen joke","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.701837709Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1448712842630135942","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":283.282523,"event_ids":{"":"$-P628gGWY8PLo5rdgEfkSGgujQQaioC9gIP2nDMmCWY"},"time":"2026-03-06T19:14:49.701923126Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2976,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":18.869554,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.711892685Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2978,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":14.983672,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.717568274Z","message":"Request completed"} +{"level":"debug","transaction_id":"913","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.722663264Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"913","time":"2026-03-06T19:14:49.722737577Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$or-GOOGqQiuiUF019eFB0eD0ZRHbGYP0HGueXry2qsY","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489722,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.722915744Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2971,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":108.954994,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:49.737207001Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211384475648134","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:49.73732238Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211384475648134","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":289.338403,"time":"2026-03-06T19:14:49.737459341Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2962,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489493076843_100?ts=1758182054362&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":257.262872,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hatte den gelöscht, weil ich dachte Domi hat den erstellt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.750473113Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418143064337158154","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":276.386023,"event_ids":{"":"$YjXTbgchABk9RkCWneU3r3oXDnJfz7-SjLa3IGpn8_s"},"time":"2026-03-06T19:14:49.750565584Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2981,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":18.328137,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.756375549Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2982,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":22.994296,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.77420187Z","message":"Request completed"} +{"level":"debug","transaction_id":"914","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.775881366Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"914","time":"2026-03-06T19:14:49.775961615Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$-P628gGWY8PLo5rdgEfkSGgujQQaioC9gIP2nDMmCWY","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489776,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.776148234Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2972,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":136.607418,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:49.798977842Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812190780997692","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:49.799067031Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812190780997692","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":298.639712,"time":"2026-03-06T19:14:49.799172772Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2966,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489538589461_82?ts=1756281405629&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":270.338733,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus and alexx are playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus and alexx are playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$McspRz8l7Hoj_YvLEgNDSTDvEZf57JeQW4c5tCGyj3E"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.80918249Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2985,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":15.298522,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.814938747Z","message":"Request completed"} +{"level":"debug","transaction_id":"915","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.818445455Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"915","time":"2026-03-06T19:14:49.818521514Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YjXTbgchABk9RkCWneU3r3oXDnJfz7-SjLa3IGpn8_s","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489818,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.818704151Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2986,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":19.21206,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.828624821Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2969,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489587960933_126?ts=1763145277244&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":269.528423,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"im_jug haste auch lust?","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003ca href=\"https://matrix.to/#/@discord_257943768903188481:matrix.theocloud.dev\"\u003eim_jug\u003c/a\u003e haste auch lust?","m.mentions":{"user_ids":["@discord_257943768903188481:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.857659003Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438960329924022374","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":292.832749,"event_ids":{"":"$hjNRfog748Wqd_pFy_KJ1kQGlDYvjZU64cBapCyTVOc"},"time":"2026-03-06T19:14:49.85774903Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2977,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":167.166187,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:49.860258601Z","message":"Request completed"} +{"level":"debug","transaction_id":"916","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.862885158Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"916","time":"2026-03-06T19:14:49.862966663Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$XU8DJm9IjaAB2M0rP8V6VoNjifEByCSxRz-JpWEGMQU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489863,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.863090983Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2989,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":19.955601,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.878289001Z","message":"Request completed"} +{"level":"debug","transaction_id":"917","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.90573532Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"917","time":"2026-03-06T19:14:49.905834007Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hjNRfog748Wqd_pFy_KJ1kQGlDYvjZU64cBapCyTVOc","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489905,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.906038505Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2975,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489681512573_14?ts=1723657328324&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":251.64588,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"so wie immer","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.933298556Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273335867817070723","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":263.91688,"event_ids":{"":"$4qKGtxEsGAL2Bhl5vFfthHNNpc8lq_y0gko1y9j5HhQ"},"time":"2026-03-06T19:14:49.933415262Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2992,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":18.821852,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.952967874Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2979,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489712158504_17?ts=1719208870406&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":245.983701,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Nice","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.958311363Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1254677682977767466","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":265.710429,"event_ids":{"":"$3heL-bzwze2cjA31-ROioDGL4PTGplGbRXQRLnhUeDc"},"time":"2026-03-06T19:14:49.958417313Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2990,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":116.21684,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:49.976667996Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683652090789982","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:49.976753343Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683652090789982","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":301.640763,"time":"2026-03-06T19:14:49.976820112Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2994,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":18.766887,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:49.977787497Z","message":"Request completed"} +{"level":"debug","transaction_id":"918","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:49.981034113Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"918","time":"2026-03-06T19:14:49.981119181Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4qKGtxEsGAL2Bhl5vFfthHNNpc8lq_y0gko1y9j5HhQ","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824489981,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:49.981242731Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":2980,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489717738549_127?ts=1765545931658&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":272.143038,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lernt ihr?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:49.990021411Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1449029404335538309","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":287.802084,"event_ids":{"":"$jkDE37CYQxriul120hWxNW5FjhbKPtojysOoh4QZW8c"},"time":"2026-03-06T19:14:49.990114022Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2995,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":23.972996,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.001253578Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2997,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":25.369561,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.016119286Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2983,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489756528644_42?ts=1766781424081&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":267.618449,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja industrial eig immer safe eins dabei","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.024277278Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211435147169793","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":286.661281,"event_ids":{"":"$TOzSE76s-0lVgtGXfMJvlxW8qjMe46ulCqe1f6uLZog"},"time":"2026-03-06T19:14:50.024376384Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3000,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.845172,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.036806135Z","message":"Request completed"} +{"level":"debug","transaction_id":"919","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.041405037Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"919","time":"2026-03-06T19:14:50.041502886Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3heL-bzwze2cjA31-ROioDGL4PTGplGbRXQRLnhUeDc","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490041,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.041700818Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$TOzSE76s-0lVgtGXfMJvlxW8qjMe46ulCqe1f6uLZog","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490041,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.041718838Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$jkDE37CYQxriul120hWxNW5FjhbKPtojysOoh4QZW8c","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490041,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.041740279Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":2984,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489774462382_6?ts=1758182071820&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":277.500425,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Haha alles gut, da ist noch nichts passiert","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.052105285Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418143137561444363","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":301.292739,"event_ids":{"":"$JufRZ5P1zFH8Iewr5Jf-GB1RQfUjWh508SlZVL1IJM8"},"time":"2026-03-06T19:14:50.052186023Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3002,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":17.635721,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.070382996Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":2987,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489815087720_9?ts=1695160669938&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":269.150368,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"I see","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.084417792Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812219562315896","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":285.137323,"event_ids":{"":"$RFkJmIwY4dYT2cFQy-x8e_YpEdofbt7xSneCYCCUdj0"},"time":"2026-03-06T19:14:50.08452074Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"920","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.092798091Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"920","time":"2026-03-06T19:14:50.092919687Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$JufRZ5P1zFH8Iewr5Jf-GB1RQfUjWh508SlZVL1IJM8","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490093,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.093123556Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$RFkJmIwY4dYT2cFQy-x8e_YpEdofbt7xSneCYCCUdj0","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490093,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.093138642Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3004,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.010354,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.101272398Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":2988,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489828836023_83?ts=1756281405629&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":284.37318,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":23525,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/lfwDQeMgABFVIzKcbAzhrRVb"},"time":"2026-03-06T19:14:50.113447784Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410171165753737278","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":956.067124,"event_ids":{"":"$XU8DJm9IjaAB2M0rP8V6VoNjifEByCSxRz-JpWEGMQU","1410171509716156426":"$dtvWRLyudAhSBLYP1l4js8lS80sdeJat1blXwZ2kPug"},"time":"2026-03-06T19:14:50.113575107Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3006,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":20.346298,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.134552709Z","message":"Request completed"} +{"level":"debug","transaction_id":"921","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.143803103Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"921","time":"2026-03-06T19:14:50.143916526Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$dtvWRLyudAhSBLYP1l4js8lS80sdeJat1blXwZ2kPug","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490144,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:50.14407409Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2998,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":162.306983,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:50.163868286Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":2991,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489878475829_43?ts=1763149696567&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":295.806842,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Bin im arc raider fieber","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.174421237Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438978865908289576","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":316.44047,"event_ids":{"":"$U2Sh3N_W6ASutOMMaei3rO11-orjRbR0nUGA6ivberc"},"time":"2026-03-06T19:14:50.174509518Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3009,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.359072,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.18851924Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3001,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":163.399805,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:50.200491665Z","message":"Request completed"} +{"level":"debug","transaction_id":"922","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.209925324Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"922","time":"2026-03-06T19:14:50.21000711Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$U2Sh3N_W6ASutOMMaei3rO11-orjRbR0nUGA6ivberc","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490210,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.210217474Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":2993,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489953197375_15?ts=1723657332129&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":281.763106,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ah okay alles klar","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.235114203Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273335883776393266","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":301.353571,"event_ids":{"":"$KaTL8WulWWsd7CygXnfFfd9gxjoAOwfwQonChuNhC6M"},"time":"2026-03-06T19:14:50.235218548Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3005,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":140.484709,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:50.242115049Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3012,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.360332,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.251363487Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":2996,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824489977966363_18?ts=1719208888709&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":278.076344,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"In welcher Abteilung bist du jetzt?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.256175127Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1254677759746379866","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":297.509175,"event_ids":{"":"$sPWVDaO4xOXQlcqxHaMZi_MgAIYR-Auwme7SwhNFEOE"},"time":"2026-03-06T19:14:50.256270253Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3015,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.212056,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.27225644Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3008,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":109.922798,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:50.273904228Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683669341966360","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:50.273989645Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1289683669341966360","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":297.087957,"time":"2026-03-06T19:14:50.274089799Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"923","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.275415753Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"923","time":"2026-03-06T19:14:50.275501101Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KaTL8WulWWsd7CygXnfFfd9gxjoAOwfwQonChuNhC6M","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490275,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.275691281Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":2999,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490016394046_101?ts=1765545950035&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":266.588624,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo und gehen beide gleich ins gym","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.283112367Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1449029481414262965","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":292.736927,"event_ids":{"":"$SJzSTfbvJkH63ygP0IC6mTaLd3QrlcS34tp3UykYK9k"},"time":"2026-03-06T19:14:50.283192197Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3017,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.794401,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.290374003Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3011,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":115.597409,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:50.316258371Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211472543711414","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:50.316376474Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211472543711414","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":291.790494,"time":"2026-03-06T19:14:50.316459726Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"924","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.317872285Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"924","time":"2026-03-06T19:14:50.317973487Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$sPWVDaO4xOXQlcqxHaMZi_MgAIYR-Auwme7SwhNFEOE","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490318,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.318205293Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$SJzSTfbvJkH63ygP0IC6mTaLd3QrlcS34tp3UykYK9k","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490318,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.318236513Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3003,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490070610822_7?ts=1758182107298&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":260.765039,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wie ihr denkt, ich kann das gerne übernehmen, aber wenn ihr das machen wollt, dann werde ich euch nicht davon abhalten","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.331516454Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418143286366830694","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":279.134454,"event_ids":{"":"$SCZ_10y7OFTnfQlSfNwiG8ej1HWQ6LS2lFZmHWEqAC4"},"time":"2026-03-06T19:14:50.33160662Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3019,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":26.151584,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.343075482Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3020,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":20.807815,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.352986933Z","message":"Request completed"} +{"level":"debug","transaction_id":"925","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.37056238Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"925","time":"2026-03-06T19:14:50.370653943Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$SCZ_10y7OFTnfQlSfNwiG8ej1HWQ6LS2lFZmHWEqAC4","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490370,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.370874784Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3013,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":135.049308,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:50.377374302Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812278391615612","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:50.377501415Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812278391615612","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":292.670995,"time":"2026-03-06T19:14:50.377603105Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3007,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490134720749_76?ts=1756281483677&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":259.06962,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Alex suckt!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.39394919Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410171493110910976","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":280.111476,"event_ids":{"":"$1ToyGj6bk9TABNFXI6py5LpggbjMz-nIItPm_mryXpU"},"time":"2026-03-06T19:14:50.394068481Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3023,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":18.664358,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.396869014Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3024,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":30.114572,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.424984353Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3014,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":185.475955,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:50.437164697Z","message":"Request completed"} +{"level":"debug","transaction_id":"926","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.452932908Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"926","time":"2026-03-06T19:14:50.453014413Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1ToyGj6bk9TABNFXI6py5LpggbjMz-nIItPm_mryXpU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490453,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.453236302Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3016,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":184.938101,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:50.457551923Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3018,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":169.479012,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:50.460111012Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3010,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490188696150_102?ts=1763150507362&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":295.759488,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lol","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.484602796Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438982266628870226","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":309.812443,"event_ids":{"":"$P3km903FZMOjHOw66f6ZK0S7dLqB-BkXzeoJdEK2ECg"},"time":"2026-03-06T19:14:50.484692544Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3030,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.376471,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.50671296Z","message":"Request completed"} +{"level":"debug","transaction_id":"927","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.528773955Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"927","time":"2026-03-06T19:14:50.528867474Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$P3km903FZMOjHOw66f6ZK0S7dLqB-BkXzeoJdEK2ECg","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490529,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.529071832Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3027,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":126.46458,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:50.563864437Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273336617112965130","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:50.564020604Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273336617112965130","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":328.46381,"time":"2026-03-06T19:14:50.564132212Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3032,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.161913,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.582975785Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3028,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":125.723834,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:50.583467753Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1254677888138084454","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:50.583524535Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1254677888138084454","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":326.912964,"time":"2026-03-06T19:14:50.583583622Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3029,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":128.280827,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:50.588529639Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1296466731174203465","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:50.58863091Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1296466731174203465","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":314.419446,"time":"2026-03-06T19:14:50.588690555Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3034,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.846357,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.592900784Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3035,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":9.920879,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.59907365Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3021,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490343362185_44?ts=1766781446795&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":259.036095,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ne, gibts außerhalb industrial eig garnicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.602574003Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454211530416459877","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":286.015869,"event_ids":{"":"$1DgqLFSD3-EGZRfgqTXx_QQfKO_XobstdERgfDGM_Qs"},"time":"2026-03-06T19:14:50.602647686Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3038,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.722184,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.618939504Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3022,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490353213082_109?ts=1758182262102&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":274.989038,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Nein alles gut, aber wir machen ja neben der Main Page auch die Datenbank grad und ich glaub du brauchst diese Datenbankintegration im Main bevor du richtig arbeiten kannst right?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.628373862Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418143935662002186","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":296.565957,"event_ids":{"":"$hkF6slSOVJM2ct5ftJwabv1S_0GXZuFtKQJfGPzi1sQ"},"time":"2026-03-06T19:14:50.628472269Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"928","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.643621957Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"928","time":"2026-03-06T19:14:50.643714428Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1DgqLFSD3-EGZRfgqTXx_QQfKO_XobstdERgfDGM_Qs","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490643,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.643886659Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3040,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":15.319473,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.644298658Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3025,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490397132459_10?ts=1695160698259&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":265.11642,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"oha","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.662453028Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812338349191219","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":284.69159,"event_ids":{"":"$KvZlQDC40MSbNbf2WVj2eeyIN-OuBLJKFHzsvHlZdk0"},"time":"2026-03-06T19:14:50.662561423Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3042,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":12.875973,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.676359314Z","message":"Request completed"} +{"level":"debug","transaction_id":"929","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.678148812Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"929","time":"2026-03-06T19:14:50.678263213Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hkF6slSOVJM2ct5ftJwabv1S_0GXZuFtKQJfGPzi1sQ","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490678,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.678495089Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$KvZlQDC40MSbNbf2WVj2eeyIN-OuBLJKFHzsvHlZdk0","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490678,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.678523236Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3026,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490425232083_87?ts=1756281485382&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":261.28711,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"good game","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.686703297Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410171500262068286","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":292.303485,"event_ids":{"":"$LLXnKNHpSpArGgKUXRoN3IkMkN5xbcNyGDgPQQ5aWmU"},"time":"2026-03-06T19:14:50.686828385Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3033,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":120.900389,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:50.704225665Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3036,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":130.00607,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:50.723268847Z","message":"Request completed"} +{"level":"debug","transaction_id":"930","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.728111148Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"930","time":"2026-03-06T19:14:50.728211651Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$LLXnKNHpSpArGgKUXRoN3IkMkN5xbcNyGDgPQQ5aWmU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490728,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.728454702Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3031,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490506991142_103?ts=1763150530978&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":257.065986,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"domi hat sichs jetzt auch runtergeladen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.764249403Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438982365681549594","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":279.365562,"event_ids":{"":"$c1NHbyf2vSRlNWTDDckbc4rIvAh95xlaEk8-cJBc9fs"},"time":"2026-03-06T19:14:50.764384827Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3039,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":148.850132,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:50.768125158Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3046,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":23.688668,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.788939958Z","message":"Request completed"} +{"level":"debug","transaction_id":"931","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.809777247Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"931","time":"2026-03-06T19:14:50.809860569Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$c1NHbyf2vSRlNWTDDckbc4rIvAh95xlaEk8-cJBc9fs","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490809,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.810016945Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3044,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":122.348848,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:50.826814001Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273336919698309160","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:50.826942162Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273336919698309160","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":262.615719,"time":"2026-03-06T19:14:50.827034912Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3037,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490599293513_8?ts=1730044508390&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":237.551997,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hab übrigens rausgefunden, dass das Anwendungsfalldiagramm das use-case Diagramm aus den Folien ist. Aber habs noch nicht gemacht. Hab gar keine Lust","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.837079133Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300125642716610601","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":248.332634,"event_ids":{"":"$qrgOuReXaJsvW4jbgc9eb9gJUnjaiQWrbV46O0qirU4"},"time":"2026-03-06T19:14:50.837207293Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3050,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":11.704789,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.839379037Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3045,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":123.126611,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:50.846599956Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1254678027778920569","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:50.846689074Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1254678027778920569","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":263.060754,"time":"2026-03-06T19:14:50.846773444Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3051,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.846431,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.851849996Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3053,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":12.436177,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.859700891Z","message":"Request completed"} +{"level":"debug","transaction_id":"932","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.863952606Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"932","time":"2026-03-06T19:14:50.864043681Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qrgOuReXaJsvW4jbgc9eb9gJUnjaiQWrbV46O0qirU4","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490864,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.864274998Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3047,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":167.931588,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:50.936255516Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212028796244211","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:50.936387798Z","message":"Failed to send part of message to Matrix"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3041,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490644467886_8?ts=1758182299472&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":291.760602,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Exactly ^^","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.936416922Z","message":"Request completed"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212028796244211","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":333.50139,"time":"2026-03-06T19:14:50.936471748Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418144092403142676","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":307.794352,"event_ids":{"":"$v0dkqDcY36DnLv3LfQ5BzK5CeljvVukzI-GU6Ey1Evk"},"time":"2026-03-06T19:14:50.936538936Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3058,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.725471,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.957300167Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3057,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.109953,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.957381952Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3043,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490676622130_11?ts=1695160720846&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":286.869131,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"für dich, oder als Aufgabe für iwas?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:50.963689753Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812433085935687","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":300.763404,"event_ids":{"":"$EQbWsS8q2gcexwvluEzQ9TOi4EtUk2ZEg9-c7qKKk4U"},"time":"2026-03-06T19:14:50.963817564Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"933","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.973365067Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"933","time":"2026-03-06T19:14:50.973448598Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$v0dkqDcY36DnLv3LfQ5BzK5CeljvVukzI-GU6Ey1Evk","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490973,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.973653446Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3061,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.74027,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:50.977367236Z","message":"Request completed"} +{"level":"debug","transaction_id":"934","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:50.997544167Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"934","time":"2026-03-06T19:14:50.997633286Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$EQbWsS8q2gcexwvluEzQ9TOi4EtUk2ZEg9-c7qKKk4U","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824490997,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:50.997832616Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3054,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":153.383102,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.005623935Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3048,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490789206196_104?ts=1763150548187&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":251.530221,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wären beide ready","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.040914235Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438982437861462230","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":276.160293,"event_ids":{"":"$57qlOyoxh2n5ey5jq_T15B3_Js4Hd9BT-ySK47Ogh64"},"time":"2026-03-06T19:14:51.041006846Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3056,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":146.776516,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23593 bytes>","time":"2026-03-06T19:14:51.048826173Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3059,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":93.08691,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.050768834Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3064,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.986613,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.063574127Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3065,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":19.924521,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.069375083Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3052,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490839621949_16?ts=1723733424838&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":235.868101,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"oh da beginnt die neue Sucht xD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.075627778Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655039730257980","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":248.431112,"event_ids":{"":"$hmHllfqPG9CnHF4dwcdAWZXQgVsJAV2VpOKjOxzv8s8"},"time":"2026-03-06T19:14:51.075707888Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"935","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.085527076Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"935","time":"2026-03-06T19:14:51.08564064Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$57qlOyoxh2n5ey5jq_T15B3_Js4Hd9BT-ySK47Ogh64","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491085,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.085804839Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3069,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.746349,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.09104566Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3062,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":118.41652,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.096076815Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3055,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490859905389_19?ts=1725528019562&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":246.3818,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Was machen sachen?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.106426246Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281182115559378965","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":259.556489,"event_ids":{"":"$Z9Pxjw1KsDnrd2bWKRW6ENtzE5ACWhixnz-Znrhrons"},"time":"2026-03-06T19:14:51.106520114Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3063,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":113.063742,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.11892577Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300125733657772146","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.119036889Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300125733657772146","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":281.478079,"time":"2026-03-06T19:14:51.119121398Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3072,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.413765,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.126586764Z","message":"Request completed"} +{"level":"debug","transaction_id":"936","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.129794338Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"936","time":"2026-03-06T19:14:51.129914955Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hmHllfqPG9CnHF4dwcdAWZXQgVsJAV2VpOKjOxzv8s8","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491130,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.13012979Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$Z9Pxjw1KsDnrd2bWKRW6ENtzE5ACWhixnz-Znrhrons","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491130,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.130154025Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3073,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.089062,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.132755159Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3060,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824490957576393_105?ts=1758182319012&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":208.517535,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Lass es einfach so machen, dass du dann einfach alle Funktionen schreibst in der Postgresintegration zur Userverwaltung und wir machen den Rest jetzt einfach schon","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.166284667Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418144174359973898","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":229.372355,"event_ids":{"":"$Hr0f_lfZuFql5OwndFgf8Ut0IVewlYfjCjfOryrGsOE"},"time":"2026-03-06T19:14:51.166427145Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3066,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":116.603277,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.167507186Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212044244127916","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.167560126Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212044244127916","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":230.83548,"time":"2026-03-06T19:14:51.167613136Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3076,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.041435,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.185115389Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3077,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.972432,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.187929542Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3071,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":102.463927,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.198648438Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812467202404444","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.198697118Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812467202404444","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":234.465739,"time":"2026-03-06T19:14:51.198737278Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"937","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.200175958Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"937","time":"2026-03-06T19:14:51.200221565Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Hr0f_lfZuFql5OwndFgf8Ut0IVewlYfjCjfOryrGsOE","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491200,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.200452044Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3080,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":9.851595,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.208850642Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3070,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":121.607752,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.21308371Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3075,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":98.092921,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.231287597Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3074,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":109.157745,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.236083244Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3068,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491069613944_84?ts=1756299199630&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":210.544077,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 1 day streak!** 🔥 Here are yesterday's results:\n👑 5/6: @lagopodus @alexx\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 1 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 5/6: @lagopodus @alexx\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$6HivJCgoHnTJPts0cyaCZEf01p1iGkWmU7tJouTNA40"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.280470215Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3067,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491063806423_106?ts=1763150631471&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":219.165402,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"marcys wie siehts bei dir aus?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.283106201Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438982787179876484","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":241.897511,"event_ids":{"":"$CG8-cUBpV2zju3dnjcy5DuuvNhNNHKfeAEoLdtt89TE"},"time":"2026-03-06T19:14:51.283201256Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3079,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":99.344144,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.287592656Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3085,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":18.645779,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.299360094Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3086,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":19.539411,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.303410594Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3082,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":99.258308,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.312507334Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655106163703930","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.312591774Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655106163703930","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":236.635737,"time":"2026-03-06T19:14:51.312662314Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"938","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.317099112Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"938","time":"2026-03-06T19:14:51.317202199Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gu3lVq0IHtWJdNT-nRjc5HFtxgPM7LLUvKWfo735xyg","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491317,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.317428348Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3090,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":11.967745,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.325053164Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3083,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":110.911415,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.34239911Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300125801592782901","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.342479778Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300125801592782901","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":223.217159,"time":"2026-03-06T19:14:51.342567709Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3084,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":116.879083,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.353108577Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220274565419050","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.353186801Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220274565419050","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":246.404849,"time":"2026-03-06T19:14:51.353277875Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3092,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.680839,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.36074345Z","message":"Request completed"} +{"level":"debug","transaction_id":"939","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.367933848Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"939","time":"2026-03-06T19:14:51.368020242Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$CG8-cUBpV2zju3dnjcy5DuuvNhNNHKfeAEoLdtt89TE","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491368,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.36821587Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3093,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":15.77687,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.369501107Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3078,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491185295373_107?ts=1758182332971&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":224.045907,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dann hast du direkt Code an dem du dich auch orientieren kannst","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.409543822Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418144232908263506","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":242.886197,"event_ids":{"":"$JWl43sF4CZINZ8vkNYyUQi1K1lLjU1kPSUrYv7oTnQA"},"time":"2026-03-06T19:14:51.409683506Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3087,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":128.190801,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.415957294Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212071003656446","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.416038101Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212071003656446","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":248.371047,"time":"2026-03-06T19:14:51.416102985Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3081,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491209000593_12?ts=1695160733987&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":238.196292,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"nice","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.447375611Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812488203272253","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":248.65335,"event_ids":{"":"$Mocdmu5eg1GF_JNMeB93Iy4FXBJtatdr9HmvYe4RqJA"},"time":"2026-03-06T19:14:51.447484565Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3096,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":37.139233,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.447661335Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3097,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":37.519664,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.454095271Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3099,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.283083,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.460459156Z","message":"Request completed"} +{"level":"debug","transaction_id":"940","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.464200883Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"940","time":"2026-03-06T19:14:51.464293983Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$JWl43sF4CZINZ8vkNYyUQi1K1lLjU1kPSUrYv7oTnQA","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491464,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.464504837Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"941","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.486225141Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"941","time":"2026-03-06T19:14:51.486359168Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Mocdmu5eg1GF_JNMeB93Iy4FXBJtatdr9HmvYe4RqJA","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491486,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.486589997Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3094,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":130.073049,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.491118707Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3088,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491299549157_85?ts=1756299199630&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":232.714235,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 solved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":23593,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/beyoUkNjpyZruaiguGeQJyFu"},"time":"2026-03-06T19:14:51.53253424Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410245799203573790","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":845.398759,"event_ids":{"":"$gu3lVq0IHtWJdNT-nRjc5HFtxgPM7LLUvKWfo735xyg","1410245799010631831":"$rU14uYd7cj-TfNxXSFPzzM2eBvqm4iT95dOUgQMwM1c"},"time":"2026-03-06T19:14:51.532629156Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3100,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":91.923547,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.546435567Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3089,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491303560266_45?ts=1763150989871&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":252.434118,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Geht nur zu dritt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.556132253Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438984290418430036","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":272.633608,"event_ids":{"":"$5s_lWzrQIn42O48GS7sJmA2ONFLqaQ-7WCQUw0XHSCM"},"time":"2026-03-06T19:14:51.556215505Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3091,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491325233846_17?ts=1723733450336&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":233.04417,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wie ist es?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.558434323Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655146676621334","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":245.683169,"event_ids":{"":"$YRVCYOSPpiXSZCphKLMZdJMvgvTP9ikRgc_mSFOL9eI"},"time":"2026-03-06T19:14:51.558509193Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3104,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":28.387723,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.585114962Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3105,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.814528,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.586795017Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3101,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":128.652388,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.589393217Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3049,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":806.294445,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<3413230 bytes>","time":"2026-03-06T19:14:51.60181822Z","message":"Request completed"} +{"level":"debug","transaction_id":"942","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.603680353Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"942","time":"2026-03-06T19:14:51.60377904Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$rU14uYd7cj-TfNxXSFPzzM2eBvqm4iT95dOUgQMwM1c","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491603,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:51.603961608Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3095,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491369684722_20?ts=1725537153882&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":241.541106,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Uni?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.611381786Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220427674419200","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":257.988391,"event_ids":{"":"$JNHbzkscS1uXd8AiXLofNe-FpbOZtFTA-Oxm4N-trn4"},"time":"2026-03-06T19:14:51.611475793Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3109,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":16.426962,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.618676387Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3110,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.148571,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.628301834Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3102,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":138.727269,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.629998022Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300125843032506519","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.630110817Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300125843032506519","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":287.431151,"time":"2026-03-06T19:14:51.630199028Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3113,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":9.726717,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.640452775Z","message":"Request completed"} +{"level":"debug","transaction_id":"943","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.644064596Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"943","time":"2026-03-06T19:14:51.644157137Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5s_lWzrQIn42O48GS7sJmA2ONFLqaQ-7WCQUw0XHSCM","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491644,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.644386848Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$YRVCYOSPpiXSZCphKLMZdJMvgvTP9ikRgc_mSFOL9eI","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491644,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.644386848Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$JNHbzkscS1uXd8AiXLofNe-FpbOZtFTA-Oxm4N-trn4","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491644,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.644405496Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3098,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491447871630_9?ts=1758182346275&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":228.730155,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Klingt gut 👍","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.676738397Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418144288709148724","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":266.703305,"event_ids":{"":"$gAhMi_GUgfS-FbIio-6tweefshz_8KHxx6fOE73MW38"},"time":"2026-03-06T19:14:51.676829471Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3103,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":133.552728,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.680160038Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212222539792466","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.680276535Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212222539792466","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":264.132832,"time":"2026-03-06T19:14:51.680422435Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.151016,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.694646922Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3116,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.977599,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.698965896Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3108,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":115.234439,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.704750369Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812533057171488","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.704834459Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812533057171488","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":257.055229,"time":"2026-03-06T19:14:51.704906327Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"944","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.710449844Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"944","time":"2026-03-06T19:14:51.710541337Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gAhMi_GUgfS-FbIio-6tweefshz_8KHxx6fOE73MW38","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491710,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.710744997Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3119,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.769392,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.715144499Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3107,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":129.778314,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.716893278Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3112,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":103.348689,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.732070833Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3118,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":88.231129,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.787480793Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3106,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491585288590_46?ts=1763151003431&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":218.895671,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Gibt nur 1-3er teams","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.80437507Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438984347293057044","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":247.989778,"event_ids":{"":"$QHeKZf0F4vihRgZJoT8BIFdjZlCS8UA5_TUN9iMeqm8"},"time":"2026-03-06T19:14:51.804474804Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3121,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":95.264101,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.812324652Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655163965669416","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.812464825Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655163965669416","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":253.829427,"time":"2026-03-06T19:14:51.812569868Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491618920277_128?ts=1765646231523&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":194.301428,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"AEAE3E88-BC64-4342-81A8-A66869229ECD.png","info":{"h":1080,"mimetype":"image/png","size":3413230,"w":1920},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/PPQMtKliKkWmNMglStgyVZwS"},"time":"2026-03-06T19:14:51.81345882Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1449450092460249140","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":1530.074626,"event_ids":{"1449450092439539762":"$XD9rub7ihcn52bnLN14heh-1v7QbGkM8DXtQDiKT2kg"},"time":"2026-03-06T19:14:51.813558345Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3125,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":25.679521,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.830869928Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3120,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":117.363929,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.832838292Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3126,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":23.498487,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.836634427Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3127,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":23.892118,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.838052364Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491640739966_9?ts=1730044577222&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":212.013837,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber zum beispiel beim aktivitätsprogramm muss man doch theoretisch jeden möglichen ablauf aufschreiben oder?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.852927431Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300125931419078656","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":222.625177,"event_ids":{"":"$Di2DzHqLXSavKC8z15l38oP5uWnyJbVXEno0TABFXj4"},"time":"2026-03-06T19:14:51.853034639Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"945","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.861550991Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"945","time":"2026-03-06T19:14:51.861636268Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QHeKZf0F4vihRgZJoT8BIFdjZlCS8UA5_TUN9iMeqm8","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491861,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.86185257Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3122,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":134.642407,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.866853902Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220466991829052","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.866935896Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220466991829052","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":255.16488,"time":"2026-03-06T19:14:51.867005529Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3132,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":13.579774,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.867318492Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3123,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":135.399845,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23368 bytes>","time":"2026-03-06T19:14:51.871457133Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3133,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.090456,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.877585649Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3135,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":8.882953,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.880852729Z","message":"Request completed"} +{"level":"debug","transaction_id":"946","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.88792181Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"946","time":"2026-03-06T19:14:51.888029995Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$XD9rub7ihcn52bnLN14heh-1v7QbGkM8DXtQDiKT2kg","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491888,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:51.888235332Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$Di2DzHqLXSavKC8z15l38oP5uWnyJbVXEno0TABFXj4","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491888,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.888237706Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3117,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491694885154_108?ts=1758182424066&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":215.74013,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wir können dann deinen Branch von dem Issue nochmal neu erstellen aus der Main, wenn wir dann fertig sind","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:51.910826359Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418144614988255262","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":233.731277,"event_ids":{"":"$G76dlwGkfRXy3mkPCVKhjbEw-sDSP6KPjD8r3qkDBLo"},"time":"2026-03-06T19:14:51.910939504Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3124,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":127.669777,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.915307995Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212270442680441","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.915449356Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212270442680441","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":234.889262,"time":"2026-03-06T19:14:51.915549789Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3138,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":17.294612,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.929136337Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.874652,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.934942043Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3129,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":107.668709,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:51.940705772Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812591450271915","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:51.940807253Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812591450271915","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":235.797211,"time":"2026-03-06T19:14:51.940891273Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"947","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:51.947375915Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"947","time":"2026-03-06T19:14:51.947453998Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$G76dlwGkfRXy3mkPCVKhjbEw-sDSP6KPjD8r3qkDBLo","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824491947,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:51.947647601Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3142,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.223017,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:51.951575458Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3136,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":99.520077,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:51.977428746Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3130,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491836791641_18?ts=1723733460636&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":187.654754,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Sieht ja auf der Shopseite ganz cool aus","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.024619743Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655189877817377","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":211.93715,"event_ids":{"":"$cD8wcvC_Hvk9zn7SHd-vFW3y4woO3txtLWw8O7NGwX4"},"time":"2026-03-06T19:14:52.024750767Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3141,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":101.58622,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.03682125Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3145,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":26.417054,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.051885032Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3131,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491838221801_129?ts=1765646234106&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":221.533193,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Es beginnt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.05989377Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1449450103294394500","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":246.062761,"event_ids":{"":"$sRjnD6aqWN7nMWFksA2-Rm-iPWBmbt8FuDBy7cZRbWE"},"time":"2026-03-06T19:14:52.059992597Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3128,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491831023651_109?ts=1763151019881&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":233.317742,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dachte du suchtest arc raiders","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.064499725Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438984416289620220","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":259.744924,"event_ids":{"":"$v19hmhZtM7Mch6CCrdSYaTBWhIcblCmPG9dc3N5kn7Y"},"time":"2026-03-06T19:14:52.064612521Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3143,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":123.230675,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.075123776Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3148,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":21.884574,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.087079299Z","message":"Request completed"} +{"level":"debug","transaction_id":"948","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.090804194Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"948","time":"2026-03-06T19:14:52.090882488Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3134,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491867571810_10?ts=1730044589986&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":223.144802,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich kann von jedem fenster in jedes fenster gehen und das stackt sich doch","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.090849592Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300125984955043870","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":237.507298,"event_ids":{"":"$n_of_mJD9wSWpxeRNmVL_GrJqHqWZ7J9BW_tFG1_r6g"},"time":"2026-03-06T19:14:52.090929631Z","message":"Finished handling Discord message"} +{"level":"debug","message_checkpoint":{"event_id":"$cD8wcvC_Hvk9zn7SHd-vFW3y4woO3txtLWw8O7NGwX4","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492091,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.091112478Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3151,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.102413,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.115667399Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3144,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":146.339862,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.123933366Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220475397210154","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.124015152Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220475397210154","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":256.89585,"time":"2026-03-06T19:14:52.124091769Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3137,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491881000305_86?ts=1756367233403&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":243.987469,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lagopodus and alexx were playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"lagopodus and alexx were playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$gu3lVq0IHtWJdNT-nRjc5HFtxgPM7LLUvKWfo735xyg"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.125199187Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3155,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":23.198935,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.148551146Z","message":"Request completed"} +{"level":"debug","transaction_id":"949","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.148580619Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"949","time":"2026-03-06T19:14:52.148812146Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$sRjnD6aqWN7nMWFksA2-Rm-iPWBmbt8FuDBy7cZRbWE","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492148,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.148997088Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$v19hmhZtM7Mch6CCrdSYaTBWhIcblCmPG9dc3N5kn7Y","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492148,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.149013781Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$n_of_mJD9wSWpxeRNmVL_GrJqHqWZ7J9BW_tFG1_r6g","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492149,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.149059108Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$I6d6Igaau2cj6bCSL0nqxc6R4-ZaZ10KgB_PuHU9Ka8","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492149,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.149141173Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3154,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":26.354266,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.151237627Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3140,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824491929298371_10?ts=1758182460032&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":253.171303,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Sagt einfach bescheid, wenn ihr soweit seid 🙂","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.182660134Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418144765840719902","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":271.293546,"event_ids":{"":"$7V8DBXAGAiXKhhzAjX0wDhx5MR5VtXz9w4KdFWfe4EU"},"time":"2026-03-06T19:14:52.18276832Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3146,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":149.705769,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.186707072Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212327309054124","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.186776775Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454212327309054124","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":271.088838,"time":"2026-03-06T19:14:52.186857233Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3158,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.899584,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.204405023Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3152,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":107.821175,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<29158 bytes>","time":"2026-03-06T19:14:52.2069873Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3149,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":143.119646,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.218451413Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812649151316051","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.218574824Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812649151316051","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":277.597714,"time":"2026-03-06T19:14:52.218664921Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"950","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.223863697Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"950","time":"2026-03-06T19:14:52.223917126Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$7V8DBXAGAiXKhhzAjX0wDhx5MR5VtXz9w4KdFWfe4EU","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492224,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.224124488Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3160,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":17.792517,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.225188674Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3147,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":175.076447,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.227299725Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3161,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.426888,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.231642026Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3153,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":134.666153,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.250643512Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3157,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":102.37851,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.254041127Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3159,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":92.481656,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.297221015Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3163,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":74.694517,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.302255731Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655255942434948","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.30232718Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655255942434948","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":277.286637,"time":"2026-03-06T19:14:52.302408267Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3150,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492087247060_47?ts=1763151044297&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":245.143917,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ja, dachte du redest von arc","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.332536807Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438984518697484379","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":267.698626,"event_ids":{"":"$V7iHoyUi7y4rBGhS-CsM6Xlq9D1782v5y__u_S5Ftn8"},"time":"2026-03-06T19:14:52.332642129Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3168,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":30.007504,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.333016065Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3164,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":107.372718,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.33923775Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3169,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":18.255292,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.351595494Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3156,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492148720164_87?ts=1756367233403&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":227.922709,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":23368,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/FaULGBcLOzzqnxEJncZdpTTk"},"time":"2026-03-06T19:14:52.376889416Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410531153529671722","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":844.045426,"event_ids":{"":"$I6d6Igaau2cj6bCSL0nqxc6R4-ZaZ10KgB_PuHU9Ka8","1410531645181788190":"$QUM1cKoK1d49r16uEw86FxcwW32uUwLingjYjPymbCY"},"time":"2026-03-06T19:14:52.377002351Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3165,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":127.863939,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.378675072Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126044547715103","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.378784236Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126044547715103","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":287.610367,"time":"2026-03-06T19:14:52.378872167Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3166,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":127.197784,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.381417357Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220696504274995","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.381515975Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220696504274995","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":257.346471,"time":"2026-03-06T19:14:52.381599925Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"951","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.393175436Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"951","time":"2026-03-06T19:14:52.393272307Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$V7iHoyUi7y4rBGhS-CsM6Xlq9D1782v5y__u_S5Ftn8","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492393,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.393467516Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3173,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":27.067566,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.404741658Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3174,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.14481,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.406615456Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3175,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":26.377874,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.408476402Z","message":"Request completed"} +{"level":"debug","transaction_id":"952","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.432540053Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"952","time":"2026-03-06T19:14:52.432663534Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QUM1cKoK1d49r16uEw86FxcwW32uUwLingjYjPymbCY","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492432,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:52.432895969Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3167,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":155.016502,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.452449069Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454213367450566687","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.452555648Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454213367450566687","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":265.62529,"time":"2026-03-06T19:14:52.452635268Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3162,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492225325914_130?ts=1765646240092&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":244.755244,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cimg data-mx-emoticon src=\"mxc://matrix.theocloud.dev/OfUXKospOtSxiuVblhdIKLBE\" alt=\":papaBased:\" title=\":papaBased:\" height=\"32\"/\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.470282653Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1449450128401367141","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":410.160219,"event_ids":{"":"$rQ2LXnxTyYpwgQavQzS2SYAr0IjhK1t_Fq2ZhWVva7E"},"time":"2026-03-06T19:14:52.470475976Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3171,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":138.701498,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.478160437Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812717749145612","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.478254794Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153812717749145612","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":259.422322,"time":"2026-03-06T19:14:52.478326243Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3179,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.107711,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.485295869Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3180,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":10.224693,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.489100943Z","message":"Request completed"} +{"level":"debug","transaction_id":"953","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.495673237Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"953","time":"2026-03-06T19:14:52.495797346Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$rQ2LXnxTyYpwgQavQzS2SYAr0IjhK1t_Fq2ZhWVva7E","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492495,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.496020632Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3177,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":132.137166,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.53912069Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3170,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492333304653_19?ts=1723733482318&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":240.740294,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"joa mal schauen. Es ist schon echt warm in meinem Zimmer","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.574270188Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655280818716726","message_type":19,"author_id":"204925152230768641","action":"discord message create","handling_time":271.819248,"event_ids":{"":"$dQA5OZmbU8SBlKzKmKZjttuhVjiRhzXVNIrTOarqpFQ"},"time":"2026-03-06T19:14:52.574390806Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3183,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":47.878873,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1675325 bytes>","time":"2026-03-06T19:14:52.579354563Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3185,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.419344,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.586692467Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3186,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.7879,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.590485877Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492351753268_48?ts=1763151046164&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":260.180949,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Lol","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.612129775Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438984526528512152","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":279.202898,"event_ids":{"":"$K28CaFnqyjv8brYISP59ylZFmOfv_MIT1DbyrcJWvV8"},"time":"2026-03-06T19:14:52.612248925Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"954","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.61532813Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"954","time":"2026-03-06T19:14:52.615469979Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$dQA5OZmbU8SBlKzKmKZjttuhVjiRhzXVNIrTOarqpFQ","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492615,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.615727348Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3178,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492408754723_21?ts=1725537225058&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":216.827013,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ja ka","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.625723866Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220726208204810","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":244.006955,"event_ids":{"":"$EFqMUgOaiOWTY99x-cGseU6dTUPBnZ7HeYLh0Q3gqTE"},"time":"2026-03-06T19:14:52.625782463Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3189,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":26.674004,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.639683511Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3176,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492405027383_88?ts=1756367355195&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":239.491027,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hacker","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.644664869Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410531664362340422","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":267.382451,"event_ids":{"":"$sMiBJrEc1HODm98YtEIQET6vf3lKgGvpqtyWYP8yy1Y"},"time":"2026-03-06T19:14:52.644760203Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3190,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":20.396375,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.646644197Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3184,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":112.594333,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.651965826Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126058233860157","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.652065631Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126058233860157","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":273.062789,"time":"2026-03-06T19:14:52.652180032Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"955","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.661588269Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"955","time":"2026-03-06T19:14:52.661714125Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$K28CaFnqyjv8brYISP59ylZFmOfv_MIT1DbyrcJWvV8","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492661,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.661967024Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$EFqMUgOaiOWTY99x-cGseU6dTUPBnZ7HeYLh0Q3gqTE","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492661,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.661980852Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$sMiBJrEc1HODm98YtEIQET6vf3lKgGvpqtyWYP8yy1Y","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492661,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.661988186Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3193,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":10.800681,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.663547134Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3182,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492489317245_13?ts=1695160873694&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":209.457052,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"auf ez entspannt lets go","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.698935633Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153813074176913478","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":220.461184,"event_ids":{"":"$lugQrQ5KjyTf3xN6R--y3uifloHbFGrxuyyTtmNxhfE"},"time":"2026-03-06T19:14:52.699035647Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3181,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492485544018_110?ts=1765646327721&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":219.923399,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Krautsauer auf die 1","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.705642791Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1449450495944167495","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":234.89457,"event_ids":{"":"$2K5-CKAcAnKfJllTG-FZ7XZc_OU2N0muaJWy5rXp-CM"},"time":"2026-03-06T19:14:52.705772418Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3195,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.226166,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.716835986Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3187,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":135.701495,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.722779141Z","message":"Request completed"} +{"level":"debug","transaction_id":"956","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.728038051Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"956","time":"2026-03-06T19:14:52.729191426Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$lugQrQ5KjyTf3xN6R--y3uifloHbFGrxuyyTtmNxhfE","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492729,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.729412756Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"957","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.745923039Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"957","time":"2026-03-06T19:14:52.745990297Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2K5-CKAcAnKfJllTG-FZ7XZc_OU2N0muaJWy5rXp-CM","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492746,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.746162458Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3188,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492590630241_111?ts=1758381876690&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":196.504252,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"BLM_UI_Prototype_Design_2.pdf","info":{"mimetype":"application/pdf","size":1675325},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/XQNZNNuYsMSdkqNyrhSEGagS"},"time":"2026-03-06T19:14:52.78732216Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1418981179926773923","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":604.370923,"event_ids":{"1418981179507478548":"$QVuL8pyHg6stViOcbONLFuuoXUlwys5Qic-phi3q6LY"},"time":"2026-03-06T19:14:52.787477349Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3197,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":85.728891,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.808734949Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655346313040032","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.808863528Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655346313040032","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":234.245317,"time":"2026-03-06T19:14:52.80895125Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3199,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":21.446174,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.809737604Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3196,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":98.746504,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.816008319Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3192,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492646938582_22?ts=1725537234266&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":178.748961,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Könnt ja sein, dass du Urlaub hast","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.825822688Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220764829351998","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":199.878401,"event_ids":{"":"$ONUlAd0LoYu48fEhgmBfnqCyci5sQsh1iQtvVw__nys"},"time":"2026-03-06T19:14:52.825916207Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3200,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.976969,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.82590622Z","message":"Request completed"} +{"level":"debug","transaction_id":"958","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.828640613Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"958","time":"2026-03-06T19:14:52.828755852Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QVuL8pyHg6stViOcbONLFuuoXUlwys5Qic-phi3q6LY","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492828,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.file"},"time":"2026-03-06T19:14:52.828954972Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3191,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492639938016_112?ts=1763151052016&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":197.555238,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"neee hahah","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.837626933Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438984551073448097","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":225.033406,"event_ids":{"":"$IUE7RReGgO1MppTfSiLdcJZi7EVup3gs2-N58h7S2wI"},"time":"2026-03-06T19:14:52.83770802Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3194,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492663771328_11?ts=1730044622288&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":177.617098,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"und den darf ich mir aussuchen?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:52.841521405Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126120439447593","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":189.16998,"event_ids":{"":"$8Z71fZ5dcKjdvysSL56HJb-rFNp3PyGj_fhU2IzBXD4"},"time":"2026-03-06T19:14:52.84160766Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3204,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.275547,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.845839471Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3205,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.714855,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.85799125Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3206,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":45.822718,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.888036329Z","message":"Request completed"} +{"level":"debug","transaction_id":"959","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:52.894858798Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"959","time":"2026-03-06T19:14:52.894967472Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$IUE7RReGgO1MppTfSiLdcJZi7EVup3gs2-N58h7S2wI","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492895,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.895222257Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$ONUlAd0LoYu48fEhgmBfnqCyci5sQsh1iQtvVw__nys","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492895,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.895214714Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$8Z71fZ5dcKjdvysSL56HJb-rFNp3PyGj_fhU2IzBXD4","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824492895,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:52.89523853Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3202,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":115.869095,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:52.932117252Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153813159765872651","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:52.932230047Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153813159765872651","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":232.105421,"time":"2026-03-06T19:14:52.932317699Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3211,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.421017,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.941315753Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3203,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":116.69023,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.942944683Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3207,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":114.500886,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.960757664Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3210,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":81.195572,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:52.969678402Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3209,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":95.329473,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23596 bytes>","time":"2026-03-06T19:14:52.983613324Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3216,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":11.425001,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:52.995698124Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3201,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492809944127_110?ts=1763380467316&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":200.373163,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Agiles Handeln von Theo und Mir 🤙","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.010440492Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1439946788583899221","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":222.571328,"event_ids":{"":"$2fVxMaV3iFKW6ofkA0YlEmKjZC5XMLEidekWAZkQbNs"},"time":"2026-03-06T19:14:53.010508658Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3218,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":17.208148,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.028232171Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3213,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":87.806627,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.030948614Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655393096306768","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.031059733Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655393096306768","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":221.954062,"time":"2026-03-06T19:14:53.031151087Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3212,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":94.129584,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.035801462Z","message":"Request completed"} +{"level":"debug","transaction_id":"960","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.047157529Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"960","time":"2026-03-06T19:14:53.047248464Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2fVxMaV3iFKW6ofkA0YlEmKjZC5XMLEidekWAZkQbNs","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493047,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.04743585Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3220,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.164566,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.048813837Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3214,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":92.268987,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.053180164Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220849390846045","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.053225142Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220849390846045","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":227.05918,"time":"2026-03-06T19:14:53.05327941Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3208,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492858180732_113?ts=1763151072733&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":203.497415,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wärst du auch dabei?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.061823489Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438984637966848143","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":223.871231,"event_ids":{"":"$kMpMr3NxuC7iaG6VsyVmhf-DMiOTGLcZrPr-tFYctzs"},"time":"2026-03-06T19:14:53.061921757Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3223,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":22.102551,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.075749959Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3224,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.900985,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.083469411Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3215,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":115.37545,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.085232788Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126138022105260","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.085354523Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126138022105260","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":243.485304,"time":"2026-03-06T19:14:53.085446086Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3227,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":9.493235,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.095454198Z","message":"Request completed"} +{"level":"debug","transaction_id":"961","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.103217721Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"961","time":"2026-03-06T19:14:53.103311519Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kMpMr3NxuC7iaG6VsyVmhf-DMiOTGLcZrPr-tFYctzs","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493103,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.103498347Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3221,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":99.455053,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.135401299Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153813257656733736","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.135498938Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153813257656733736","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":203.012919,"time":"2026-03-06T19:14:53.13559092Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3229,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":10.27484,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.146409691Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3222,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":104.320054,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.153429673Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3225,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":93.475022,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.169556593Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3217,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824492995961290_88?ts=1756367952346&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":201.666291,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 2 day streak!** 🔥 Here are yesterday's results:\n👑 4/6: @alexx\n5/6: @lagopodus\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 2 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 4/6: @alexx\u003cbr\u003e\n5/6: @lagopodus\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$McspRz8l7Hoj_YvLEgNDSTDvEZf57JeQW4c5tCGyj3E"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.197883274Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3233,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":15.816471,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.213928757Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3219,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493028442256_111?ts=1763553288604&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":202.952785,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"```typescript\n\n\"use client\";\n\nimport { api } from \"@/trpc/react\";\n\nexport function UserComponent() {\n // Query - Daten abrufen\n const allUsers = api.user.getAllUsers.useQuery();\n const singleUser = api.user.getUser.useQuery({ id: \"user-123\" });\n\n // Mutation - Daten ändern\n const createUser = api.user.createUser.useMutation();\n const updateUser = api.user.updateUser.useMutation();\n\n const handleCreateUser = () =\u003e {\n createUser.mutate(\n { name: \"Max Mustermann\", email: \"max@example.com\" },\n {\n onSuccess: (data) =\u003e {\n console.log(\"User erstellt:\", data);\n },\n }\n );\n };\n\n const handleUpdateUser = () =\u003e {\n updateUser.mutate({ id: \"user-123\", name: \"Neuer Name\" });\n };\n\n return (\n \u003cdiv\u003e\n {allUsers.data?.map((user) =\u003e (\n \u003cdiv key={user.id}\u003e{user.name}\u003c/div\u003e\n ))}\n \u003cbutton onClick={handleCreateUser}\u003eUser erstellen\u003c/button\u003e\n \u003cbutton onClick={handleUpdateUser}\u003eUser aktualisieren\u003c/button\u003e\n \u003c/div\u003e\n );\n}```\n```","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cpre\u003e\u003ccode class=\"language-typescript\"\u003e\n\u0026quot;use client\u0026quot;;\n\nimport { api } from \u0026quot;@/trpc/react\u0026quot;;\n\nexport function UserComponent() {\n // Query - Daten abrufen\n const allUsers = api.user.getAllUsers.useQuery();\n const singleUser = api.user.getUser.useQuery({ id: \u0026quot;user-123\u0026quot; });\n\n // Mutation - Daten ändern\n const createUser = api.user.createUser.useMutation();\n const updateUser = api.user.updateUser.useMutation();\n\n const handleCreateUser = () =\u0026gt; {\n createUser.mutate(\n { name: \u0026quot;Max Mustermann\u0026quot;, email: \u0026quot;max@example.com\u0026quot; },\n {\n onSuccess: (data) =\u0026gt; {\n console.log(\u0026quot;User erstellt:\u0026quot;, data);\n },\n }\n );\n };\n\n const handleUpdateUser = () =\u0026gt; {\n updateUser.mutate({ id: \u0026quot;user-123\u0026quot;, name: \u0026quot;Neuer Name\u0026quot; });\n };\n\n return (\n \u0026lt;div\u0026gt;\n {allUsers.data?.map((user) =\u0026gt; (\n \u0026lt;div key={user.id}\u0026gt;{user.name}\u0026lt;/div\u0026gt;\n ))}\n \u0026lt;button onClick={handleCreateUser}\u0026gt;User erstellen\u0026lt;/button\u0026gt;\n \u0026lt;button onClick={handleUpdateUser}\u0026gt;User aktualisieren\u0026lt;/button\u0026gt;\n \u0026lt;/div\u0026gt;\n );\n}```\n\u003c/code\u003e\u003c/pre\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.231787764Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1440671653603577926","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":221.187543,"event_ids":{"":"$mIVJSc63UQXsqYrbAv6XWGwvqPlhhZ8sjhUGCPzJglY"},"time":"2026-03-06T19:14:53.231972497Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"962","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.243037601Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"962","time":"2026-03-06T19:14:53.243164644Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BHpMmqcruEdYFlDX68ef270JQGOQQ_7cjGe86dzMIF8","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493243,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.243398127Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3235,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":20.445125,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.253207468Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3231,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":109.640496,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.263246101Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655432627486814","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.263346674Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655432627486814","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":232.083839,"time":"2026-03-06T19:14:53.263445849Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3237,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":13.803199,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.277782434Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3232,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":110.347019,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.280082897Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220878268629002","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.280168523Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281220878268629002","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":226.83785,"time":"2026-03-06T19:14:53.280257642Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3228,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493095685166_12?ts=1730044634804&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":186.399269,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"fühlt sich komisch an","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.282231453Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126172935622749","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":196.690242,"event_ids":{"":"$zN5q15D5_Cm8tTUeLKYZV7GTLtA-bB4KjZcT9uMbm8M"},"time":"2026-03-06T19:14:53.282323994Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"963","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.28322433Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"963","time":"2026-03-06T19:14:53.283293195Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mIVJSc63UQXsqYrbAv6XWGwvqPlhhZ8sjhUGCPzJglY","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493283,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.283473528Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3226,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493083591985_131?ts=1763151390359&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":208.636685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wo","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.292353757Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438985970186850386","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":230.156892,"event_ids":{"":"$2tf578KLrp1hki_F0E_sng8davfdfrFyFa2bRJaRJvc"},"time":"2026-03-06T19:14:53.292458381Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3239,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":17.099613,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.297831693Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3240,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.161213,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.300123845Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3241,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.619027,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.308641314Z","message":"Request completed"} +{"level":"debug","transaction_id":"964","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.320988233Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"964","time":"2026-03-06T19:14:53.321062545Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2tf578KLrp1hki_F0E_sng8davfdfrFyFa2bRJaRJvc","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493321,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.321298821Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$zN5q15D5_Cm8tTUeLKYZV7GTLtA-bB4KjZcT9uMbm8M","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493321,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.321294002Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3230,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493146592747_14?ts=1695161264342&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":202.780973,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bitte","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.349529469Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153814712673378354","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":213.84496,"event_ids":{"":"$cxPSBnJVOVbe9yAuKDuN-ziePG_12gykOKbCQ0jwdT8"},"time":"2026-03-06T19:14:53.34966196Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"965","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.363778541Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"965","time":"2026-03-06T19:14:53.363834624Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$cxPSBnJVOVbe9yAuKDuN-ziePG_12gykOKbCQ0jwdT8","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493363,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.364013071Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3243,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":94.260817,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.394713829Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3245,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":31.529017,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<111589 bytes>","time":"2026-03-06T19:14:53.406822515Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3234,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493214065159_89?ts=1756367952346&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":201.55601,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 solved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":23596,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/hhbMUheqKRHZfRcggqdIgPqg"},"time":"2026-03-06T19:14:53.415822664Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410534168995172403","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":767.023835,"event_ids":{"":"$BHpMmqcruEdYFlDX68ef270JQGOQQ_7cjGe86dzMIF8","1410534168898834444":"$8WnbJ69HzYB3L3PS_CgFp_YkS85bYYEDsSJs92ZYjuM"},"time":"2026-03-06T19:14:53.415968495Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3247,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.672322,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.427756815Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3198,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":663.529665,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1832892 bytes>","time":"2026-03-06T19:14:53.43875983Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3236,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493253412455_112?ts=1763554054017&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":199.633604,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"```\nimport { z } from \"zod\";\n\nimport {\n createTRPCRouter,\n protectedProcedure,\n publicProcedure,\n} from \"~/server/api/trpc\";\nimport { db } from \"~/server/db\";\n\nexport const userRouter = createTRPCRouter({\n createUser: protectedProcedure\n .input(z.object({ name: z.string().min(1), email: z.string().email() }))\n .mutation(async ({ input, ctx }) =\u003e {\n return await db.user.create({\n data: {\n name: input.name,\n email: input.email,\n },\n });\n }),\n\n getUser: publicProcedure\n .input(z.object({ id: z.string() }))\n .query(async ({ input }) =\u003e {\n return await db.user.findUnique({\n where: { id: input.id },\n });\n }),\n\n getAllUsers: publicProcedure.query(async () =\u003e {\n return await db.user.findMany();\n }),\n\n updateUser: protectedProcedure\n .input(z.object({ id: z.string(), name: z.string().optional() }))\n .mutation(async ({ input }) =\u003e {\n return await db.user.update({\n where: { id: input.id },\n data: { name: input.name },\n });\n }),\n});\n```","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cpre\u003e\u003ccode\u003eimport { z } from \u0026quot;zod\u0026quot;;\n\nimport {\n createTRPCRouter,\n protectedProcedure,\n publicProcedure,\n} from \u0026quot;~/server/api/trpc\u0026quot;;\nimport { db } from \u0026quot;~/server/db\u0026quot;;\n\nexport const userRouter = createTRPCRouter({\n createUser: protectedProcedure\n .input(z.object({ name: z.string().min(1), email: z.string().email() }))\n .mutation(async ({ input, ctx }) =\u0026gt; {\n return await db.user.create({\n data: {\n name: input.name,\n email: input.email,\n },\n });\n }),\n\n getUser: publicProcedure\n .input(z.object({ id: z.string() }))\n .query(async ({ input }) =\u0026gt; {\n return await db.user.findUnique({\n where: { id: input.id },\n });\n }),\n\n getAllUsers: publicProcedure.query(async () =\u0026gt; {\n return await db.user.findMany();\n }),\n\n updateUser: protectedProcedure\n .input(z.object({ id: z.string(), name: z.string().optional() }))\n .mutation(async ({ input }) =\u0026gt; {\n return await db.user.update({\n where: { id: input.id },\n data: { name: input.name },\n });\n }),\n});\n\u003c/code\u003e\u003c/pre\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.453394082Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1440674863978385459","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":221.17993,"event_ids":{"":"$L89gk8NEoJks9nIP8ZqwuwehvQj1fFIiPKOfafM1wTQ"},"time":"2026-03-06T19:14:53.453564846Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"966","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.457685817Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"966","time":"2026-03-06T19:14:53.457793653Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8WnbJ69HzYB3L3PS_CgFp_YkS85bYYEDsSJs92ZYjuM","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493457,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:53.457997383Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3249,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":20.591654,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.459711032Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3238,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493277910664_20?ts=1723733526712&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":193.776215,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hat das ein Multiplayer?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.471852963Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655467020914700","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":208.318833,"event_ids":{"":"$ccTfKykRQOXaunxZIfyFGRU_YJFz1HqIyb_Oyf-z85Q"},"time":"2026-03-06T19:14:53.471993067Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3251,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.352435,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.48431135Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3242,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493297962437_23?ts=1725537435133&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":193.124377,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ja. Wir haben heute ein Outdoor Event mit den neuen Azubis und Dualis","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.491211134Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281221607326744720","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":210.809128,"event_ids":{"":"$US2Tt8wKj_4aNgtSJaAeWg_f47WPhcnahihD-KDBH2Q"},"time":"2026-03-06T19:14:53.491278671Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"967","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.494972487Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"967","time":"2026-03-06T19:14:53.49511287Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$L89gk8NEoJks9nIP8ZqwuwehvQj1fFIiPKOfafM1wTQ","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493495,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.49528978Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$US2Tt8wKj_4aNgtSJaAeWg_f47WPhcnahihD-KDBH2Q","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493495,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.495320232Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$ccTfKykRQOXaunxZIfyFGRU_YJFz1HqIyb_Oyf-z85Q","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493495,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.495315063Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3253,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.997289,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.503802989Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3246,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":118.918266,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.513816339Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126225372680192","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.513897426Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126225372680192","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":231.264799,"time":"2026-03-06T19:14:53.51395791Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3244,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493308815012_114?ts=1763151457958&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":215.329387,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"rv there yet","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.524281918Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438986253717602315","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":231.594524,"event_ids":{"":"$o6mXSbxq38aNJtyhVcXdIwtw8b_ZiWL3Wfq16rer1T8"},"time":"2026-03-06T19:14:53.524372224Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3255,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.987581,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.527389827Z","message":"Request completed"} +{"level":"debug","transaction_id":"968","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.530367201Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"968","time":"2026-03-06T19:14:53.530432923Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$o6mXSbxq38aNJtyhVcXdIwtw8b_ZiWL3Wfq16rer1T8","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493530,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.530556893Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3256,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.682095,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.540660409Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3248,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":131.205122,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.559188784Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3252,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":89.840084,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.574503578Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3254,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":85.312981,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.589530832Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3257,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":67.855357,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.595523924Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3250,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493459909942_49?ts=1766782146486&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":157.466427,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":797,"mimetype":"image/png","size":1832892,"w":1230},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/xZoHLXMCZAwiOfAvzCtDxhPo"},"time":"2026-03-06T19:14:53.617574303Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214465133482115","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":1164.841745,"event_ids":{"1454214464424509451":"$xZVT3BvgO98rFEjZuG_gOu1Rk2wx2It_UODuj5FJM0s"},"time":"2026-03-06T19:14:53.617703511Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3263,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.017755,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.632485828Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3259,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":75.804171,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.635165744Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153815021973930094","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"video_https://tenor.com/view/bugs-bunny-bugs-nod-nodding-yes-gif-17944083","time":"2026-03-06T19:14:53.63527372Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1153815021973930094","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":285.365217,"time":"2026-03-06T19:14:53.635403976Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3265,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.186489,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.646115749Z","message":"Request completed"} +{"level":"debug","transaction_id":"969","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.649269125Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"969","time":"2026-03-06T19:14:53.649375355Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xZVT3BvgO98rFEjZuG_gOu1Rk2wx2It_UODuj5FJM0s","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493649,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:53.649603669Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3260,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":86.191246,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.660900929Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655538453970964","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.66098914Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655538453970964","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":188.515348,"time":"2026-03-06T19:14:53.661031115Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3268,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.934778,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.67198957Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3261,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":91.331006,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.681067803Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281221796573741128","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.681160344Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281221796573741128","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":189.668863,"time":"2026-03-06T19:14:53.681221875Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3262,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":93.545284,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.689266931Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126249653375069","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.68940906Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126249653375069","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":175.369435,"time":"2026-03-06T19:14:53.689501042Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3270,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.516843,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.692201911Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3272,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":14.776939,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.704796979Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3258,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493540897035_132?ts=1763151470302&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":174.697623,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.715757949Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1438986305492095189","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":191.099022,"event_ids":{"":"$Dj7_R621n4oRcigFcL2Oza42VlWsh6dWtp1Q2qN75_k"},"time":"2026-03-06T19:14:53.715837569Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3267,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":83.951685,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1061 bytes>","time":"2026-03-06T19:14:53.732923981Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3275,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":22.974182,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.739303859Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3276,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":24.578248,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.757997551Z","message":"Request completed"} +{"level":"debug","transaction_id":"970","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.777129292Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"970","time":"2026-03-06T19:14:53.777250329Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Dj7_R621n4oRcigFcL2Oza42VlWsh6dWtp1Q2qN75_k","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493777,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.777485977Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3264,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":151.966841,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.784845881Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3266,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":148.28434,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.794789109Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3269,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":136.985683,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.809386275Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3273,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":144.612943,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.837150097Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3279,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":74.84803,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.859916149Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214521882153134","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.860038233Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214521882153134","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":242.042992,"time":"2026-03-06T19:14:53.860138457Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3271,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":179.325089,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<18420 bytes>","time":"2026-03-06T19:14:53.865229117Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3280,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":71.968575,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.866918182Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154097453663002807","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.867030698Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154097453663002807","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":231.514136,"time":"2026-03-06T19:14:53.867127988Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3283,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.84056,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.869606619Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3284,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":9.025851,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.874677514Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3285,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":11.121467,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.878809939Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3281,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":77.327709,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.886935383Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655556275437743","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.887050483Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655556275437743","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":225.403709,"time":"2026-03-06T19:14:53.887126472Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3289,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.809619,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.896495737Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3282,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":69.948249,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:53.907378204Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281221950458302526","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:53.907480802Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281221950458302526","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":226.148297,"time":"2026-03-06T19:14:53.907568035Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3274,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493704985972_13?ts=1730044664202&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":208.01921,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ok ich probiers. danke dir schonmal","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.913129991Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126296239767674","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":223.478927,"event_ids":{"":"$Rg8G0pRYFATa7TAjFbpCPujAWegijkOfVgz0_rB5LtU"},"time":"2026-03-06T19:14:53.913204023Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3291,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.159811,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.920297689Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3292,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.237057,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.925979215Z","message":"Request completed"} +{"level":"debug","transaction_id":"971","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.95023563Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"971","time":"2026-03-06T19:14:53.950325377Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Rg8G0pRYFATa7TAjFbpCPujAWegijkOfVgz0_rB5LtU","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493950,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.95055879Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3278,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493758204004_89?ts=1756374384295&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":199.871975,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cimg data-mx-emoticon src=\"mxc://matrix.theocloud.dev/iLewZGQIcXCOkXkOvqArvoxv\" alt=\":bingle:\" title=\":bingle:\" height=\"32\"/\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.958233403Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410561146544459806","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":541.90529,"event_ids":{"":"$98PskoBHotPj886JfSRYfhTKQ6nMVOl-um3qRGlYzds"},"time":"2026-03-06T19:14:53.958355068Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3277,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493739571634_115?ts=1763210001647&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":220.989121,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jungs bin ab jetzt on und hab den rest des tages zeit für zocken wenn ihr wollt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:53.960736199Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439231803746418709","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":244.727028,"event_ids":{"":"$fuxz5M33-dYmL5BgjFnn355oDgontW9N7zcSLADLITs"},"time":"2026-03-06T19:14:53.960831953Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3295,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":16.669873,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.97579153Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3296,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.491081,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:53.982035844Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3286,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":120.961711,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:53.990880105Z","message":"Request completed"} +{"level":"debug","transaction_id":"972","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:53.999208302Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"972","time":"2026-03-06T19:14:53.999304824Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$98PskoBHotPj886JfSRYfhTKQ6nMVOl-um3qRGlYzds","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824493999,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:53.999503525Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3290,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":125.276144,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.022142814Z","message":"Request completed"} +{"level":"debug","transaction_id":"973","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.023849339Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"973","time":"2026-03-06T19:14:54.023939505Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$fuxz5M33-dYmL5BgjFnn355oDgontW9N7zcSLADLITs","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494024,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.024129965Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3293,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":124.398019,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.045149542Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3294,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":133.192412,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.059529079Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3299,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":92.372214,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.083454652Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214568644575496","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.083578063Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214568644575496","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":223.246841,"time":"2026-03-06T19:14:54.083673467Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3288,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493879056621_15?ts=1695229462676&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":206.844463,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Heut abend ja","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.086039792Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154100757218480282","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":218.738316,"event_ids":{"":"$Mtxd1Z02N1EPypHLDwZcOou2IR4mNzczTNqpfn__dg0"},"time":"2026-03-06T19:14:54.086100136Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3287,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493874865948_11?ts=1763561306772&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":222.251799,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":492,"mimetype":"image/png","size":18420,"w":565},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/gApAHWBbOWACTwTmizcUUSSZ"},"time":"2026-03-06T19:14:54.097360519Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1440705284237426801","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":643.527618,"event_ids":{"1440705284120248370":"$84D3EoPQ8RNlojUkaiGRtFaOaOfTGCAGrCFh6vhDkig"},"time":"2026-03-06T19:14:54.097498527Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3304,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.02593,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.102359476Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3305,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.043461,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.105584162Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3306,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":19.434647,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.11770095Z","message":"Request completed"} +{"level":"debug","transaction_id":"974","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.127294618Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"974","time":"2026-03-06T19:14:54.127418518Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Mtxd1Z02N1EPypHLDwZcOou2IR4mNzczTNqpfn__dg0","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494127,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.127606953Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3300,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":110.202864,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.132514766Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655694352056422","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.13259697Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655694352056422","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":245.332002,"time":"2026-03-06T19:14:54.132661365Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3310,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":8.993165,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.14208818Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3302,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":149.505671,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.194861038Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281221971639537737","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.194978093Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281221971639537737","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":287.261713,"time":"2026-03-06T19:14:54.195066444Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"975","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.201244128Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"975","time":"2026-03-06T19:14:54.201321304Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$84D3EoPQ8RNlojUkaiGRtFaOaOfTGCAGrCFh6vhDkig","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494201,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:54.201565612Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3303,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":153.176928,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.212868878Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126321745203234","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.212946054Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300126321745203234","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":299.486129,"time":"2026-03-06T19:14:54.212992848Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3312,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":18.158072,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.213831165Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3313,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":11.43855,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.224883278Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3297,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493976073902_77?ts=1756374511607&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":265.800664,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"warum schickst du sowas?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.242076339Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410561680529952768","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":283.411381,"event_ids":{"":"$YOZJ9oPNlIoG8nyu5pR48V5Cf4GhUli-TVXjd0mc8p4"},"time":"2026-03-06T19:14:54.242188646Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3298,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824493982260317_133?ts=1763210180531&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":280.393987,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lernen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.262833939Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439232554040426587","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":301.776605,"event_ids":{"":"$ClPKnW-Bwhu_BsFs59jgJHbmgdjxdnYRXz-d0xAazNI"},"time":"2026-03-06T19:14:54.26299262Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3316,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":20.117216,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.263373749Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3307,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":169.810762,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.27256792Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3318,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.391066,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.283291915Z","message":"Request completed"} +{"level":"debug","transaction_id":"976","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.286594684Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"976","time":"2026-03-06T19:14:54.286694279Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$YOZJ9oPNlIoG8nyu5pR48V5Cf4GhUli-TVXjd0mc8p4","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494286,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.286889488Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3308,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":194.201135,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.30004469Z","message":"Request completed"} +{"level":"debug","transaction_id":"977","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.321509442Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"977","time":"2026-03-06T19:14:54.321605475Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ClPKnW-Bwhu_BsFs59jgJHbmgdjxdnYRXz-d0xAazNI","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494321,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.321827154Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3319,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":82.446515,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.355235137Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214580094898379","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.355327747Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214580094898379","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":271.524024,"time":"2026-03-06T19:14:54.355457514Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3322,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":19.097868,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.37515421Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3321,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":76.86214,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.377105602Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154100794963005470","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.377191019Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154100794963005470","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":290.966984,"time":"2026-03-06T19:14:54.377287052Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3309,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494117958598_78?ts=1763563594859&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":275.196329,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ok","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.393347063Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1440714881170149548","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":295.513922,"event_ids":{"":"$bXNw1gedxZVrqARdRrspSwZqR6l17QBEISiGwkXONdo"},"time":"2026-03-06T19:14:54.393450639Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3311,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494142348622_21?ts=1723733602144&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":252.156495,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ah ja klingt ja interssant","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.394656465Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655783405650011","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":261.910242,"event_ids":{"":"$RSCjWFlebcxpmwvHS1ab7JYl_9fq0lwpu5j3iPsSIRE"},"time":"2026-03-06T19:14:54.394759133Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3324,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":19.976623,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.39779259Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3325,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.083829,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.413492425Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3314,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494214016386_24?ts=1725537714346&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":215.343564,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Gute Besserung. Wir vermissen dich hier auch sehr. Wann haste wieder Praxisphase?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.42951528Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281222778430689300","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":234.296021,"event_ids":{"":"$kzjA1_el1gXxyVXdHkMcn7jk4V6hHZYOdh1Fs0Y8AJU"},"time":"2026-03-06T19:14:54.429605725Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"978","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.432043429Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"978","time":"2026-03-06T19:14:54.432137786Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bXNw1gedxZVrqARdRrspSwZqR6l17QBEISiGwkXONdo","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494432,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.432368963Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3315,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494225067662_14?ts=1730046197008&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":215.170076,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Sorry dass ich dich nochmal nerve aber könntest du mir kurz deine meinung zu meinem use case sagen? Es geht darum dass man einen Arbeiter kauft und dann die Zahl der arbeiter erhöht wird die im urlaub sind. die müssen dann erst noch eingesetzt werden. bei 100 gekauften arbeitern spawnt die sekretärin und dann gibt neue features.","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.440424147Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300132725293842462","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":227.36439,"event_ids":{"":"$X3kRp0VU4r1LVS9zN_q9DlGDLM7IPfQJa_3SJTYg2C4"},"time":"2026-03-06T19:14:54.440529469Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3328,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.53333,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.444836011Z","message":"Request completed"} +{"level":"debug","transaction_id":"979","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.458100796Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"979","time":"2026-03-06T19:14:54.45824963Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$RSCjWFlebcxpmwvHS1ab7JYl_9fq0lwpu5j3iPsSIRE","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494458,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.458444489Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$kzjA1_el1gXxyVXdHkMcn7jk4V6hHZYOdh1Fs0Y8AJU","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494458,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.458472147Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$X3kRp0VU4r1LVS9zN_q9DlGDLM7IPfQJa_3SJTYg2C4","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494458,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.458506998Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3317,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494263637194_79?ts=1756374515619&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":215.940436,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"alexx","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003ca href=\"https://matrix.to/#/@discord_428870593358594048:matrix.theocloud.dev\"\u003ealexx\u003c/a\u003e","m.mentions":{"user_ids":["@discord_428870593358594048:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.479806294Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410561697357234259","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":237.306571,"event_ids":{"":"$zh7OEXJJPLnU5UbyoPUggVb6jstxch9QgOV98_K5uEc"},"time":"2026-03-06T19:14:54.479915387Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3330,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":17.857051,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.498539725Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3320,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494283546909_116?ts=1763210309475&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":224.219534,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"und wenn ihr mit dem lernen fertig seid","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.50790899Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439233094870761543","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":244.5446,"event_ids":{"":"$wJs2pQ7yp8_HU_hY8NyA0oLDHY7oMEkCeQi9SEWvwC8"},"time":"2026-03-06T19:14:54.507987982Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"980","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.512257926Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"980","time":"2026-03-06T19:14:54.51238008Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$zh7OEXJJPLnU5UbyoPUggVb6jstxch9QgOV98_K5uEc","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494512,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.512569423Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3332,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":18.122592,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.526595279Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3327,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":142.044286,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.555927478Z","message":"Request completed"} +{"level":"debug","transaction_id":"981","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.567383838Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"981","time":"2026-03-06T19:14:54.567473027Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$wJs2pQ7yp8_HU_hY8NyA0oLDHY7oMEkCeQi9SEWvwC8","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494567,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.567699176Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3329,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":137.320088,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.582440566Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3323,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494375402848_50?ts=1766782180578&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":221.463001,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"immer gerner","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.597034378Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214608125563005","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":241.435504,"event_ids":{"":"$vVM6dRhvdlF1gBv2Jc5ffAI17br3NUt0uOABPaF5gsM"},"time":"2026-03-06T19:14:54.597130621Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3326,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494398008193_16?ts=1695237957271&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":215.439248,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"21:40?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.613671496Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154136386132250634","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":236.263337,"event_ids":{"":"$8FK1nKGIBQeXdWiFNbVEd3DmdwlZ9_GxdJuoZZNiOmQ"},"time":"2026-03-06T19:14:54.613766411Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"982","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.621470149Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"982","time":"2026-03-06T19:14:54.621565064Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vVM6dRhvdlF1gBv2Jc5ffAI17br3NUt0uOABPaF5gsM","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494621,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.621743721Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3336,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.661277,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.624956393Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3334,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":76.368705,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.632461011Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655852137582717","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.632541259Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273655852137582717","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":237.496541,"time":"2026-03-06T19:14:54.632602232Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"983","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.639943209Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"983","time":"2026-03-06T19:14:54.640012283Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8FK1nKGIBQeXdWiFNbVEd3DmdwlZ9_GxdJuoZZNiOmQ","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494640,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.640181021Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3338,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.011328,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.646041553Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3335,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":68.050216,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.650671603Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281222830914142310","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.650743122Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281222830914142310","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":220.802643,"time":"2026-03-06T19:14:54.6507925Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3341,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.024734,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.661238383Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3331,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494498742896_80?ts=1756374641916&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":225.375004,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://discord.com/channels/@me/1174621007575797790/1410560853232717924","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.724324284Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410562227085381695","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":244.112626,"event_ids":{"":"$mxSrdW3_kuPM-7KFSdONDiZKg2z87Y02324hgKdggLE"},"time":"2026-03-06T19:14:54.724487994Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3333,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494526759547_134?ts=1763239091472&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":241.911339,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:14:54.7687841Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439353815315906785","message_type":3,"author_id":"122672447207112706","action":"discord message create","handling_time":260.621373,"event_ids":{"":"$pq6BEEFYz7IiFb5LypSsZ-OnG7IvvzFxBAuLXFEukwU"},"time":"2026-03-06T19:14:54.76887706Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"984","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.771940829Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"984","time":"2026-03-06T19:14:54.772064241Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mxSrdW3_kuPM-7KFSdONDiZKg2z87Y02324hgKdggLE","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494772,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.772246878Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3337,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":153.054773,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.778326295Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3344,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":16.205282,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.785655538Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3339,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":160.880805,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.807271359Z","message":"Request completed"} +{"level":"debug","transaction_id":"985","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.809975859Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"985","time":"2026-03-06T19:14:54.81007301Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$pq6BEEFYz7IiFb5LypSsZ-OnG7IvvzFxBAuLXFEukwU","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494810,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:14:54.810289171Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3342,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":159.813546,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.821381305Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3345,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":60.201836,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.838783962Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154136500775178342","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.83889124Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154136500775178342","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":224.929131,"time":"2026-03-06T19:14:54.838996562Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3349,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":7.036255,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.846636254Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3301,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":810.005369,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<3550374 bytes>","time":"2026-03-06T19:14:54.850491615Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3347,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":46.234158,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.853766587Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273671116635897908","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.853904875Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1273671116635897908","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":221.210102,"time":"2026-03-06T19:14:54.853982749Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3351,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":7.95014,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.858991275Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3352,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":10.182927,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.864701226Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3348,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":45.489291,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:54.867041569Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281222977421185075","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:54.867110783Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1281222977421185075","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":216.210097,"time":"2026-03-06T19:14:54.86716505Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3355,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.36926,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.871940722Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3343,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":127.262457,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22694 bytes>","time":"2026-03-06T19:14:54.885103468Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3357,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":5.29027,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.890899744Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3346,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494785854379_135?ts=1763289958765&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":121.680807,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"seid ihr da?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.907695403Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439567168206536715","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":138.640455,"event_ids":{"":"$7o7FW0Hj_w5Co2IgUhKNvs2IlWz0m9nGi5oGoPssPNI"},"time":"2026-03-06T19:14:54.907822656Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3359,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.450357,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.923131444Z","message":"Request completed"} +{"level":"debug","transaction_id":"986","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:54.938032143Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"986","time":"2026-03-06T19:14:54.938144729Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$7o7FW0Hj_w5Co2IgUhKNvs2IlWz0m9nGi5oGoPssPNI","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824494938,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:54.938376605Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3356,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":83.06874,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:54.955301472Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3350,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494846873927_17?ts=1695237997586&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":131.231033,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"oder so","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:54.978296537Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154136555225628672","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":139.194653,"event_ids":{"":"$i6ZcQaP67Y8mfqWhUMLTKHIW4KxV-pHkjE1K2iq9ZdY"},"time":"2026-03-06T19:14:54.978433777Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3362,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.555818,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:54.992764425Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3353,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494859227900_136?ts=1765646349122&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":155.889948,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2E6B958C-48B8-4E6E-8D2A-A31811745428.png","info":{"h":1080,"mimetype":"image/png","size":3550374,"w":1920},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/YnUWJErkownexOCzqeBHkhYt"},"time":"2026-03-06T19:14:55.015272899Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1449450585706201118","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":2309.156438,"event_ids":{"1449450585463193701":"$l2i0l8PD1G4GATB5EYgZsBRu2S83yg9PZm4aLRX1PDI"},"time":"2026-03-06T19:14:55.015342392Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3354,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494864968233_22?ts=1723828486674&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":153.802015,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ts?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.018928022Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1274053757969109074","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":164.843793,"event_ids":{"":"$mIUz2PdvYZneUAyt-QY57uDSqg9gYhDPg44uvaGfEiY"},"time":"2026-03-06T19:14:55.019019096Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"987","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.021729882Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"987","time":"2026-03-06T19:14:55.021816417Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$i6ZcQaP67Y8mfqWhUMLTKHIW4KxV-pHkjE1K2iq9ZdY","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495021,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.021987041Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3364,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":19.69928,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.035458071Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3365,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.784837,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.040353382Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3361,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":99.701597,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.055194716Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307403749932662785","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.055301714Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307403749932662785","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":188.11641,"time":"2026-03-06T19:14:55.055428199Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"988","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.057870651Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"988","time":"2026-03-06T19:14:55.057984773Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$l2i0l8PD1G4GATB5EYgZsBRu2S83yg9PZm4aLRX1PDI","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495058,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:55.058215532Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$mIUz2PdvYZneUAyt-QY57uDSqg9gYhDPg44uvaGfEiY","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495058,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.058283698Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3368,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":9.922835,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.065871917Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3358,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494891073023_15?ts=1730046199776&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":194.294165,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"use-case-diagram.vpd.png","info":{"h":364,"mimetype":"image/png","size":22694,"w":472},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ktCEPWZuqGExdkCASlWuheCP"},"time":"2026-03-06T19:14:55.085561768Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300132736903942235","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":644.732117,"event_ids":{"1300132736488571001":"$Y-GpbCKBmqLYQ_bLZCkcSn6yJEQVezY8JHcgZRo34TM"},"time":"2026-03-06T19:14:55.08568469Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3370,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.452657,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.095904214Z","message":"Request completed"} +{"level":"debug","transaction_id":"989","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.11055886Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"989","time":"2026-03-06T19:14:55.110658664Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Y-GpbCKBmqLYQ_bLZCkcSn6yJEQVezY8JHcgZRo34TM","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495110,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:55.110863232Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3363,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":122.372733,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.115534141Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3360,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824494923406203_117?ts=1763289982947&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":201.502301,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich mach mich gleich auf ins gym","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.1250697Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439567269633069167","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":216.889452,"event_ids":{"":"$snFMyEDiWPwL2CNLsxyVfdnrGIwtqyqPEU59iOWnPqI"},"time":"2026-03-06T19:14:55.125168806Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3367,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":120.35981,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.161054791Z","message":"Request completed"} +{"level":"debug","transaction_id":"990","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.172103552Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"990","time":"2026-03-06T19:14:55.172185477Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$snFMyEDiWPwL2CNLsxyVfdnrGIwtqyqPEU59iOWnPqI","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495172,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.172451855Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3372,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":106.543341,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.22223351Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154154009200967770","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.222346165Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154154009200967770","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":243.554796,"time":"2026-03-06T19:14:55.22240148Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3371,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":126.72593,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.222955189Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3366,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495035658239_137?ts=1765646350710&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":202.510334,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich erkenne kein einzigen Namen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.238328023Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1449450592366891059","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":222.905173,"event_ids":{"":"$TxdSgQf4YkAM_bc3FxgO7h_V9M3Ost7FWkOGomrG_7M"},"time":"2026-03-06T19:14:55.238460932Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3375,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":22.053731,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.24496478Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3377,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":29.274021,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.268399572Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3374,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":114.112004,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.275374436Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1274056944771924071","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.275481294Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1274056944771924071","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":256.273624,"time":"2026-03-06T19:14:55.275565245Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3340,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":630.241531,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<361477 bytes>","time":"2026-03-06T19:14:55.279107363Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3373,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":143.49009,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23387 bytes>","time":"2026-03-06T19:14:55.279268419Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3369,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495066049805_25?ts=1731779795521&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":217.763457,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Allet gut. Hab den eh erstmal durch den Link Check geballert und bei Norton getestet. Dachte mir schon, warum solltest du mir 50€ Steam schenken xD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.283984306Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307403964471443538","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":228.444988,"event_ids":{"":"$GiNhbmluvyqXv_-_j_HEzyzUEK5B0IAHy0H5FV7soSU"},"time":"2026-03-06T19:14:55.284090117Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"991","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.286403781Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"991","time":"2026-03-06T19:14:55.286509452Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$TxdSgQf4YkAM_bc3FxgO7h_V9M3Ost7FWkOGomrG_7M","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495286,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.286735322Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3380,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":13.261852,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.289312011Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3381,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.214778,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.292685041Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3382,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":14.649826,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.294595017Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3383,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.989396,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.296859651Z","message":"Request completed"} +{"level":"debug","transaction_id":"992","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.309652303Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"992","time":"2026-03-06T19:14:55.309703916Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$GiNhbmluvyqXv_-_j_HEzyzUEK5B0IAHy0H5FV7soSU","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495309,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.309898567Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3376,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":100.800354,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.323946423Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300136418395426939","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.324043224Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300136418395426939","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":238.005202,"time":"2026-03-06T19:14:55.3241072Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3378,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":89.31955,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.334628652Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3387,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":59.741227,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.356887929Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3388,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":58.056911,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.392890131Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154156462612955297","message_type":3,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.393037428Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154156462612955297","message_type":3,"author_id":"388409312340344833","action":"discord message create","handling_time":170.612202,"time":"2026-03-06T19:14:55.39317816Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3379,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495268621949_138?ts=1765646354387&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":136.006844,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ein feuchter Traum","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.404796694Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1449450607789211791","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":166.102,"event_ids":{"":"$wLYgNUef4UTM2abxfwjR3TX_4deviIMAUXUvsR662KA"},"time":"2026-03-06T19:14:55.404907883Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3384,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495289531665_23?ts=1725471906141&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":122.854784,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ts?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.41259856Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280946758813356113","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":136.956419,"event_ids":{"":"$Y4y_9eSkdNUa6bIGlJRlA-QE8vOMCLNtTjOh8FO6qc0"},"time":"2026-03-06T19:14:55.412711914Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3391,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.064972,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.432460153Z","message":"Request completed"} +{"level":"debug","transaction_id":"993","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.464305136Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"993","time":"2026-03-06T19:14:55.464431061Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$wLYgNUef4UTM2abxfwjR3TX_4deviIMAUXUvsR662KA","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495464,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.464645757Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3386,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495294770391_90?ts=1756453689701&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":171.536772,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"**Your group is on a 3 day streak!** 🔥 Here are yesterday's results:\n👑 4/6: @alexx\n5/6: lagopodus\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cstrong\u003eYour group is on a 3 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 4/6: @alexx\u003cbr\u003e\n5/6: \u003ca href=\"https://matrix.to/#/@discord_1142482369744482355:matrix.theocloud.dev\"\u003elagopodus\u003c/a\u003e\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_1142482369744482355:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$gu3lVq0IHtWJdNT-nRjc5HFtxgPM7LLUvKWfo735xyg"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.466557199Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3385,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495292790364_118?ts=1763595516164&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":173.907358,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"B50C2FE1-D399-4F2D-B6C5-94742CA31CE0.png","info":{"h":1194,"mimetype":"image/png","size":361477,"w":2761},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/woVfPiduPPbrfkQGMkgcZIro"},"time":"2026-03-06T19:14:55.466939724Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1440848768827260990","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1073.294576,"event_ids":{"1440848768801964092":"$T7AqdcP8bwWvwDtwOaBkr98YW_8SVGPrTvfVqsiKZyU"},"time":"2026-03-06T19:14:55.467120267Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3389,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":129.087155,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.486167569Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307404253014396938","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.486307254Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307404253014396938","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":201.887761,"time":"2026-03-06T19:14:55.486435135Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3393,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":23.521676,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.490302159Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3394,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":23.472785,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.491597453Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3395,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":9.957197,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.496982499Z","message":"Request completed"} +{"level":"debug","transaction_id":"994","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.50107665Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"994","time":"2026-03-06T19:14:55.501228068Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Y4y_9eSkdNUa6bIGlJRlA-QE8vOMCLNtTjOh8FO6qc0","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495501,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.501436966Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$0Zod9bcinRK6dCHnrsmYHNE2jkvwt-xx9QJE5SW5fpA","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495501,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.501449398Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$T7AqdcP8bwWvwDtwOaBkr98YW_8SVGPrTvfVqsiKZyU","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495501,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:55.501434591Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3392,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":88.708989,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.521542239Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3399,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":41.665219,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.563390096Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280946856267874305","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.563493672Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280946856267874305","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":150.500363,"time":"2026-03-06T19:14:55.563579508Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3398,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495497177428_26?ts=1731780046285&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":69.619711,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Der einzig logische find ich","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.566947928Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307405016251764797","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":80.360957,"event_ids":{"":"$0Ytwn-Y2djWqfW1PNr4nxrj4SM6lvQifx_ChMJuuKYM"},"time":"2026-03-06T19:14:55.567040958Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3396,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495490482213_91?ts=1756453689701&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":83.673783,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"2 solved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":23387,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/KgyaCxkanaOzavjbAFABTmdI"},"time":"2026-03-06T19:14:55.574435434Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1410893777526325319","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":849.649493,"event_ids":{"":"$0Zod9bcinRK6dCHnrsmYHNE2jkvwt-xx9QJE5SW5fpA","1410893777022750780":"$nx0ZCGJABtzP1gBcgJAPHyAyXC1gGJ5fYkPrRaYVFuk"},"time":"2026-03-06T19:14:55.574565481Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3397,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495491785399_12?ts=1763906995835&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":83.885405,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"FYI: Ich habe einen neuen Branch für Login/Registrierung (Backend/Frontend) erstellt, weil ich bei meinem alten Branch ein bisschen den Überblick verloren hatte wegen der Änderungen auf dem Main. Jetzt habe ich einen frischen Branch vom aktuellen Stand des Mains erstellt und meine Login-/Registrierungs-Strukturen dort noch einmal übertragen. So konnte ich mich auch viel leichter an die neuen Strukturen anpassen.\nDafür gibt es jetzt auch einen neuen PR, ihr könnt also gerne mal reinschauen – sollte alles funktionieren.","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"FYI: Ich habe einen neuen Branch für Login/Registrierung (Backend/Frontend) erstellt, weil ich bei meinem alten Branch ein bisschen den Überblick verloren hatte wegen der Änderungen auf dem Main. Jetzt habe ich einen frischen Branch vom aktuellen Stand des Mains erstellt und meine Login-/Registrierungs-Strukturen dort noch einmal übertragen. So konnte ich mich auch viel leichter an die neuen Strukturen anpassen.\u003cbr\u003e\nDafür gibt es jetzt auch einen neuen PR, ihr könnt also gerne mal reinschauen – sollte alles funktionieren.","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.575882984Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442155209257259102","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":108.304832,"event_ids":{"":"$clIFeCHbJaue45iiJounhBf-T0qg8YM3wF_8GNCphuM"},"time":"2026-03-06T19:14:55.575993614Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3400,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.146477,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.582257275Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3401,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.009165,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.582758114Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3402,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":15.610506,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.590994957Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3403,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.708984,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.592322308Z","message":"Request completed"} +{"level":"debug","transaction_id":"995","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.595533444Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"995","time":"2026-03-06T19:14:55.595639605Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0Ytwn-Y2djWqfW1PNr4nxrj4SM6lvQifx_ChMJuuKYM","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495595,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.595840261Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"996","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.605838805Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"996","time":"2026-03-06T19:14:55.605976254Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nx0ZCGJABtzP1gBcgJAPHyAyXC1gGJ5fYkPrRaYVFuk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495606,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:55.606174537Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$clIFeCHbJaue45iiJounhBf-T0qg8YM3wF_8GNCphuM","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495606,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.60620408Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3404,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":48.999841,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.631577901Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3405,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":53.982036,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.636998217Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3408,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":63.950897,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.695780299Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280946951822508046","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.695894771Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280946951822508046","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":132.153928,"time":"2026-03-06T19:14:55.695971527Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3406,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495591165512_81?ts=1757416151240&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":111.939003,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"geotastic berlin jetzt!","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.703235329Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1414930633808941231","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":128.244998,"event_ids":{"":"$p6yVNH8LYAvBAxher3mfXabx2tnINgtaEkOPE5nXg-8"},"time":"2026-03-06T19:14:55.703324028Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3407,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495592492304_119?ts=1763907044803&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":111.566254,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Super dann mergen wir heute alles zusammen, dankeee Laura 🙂","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.70420844Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442155414643933294","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":127.930428,"event_ids":{"":"$FpdeEYZWZrLKk7mtwsuSo2YDNie8-AfplOb7y0bSzGg"},"time":"2026-03-06T19:14:55.704302937Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3409,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":72.255277,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.709425026Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307405042390667315","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.709519593Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307405042390667315","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":142.143322,"time":"2026-03-06T19:14:55.709619188Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3411,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.968935,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.71052546Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3412,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":14.748374,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.718945639Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3413,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_657236326822838283:matrix.theocloud.dev?user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":14.0283,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.719147204Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3414,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.471656,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.721587422Z","message":"Request completed"} +{"level":"debug","transaction_id":"997","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.727924905Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"997","time":"2026-03-06T19:14:55.728016888Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$p6yVNH8LYAvBAxher3mfXabx2tnINgtaEkOPE5nXg-8","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495728,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.728222433Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"998","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.737997552Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"998","time":"2026-03-06T19:14:55.738110067Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FpdeEYZWZrLKk7mtwsuSo2YDNie8-AfplOb7y0bSzGg","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495738,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.738347042Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3415,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":42.093981,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.752940157Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3418,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":38.235896,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.760127341Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3419,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":39.830325,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.792966528Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947010286915709","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.793071571Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947010286915709","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":96.976423,"time":"2026-03-06T19:14:55.79316914Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_657236326822838283:matrix.theocloud.dev","req_id":3417,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495719300997_13?ts=1763907064824&user_id=%40discord_657236326822838283%3Amatrix.theocloud.dev","duration":80.54094,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"klar doch 🙂","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.800019685Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442155498617962597","message_type":0,"author_id":"657236326822838283","action":"discord message create","handling_time":95.359016,"event_ids":{"":"$8lSCHzT2BQfjBNE1TLTnajoa9bEh_QnP9yWjsg6o6qI"},"time":"2026-03-06T19:14:55.800152036Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3416,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495719179681_82?ts=1757416157411&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":84.589764,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e","m.mentions":{"user_ids":["@discord_769998429991600219:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.803960323Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1414930659692118027","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":100.388565,"event_ids":{"":"$mJzeF6pbYukGXAJk6_vI_H7RYp0WE-C0XxpT_7vXn7Y"},"time":"2026-03-06T19:14:55.804061734Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3421,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":14.910897,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.808689969Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3420,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":57.998313,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.818349149Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307405160347074622","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.818468719Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307405160347074622","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":108.732755,"time":"2026-03-06T19:14:55.818555952Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3422,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":14.025367,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.818883093Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3424,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":4.946785,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.824049742Z","message":"Request completed"} +{"level":"debug","transaction_id":"999","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.831592493Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"999","time":"2026-03-06T19:14:55.831641592Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8lSCHzT2BQfjBNE1TLTnajoa9bEh_QnP9yWjsg6o6qI","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495831,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.83182402Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"1000","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.841854062Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1000","time":"2026-03-06T19:14:55.841945556Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mJzeF6pbYukGXAJk6_vI_H7RYp0WE-C0XxpT_7vXn7Y","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495842,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.842150752Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3423,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495808901661_24?ts=1725471966520&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":71.56363,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"uff das klingt schlecht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.880615242Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947012061364300","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":87.233921,"event_ids":{"":"$KShDCaSBxmGY5NBmgPZye-r5qM4ZKeksAOeLX2B4yFE"},"time":"2026-03-06T19:14:55.880685503Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3426,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495824198017_27?ts=1731781036846&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":68.334264,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Good","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.892646055Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307409170965725225","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":73.916754,"event_ids":{"":"$CQc5bLdDNYy4uXSnv21v-z4K89QKWCfRDHDXoR_RNE0"},"time":"2026-03-06T19:14:55.89270542Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3427,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.046038,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.8932145Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3425,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495819140741_90?ts=1757416159240&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":80.55826,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://geotastic.net/join/vsrwH8b4qp","com.beeper.linkpreviews":[{"og:title":"Geotastic - the free crowdfunded multiplayer geo quiz app","og:description":"Geotastic is a free to play multiplayer focused geo quiz app that can be played with friends simultaneously. A free alternative to geoguessr.","matched_url":"https://geotastic.net/join/vsrwH8b4qp"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.899855239Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1414930667363373148","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":95.445271,"event_ids":{"":"$0i-Mr9_HkDQB5gM4pPAm1o6S6sSagabYTqtXKBR8wSM"},"time":"2026-03-06T19:14:55.899940028Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3428,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.514189,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.903699774Z","message":"Request completed"} +{"level":"debug","transaction_id":"1001","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.910393523Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1001","time":"2026-03-06T19:14:55.910458267Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KShDCaSBxmGY5NBmgPZye-r5qM4ZKeksAOeLX2B4yFE","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495910,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.91060738Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":3430,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":11.580331,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.912024759Z","message":"Request completed"} +{"level":"debug","transaction_id":"1002","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:55.919153136Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1002","time":"2026-03-06T19:14:55.919250845Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0i-Mr9_HkDQB5gM4pPAm1o6S6sSagabYTqtXKBR8wSM","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495919,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.919470848Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$CQc5bLdDNYy4uXSnv21v-z4K89QKWCfRDHDXoR_RNE0","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824495919,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:55.919475597Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3429,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":42.584274,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.936072136Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3431,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":37.903168,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:55.941942864Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3410,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":317.186943,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<186325 bytes>","time":"2026-03-06T19:14:55.965103176Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3435,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":4.640527,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.970157588Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3433,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":39.406592,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:55.975642787Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947046055940106","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:55.975701035Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947046055940106","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":94.843092,"time":"2026-03-06T19:14:55.975812993Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":3432,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495912170240_52?ts=1757490798944&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":70.127743,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"geotastic groningen jetzt? 😔","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:55.982411547Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1415243728972677120","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":82.264507,"event_ids":{"":"$Y2y-f9cxF3AqLIeSSPFCb_CRRzaHagmAt47Nl-I09TQ"},"time":"2026-03-06T19:14:55.982473287Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3437,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":9.72546,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.985894229Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3438,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":15.563921,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:55.998444738Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3390,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":636.714717,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1783090 bytes>","time":"2026-03-06T19:14:56.007378607Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3434,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":68.207431,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:56.010264627Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307409582053785680","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:56.010313726Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307409582053785680","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":117.420989,"time":"2026-03-06T19:14:56.010372394Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1003","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.018747524Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1003","time":"2026-03-06T19:14:56.018789011Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Y2y-f9cxF3AqLIeSSPFCb_CRRzaHagmAt47Nl-I09TQ","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496018,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.018895031Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3441,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":16.334631,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.023923183Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3442,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":16.024181,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.026688516Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3436,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495970316409_16?ts=1730047154162&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":145.975914,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Bei seiner folie hatte er doch auch nur so ein oval","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.116454986Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3439,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495986061222_25?ts=1725471988877&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":142.917034,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"puh sehr gute Frage","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.129124506Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947105833287848","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":153.267861,"event_ids":{"":"$fND_gM4urqPUBE1dxQ8tHMJ7SQPoYEIGzqNnmxNZzJo"},"time":"2026-03-06T19:14:56.129214602Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3446,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":16.45888,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.133102928Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3447,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":8.745993,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.138603144Z","message":"Request completed"} +{"level":"debug","transaction_id":"1004","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.147935672Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1004","time":"2026-03-06T19:14:56.148000066Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$joNxPiyV3NCEjiaLhS7RqLwHqerTIfDuDQE1eO0kyjY","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496148,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.148182284Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3440,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824495998617458_83?ts=1757491640176&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":162.37871,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"nein","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.161128659Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1415247257355419719","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":178.526722,"event_ids":{"":"$3JoBScNM06ti31ANdjGppgMS65SFpidPnj8xyZxJrNk"},"time":"2026-03-06T19:14:56.161222667Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3444,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496026814092_28?ts=1731781317615&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":145.252628,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Das kann gut sein","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.172203052Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1307410348596527194","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":161.829262,"event_ids":{"":"$0J6x7H_hwp6vTv5jbci3DvhLuwmTKkOOCjzQ_B0AYZM"},"time":"2026-03-06T19:14:56.172299015Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":3450,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_285422022190825472:matrix.theocloud.dev?user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":18.456437,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.180217238Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3443,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496024060493_51?ts=1766782193705&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":160.758581,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":750,"mimetype":"image/png","size":1783090,"w":989},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/VAQeFsxROWiWLUzsXKfjADRY"},"time":"2026-03-06T19:14:56.185039704Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214663184322722","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":1587.685449,"event_ids":{"1454214662840123483":"$ujErCn6MazPWNFT6O7Woe5bViSImIMVaraClfLOyWQI"},"time":"2026-03-06T19:14:56.185175408Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3451,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.407199,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.191260971Z","message":"Request completed"} +{"level":"debug","transaction_id":"1005","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.194062203Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1005","time":"2026-03-06T19:14:56.194209221Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0J6x7H_hwp6vTv5jbci3DvhLuwmTKkOOCjzQ_B0AYZM","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496194,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.194407992Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$fND_gM4urqPUBE1dxQ8tHMJ7SQPoYEIGzqNnmxNZzJo","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496194,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.194425243Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$ujErCn6MazPWNFT6O7Woe5bViSImIMVaraClfLOyWQI","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496194,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:56.194432716Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$3JoBScNM06ti31ANdjGppgMS65SFpidPnj8xyZxJrNk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496194,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.194410366Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3453,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.944068,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.196962122Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3454,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":61.914996,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:56.253459107Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3455,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":67.104064,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:56.264470782Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3445,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":206.630886,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<82606 bytes>","time":"2026-03-06T19:14:56.275453053Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3448,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496133289198_17?ts=1730047154162&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":154.948615,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":798,"mimetype":"image/png","size":186325,"w":1220},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ANbhHcgBcNmewAjomfmBMqrj"},"time":"2026-03-06T19:14:56.288447618Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300136739888693260","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":964.240824,"event_ids":{"":"$joNxPiyV3NCEjiaLhS7RqLwHqerTIfDuDQE1eO0kyjY","1300136739905474700":"$Mgwx6wk_jnosrOcpqwHvvvIcPdEJbg-6HgNsNSYuPyU"},"time":"2026-03-06T19:14:56.28854868Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3458,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.676373,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.297487647Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3449,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496138801216_26?ts=1725472007958&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":162.00254,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Bist du morgen auf dem Azubi Event?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.300938552Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947185864671353","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":171.456942,"event_ids":{"":"$vNs9wNUoZceczbQScx5hqa-Tha-hQUhHyOt0vbmckfY"},"time":"2026-03-06T19:14:56.301043175Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3459,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.676718,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.306952666Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3461,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.463136,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.314237909Z","message":"Request completed"} +{"level":"debug","transaction_id":"1006","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.319418316Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1006","time":"2026-03-06T19:14:56.319542356Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Mgwx6wk_jnosrOcpqwHvvvIcPdEJbg-6HgNsNSYuPyU","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496319,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:56.319771858Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_285422022190825472:matrix.theocloud.dev","req_id":3452,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496180495769_2?ts=1757493183434&user_id=%40discord_285422022190825472%3Amatrix.theocloud.dev","duration":156.430667,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Möchte jemand fragen wann wir Pause machen?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.337111518Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1415253730248364062","message_type":0,"author_id":"285422022190825472","action":"discord message create","handling_time":175.696785,"event_ids":{"":"$LV7LTnTs5xWv8AY23NLKByLOubytDe0pBKysH4DETJk"},"time":"2026-03-06T19:14:56.33722578Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3456,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":97.43787,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:56.351095468Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022498113458217","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:56.351252613Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022498113458217","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":178.767399,"time":"2026-03-06T19:14:56.351379796Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":3464,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":13.638232,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.351593863Z","message":"Request completed"} +{"level":"debug","transaction_id":"1007","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.358510338Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1007","time":"2026-03-06T19:14:56.358631864Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vNs9wNUoZceczbQScx5hqa-Tha-hQUhHyOt0vbmckfY","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496358,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.358829517Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3465,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":11.734472,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.363914311Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3457,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":101.68791,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:56.366396294Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214791890735236","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:56.366487438Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454214791890735236","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":180.91379,"time":"2026-03-06T19:14:56.366543172Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3468,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":8.532555,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.375552261Z","message":"Request completed"} +{"level":"debug","transaction_id":"1008","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.380502608Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1008","time":"2026-03-06T19:14:56.38059466Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$LV7LTnTs5xWv8AY23NLKByLOubytDe0pBKysH4DETJk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496380,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.380794549Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3462,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":92.101575,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:56.399425382Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3463,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":93.21912,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:56.407927975Z","message":"Request completed"} +{"level":"warn","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442803713067585536","message_type":0,"author_id":"388409312340344833","action":"discord message create","embed_type":"link","embed_index":0,"computed_embed_type":"link preview","error":"unexpected status 404 downloading https://images-ext-1.discordapp.net/external/nvMA2DVJvBKxUQqP93RmOze7L4DeQgavOZnVda7LHkM/https/lh7-us.googleusercontent.com/docs/AHkbwyKpu1tsnzHHmvLpSG9eyp5ws0UBrKVWLJ2AUVKyHhTXNKTmZKEgv6MruH8mUnoa7clD8V5BIBULCpKTS4eyaO-OoMe7z5_3XG1iXQeAb-IXodKFK6kM%3Dw1200-h630-p: {\"message\":\"Invalid resource \\\"https://images-ext-1.discordapp.net/external/nvMA2DVJvBKxUQqP93RmOze7L4DeQgavOZnVda7LHkM/https/lh7-us.googleusercontent.com/docs/AHkbwyKpu1tsnzHHmvLpSG9eyp5ws0UBrKVWLJ2AUVKyHhTXNKTmZKEgv6MruH8mUnoa7clD8V5BIBULCpKTS4eyaO-OoMe7z5_3XG1iXQeAb-IXodKFK6kM%3Dw1200-h630-p\\\"\"}","time":"2026-03-06T19:14:56.439980948Z","message":"Failed to reupload image in URL preview"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3472,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":33.971469,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.474192745Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3460,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496297779239_139?ts=1763290185755&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":176.17276,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://github.com/NexusOne23/noid-privacy?tab=readme-ov-file#-gaming--multiplayer-issues","com.beeper.linkpreviews":[{"og:title":"GitHub - NexusOne23/noid-privacy: Enterprise-Grade Security \u0026 Priva...","og:description":"Enterprise-Grade Security \u0026 Privacy Hardening Tool for Windows 11 25H2 - NexusOne23/noid-privacy","og:image":"mxc://matrix.theocloud.dev/aFmioAIPaXZHWzrhfzPmYXwQ","matrix:image:size":82606,"og:image:width":1200,"og:image:height":600,"og:image:type":"image/png","matched_url":"https://github.com/NexusOne23/noid-privacy?tab=readme-ov-file"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.474206085Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439568120271605760","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":1348.768665,"event_ids":{"":"$VTz3lZdmt5l60BIWJNLu2xTBGmRKbsOcPIzZ0MoMe6o"},"time":"2026-03-06T19:14:56.47431888Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3470,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":78.172102,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:56.477823353Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300137413502570496","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:56.477960523Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300137413502570496","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":189.074855,"time":"2026-03-06T19:14:56.478045242Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3474,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.965241,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.497108818Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3475,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.343087,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.50003828Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3471,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":97.643835,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:56.505772956Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947776196182047","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:56.505907542Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947776196182047","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":204.568235,"time":"2026-03-06T19:14:56.506016565Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1009","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.525413987Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1009","time":"2026-03-06T19:14:56.525493607Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3478,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":18.707241,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.525470909Z","message":"Request completed"} +{"level":"debug","message_checkpoint":{"event_id":"$VTz3lZdmt5l60BIWJNLu2xTBGmRKbsOcPIzZ0MoMe6o","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496525,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.525681203Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":3466,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496352021926_53?ts=1757498987402&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":184.036576,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Uni hier ist ganz unangenehm schwer","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.536252872Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1415278073854689401","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":198.752543,"event_ids":{"":"$ufqxpOdR2M2cXPgFZUJBu14v3RL4WuBlyh8kQ_s6cEw"},"time":"2026-03-06T19:14:56.536376004Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3467,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496364201712_29?ts=1734073065505&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":178.063739,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Bin jetzt schon vor Ort wegen BV","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.542451091Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022635938418750","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":190.892918,"event_ids":{"":"$f-9QbZ1T0aKOyHqDaA6EvP1Hy5YGbY7CUJeWGZcE1_U"},"time":"2026-03-06T19:14:56.542580369Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":3480,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":17.959301,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.555010609Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3481,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":18.227075,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.561648973Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3469,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496375837497_52?ts=1766782408908&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":188.082955,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"du kannst ingame beim map auswählen bei inspect einfach gucken wo industrial auf der map ist und da suchen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.564073756Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454215565811122176","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":197.428754,"event_ids":{"":"$QFh7otuLCJmyeMHR4LQE4E3sksC1XIWRSvLcK_fzGdU"},"time":"2026-03-06T19:14:56.564155401Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1010","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.568449232Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1010","time":"2026-03-06T19:14:56.568523753Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ufqxpOdR2M2cXPgFZUJBu14v3RL4WuBlyh8kQ_s6cEw","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496568,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.568685368Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3484,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.64843,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.58060129Z","message":"Request completed"} +{"level":"debug","transaction_id":"1011","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.587559183Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1011","time":"2026-03-06T19:14:56.588862089Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$f-9QbZ1T0aKOyHqDaA6EvP1Hy5YGbY7CUJeWGZcE1_U","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496589,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.589076016Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$QFh7otuLCJmyeMHR4LQE4E3sksC1XIWRSvLcK_fzGdU","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496589,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.589078461Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3477,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":112.243584,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:56.612696029Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3473,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496474474907_120?ts=1764061611192&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":332.875882,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Endpräsi: https://docs.google.com/presentation/d/1K3_szLCVToPgKPEOQOoYPbBm3JOCj49P7APxciZDV6s/edit?usp=sharing","com.beeper.linkpreviews":[{"og:title":"Backlog Manager Präsi","og:description":"Backlog-Manager Erschaffen von Laura, Domenik, Josh und Theo","matched_url":"https://docs.google.com/presentation/d/1K3_szLCVToPgKPEOQOoYPbBm3JOCj49P7APxciZDV6s/edit?usp=sharing"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.80758469Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442803713067585536","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1007.150491,"event_ids":{"":"$eR-alqFKb8dCToX_KkDSE1xqcno4v7cv8saHC3VxTSY"},"time":"2026-03-06T19:14:56.807755943Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3485,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":236.190282,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:56.818364349Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3479,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496525728487_27?ts=1725472168407&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":328.409262,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"mau also eher nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.854379821Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947858836688947","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":348.24613,"event_ids":{"":"$kNuZ5-poJGXxxzEGvZXgZEZS7V8JJ4vYEF9GBDMaJuY"},"time":"2026-03-06T19:14:56.854519925Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3487,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":248.914698,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:56.861816412Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300137477637406760","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:56.861893029Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300137477637406760","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":383.653625,"time":"2026-03-06T19:14:56.861943525Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3476,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496497385882_140?ts=1763290243299&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":370.6592,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bin ja schon wieder gewillt das mal zu testen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.868233446Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439568361628373116","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":393.595946,"event_ids":{"":"$6wNyG3YTQSvSPigcnlqf6k7qCuNBwokW2jGBEf2B1TY"},"time":"2026-03-06T19:14:56.868389264Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1012","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.873766278Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1012","time":"2026-03-06T19:14:56.873868806Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$eR-alqFKb8dCToX_KkDSE1xqcno4v7cv8saHC3VxTSY","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496874,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.87411507Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3489,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":23.175048,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.878371534Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3491,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.401118,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.883580089Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":3482,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496555206237_54?ts=1757498993009&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":349.822679,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich würde gerne Eier aus dem Fenster werfen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.905200938Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1415278097372020799","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":368.616245,"event_ids":{"":"$r9sspIz0G3Pp77Pa2QUtN663QCJfat8nNOvfa7meavA"},"time":"2026-03-06T19:14:56.9053592Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3483,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496561830493_30?ts=1734073072221&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":355.994008,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Bei mir sinds also 9h","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:56.917968516Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022664107233402","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":375.089432,"event_ids":{"":"$cR42CU5fHHzMad94BMSKnXrt7DRK2oWcIfwkq7IC58E"},"time":"2026-03-06T19:14:56.918093114Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3494,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":16.503648,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.922615818Z","message":"Request completed"} +{"level":"debug","transaction_id":"1013","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.925240978Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1013","time":"2026-03-06T19:14:56.9253859Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$r9sspIz0G3Pp77Pa2QUtN663QCJfat8nNOvfa7meavA","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496925,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.925617776Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$kNuZ5-poJGXxxzEGvZXgZEZS7V8JJ4vYEF9GBDMaJuY","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496925,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.92563831Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$6wNyG3YTQSvSPigcnlqf6k7qCuNBwokW2jGBEf2B1TY","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496925,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.925628392Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3495,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.02355,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.931901551Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3488,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":126.916179,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:56.94547462Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454215779640803328","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:56.945634489Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454215779640803328","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":381.0666,"time":"2026-03-06T19:14:56.94575371Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1014","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:56.947964985Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1014","time":"2026-03-06T19:14:56.948063253Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$cR42CU5fHHzMad94BMSKnXrt7DRK2oWcIfwkq7IC58E","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824496948,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:56.948270265Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3498,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.119227,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:56.952502355Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3492,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":85.266186,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:56.963993357Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3497,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":57.052859,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:56.989276942Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3499,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":66.114259,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.01899935Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3500,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":59.566341,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.023766571Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947892789444739","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.023862883Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1280947892789444739","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":169.073507,"time":"2026-03-06T19:14:57.0239527Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3493,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496883749596_121?ts=1763290298456&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":158.821227,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hört sich echt geil an","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.04268669Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439568592973729844","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":173.888849,"event_ids":{"":"$eW7dR2juSeohSK9JecRBwAtzE44hQkaz5YlQys_uZwY"},"time":"2026-03-06T19:14:57.042742355Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3503,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.901691,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.052408729Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3496,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824496922792658_91?ts=1758092934129&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":147.263385,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://geotastic.net/join/vsrwH8b4qp","com.beeper.linkpreviews":[{"og:title":"Geotastic - the free crowdfunded multiplayer geo quiz app","og:description":"Geotastic is a free to play multiplayer focused geo quiz app that can be played with friends simultaneously. A free alternative to geoguessr.","matched_url":"https://geotastic.net/join/vsrwH8b4qp"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.070244199Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1417769266987401366","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":164.596062,"event_ids":{"":"$cT_wiRhU-tBcELRMLKDBhWVDBTEZDNr71NI5bmL9n0s"},"time":"2026-03-06T19:14:57.070369146Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1015","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.089704269Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1015","time":"2026-03-06T19:14:57.089781864Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$eW7dR2juSeohSK9JecRBwAtzE44hQkaz5YlQys_uZwY","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497089,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.089930697Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3490,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":241.657182,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<9384780 bytes>","time":"2026-03-06T19:14:57.097935245Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3501,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":114.148741,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.103628784Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022695929548822","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.103739833Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022695929548822","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":185.289406,"time":"2026-03-06T19:14:57.103830907Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3506,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.492265,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.115719032Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3486,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":519.568976,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1400039 bytes>","time":"2026-03-06T19:14:57.119762827Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3507,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.076776,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.12357768Z","message":"Request completed"} +{"level":"debug","transaction_id":"1016","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.127932552Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1016","time":"2026-03-06T19:14:57.127994781Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$cT_wiRhU-tBcELRMLKDBhWVDBTEZDNr71NI5bmL9n0s","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497128,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.128170225Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3509,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.383373,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.129506936Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3502,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.873708,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.139045638Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454215807063035905","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.139117017Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454215807063035905","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":193.179063,"time":"2026-03-06T19:14:57.139183227Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3512,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":5.464596,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.145013517Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3505,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":96.594386,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.149308534Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3508,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":52.967368,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.169047834Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3510,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":48.433629,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.17229424Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3514,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":44.053614,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.193531096Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281634954261954674","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.19362699Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281634954261954674","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":169.546199,"time":"2026-03-06T19:14:57.193698648Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3517,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.307313,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.201526635Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3515,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":52.128702,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.221321878Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154451276935999549","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"1154451276390744086","time":"2026-03-06T19:14:57.221428317Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154451276935999549","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1827.977214,"time":"2026-03-06T19:14:57.221493131Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3504,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":192.287597,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<31767 bytes>","time":"2026-03-06T19:14:57.227254835Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3516,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":56.6051,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.229064936Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022774568550501","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.229165369Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022774568550501","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":125.161184,"time":"2026-03-06T19:14:57.229234024Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3511,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497129682868_122?ts=1765831173242&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":105.075886,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Free Epic Games wurden für Dezember geleaked","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.234898439Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3520,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":13.390151,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.243085205Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3519,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":15.75927,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.243381336Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3521,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.353973,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.24740788Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3513,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497145191125_53?ts=1766783148375&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":110.840174,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"immer motorhauben und die anderen gelblichen arcs öffnen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.256159949Z","message":"Request completed"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454218667360518269","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":116.934887,"event_ids":{"":"$xC-3fr-ETkwFfmN0kt_qc5vF9njbjDzsyWnENlWqbbc"},"time":"2026-03-06T19:14:57.256256122Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1017","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.258460343Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1017","time":"2026-03-06T19:14:57.258538636Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$7A_W-cV52gdkE7HWcl3cSJqxu3E7C0FXiL4UIv0mOpc","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497258,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.258744182Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3525,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.037093,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.262964887Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3518,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":69.499443,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.271342113Z","message":"Request completed"} +{"level":"debug","transaction_id":"1018","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.273161294Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1018","time":"2026-03-06T19:14:57.273237841Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xC-3fr-ETkwFfmN0kt_qc5vF9njbjDzsyWnENlWqbbc","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497273,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.273445482Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3527,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":32.101933,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.30361474Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281635010046197800","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.303693382Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281635010046197800","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":109.863571,"time":"2026-03-06T19:14:57.303778171Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3526,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":42.36462,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.305605383Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3528,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.480733,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.313770498Z","message":"Request completed"} +{"level":"warn","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439568742345474058","message_type":0,"author_id":"122672447207112706","action":"discord message create","embed_type":"article","embed_index":0,"computed_embed_type":"link preview","error":"unexpected status 400 downloading https://images-ext-1.discordapp.net/external/8BNoFrnONxq-1R4RT5mT1hy4Cmxb_rXfd-YhIQO-67k/https/opengraph.githubassets.com/63d152336850b855ee1f5d4f42081d1346fbc251ed3246c57f4bd9aab2baad84/AndyFul/ConfigureDefender: {\"message\":\"Invalid resource \\\"https://images-ext-1.discordapp.net/external/8BNoFrnONxq-1R4RT5mT1hy4Cmxb_rXfd-YhIQO-67k/https/opengraph.githubassets.com/63d152336850b855ee1f5d4f42081d1346fbc251ed3246c57f4bd9aab2baad84/AndyFul/ConfigureDefender\\\"\"}","time":"2026-03-06T19:14:57.320611684Z","message":"Failed to reupload image in URL preview"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3522,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497243268331_31?ts=1734073104830&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":82.617349,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Betriebsversammlung","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.326057283Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022800879292427","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":96.717936,"event_ids":{"":"$lgUvLYsDXmoRxryp-zn53SYPrxKZxU7EQKYXpMuOi4g"},"time":"2026-03-06T19:14:57.326160649Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3531,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.085217,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.329902656Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3523,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497243550284_84?ts=1764084083462&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":101.154105,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wenn ich diesen punkt sage, welche habven wir denn aktuell","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.344845052Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3532,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.361102,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.345202784Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3524,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497247562581_123?ts=1765831173242&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":100.310341,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"IMG_1068.png","info":{"h":2622,"mimetype":"image/jpeg","size":1400039,"w":1206},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ZtNsfIrMGlyPfpjDDKajcPeh"},"time":"2026-03-06T19:14:57.348058423Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1450225794252013749","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1942.931794,"event_ids":{"":"$7A_W-cV52gdkE7HWcl3cSJqxu3E7C0FXiL4UIv0mOpc","1450225794277441707":"$-pGtiq4a7O9_tw-Sk-HJ-BbnYHcSGYjsxe7WQo4CimM"},"time":"2026-03-06T19:14:57.348172615Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3534,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":14.181604,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.359212995Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3536,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.153318,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.363016393Z","message":"Request completed"} +{"level":"debug","transaction_id":"1019","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.36523989Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1019","time":"2026-03-06T19:14:57.365345911Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$lgUvLYsDXmoRxryp-zn53SYPrxKZxU7EQKYXpMuOi4g","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497365,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.365547685Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3529,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":75.850266,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.381608115Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454219167971672115","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.38172545Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454219167971672115","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":125.195197,"time":"2026-03-06T19:14:57.381811286Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1020","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.386269106Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1020","time":"2026-03-06T19:14:57.386416193Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$IFzWMcsJr4wxgcPWRTrMXVFcol1HVamFQCW91EeOs8I","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497386,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.386659454Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$-pGtiq4a7O9_tw-Sk-HJ-BbnYHcSGYjsxe7WQo4CimM","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497386,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:57.386654146Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3540,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.897625,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.395238524Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3530,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":83.768,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.397818985Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3535,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":77.934288,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.423470568Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3542,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":63.358983,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.46135446Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281635108641837067","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.461486182Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281635108641837067","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":157.586207,"time":"2026-03-06T19:14:57.46158438Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3541,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":71.619643,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.467176578Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3545,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.054283,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.477203128Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3537,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":128.753449,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38488 bytes>","time":"2026-03-06T19:14:57.481616179Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3548,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":20.125038,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.50212074Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3533,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497330065668_141?ts=1763290334069&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":180.493689,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://github.com/AndyFul/ConfigureDefender","com.beeper.linkpreviews":[{"og:title":"GitHub - AndyFul/ConfigureDefender: Utility for configuring Windows...","og:description":"Utility for configuring Windows 10 built-in Defender antivirus settings. - AndyFul/ConfigureDefender","matched_url":"https://github.com/AndyFul/ConfigureDefender"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.51075268Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439568742345474058","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":467.889708,"event_ids":{"":"$eSVrxO5lU417Rv4GJanYCejwJU4ov1SxZtY1Yd0YtoQ"},"time":"2026-03-06T19:14:57.510883215Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3550,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":23.921032,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.535655555Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3543,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":115.021,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.538692156Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022848052629514","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.538781065Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022848052629514","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":212.347193,"time":"2026-03-06T19:14:57.538869834Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3538,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497359413163_85?ts=1764084083462&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":181.303509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":325,"mimetype":"image/png","size":31767,"w":959},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/yUqPLQXNmHAPIHjtLQeFrMQF"},"time":"2026-03-06T19:14:57.540957907Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442897968599662656","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":732.890677,"event_ids":{"":"$IFzWMcsJr4wxgcPWRTrMXVFcol1HVamFQCW91EeOs8I","1442897968695873566":"$qGfx_kcm7lENKGzQUVY8-3FRiL5X255m-oUQmWWjyHM"},"time":"2026-03-06T19:14:57.541095217Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3539,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497363187157_113?ts=1765871512338&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":181.36511,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Slime rancher 2","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.544700333Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1450394988683989042","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":196.200018,"event_ids":{"":"$rkOLWSMns778yECZADwYJVn2vF4ig1Dqu-TMLlOVGpY"},"time":"2026-03-06T19:14:57.544805655Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3552,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.379887,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.553831506Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3553,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":12.316397,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.554344358Z","message":"Request completed"} +{"level":"debug","transaction_id":"1021","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.564300996Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1021","time":"2026-03-06T19:14:57.564408273Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$eSVrxO5lU417Rv4GJanYCejwJU4ov1SxZtY1Yd0YtoQ","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497564,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.564590073Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"1022","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.583539107Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1022","time":"2026-03-06T19:14:57.583637515Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$qGfx_kcm7lENKGzQUVY8-3FRiL5X255m-oUQmWWjyHM","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497583,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:57.583785441Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$rkOLWSMns778yECZADwYJVn2vF4ig1Dqu-TMLlOVGpY","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497583,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.58380339Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3544,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":129.22209,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<21189 bytes>","time":"2026-03-06T19:14:57.586258903Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3546,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":122.159505,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.589454115Z","message":"Request completed"} +{"level":"error","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454219200733253702","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!CPKFhtXonmSscuplvu:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !CPKFhtXonmSscuplvu:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.589538485Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","message_id":"1454219200733253702","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":207.629351,"time":"2026-03-06T19:14:57.589637731Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","action":"initial backfill","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:14:57.589704081Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3557,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":10.649823,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.597524455Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3547,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":124.361001,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.601945119Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3556,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":25.053385,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<205280 bytes>","time":"2026-03-06T19:14:57.608133419Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3560,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":10.30138,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.61881509Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3554,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":76.971792,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.631275991Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3559,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":64.119845,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.666232096Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281635172713889844","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.666374015Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281635172713889844","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":204.648484,"time":"2026-03-06T19:14:57.66646027Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3549,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497502302609_18?ts=1730048188885&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":169.928864,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"So ungefähr?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.672411317Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3564,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":12.306131,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.679317805Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3565,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":12.264854,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.684818789Z","message":"Request completed"} +{"level":"debug","transaction_id":"1023","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.709758261Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1023","time":"2026-03-06T19:14:57.709848777Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8Yg5QiPfWOhKBxiMOjbD7T5_WyziZKtUcoWz1_KoYfY","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497710,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.710075415Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3551,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497535901120_142?ts=1763290336905&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":187.304493,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das auch cool für rentner","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.723385807Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439568754240655370","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":212.168885,"event_ids":{"":"$L_wE9srBxnXc1lvXGeqeXGImjjnsCuPOuQv901Vm6_w"},"time":"2026-03-06T19:14:57.72349078Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3562,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":94.080554,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.725551754Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022992462647309","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.725639127Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317022992462647309","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":186.635405,"time":"2026-03-06T19:14:57.725716232Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3555,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497554516449_86?ts=1764084087074&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":172.096557,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"steam?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.726779301Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442897983749492858","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":185.253576,"event_ids":{"":"$kjSYTFx-p06z7ewO9GVLflSDNlCnHRoH6BDYRCNdSzA"},"time":"2026-03-06T19:14:57.726860458Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3568,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.364177,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.7455626Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3569,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.865435,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.747288541Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3563,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":122.504734,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<377863 bytes>","time":"2026-03-06T19:14:57.768969874Z","message":"Request completed"} +{"level":"debug","transaction_id":"1024","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.769244563Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1024","time":"2026-03-06T19:14:57.76935198Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$L_wE9srBxnXc1lvXGeqeXGImjjnsCuPOuQv901Vm6_w","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497769,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.769553335Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3572,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.055603,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.777426161Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3558,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497597696756_92?ts=1764150494334&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":196.560754,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"\u003e Maja used /play\nMaja and alexx were playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cblockquote\u003e\n\u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e used \u003cfont color=\"#3771bb\"\u003e/play\u003c/font\u003e\n\u003c/blockquote\u003e\nMaja and alexx were playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.794515856Z","message":"Request completed"} +{"level":"debug","transaction_id":"1025","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.798848239Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1025","time":"2026-03-06T19:14:57.798947974Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kjSYTFx-p06z7ewO9GVLflSDNlCnHRoH6BDYRCNdSzA","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497799,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.799151284Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3574,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":16.564621,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.811313889Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3561,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497619090198_114?ts=1765871532086&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":213.59681,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/l3gacord-stare-laughing-emoji-blue-slime-gif-14668909583579328987","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":480,"mimetype":"video/mp4","size":205280,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/cNfEbPCNpGbfMRVbWDmcucYc"},"time":"2026-03-06T19:14:57.832895487Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1450395071513100319","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":287.869899,"event_ids":{"video_https://tenor.com/view/l3gacord-stare-laughing-emoji-blue-slime-gif-14668909583579328987":"$v4z5CYNRrq7pI49ky5W5tu_wRl2XZuOrLmQCKlqcoOE"},"time":"2026-03-06T19:14:57.833005349Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1026","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.835312936Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1026","time":"2026-03-06T19:14:57.835427827Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$SPMQELQ2XYdzT7WhSM4C6sdwu40CgejKU13dgLB1umU","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497835,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.835650344Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3570,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":111.383756,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.857292704Z","message":"Request completed"} +{"level":"debug","transaction_id":"1027","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.864408999Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1027","time":"2026-03-06T19:14:57.864519489Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$v4z5CYNRrq7pI49ky5W5tu_wRl2XZuOrLmQCKlqcoOE","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497864,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:57.864742006Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3573,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":102.523571,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.880273102Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3566,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497679489547_28?ts=1725662628239&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":206.841041,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ohhh mein Gott der neue Fließbandbaumodus ist ja crazy🤯","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.886519512Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281746705272016956","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":219.921792,"event_ids":{"":"$im8jkasLdBRImpntKP2o6aKqm25VluMgXAiekPHfjMU"},"time":"2026-03-06T19:14:57.886614776Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3567,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497684978518_19?ts=1730048188885&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":214.031508,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"usecaseneu.png","info":{"h":463,"mimetype":"image/png","size":38488,"w":578},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/hNYQNIxJhUzgnAeuIotBzFxo"},"time":"2026-03-06T19:14:57.899171082Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141079831646258","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":1037.112527,"event_ids":{"":"$8Yg5QiPfWOhKBxiMOjbD7T5_WyziZKtUcoWz1_KoYfY","1300141079563337779":"$HfQ2kbzFwimxwzmgAquBTB5uETitrDZ7aBZgvDPQ3CE"},"time":"2026-03-06T19:14:57.899258385Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3578,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.335884,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.899707331Z","message":"Request completed"} +{"level":"debug","transaction_id":"1028","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.906231293Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1028","time":"2026-03-06T19:14:57.906306513Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$im8jkasLdBRImpntKP2o6aKqm25VluMgXAiekPHfjMU","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497906,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.906457163Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3571,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497747479420_124?ts=1764084125734&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":182.425315,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja eig steam","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:57.93003562Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442898145901285480","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":202.944613,"event_ids":{"":"$ccV_p2L7g3c8dWdRo4GGDeMW3KnHwX5EGCaoAXuUAos"},"time":"2026-03-06T19:14:57.930117056Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3576,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":75.259401,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.932750178Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023029259407380","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:57.932827772Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023029259407380","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":207.027938,"time":"2026-03-06T19:14:57.932923526Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1029","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.935017466Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1029","time":"2026-03-06T19:14:57.935101835Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HfQ2kbzFwimxwzmgAquBTB5uETitrDZ7aBZgvDPQ3CE","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497935,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:57.935357039Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3580,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":15.41425,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.946133974Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3581,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.993311,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.949369136Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3577,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":79.927585,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:57.960399039Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154451339837968415","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"1154451339489837056","time":"2026-03-06T19:14:57.960493536Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154451339837968415","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":738.917852,"time":"2026-03-06T19:14:57.960586985Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1030","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.962123444Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1030","time":"2026-03-06T19:14:57.962204042Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ccV_p2L7g3c8dWdRo4GGDeMW3KnHwX5EGCaoAXuUAos","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497962,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:57.962428096Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3575,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497811575379_93?ts=1764150494334&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":168.749508,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 unfinished and 1 finished games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":21189,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/xfcyyBmHUUKVdaYXJtQWocEL"},"time":"2026-03-06T19:14:57.980629679Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1443176515985739827","message_type":23,"author_id":"1211781489931452447","action":"discord message create","handling_time":910.055475,"event_ids":{"":"$SPMQELQ2XYdzT7WhSM4C6sdwu40CgejKU13dgLB1umU","1443183675327123456":"$DHOdD6Zgm8Okp-DjTJsyP8CvYqsjZebG5ysWNwca-Pc"},"time":"2026-03-06T19:14:57.980740379Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3584,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":11.542545,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:57.992942235Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3579,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":95.72897,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:57.995768052Z","message":"Request completed"} +{"level":"debug","transaction_id":"1031","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:57.998714625Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1031","time":"2026-03-06T19:14:57.998828748Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$DHOdD6Zgm8Okp-DjTJsyP8CvYqsjZebG5ysWNwca-Pc","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824497999,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:57.999039951Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3583,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":64.11789,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:58.013802782Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3586,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":31.702505,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:58.027653962Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281746778563153984","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:58.027745805Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1281746778563153984","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":140.815621,"time":"2026-03-06T19:14:58.027824168Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3588,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":5.30773,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.033700413Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3582,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497946293563_87?ts=1764084135524&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":101.681344,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"nur?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.048133519Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442898186963390579","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":117.764123,"event_ids":{"":"$1T2XO7Km8gb9-YFWpxFZxh67gWK6mNxJ5J2DREBioLM"},"time":"2026-03-06T19:14:58.048240937Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3590,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.809833,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.061635558Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3587,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":50.289197,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:58.064272941Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023035211120640","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:58.064380777Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023035211120640","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":131.353117,"time":"2026-03-06T19:14:58.064457534Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1032","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.070093801Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1032","time":"2026-03-06T19:14:58.070179638Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1T2XO7Km8gb9-YFWpxFZxh67gWK6mNxJ5J2DREBioLM","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498070,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.070417241Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3592,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":7.120485,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.072043587Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3585,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824497993120612_92?ts=1764152211219&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":92.541581,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das wort ist bunny","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.085816684Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1443183717123100683","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":104.826689,"event_ids":{"":"$VlC5D255WZzRwJv1_L3c1e4Ev6R7dwzclTpo2K_xbg8"},"time":"2026-03-06T19:14:58.08592438Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1033","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.102277938Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1033","time":"2026-03-06T19:14:58.102381305Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$VlC5D255WZzRwJv1_L3c1e4Ev6R7dwzclTpo2K_xbg8","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498102,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.102578609Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3589,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498033875578_29?ts=1725992483646&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":98.295812,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ahh ich muss erstmal was am Satisfactory Server fixen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.132327277Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283130219124887562","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":104.37474,"event_ids":{"":"$iu_aToVrBmdPIMjof6MAvm29jMMS_KSmlAUvXgWoXMM"},"time":"2026-03-06T19:14:58.13242799Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1034","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.149564269Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1034","time":"2026-03-06T19:14:58.149647242Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$iu_aToVrBmdPIMjof6MAvm29jMMS_KSmlAUvXgWoXMM","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498149,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.149877861Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3591,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498061800665_125?ts=1764084136408&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":103.718502,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber selbst das wurde ja nixht fertig","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.165732186Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442898190671155310","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":117.24757,"event_ids":{"":"$8fWAQ-8x6ChpN16aEWdH4VHzULwHIR0PSPRN2BDb22Y"},"time":"2026-03-06T19:14:58.165821096Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3593,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498072205830_32?ts=1734073198046&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":96.055483,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wem sagst du das. Ich hätte die Vertikalen Kabelführungen und Kabelkästen fertig machen können","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.168418528Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023191855661056","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":103.853507,"event_ids":{"":"$A0rs0t8V6shWWYeOP_WRgQeQXfpCa030AByuXJiK2uY"},"time":"2026-03-06T19:14:58.168503456Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3596,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.567687,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.17963519Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3595,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":13.594091,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.180129603Z","message":"Request completed"} +{"level":"debug","transaction_id":"1035","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.184784587Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1035","time":"2026-03-06T19:14:58.184848493Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8fWAQ-8x6ChpN16aEWdH4VHzULwHIR0PSPRN2BDb22Y","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498184,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.185021422Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3594,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":99.660948,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<85123 bytes>","time":"2026-03-06T19:14:58.186771599Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3600,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":6.248086,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.193244646Z","message":"Request completed"} +{"level":"debug","transaction_id":"1036","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.198202467Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1036","time":"2026-03-06T19:14:58.198286138Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$A0rs0t8V6shWWYeOP_WRgQeQXfpCa030AByuXJiK2uY","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498198,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.198552306Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3597,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":39.879842,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:58.219834211Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3598,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498180278227_88?ts=1764084140539&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":86.078451,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ok ok","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.266529607Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442898207997694214","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":100.446393,"event_ids":{"":"$ueEicjW2EO-FS88kS90VeX34t6JJUJnBbwCkUqLohrI"},"time":"2026-03-06T19:14:58.266630739Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3599,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":91.416562,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24820 bytes>","time":"2026-03-06T19:14:58.273782513Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3602,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":65.542042,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:58.285541151Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023228954148905","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:58.285619025Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023228954148905","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":116.900804,"time":"2026-03-06T19:14:58.285701439Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3603,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.678186,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.28602397Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3604,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":23.543885,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.297658288Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3605,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":19.396234,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.3056078Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3601,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498193437620_143?ts=1766837445670&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":126.24737,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"85E8651A-0049-47C3-AC4F-C508A8465EDE.png","info":{"h":902,"mimetype":"image/webp","size":85123,"w":230},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ALhKMqoTkdHoPjrMvekDxSCM"},"time":"2026-03-06T19:14:58.319853729Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454446406721998959","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":486.511881,"event_ids":{"1454446406415683685":"$bslb877Msqgu0zuSLq8Sp1SgaIZZwBsxgiommr3uZMo"},"time":"2026-03-06T19:14:58.319951578Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1037","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.320820555Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1037","time":"2026-03-06T19:14:58.320912188Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ueEicjW2EO-FS88kS90VeX34t6JJUJnBbwCkUqLohrI","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498321,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.321130585Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3609,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":11.590877,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.332196597Z","message":"Request completed"} +{"level":"debug","transaction_id":"1038","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.34223942Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1038","time":"2026-03-06T19:14:58.342358292Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bslb877Msqgu0zuSLq8Sp1SgaIZZwBsxgiommr3uZMo","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498342,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:58.342556365Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3607,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":72.675588,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:58.370640274Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3608,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498305765714_33?ts=1734073216788&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":103.151663,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Yess","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.409088141Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023270465306636","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":123.296117,"event_ids":{"":"$2mCmp-0y5ZuW7QkNmaQycmSWbgCLbLwl7WKrQmJY6_c"},"time":"2026-03-06T19:14:58.409194091Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3606,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498286207236_126?ts=1764084149193&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":133.20219,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"du kannst aktuell nur csv importiere","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.419594926Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442898244295196915","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":152.667777,"event_ids":{"":"$mJiB92Fh6utfJ37bgABQ5DDPGTrVlsQ2sa5tUx81-ig"},"time":"2026-03-06T19:14:58.419706813Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3612,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.746355,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.430753689Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3614,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":21.511616,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.441903442Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3611,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":74.610287,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:58.445433547Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141422174928897","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"1300141422061551697","time":"2026-03-06T19:14:58.445557657Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141422174928897","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":545.972829,"time":"2026-03-06T19:14:58.445637277Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3610,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498332383285_144?ts=1766837448015&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":120.729554,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ciao","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.453244912Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454446416557772840","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":133.01145,"event_ids":{"":"$AsZ5iMBpTFr1w8142un_aTqWp6F5Xdp29XphysesafM"},"time":"2026-03-06T19:14:58.453313985Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1039","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.455251688Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1039","time":"2026-03-06T19:14:58.455376846Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2mCmp-0y5ZuW7QkNmaQycmSWbgCLbLwl7WKrQmJY6_c","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498455,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.455551311Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3617,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.841766,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.47408227Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3618,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.455321,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.474302692Z","message":"Request completed"} +{"level":"debug","transaction_id":"1040","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.483102813Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1040","time":"2026-03-06T19:14:58.483223501Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$mJiB92Fh6utfJ37bgABQ5DDPGTrVlsQ2sa5tUx81-ig","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498483,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.483429535Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$AsZ5iMBpTFr1w8142un_aTqWp6F5Xdp29XphysesafM","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498483,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.483492463Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3615,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":76.418782,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:58.507484595Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3619,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":42.01925,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:58.516450801Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3616,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498442136226_89?ts=1764084155063&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":118.963105,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ok danke","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.561237898Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442898268916023416","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":141.258699,"event_ids":{"":"$AeUCYbQP1yuoDLBVmOQk3tQ88CSrQN7ozmeCt97IVZE"},"time":"2026-03-06T19:14:58.561325061Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3621,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":69.242982,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:58.576954494Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023304325926935","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:58.577067988Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023304325926935","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":167.607797,"time":"2026-03-06T19:14:58.577209768Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3623,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":20.146969,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.581946188Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3620,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498474511521_127?ts=1766838009021&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":119.874477,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wunderland für dich oder","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.59453532Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454448769587351585","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":141.002309,"event_ids":{"":"$9vYOSY3mgUWhqP36IIdM9YtnFxshKx_ZIc5PCVXx9Cs"},"time":"2026-03-06T19:14:58.594605371Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3625,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.336028,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.595268174Z","message":"Request completed"} +{"level":"debug","transaction_id":"1041","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.599684089Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1041","time":"2026-03-06T19:14:58.599760775Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3622,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":83.195154,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:58.599840256Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141433902075965","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:58.599912682Z","message":"Failed to send part of message to Matrix"} +{"level":"debug","message_checkpoint":{"event_id":"$AeUCYbQP1yuoDLBVmOQk3tQ88CSrQN7ozmeCt97IVZE","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498599,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.599950327Z","message":"Sent message checkpoint"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141433902075965","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":154.130343,"time":"2026-03-06T19:14:58.599979451Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3627,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":18.042762,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.613202471Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3613,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":198.575981,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<91362 bytes>","time":"2026-03-06T19:14:58.613553638Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3629,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.154574,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.613639404Z","message":"Request completed"} +{"level":"debug","transaction_id":"1042","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.620724898Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1042","time":"2026-03-06T19:14:58.620816391Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$9vYOSY3mgUWhqP36IIdM9YtnFxshKx_ZIc5PCVXx9Cs","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498620,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.6210072Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3632,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":10.977173,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.624915013Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3628,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":53.249949,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:58.648776749Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3631,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":44.391162,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:58.658279902Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3624,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":99.357902,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<16070 bytes>","time":"2026-03-06T19:14:58.668698058Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3636,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":6.362766,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.675781945Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3626,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498582151035_90?ts=1764085637421&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":112.907644,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"will jemand ganz fix guecken ob ok so aussieht?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.69525773Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442904486376116325","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":133.842922,"event_ids":{"":"$iNOXXwsgFhSJJtocUvIL-j7Yi-Cs1UH9EFhGeMW9_V8"},"time":"2026-03-06T19:14:58.695423256Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3638,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.175667,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.710376128Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3634,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":64.273777,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:58.713245177Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023333736255542","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:58.713350219Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1317023333736255542","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":135.967802,"time":"2026-03-06T19:14:58.713444646Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1043","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.728059272Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1043","time":"2026-03-06T19:14:58.728240233Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$iNOXXwsgFhSJJtocUvIL-j7Yi-Cs1UH9EFhGeMW9_V8","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498728,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.728469805Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3640,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":15.766743,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.729763422Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3630,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498613460119_145?ts=1766838211130&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":122.4138,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"null","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.736058512Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449617293938709","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":141.255138,"event_ids":{"":"$3fiZrbks7V-wvztPhOU53Wvg-koFk97p5SDRqKm2UJk"},"time":"2026-03-06T19:14:58.736167186Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3635,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":78.552951,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:58.737056837Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141485194219630","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:58.737176057Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141485194219630","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":137.104763,"time":"2026-03-06T19:14:58.73728131Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3642,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.065806,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.751043302Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3643,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.276032,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.754186621Z","message":"Request completed"} +{"level":"debug","transaction_id":"1044","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.766459646Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1044","time":"2026-03-06T19:14:58.766585572Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3fiZrbks7V-wvztPhOU53Wvg-koFk97p5SDRqKm2UJk","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498766,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.766739644Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3633,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498625062799_146?ts=1763290404279&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":154.178115,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"theo https://github.com/CorentinTh/it-tools","com.beeper.linkpreviews":[{"og:title":"GitHub - CorentinTh/it-tools: Collection of handy online tools for ...","og:description":"Collection of handy online tools for developers, with great UX. - GitHub - CorentinTh/it-tools: Collection of handy online tools for developers, with great UX.","og:image":"mxc://matrix.theocloud.dev/ruezXwrEuuPlGJFPiLIbkXGp","matrix:image:size":91362,"og:image:width":1200,"og:image:height":600,"og:image:type":"image/png","matched_url":"https://github.com/CorentinTh/it-tools"}],"format":"org.matrix.custom.html","formatted_body":"\u003ca href=\"https://matrix.to/#/@theo:matrix.theocloud.dev\"\u003etheo\u003c/a\u003e https://github.com/CorentinTh/it-tools","m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.779454701Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439569036827430912","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":1055.634754,"event_ids":{"":"$FTrRjDv6dhb2U3hzZ5eBnq4KV_DBxI07dknV9Yx0x8w"},"time":"2026-03-06T19:14:58.779578601Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3647,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":18.520692,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.798719422Z","message":"Request completed"} +{"level":"debug","transaction_id":"1045","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.813648617Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1045","time":"2026-03-06T19:14:58.813745Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FTrRjDv6dhb2U3hzZ5eBnq4KV_DBxI07dknV9Yx0x8w","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498813,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.813894881Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3645,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":99.172682,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:58.8538072Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3637,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498675997269_94?ts=1764236962840&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":197.061034,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"\u003e Maja used /play\n**Your group is on a 1 day streak!** 🔥 Here are yesterday's results:\n👑 4/6: @alexx\nX/6: Maja\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"\u003cblockquote\u003e\n\u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e used \u003cfont color=\"#3771bb\"\u003e/play\u003c/font\u003e\n\u003c/blockquote\u003e\n\u003cstrong\u003eYour group is on a 1 day streak!\u003c/strong\u003e 🔥 Here are yesterday's results:\u003cbr\u003e\n👑 4/6: @alexx\u003cbr\u003e\nX/6: \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_769998429991600219:matrix.theocloud.dev"]},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.873444739Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3651,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":24.60423,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.898357183Z","message":"Request completed"} +{"level":"debug","transaction_id":"1046","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.918691817Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1046","time":"2026-03-06T19:14:58.918842537Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1lFcQOqftDRCf1N8T-B1mGSi7mO0ha0UKAuZTVp69kk","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498919,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.919052552Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3639,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498710604721_128?ts=1764085651477&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":224.73448,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo einen moment","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.935513597Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442904545331253520","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":239.788344,"event_ids":{"":"$UuRtg_OnZtUkTBm5fSD3BFN6d44iQX9AkzhFQ6AOVZQ"},"time":"2026-03-06T19:14:58.935633656Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3641,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498729975463_34?ts=1754055523110&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":211.594922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Sag mal Theo. Krieg ich vielleicht durch dich als Student die Möglichkeit 30% beim Kauf eines Samsung Artikels zu sparen?🤣","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.941728019Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400835137800896543","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":228.130139,"event_ids":{"":"$Q9vlT0SLu-4qo6IiMxizccwvNKfw41sHUnc7fHXz3qE"},"time":"2026-03-06T19:14:58.941805614Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3653,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.86613,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.959181103Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3644,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498751318550_129?ts=1766838217382&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":228.004703,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"what","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:58.97957657Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449643516858421","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":243.05689,"event_ids":{"":"$QN8ptbrdf4f7GwIAco8i3UmGfy9jZ0AGXp5PI8c-8ig"},"time":"2026-03-06T19:14:58.979682102Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1047","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:58.980531872Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1047","time":"2026-03-06T19:14:58.980582927Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$UuRtg_OnZtUkTBm5fSD3BFN6d44iQX9AkzhFQ6AOVZQ","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824498980,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:58.980768567Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3656,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":19.586414,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:58.999984539Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3650,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":148.795864,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.002851213Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141634914353214","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.002956256Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141634914353214","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":265.521852,"time":"2026-03-06T19:14:59.003049286Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3655,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":40.289607,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<203699 bytes>","time":"2026-03-06T19:14:59.007186949Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3658,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.714144,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.011430213Z","message":"Request completed"} +{"level":"debug","transaction_id":"1048","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.01341464Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1048","time":"2026-03-06T19:14:59.013513537Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Q9vlT0SLu-4qo6IiMxizccwvNKfw41sHUnc7fHXz3qE","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499013,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.013725159Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$QN8ptbrdf4f7GwIAco8i3UmGfy9jZ0AGXp5PI8c-8ig","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499013,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.013735426Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3659,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":7.568453,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.015245764Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3649,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498798972810_147?ts=1763290406031&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":239.021965,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"kennste das?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.038177342Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439569044176113851","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":258.377341,"event_ids":{"":"$5si5P_Z-8Iaz1gER03SqVbxXXdozL86CmuAjy8wYTVA"},"time":"2026-03-06T19:14:59.038277845Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3648,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":251.754412,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<137610 bytes>","time":"2026-03-06T19:14:59.050726035Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3662,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":15.378281,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.054404834Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3663,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.996867,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.061142514Z","message":"Request completed"} +{"level":"debug","transaction_id":"1049","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.068135816Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1049","time":"2026-03-06T19:14:59.068255107Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5si5P_Z-8Iaz1gER03SqVbxXXdozL86CmuAjy8wYTVA","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499068,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.068493967Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3654,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":124.340817,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.083975056Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3660,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":97.663181,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.109487654Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3652,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824498898592551_95?ts=1764236962840&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":219.976059,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 solved and 1 unsolved games of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":16070,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/kfFGEAGZenBlOavJHhPaKEJA"},"time":"2026-03-06T19:14:59.118848887Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1443539191186194473","message_type":23,"author_id":"1211781489931452447","action":"discord message create","handling_time":1032.693119,"event_ids":{"":"$1lFcQOqftDRCf1N8T-B1mGSi7mO0ha0UKAuZTVp69kk","1443539190691270737":"$7lb29-9C9aDcQkZMFCLvHkGf51mgQ5qBWeY79iymkV0"},"time":"2026-03-06T19:14:59.118972368Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1050","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.146516746Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1050","time":"2026-03-06T19:14:59.146637154Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$7lb29-9C9aDcQkZMFCLvHkGf51mgQ5qBWeY79iymkV0","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499146,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:59.146868052Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3665,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":97.668769,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.15919325Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3666,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":80.73559,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.164948598Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400879485657546903","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.165073406Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400879485657546903","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":223.120286,"time":"2026-03-06T19:14:59.16517356Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3657,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499000279413_148?ts=1766838217573&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":183.464777,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"die spielen alle in gruppen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.183953088Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449644317970584","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":203.979464,"event_ids":{"":"$SB3aMUGB9nGolckDEesoVYSllm_V3gxxzpb03XYr23o"},"time":"2026-03-06T19:14:59.184046397Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3669,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.468103,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.186290498Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3670,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.276945,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.204951293Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3667,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":110.559549,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.220248068Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141732767334422","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.220365403Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141732767334422","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":217.179367,"time":"2026-03-06T19:14:59.22046423Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3661,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499015531489_91?ts=1764085672665&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":211.622788,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/sans-dance-goosebones-literally-no-one-gif-18776666","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":640,"mimetype":"video/mp4","size":203699,"w":640},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/JLvwHKsPcgLneomeZNwSRXIR"},"time":"2026-03-06T19:14:59.22743169Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442904634200162511","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":291.488843,"event_ids":{"video_https://tenor.com/view/sans-dance-goosebones-literally-no-one-gif-18776666":"$76OHmd9sh5t0P6oAFaoTe2nq8uNUSN7TWNtpSgFNvQk"},"time":"2026-03-06T19:14:59.227567254Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1051","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.229550424Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1051","time":"2026-03-06T19:14:59.229653721Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$SB3aMUGB9nGolckDEesoVYSllm_V3gxxzpb03XYr23o","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499229,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.229872886Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3673,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":20.817174,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.241864657Z","message":"Request completed"} +{"level":"debug","transaction_id":"1052","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.259569661Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1052","time":"2026-03-06T19:14:59.259718984Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$76OHmd9sh5t0P6oAFaoTe2nq8uNUSN7TWNtpSgFNvQk","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499259,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:14:59.259919781Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3664,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499054664717_149?ts=1763290412365&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":214.564683,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bestimmt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.269438857Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439569070742573057","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":230.878919,"event_ids":{"":"$uEgu19T5_f-aqu3f3Owa_BhqUuNGUfkJjxdl91ehPz4"},"time":"2026-03-06T19:14:59.269574142Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3668,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":111.698465,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.271120309Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283155553975275573","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.271207332Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283155553975275573","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1138.472316,"time":"2026-03-06T19:14:59.271275009Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3675,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.037799,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.285786408Z","message":"Request completed"} +{"level":"debug","transaction_id":"1053","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.294871835Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1053","time":"2026-03-06T19:14:59.294970871Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uEgu19T5_f-aqu3f3Owa_BhqUuNGUfkJjxdl91ehPz4","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499295,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.295160213Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3671,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":121.582537,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.308257098Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3646,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":567.443308,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<3290889 bytes>","time":"2026-03-06T19:14:59.340996829Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3676,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":59.272863,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.345318876Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3678,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.650245,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.355990908Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3677,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":50.194562,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.35869478Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400879506046062623","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.358798356Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400879506046062623","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":193.460667,"time":"2026-03-06T19:14:59.35888943Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3672,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499205196300_150?ts=1766838223563&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":160.474461,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"und die haben schon seit 3 wochen alle gezockt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.365827138Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449669441716346","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":181.504375,"event_ids":{"":"$jzJluxfaHQBKec_7yI25bx7GDBungpyegTNVjsUAwm4"},"time":"2026-03-06T19:14:59.365930505Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3681,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.17392,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.37164758Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3674,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499242069644_20?ts=1730048370549&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":140.177821,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"OK da muss ich mich nochmal ransetzen. Welches Tool habt ihr benutzt? Meins ist scheiße","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.382450357Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141841785819146","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":161.866557,"event_ids":{"":"$uCwhWAnv47MMmLv2jqkLYSQcgxtSr9tovXsOWov_pDc"},"time":"2026-03-06T19:14:59.382569158Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3682,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":16.197949,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.382841892Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3686,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.118111,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.39144401Z","message":"Request completed"} +{"level":"debug","transaction_id":"1054","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.398120089Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1054","time":"2026-03-06T19:14:59.398225271Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$jzJluxfaHQBKec_7yI25bx7GDBungpyegTNVjsUAwm4","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499398,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.39842062Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"1055","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.41597295Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1055","time":"2026-03-06T19:14:59.416084069Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uCwhWAnv47MMmLv2jqkLYSQcgxtSr9tovXsOWov_pDc","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499416,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.41629164Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3679,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":73.219588,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.418749737Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283155634182815815","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.418892774Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283155634182815815","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":147.531929,"time":"2026-03-06T19:14:59.419008363Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3688,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.381699,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.431078147Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3680,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":80.102191,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.436449643Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3684,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":76.976402,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.448927446Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3687,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":66.24221,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.458046746Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3683,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":94.382761,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22599 bytes>","time":"2026-03-06T19:14:59.466290364Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3693,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":6.543518,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.473517428Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3689,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":61.592813,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.493092039Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3690,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":59.264692,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.495934758Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154776108269580308","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"1154776107766251570","time":"2026-03-06T19:14:59.496037775Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154776108269580308","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1535.354477,"time":"2026-03-06T19:14:59.496126963Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3695,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":36.820822,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<96306 bytes>","time":"2026-03-06T19:14:59.513354736Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3685,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499383038498_151?ts=1766838234266&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":140.520537,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dadurch wurde das alles irgendwie voll abgschwächt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.523709266Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449714333352048","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":157.508821,"event_ids":{"":"$QewpspZW-X0cv6q-kk3wQJeccTIlmSHBgwEXz9N8jIA"},"time":"2026-03-06T19:14:59.52379566Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3697,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":27.636919,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.524363129Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3691,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":78.327709,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.527451203Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400879540770836553","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.527595567Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400879540770836553","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":168.587754,"time":"2026-03-06T19:14:59.527709619Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3698,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":23.027262,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.536842049Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3699,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.753129,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.545176112Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3701,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.97369,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.548250428Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3692,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":103.716966,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.561932311Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141891668410460","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.562000477Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141891668410460","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":179.100616,"time":"2026-03-06T19:14:59.562053557Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1056","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.564471564Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1056","time":"2026-03-06T19:14:59.564565991Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QewpspZW-X0cv6q-kk3wQJeccTIlmSHBgwEXz9N8jIA","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499564,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.564754984Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3705,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.980593,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.571491407Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3696,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":107.427474,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.600701452Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283155717171449937","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.600841276Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283155717171449937","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":181.685057,"time":"2026-03-06T19:14:59.600952395Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3707,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":8.858369,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.610462252Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3704,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":75.1714,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.623819718Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3706,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":72.410117,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.644209458Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3694,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499473855744_96?ts=1764271454205&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":194.755332,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Maja was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Maja was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$1lFcQOqftDRCf1N8T-B1mGSi7mO0ha0UKAuZTVp69kk"}},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.668933607Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3711,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":19.538922,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.68876866Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3700,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499524562808_18?ts=1695390914176&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":186.758117,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"🥹","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.711488337Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154777933890715648","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":215.180272,"event_ids":{"":"$KzQTOeVg-sSx6ZcmALkSEKaSTDg8Jh7JGq_xbMff6K8"},"time":"2026-03-06T19:14:59.711573893Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1057","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.714118735Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1057","time":"2026-03-06T19:14:59.714255765Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gmOgDuYM60h5fHl2lwglzsZ0PkNLAYMB_-NyYnWXXXs","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499714,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.714477235Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3713,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":20.409157,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.732620011Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3702,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499537048084_130?ts=1764085748896&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":205.104902,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"voice-message.ogg","info":{"mimetype":"audio/ogg","size":96306},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":25379},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/JteDqTZqsjcGjpueKcZrlSwn"},"time":"2026-03-06T19:14:59.742377529Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442904953936154786","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":514.539007,"event_ids":{"1442904953390891240":"$lq-0Ub5eQ2MYNl8KrFBh_NsB_Zv4DZ3UnWFxd-o_aC0"},"time":"2026-03-06T19:14:59.742486902Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3703,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499545431875_131?ts=1766838250031&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":199.716923,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"was wurde abgeschwächt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.745294489Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449780456558614","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":221.26367,"event_ids":{"":"$nhM9g9DWHnDBfA2TGKXmB_7uYmOJfdekG34MZW4NItI"},"time":"2026-03-06T19:14:59.745411754Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3709,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":123.864772,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.747818099Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400879603186274445","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.747900582Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400879603186274445","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":220.050022,"time":"2026-03-06T19:14:59.747998152Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3716,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.210451,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.762351777Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3715,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":21.267168,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.7645106Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3717,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.048906,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.764557115Z","message":"Request completed"} +{"level":"debug","transaction_id":"1058","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.767465695Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1058","time":"2026-03-06T19:14:59.767597068Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KzQTOeVg-sSx6ZcmALkSEKaSTDg8Jh7JGq_xbMff6K8","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499767,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.767786061Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$nhM9g9DWHnDBfA2TGKXmB_7uYmOJfdekG34MZW4NItI","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499767,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.767867078Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$lq-0Ub5eQ2MYNl8KrFBh_NsB_Zv4DZ3UnWFxd-o_aC0","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499767,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.audio"},"time":"2026-03-06T19:14:59.767852342Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3710,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":133.554683,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.777976322Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141934932656138","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.778066628Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141934932656138","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":215.969838,"time":"2026-03-06T19:14:59.778183544Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3721,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.4859,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.786248575Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3708,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499610653830_30?ts=1726044745170&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":196.027159,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"vielleicht habe ich den Satisfactory Server gefixt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.806851892Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283349419844042785","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":205.740816,"event_ids":{"":"$t-8mbEhhJDAIEPWG6XenwC2T40eI_NUmlGV_mj5voOs"},"time":"2026-03-06T19:14:59.806948345Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3723,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.744176,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.815456455Z","message":"Request completed"} +{"level":"debug","transaction_id":"1059","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.828910303Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1059","time":"2026-03-06T19:14:59.829038254Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$t-8mbEhhJDAIEPWG6XenwC2T40eI_NUmlGV_mj5voOs","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499829,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.829273133Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3720,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":70.399499,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.835292905Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3722,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":66.353678,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.852985687Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3712,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499689003539_97?ts=1764271454205&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":183.684081,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 unfinished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":22599,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/byWLMqtWPMbdvaTSaxYQFKnV"},"time":"2026-03-06T19:14:59.872949459Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1443683858456510534","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":753.640313,"event_ids":{"":"$gmOgDuYM60h5fHl2lwglzsZ0PkNLAYMB_-NyYnWXXXs","1443684336812429363":"$hyzRrR8WJAi-l4XJGgSVgdDYSJr5zW00APPBSeaEFOs"},"time":"2026-03-06T19:14:59.873128954Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3727,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":18.460139,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.892819014Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3714,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499732854820_19?ts=1695390918802&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":176.88096,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Mein Baby","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.909896277Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154777953293570059","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":198.056005,"event_ids":{"":"$uL8G6U_b8tzxVuXVPd8AeUo0OhiF1j-m3irkU5FFYLc"},"time":"2026-03-06T19:14:59.909966259Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1060","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.914316871Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1060","time":"2026-03-06T19:14:59.914452645Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hyzRrR8WJAi-l4XJGgSVgdDYSJr5zW00APPBSeaEFOs","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499914,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:14:59.914664197Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3729,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.207173,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.930698296Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3718,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499762571291_132?ts=1766838265203&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":175.367479,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dieses erste mal wie sie wow spielen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.938101363Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449844092534915","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":192.398017,"event_ids":{"":"$l-Xy4s-NgHDK8Z0xe6Q0QqM36-zDR2F_hvrkJjLel40"},"time":"2026-03-06T19:14:59.938194742Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3719,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499764723410_92?ts=1764085792958&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":174.177577,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"also wenn mans nicht erkennen kann machen wir einfach das dokument auf","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:14:59.939054988Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442905138745446491","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":196.258756,"event_ids":{"":"$M4A78j5r4jsgScjLx2XlsowLo6Jn_sYlZ2lFtYdynlI"},"time":"2026-03-06T19:14:59.939188317Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3724,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":126.125495,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:14:59.941983543Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3725,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":107.596352,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.943035297Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400879622568153251","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.943090682Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400879622568153251","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":194.951658,"time":"2026-03-06T19:14:59.943152632Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3732,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":15.913552,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.955720392Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3731,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":17.300827,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.95613714Z","message":"Request completed"} +{"level":"debug","transaction_id":"1061","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:14:59.962410229Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1061","time":"2026-03-06T19:14:59.962494529Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$uL8G6U_b8tzxVuXVPd8AeUo0OhiF1j-m3irkU5FFYLc","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499962,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.962626251Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$l-Xy4s-NgHDK8Z0xe6Q0QqM36-zDR2F_hvrkJjLel40","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499962,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.962646296Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$M4A78j5r4jsgScjLx2XlsowLo6Jn_sYlZ2lFtYdynlI","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824499962,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:14:59.96269316Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3726,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":136.271056,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:14:59.989427298Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141948966928434","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:14:59.989526684Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141948966928434","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":211.214002,"time":"2026-03-06T19:14:59.989642133Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3738,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.67196,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:14:59.998912851Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3733,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":74.40069,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:00.016585169Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283363498121760769","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:00.016654313Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283363498121760769","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":209.330776,"time":"2026-03-06T19:15:00.016707742Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3740,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":11.493377,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.028625411Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3730,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":99.612268,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:00.030676467Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3737,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":51.935798,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<884393 bytes>","time":"2026-03-06T19:15:00.038498518Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3743,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":7.400761,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.046215595Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3728,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499893017995_98?ts=1764358275528&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":170.015469,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Nobody got yesterday's Wordle... but today is a new day Maja 🌞\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Nobody got yesterday's Wordle... but today is a new day \u003ca href=\"https://matrix.to/#/@discord_769998429991600219:matrix.theocloud.dev\"\u003eMaja\u003c/a\u003e 🌞\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{"user_ids":["@discord_769998429991600219:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$1lFcQOqftDRCf1N8T-B1mGSi7mO0ha0UKAuZTVp69kk"}},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.063278819Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1444048013478596689","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":189.82894,"event_ids":{"":"$GohOjqRfY5Ic8n7MPwcBjAyr2uhl688nvib9DrqXBGc"},"time":"2026-03-06T19:15:00.063417596Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3739,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":81.619094,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:00.080950998Z","message":"Request completed"} +{"level":"debug","transaction_id":"1062","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.095024067Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1062","time":"2026-03-06T19:15:00.095175835Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$GohOjqRfY5Ic8n7MPwcBjAyr2uhl688nvib9DrqXBGc","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500095,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.09542119Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3742,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":79.321425,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:00.110185907Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154779531421429930","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:00.110271673Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154779531421429930","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":200.096516,"time":"2026-03-06T19:15:00.110324195Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3735,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499955894369_93?ts=1764085808193&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":163.568123,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bei flos präsi war auch so groß und das ging ja","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.119621103Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442905202645799046","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":180.211945,"event_ids":{"":"$tALBAXPm8xAA8LPpdX4rapCwCQIPQXxdxjDWhpKf11k"},"time":"2026-03-06T19:15:00.119745283Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3736,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824499956297917_152?ts=1766838268962&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":166.112475,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"die leute die neu anfangen, dieses blind reingehen, dieses erleben von dieser welt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.122586395Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449859858792461","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":184.143573,"event_ids":{"":"$S7zyjKE4okUmcnlmaAvA9dOfMi4AUoXH53mDO7VA80s"},"time":"2026-03-06T19:15:00.122685571Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3746,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":21.618754,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.132395666Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3747,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":22.689854,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.143181471Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3748,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.845252,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.145166527Z","message":"Request completed"} +{"level":"debug","transaction_id":"1063","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.155845473Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1063","time":"2026-03-06T19:15:00.155937944Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tALBAXPm8xAA8LPpdX4rapCwCQIPQXxdxjDWhpKf11k","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500156,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.156152709Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3745,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":102.523292,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:00.183670547Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141965999865876","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:00.18374884Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141965999865876","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":193.926654,"time":"2026-03-06T19:15:00.183824339Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1064","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.187294939Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1064","time":"2026-03-06T19:15:00.187399004Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$S7zyjKE4okUmcnlmaAvA9dOfMi4AUoXH53mDO7VA80s","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500187,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.187572632Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3752,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":11.491281,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.195782237Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3734,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":252.147624,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<77429 bytes>","time":"2026-03-06T19:15:00.203005599Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3741,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500028891789_31?ts=1726057346697&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":181.107462,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hat leider noch nicht funktioniert","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.210155488Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283402274479145043","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":193.361351,"event_ids":{"":"$JjNYqMbPvHUWsb1ozkqQtWwccF7AyYFWICzxuyz-lfc"},"time":"2026-03-06T19:15:00.21024754Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3754,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":10.81919,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.214380943Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3755,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":11.957479,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.222896386Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3744,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500046442233_35?ts=1754066491610&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":194.403047,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/thanos-i-finally-rest-avengers-endgame-infinity-war-gif-26712715","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":360,"mimetype":"video/mp4","size":884393,"w":640},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/ZSBXCUFoObDUwVNXdjtkkHfd"},"time":"2026-03-06T19:15:00.241046426Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881143024455701","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":297.815221,"event_ids":{"video_https://tenor.com/view/thanos-i-finally-rest-avengers-endgame-infinity-war-gif-26712715":"$SOfGlzvypfsXMykF6INQSVK1Wmkspx531UvZ9g3g3Z8"},"time":"2026-03-06T19:15:00.241141272Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1065","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.243199382Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1065","time":"2026-03-06T19:15:00.243310571Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$JjNYqMbPvHUWsb1ozkqQtWwccF7AyYFWICzxuyz-lfc","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500243,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.243455564Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3758,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":8.196195,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.249994961Z","message":"Request completed"} +{"level":"debug","transaction_id":"1066","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.261213579Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1066","time":"2026-03-06T19:15:00.261311847Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$SOfGlzvypfsXMykF6INQSVK1Wmkspx531UvZ9g3g3Z8","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500261,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:15:00.26151851Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3749,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500132635504_20?ts=1695391441230&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":168.880882,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"😈😤","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.301687499Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154780144515424360","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":191.269785,"event_ids":{"":"$e23ldymS8pc8FLnC_CH9yHrEp-9f6lTjuBa2Ij18T5k"},"time":"2026-03-06T19:15:00.301781018Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3760,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":17.467751,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.319837259Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3750,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500143435208_94?ts=1764085811126&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":184.204686,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wir gucken ienfach","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.327779228Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442905214947688589","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":207.764564,"event_ids":{"":"$wFlKUQBrLICN1MdW6l07zqxDFxoswTDTp1qHaSPNhYQ"},"time":"2026-03-06T19:15:00.327890417Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3751,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500145414606_153?ts=1766838272363&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":184.531477,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"die dich dann in den bann zieht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.330140803Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449874123882661","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":207.218119,"event_ids":{"":"$bYtW1RXFbYDMpwg3l315e5v4kDcpKyQtfZxc5Ya7744"},"time":"2026-03-06T19:15:00.330259116Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1067","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.346445262Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1067","time":"2026-03-06T19:15:00.346535358Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$e23ldymS8pc8FLnC_CH9yHrEp-9f6lTjuBa2Ij18T5k","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500346,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.346755012Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3762,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":19.835751,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.348396025Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3763,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.796221,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.350809982Z","message":"Request completed"} +{"level":"debug","transaction_id":"1068","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.370260763Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1068","time":"2026-03-06T19:15:00.370395629Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$wFlKUQBrLICN1MdW6l07zqxDFxoswTDTp1qHaSPNhYQ","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500370,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.370583225Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$bYtW1RXFbYDMpwg3l315e5v4kDcpKyQtfZxc5Ya7744","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500370,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.370583225Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3753,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500196057485_21?ts=1730048404573&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":187.415473,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"OK perfekt danke dir","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.383642674Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141984492556380","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":199.724327,"event_ids":{"":"$tL10O3xJHwwo8VPAJqIOocnGcrMICBKyT9ATIPsy-PI"},"time":"2026-03-06T19:15:00.383741361Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3767,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.423816,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.397836989Z","message":"Request completed"} +{"level":"debug","transaction_id":"1069","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.417248728Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1069","time":"2026-03-06T19:15:00.417321294Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tL10O3xJHwwo8VPAJqIOocnGcrMICBKyT9ATIPsy-PI","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500417,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.417482281Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3756,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500214641873_154?ts=1763290449217&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":216.503922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://github.com/memstechtips/UnattendedWinstall","com.beeper.linkpreviews":[{"og:title":"GitHub - memstechtips/UnattendedWinstall: Personalized Unattended A...","og:description":"Personalized Unattended Answer Files that helps automatically debloat and customize Windows 10 \u0026 11 during the installation process. - memstechtips/UnattendedWinstall","og:image":"mxc://matrix.theocloud.dev/NZDnUhpuCNiQirZBLpqvVdmu","matrix:image:size":77429,"og:image:width":1200,"og:image:height":600,"og:image:type":"image/png","matched_url":"https://github.com/memstechtips/UnattendedWinstall"}],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.431384027Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439569225311195137","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":1161.487145,"event_ids":{"":"$FBmRoxmG3Ct6T6gEyqa_1NnLnno1t1MNe8PAUuGt9Hg"},"time":"2026-03-06T19:15:00.431504435Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3757,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500223102770_32?ts=1726057356475&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":209.345653,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich time beim joinen immer aus","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.432593345Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283402315491184692","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":222.072792,"event_ids":{"":"$urB0fwKgXDsuaOyf5hbwhvtTujbEN-80WNbGd4Xmy0E"},"time":"2026-03-06T19:15:00.432691124Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3769,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":20.466636,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.452718243Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3770,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.947848,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.453232003Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3759,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500250147497_36?ts=1754066495820&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":220.434992,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Du einfach","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.470787266Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881160682213377","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":229.40413,"event_ids":{"":"$fL6F9nPDJ_cbFX2oaKrl1EoYdsEDc4M02rmAXFXvLF8"},"time":"2026-03-06T19:15:00.470925204Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1070","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.478162954Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1070","time":"2026-03-06T19:15:00.478282943Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FBmRoxmG3Ct6T6gEyqa_1NnLnno1t1MNe8PAUuGt9Hg","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500478,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.478494286Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3773,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.486394,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.485212619Z","message":"Request completed"} +{"level":"debug","transaction_id":"1071","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.496275279Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1071","time":"2026-03-06T19:15:00.496397922Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$fL6F9nPDJ_cbFX2oaKrl1EoYdsEDc4M02rmAXFXvLF8","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500496,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.496622116Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$urB0fwKgXDsuaOyf5hbwhvtTujbEN-80WNbGd4Xmy0E","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500496,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.496609125Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3766,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":130.782855,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<16119 bytes>","time":"2026-03-06T19:15:00.500904073Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3775,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":9.330573,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.510905899Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3768,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":134.311773,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:00.532514525Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3761,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500320070602_21?ts=1695391668512&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":230.144388,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]}},"time":"2026-03-06T19:15:00.550403844Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154781097805217822","message_type":3,"author_id":"248879308200869889","action":"discord message create","handling_time":248.454995,"event_ids":{"":"$D3doHViAJGIsARH5piA1uLlwdAGRzGigBnDIF1Mct9k"},"time":"2026-03-06T19:15:00.550529141Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3764,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500348564485_95?ts=1764085817998&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":225.843365,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"so haben wirs einfach einmal drin","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.574555426Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442905243770687558","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":246.433062,"event_ids":{"":"$3J_lqLCXQ5Nwj76qEVDt4KuXOY4shRI8oVQSvJRAfeI"},"time":"2026-03-06T19:15:00.574674646Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3778,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.394144,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.575613745Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3765,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500351041090_133?ts=1766838280442&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":227.705428,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"verstehe","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.578899682Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449908009406586","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":248.305184,"event_ids":{"":"$u64Gegkipv1EN_n4XtnBUG2BN-eq8hXrgt9Rld2QALE"},"time":"2026-03-06T19:15:00.578997391Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3772,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":130.864639,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:00.584503334Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3779,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.893721,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.595231868Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3781,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":17.535288,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.597201559Z","message":"Request completed"} +{"level":"debug","transaction_id":"1072","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.602541486Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1072","time":"2026-03-06T19:15:00.602635005Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$D3doHViAJGIsARH5piA1uLlwdAGRzGigBnDIF1Mct9k","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500602,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:15:00.602830144Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3774,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":128.64233,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:00.614268275Z","message":"Request completed"} +{"level":"debug","transaction_id":"1073","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.626071123Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1073","time":"2026-03-06T19:15:00.626155981Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$3J_lqLCXQ5Nwj76qEVDt4KuXOY4shRI8oVQSvJRAfeI","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500626,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.626374867Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$u64Gegkipv1EN_n4XtnBUG2BN-eq8hXrgt9Rld2QALE","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500626,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.626406366Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3777,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":112.926222,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:00.645637144Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141998367445115","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:00.645774942Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300141998367445115","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":261.831458,"time":"2026-03-06T19:15:00.645929154Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3786,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":8.409074,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.65498797Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3771,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500452941459_155?ts=1763290454639&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":222.713245,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das auch big","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.675825469Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439569248052838523","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":243.991658,"event_ids":{"":"$onlp6XTlhXNdvUhTnNiHEcsDFvXOIM1VGQ0xfeZVpIY"},"time":"2026-03-06T19:15:00.675930931Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3782,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":94.517137,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:00.679239985Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283411374478852191","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:00.679392521Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283411374478852191","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":246.502556,"time":"2026-03-06T19:15:00.679496935Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3788,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":28.702292,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.705547876Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3789,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":25.47607,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.705629871Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3780,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":133.202817,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:00.709108363Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3785,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":108.77047,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:00.723231998Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881188666867916","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:00.723312666Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881188666867916","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":252.030359,"time":"2026-03-06T19:15:00.723383207Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1074","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.727352061Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1074","time":"2026-03-06T19:15:00.727423649Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$onlp6XTlhXNdvUhTnNiHEcsDFvXOIM1VGQ0xfeZVpIY","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500727,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.727592388Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3793,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.891825,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.734702187Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3776,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500511166340_99?ts=1764401744947&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":238.294767,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"alexx was playing\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"alexx was playing\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$GohOjqRfY5Ic8n7MPwcBjAyr2uhl688nvib9DrqXBGc"}},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.749735797Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3795,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":14.300895,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.764257602Z","message":"Request completed"} +{"level":"debug","transaction_id":"1075","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.782051586Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1075","time":"2026-03-06T19:15:00.782181702Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ctoxiSQBIT-8wgC67TidYHDuJsZhr_1jqff0UjPG5jM","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500782,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.782362174Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3792,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":104.043268,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:00.813384346Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154886488010543124","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:00.813491833Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154886488010543124","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":262.684092,"time":"2026-03-06T19:15:00.81359059Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3783,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500595365267_134?ts=1764085909469&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":229.067771,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.824586411Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1442905627428126853","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":249.629112,"event_ids":{"":"$rTS4eT7MMR-_NlIwxpTTh3dsIf5fcmwhr1PSoDY406Q"},"time":"2026-03-06T19:15:00.824686215Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3784,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500597392228_156?ts=1766838285101&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":231.269058,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jetzt spielen alle in gruppen und hc in gruppe ist halt einfach","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.828807675Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449927550926964","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":249.534337,"event_ids":{"":"$tuIRN4HnIU5IfIUZr0hWCEPPaVoOFLGZKGUxFdJje0M"},"time":"2026-03-06T19:15:00.828919842Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3797,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":19.100313,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.833263609Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3798,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":16.963141,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.842319283Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3799,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":16.049674,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.845669614Z","message":"Request completed"} +{"level":"debug","transaction_id":"1076","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.857293805Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1076","time":"2026-03-06T19:15:00.857421687Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$rTS4eT7MMR-_NlIwxpTTh3dsIf5fcmwhr1PSoDY406Q","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500857,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.857613962Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3794,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":128.345709,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:00.863368473Z","message":"Request completed"} +{"level":"debug","transaction_id":"1077","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.883520121Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1077","time":"2026-03-06T19:15:00.883627817Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tuIRN4HnIU5IfIUZr0hWCEPPaVoOFLGZKGUxFdJje0M","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500883,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.883822538Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3787,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500655208602_22?ts=1730050047638&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":232.404483,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Woher hast du eigentlich die ganzen Informationen? Ich weiß nur von der einen Folie aus seiner Präsi","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.887764223Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300148876006916146","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":241.692731,"event_ids":{"":"$P9V7O6B8QhFNJKhkgJuJ5juogdQmgpV8XDLcFs43ohI"},"time":"2026-03-06T19:15:00.887860117Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3804,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.670427,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.900270522Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3791,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500706010022_33?ts=1726172379760&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":208.039603,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Satisfactory sollte gleich laufen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.914214592Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283884758115553372","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":234.54396,"event_ids":{"":"$_At4PUzToeZKOHrCwZyoGTRrEG8WibJqw1ik1Kwjthk"},"time":"2026-03-06T19:15:00.914307692Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1078","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.919988519Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1078","time":"2026-03-06T19:15:00.920078616Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$P9V7O6B8QhFNJKhkgJuJ5juogdQmgpV8XDLcFs43ohI","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500920,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.92028025Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3806,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.759691,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.932755609Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3790,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500705789111_135?ts=1763291168088&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":239.035863,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"das ist huge danke, hab sowas letztes auf der arbeit gebraucht","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@discord_122672447207112706:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$FTrRjDv6dhb2U3hzZ5eBnq4KV_DBxI07dknV9Yx0x8w"}},"msgtype":"m.text"},"time":"2026-03-06T19:15:00.945034571Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439572240474570752","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":268.909689,"event_ids":{"":"$2gsbMswMmYbDtO1g37Z5u6dBfHcqE95ubkYpPAr7m10"},"time":"2026-03-06T19:15:00.945164128Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3808,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.287207,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.961483742Z","message":"Request completed"} +{"level":"debug","transaction_id":"1079","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:00.972010503Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1079","time":"2026-03-06T19:15:00.972107933Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_At4PUzToeZKOHrCwZyoGTRrEG8WibJqw1ik1Kwjthk","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500972,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.972307402Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$2gsbMswMmYbDtO1g37Z5u6dBfHcqE95ubkYpPAr7m10","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824500972,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:00.972386114Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3803,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":117.369724,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:00.980923419Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881226562404506","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:00.981026296Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881226562404506","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":257.532599,"time":"2026-03-06T19:15:00.981098443Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3810,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.681117,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:00.997388724Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3796,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500764622668_100?ts=1764401744947&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":250.891371,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"1 finished game of Wordle","com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"filename":"preview.png","info":{"h":280,"mimetype":"image/png","size":16119,"w":512},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/flqdnoeRpEIfywIYmqQKCYug"},"time":"2026-03-06T19:15:01.015771897Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1444230337436713143","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":952.140304,"event_ids":{"":"$ctoxiSQBIT-8wgC67TidYHDuJsZhr_1jqff0UjPG5jM","1444233827412217948":"$vO8cZd5G4l_Zdtz3cW865UlpqZXEVr0MJ_3UuuFjbe0"},"time":"2026-03-06T19:15:01.015862552Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3812,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_428870593358594048:matrix.theocloud.dev?user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":24.321439,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.040771782Z","message":"Request completed"} +{"level":"debug","transaction_id":"1080","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.062417774Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1080","time":"2026-03-06T19:15:01.062544189Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$vO8cZd5G4l_Zdtz3cW865UlpqZXEVr0MJ_3UuuFjbe0","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501062,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:15:01.062748198Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3805,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":174.508699,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:01.075097142Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3800,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500833506032_22?ts=1695416816974&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":253.939426,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"kann erst ab 0:30 wieder","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.087629422Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154886578099994684","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":273.962494,"event_ids":{"":"$0l0HF_DRXzCmZwdUKAf3YkB2WQGda0Zts_Dm8CoKDC8"},"time":"2026-03-06T19:15:01.08779844Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3815,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":28.162272,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.116756913Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3801,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500842567781_115?ts=1764149001475&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":282.909004,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ist in der risikomatrix, dass die api down ist?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.125637911Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170254481002566","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":300.690556,"event_ids":{"":"$lb5s8c10BjvRPloaO-jHS_Gd779jLDi9ttDvJKgXFKk"},"time":"2026-03-06T19:15:01.125738414Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3802,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500845840378_157?ts=1766838294398&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":282.377086,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dauert zwar länger, aber es ist deutlich einfacher","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.128354984Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449966545109002","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":299.120782,"event_ids":{"":"$1hm_XdoNNLtmQKvr_caLbTyFh5z-jqZh7TyDSZIWjk0"},"time":"2026-03-06T19:15:01.128418261Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3807,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":197.537846,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:01.130617034Z","message":"Request completed"} +{"level":"debug","transaction_id":"1081","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.145205608Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1081","time":"2026-03-06T19:15:01.145348715Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0l0HF_DRXzCmZwdUKAf3YkB2WQGda0Zts_Dm8CoKDC8","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501145,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.145586737Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3817,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":21.415094,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.147894883Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3818,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.130764,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.147955436Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3811,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":172.283665,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:01.170070768Z","message":"Request completed"} +{"level":"debug","transaction_id":"1082","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.173555267Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1082","time":"2026-03-06T19:15:01.173671205Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$1hm_XdoNNLtmQKvr_caLbTyFh5z-jqZh7TyDSZIWjk0","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501173,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.173906853Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$lb5s8c10BjvRPloaO-jHS_Gd779jLDi9ttDvJKgXFKk","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501173,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.173902034Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3814,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":121.233536,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:01.196532592Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300148950296428564","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:01.196633793Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300148950296428564","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":308.456732,"time":"2026-03-06T19:15:01.196741909Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3819,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":88.446661,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:01.219327907Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283884835990929491","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:01.219538272Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283884835990929491","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":304.978798,"time":"2026-03-06T19:15:01.2196767Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3823,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":23.601784,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.244164362Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3809,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824500961746279_136?ts=1763291183683&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":282.79104,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"tatsächlich nicht","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@discord_122672447207112706:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$uEgu19T5_f-aqu3f3Owa_BhqUuNGUfkJjxdl91ehPz4"}},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.244750897Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439572305884872764","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":299.305305,"event_ids":{"":"$TFxoahPP4ewROWfybd_tUWL1GSm1B2OomqKb-5wbF8c"},"time":"2026-03-06T19:15:01.244864601Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3816,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":130.807439,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:01.247986478Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3825,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":19.351186,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.264974972Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3822,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":111.60816,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:01.281850879Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881276214317106","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:01.281952849Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881276214317106","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":300.729737,"time":"2026-03-06T19:15:01.282042876Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1083","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.285642544Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1083","time":"2026-03-06T19:15:01.285739974Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$TFxoahPP4ewROWfybd_tUWL1GSm1B2OomqKb-5wbF8c","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501285,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.285939792Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_428870593358594048:matrix.theocloud.dev","req_id":3813,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501041010084_93?ts=1764402571206&user_id=%40discord_428870593358594048%3Amatrix.theocloud.dev","duration":253.550405,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"tuff","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.294729577Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1444233803018141728","message_type":0,"author_id":"428870593358594048","action":"discord message create","handling_time":278.64367,"event_ids":{"":"$ywJwFSGfmazMwpCCImGiJrDjF8zWkVxYVzdIaTjV6PI"},"time":"2026-03-06T19:15:01.294842651Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3828,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_1211781489931452447:matrix.theocloud.dev?user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":12.752702,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.308507423Z","message":"Request completed"} +{"level":"debug","transaction_id":"1084","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.323220177Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1084","time":"2026-03-06T19:15:01.323297771Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ywJwFSGfmazMwpCCImGiJrDjF8zWkVxYVzdIaTjV6PI","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501323,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.323535026Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3830,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":19.545766,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<42751 bytes>","time":"2026-03-06T19:15:01.331046417Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3831,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":8.541076,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.340033645Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3826,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":102.961412,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:01.351135068Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154886686367551518","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:01.351230053Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154886686367551518","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":263.10559,"time":"2026-03-06T19:15:01.351299197Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3820,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501148069908_96?ts=1764149035931&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":213.713445,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"glaube nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.361927508Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170399000072264","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":235.875083,"event_ids":{"":"$-HqbpwyUL3RaR1aK5cEhfXans27HHr176EKfz_52AH0"},"time":"2026-03-06T19:15:01.362047566Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3821,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501148186824_137?ts=1766838301766&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":217.763177,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja dann ist wirklich arsch","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.366092409Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3824,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":121.608659,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:01.366151566Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454449997448876043","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":237.5675,"event_ids":{"":"$AISvwZIyGPIzJpZhdV2NoYOM6H0uNQG0bbHJQvhf-sw"},"time":"2026-03-06T19:15:01.366187814Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3833,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":19.510287,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.371412082Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3834,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":17.400842,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.380235041Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3836,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.543318,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.382425503Z","message":"Request completed"} +{"level":"debug","transaction_id":"1085","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.392176945Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1085","time":"2026-03-06T19:15:01.392270883Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$-HqbpwyUL3RaR1aK5cEhfXans27HHr176EKfz_52AH0","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501392,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.392483273Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"1086","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.408516394Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1086","time":"2026-03-06T19:15:01.408617386Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$AISvwZIyGPIzJpZhdV2NoYOM6H0uNQG0bbHJQvhf-sw","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501408,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.408796811Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3835,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":64.541063,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:01.430880015Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283885550327304244","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:01.430981286Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283885550327304244","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":211.136198,"time":"2026-03-06T19:15:01.431078926Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3840,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":12.873599,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.444523764Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3827,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501265209362_158?ts=1763291184426&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":191.61739,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hast du schon aufgesetzt?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.457017072Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439572309001113730","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":211.814854,"event_ids":{"":"$_-esvAsNkcnc4dNx4SB2wkuJbExVUW8cIVnJhh5xvns"},"time":"2026-03-06T19:15:01.457116807Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3842,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.047019,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.472891652Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1211781489931452447:matrix.theocloud.dev","req_id":3829,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501308766677_101?ts=1764488302109&user_id=%40discord_1211781489931452447%3Amatrix.theocloud.dev","duration":187.03567,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Nobody got yesterday's Wordle... but today is a new day @alexx 🌞\nThis message contains interactive elements. Use the Discord app to interact with the message.","com.beeper.linkpreviews":[],"com.beeper.per_message_profile":{"avatar_url":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","displayname":"Wordle","has_fallback":false,"id":"33c167c1a8ffbe58877d390bb385215791aa22275b79784a728fd1312d32c970"},"fi.mau.discord.webhook_metadata":{"avatar_id":"2b5cd2dc89eb963155f55520a6fa0495","avatar_mxc":"mxc://matrix.theocloud.dev/kBLQBJcAUzFuLZdJzpprmKir","avatar_url":"https://cdn.discordapp.com/avatars/1211781489931452447/2b5cd2dc89eb963155f55520a6fa0495.png","id":"1211781489931452447","name":"Wordle"},"format":"org.matrix.custom.html","formatted_body":"Nobody got yesterday's Wordle... but today is a new day @alexx 🌞\n\u003cp\u003eThis message contains interactive elements. Use the Discord app to interact with the message.\u003c/p\u003e","m.mentions":{},"m.relates_to":{"m.in_reply_to":{"event_id":"$GohOjqRfY5Ic8n7MPwcBjAyr2uhl688nvib9DrqXBGc"}},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.49612397Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1444593384487391354","message_type":19,"author_id":"1211781489931452447","action":"discord message create","handling_time":201.10399,"event_ids":{"":"$n7M41WdWExJebP524bUjX87yfQxkFlwQFdItwV590-A"},"time":"2026-03-06T19:15:01.496306119Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1087","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.501379179Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1087","time":"2026-03-06T19:15:01.5014405Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_-esvAsNkcnc4dNx4SB2wkuJbExVUW8cIVnJhh5xvns","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501501,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.501618109Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":3844,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_769998429991600219:matrix.theocloud.dev?user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":19.46461,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.51649164Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3832,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501340233534_37?ts=1754066538239&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":200.508096,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://tenor.com/view/i-used-to-pray-for-times-like-this-i-used-to-pray-meek-mill-dreams-and-nightmares-dreams-and-nightmares-michael-jordan-gif-4600240804856944817","info":{"fi.mau.autoplay":true,"fi.mau.discord.gifv":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":282,"mimetype":"video/mp4","size":42751,"w":498},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/sHuqJYsWFODcQKFetvoRZKAJ"},"time":"2026-03-06T19:15:01.540975462Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881338600394853","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":258.803099,"event_ids":{"video_https://tenor.com/view/i-used-to-pray-for-times-like-this-i-used-to-pray-meek-mill-dreams-and-nightmares-dreams-and-nightmares-michael-jordan-gif-4600240804856944817":"$cPtGyjj6YkaFw5vmgHsmB-H5cb4O-nEqqLxAERSXI8g"},"time":"2026-03-06T19:15:01.54108267Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1088","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.541267053Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1088","time":"2026-03-06T19:15:01.541439074Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$n7M41WdWExJebP524bUjX87yfQxkFlwQFdItwV590-A","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501541,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.541628975Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$cPtGyjj6YkaFw5vmgHsmB-H5cb4O-nEqqLxAERSXI8g","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501541,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:15:01.54166236Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3847,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":16.868644,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.558693038Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3837,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501371648777_23?ts=1695419627076&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":197.870924,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wär in 20 min da","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.569731951Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154898364522045500","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":218.316956,"event_ids":{"":"$OsEZv9GqLgei079bJMk30KE0zLNuMbnj-1_OE1YfQtA"},"time":"2026-03-06T19:15:01.569857528Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1089","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.589240701Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1089","time":"2026-03-06T19:15:01.589322138Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$OsEZv9GqLgei079bJMk30KE0zLNuMbnj-1_OE1YfQtA","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501589,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.589516858Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3849,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.013639,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.590469925Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3838,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501380413698_116?ts=1764149058607&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":220.412642,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"mach rein","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.600961554Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170494110240861","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":238.473493,"event_ids":{"":"$yWvMY5FKWpaaEGrUXMvpeGmFDVWuhyUUXJ_dW8lNTiY"},"time":"2026-03-06T19:15:01.601029162Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3839,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501382593893_138?ts=1766838322163&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":221.844966,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"damit geht dann eig das was cool dran wäre zuzuschauen weg","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.604572397Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454450083000090755","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":238.016935,"event_ids":{"":"$50YMHOm3c_vp4Zr7xlGcPN3tyrm8ppyZc9toOCt6KyU"},"time":"2026-03-06T19:15:01.604631694Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3851,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":16.504277,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.618074157Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3852,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.96761,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.621039938Z","message":"Request completed"} +{"level":"debug","transaction_id":"1090","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.626051187Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1090","time":"2026-03-06T19:15:01.626159163Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$yWvMY5FKWpaaEGrUXMvpeGmFDVWuhyUUXJ_dW8lNTiY","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501626,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.6263997Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$50YMHOm3c_vp4Zr7xlGcPN3tyrm8ppyZc9toOCt6KyU","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501626,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.6263997Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3841,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501444780434_34?ts=1726172635744&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":217.253189,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ts?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.662193772Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283885831790133330","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":230.94918,"event_ids":{"":"$C96mXnIgVgThUj1VyXPNttmiNVJsh9xlFy7REaJCvtU"},"time":"2026-03-06T19:15:01.662263544Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3855,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.77072,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.67463812Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3850,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":96.035927,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:01.68679416Z","message":"Request completed"} +{"level":"debug","transaction_id":"1091","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.692623262Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1091","time":"2026-03-06T19:15:01.692703441Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$C96mXnIgVgThUj1VyXPNttmiNVJsh9xlFy7REaJCvtU","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501692,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.692950962Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3843,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501473082461_139?ts=1763291193598&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":233.790851,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ne später","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.707021866Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439572347471401042","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":249.58602,"event_ids":{"":"$xbtDUeTa88jQwzMOBuySaqBY4MqmlgrlKe9DhG4TZN8"},"time":"2026-03-06T19:15:01.707155963Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3858,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":22.243143,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.730269131Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_769998429991600219:matrix.theocloud.dev","req_id":3845,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501516732596_55?ts=1770729220613&user_id=%40discord_769998429991600219%3Amatrix.theocloud.dev","duration":215.622304,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"https://share.google/BvUT1cQOnd2UkAUfV","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.732488507Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1470769693932392565","message_type":0,"author_id":"769998429991600219","action":"discord message create","handling_time":235.89855,"event_ids":{"":"$Zm68K_bRpskXiBlUSkFrracdiefrLD5X1iTdax8C2Hs"},"time":"2026-03-06T19:15:01.732602909Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1092","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.758043918Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1092","time":"2026-03-06T19:15:01.758138066Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xbtDUeTa88jQwzMOBuySaqBY4MqmlgrlKe9DhG4TZN8","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501758,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.758346754Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3848,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501558956762_38?ts=1754066575830&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":218.141513,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Weiß nicht. Will eigentlich nur schauen, wie günstig das Fold 7 mit dem Rabatt wird, weil ich es mir vielleicht holen will","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.777289922Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881496268603464","message_type":19,"author_id":"395335060477313025","action":"discord message create","handling_time":235.916779,"event_ids":{"":"$tkO_Wdq8Zto_kVay_AjSl-kqCIgSqb0l2fdzNEiWs-A"},"time":"2026-03-06T19:15:01.777391123Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3860,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":15.13062,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.793079573Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3846,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":260.736891,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<123273 bytes>","time":"2026-03-06T19:15:01.794860131Z","message":"Request completed"} +{"level":"debug","transaction_id":"1093","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.799965109Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1093","time":"2026-03-06T19:15:01.800033834Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Zm68K_bRpskXiBlUSkFrracdiefrLD5X1iTdax8C2Hs","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501800,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.800217379Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3862,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":9.596881,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.804888008Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3857,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":138.916959,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:01.825908144Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154898417974255686","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:01.826019892Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154898417974255686","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":255.961358,"time":"2026-03-06T19:15:01.826142465Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3853,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501618255607_97?ts=1764149066634&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":215.528645,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich hab die datei nicht hier","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.833913949Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170527777783880","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":232.723034,"event_ids":{"":"$tx1N2r66YTnGA9X3L3jS96HB1n-_vChc9t-gcD8SC-Y"},"time":"2026-03-06T19:15:01.834020948Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3856,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":160.393444,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:01.835463888Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3854,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501621236893_140?ts=1766838335925&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":222.421444,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"miese","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.843834828Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454450140722233387","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":239.0946,"event_ids":{"":"$7UL53THaH_GEta5MTe14fFROnRHXldraxrvGpBNJ75g"},"time":"2026-03-06T19:15:01.843973535Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1094","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.845059093Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1094","time":"2026-03-06T19:15:01.845171469Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tkO_Wdq8Zto_kVay_AjSl-kqCIgSqb0l2fdzNEiWs-A","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501845,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.845413053Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3864,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":25.244823,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.852188308Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3865,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":24.791546,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.85987242Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3867,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":19.90301,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.864725407Z","message":"Request completed"} +{"level":"debug","transaction_id":"1095","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:01.881209919Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1095","time":"2026-03-06T19:15:01.881294777Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$tx1N2r66YTnGA9X3L3jS96HB1n-_vChc9t-gcD8SC-Y","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501881,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.881503396Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$7UL53THaH_GEta5MTe14fFROnRHXldraxrvGpBNJ75g","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824501881,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:01.881540622Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3861,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":121.866655,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:01.915319117Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3866,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":92.407972,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:01.928162753Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283886004918423654","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:01.928253269Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283886004918423654","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":265.763575,"time":"2026-03-06T19:15:01.928322762Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3872,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.620139,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.93846525Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3859,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501730529154_159?ts=1763291340381&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":236.080489,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich werd mal alles jetzt testen außer IT-Tools, diese Testversion ist aber echt cool","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:01.966800451Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439572963123920969","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":259.200851,"event_ids":{"":"$q8nxE5KmvnztGIREzVkeW3jZH0EvAAuFXAZM-l3jZoE"},"time":"2026-03-06T19:15:01.96691178Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3874,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":17.099194,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:01.984608753Z","message":"Request completed"} +{"level":"debug","transaction_id":"1096","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.007955543Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1096","time":"2026-03-06T19:15:02.008036001Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$q8nxE5KmvnztGIREzVkeW3jZH0EvAAuFXAZM-l3jZoE","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502008,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.008232327Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3863,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501805082938_23?ts=1730058615319&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":211.577391,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"finale Meinung?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.016791981Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3876,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":15.515731,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.032451028Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3871,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":119.811758,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:02.035414713Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881500932673566","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:02.0355046Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881500932673566","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":257.902204,"time":"2026-03-06T19:15:02.035590436Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3878,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":9.99107,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.046051544Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3868,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501852448400_24?ts=1695420508338&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":199.099099,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]}},"time":"2026-03-06T19:15:02.051660155Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1154902060802785290","message_type":3,"author_id":"248879308200869889","action":"discord message create","handling_time":225.334493,"event_ids":{"":"$xOf1ejjkneB4I_RuOgnR646Lu-MdFiCdESKl37G6IXg"},"time":"2026-03-06T19:15:02.051747877Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1097","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.053054275Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1097","time":"2026-03-06T19:15:02.053120137Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$WetTzyS7C9b-I77FJx8SY9mbR_3kca3O6m6YuOBkVvk","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502053,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.053348032Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3869,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501860117286_98?ts=1764149075471&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":217.535701,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich müsste risikomatric jetzt komplett neu erstellen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.077863422Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170564842983435","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":243.502762,"event_ids":{"":"$gdaC60sIDYxHDS1IOxVVhFMg3MgZdrcGiMpaeUh__9I"},"time":"2026-03-06T19:15:02.077954077Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3873,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":140.194164,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:02.078969444Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3870,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501865011690_160?ts=1766838339443&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":218.125518,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja leider","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.083279757Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454450155477536901","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":238.91308,"event_ids":{"":"$t-aBowPHm8NfQ0cpwREHMDSqlrtMxuEdkHLTPHHm34s"},"time":"2026-03-06T19:15:02.083376837Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3880,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":14.760735,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.093410721Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3883,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.417041,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.097311479Z","message":"Request completed"} +{"level":"debug","transaction_id":"1098","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.099517935Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1098","time":"2026-03-06T19:15:02.099608101Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gdaC60sIDYxHDS1IOxVVhFMg3MgZdrcGiMpaeUh__9I","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502099,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.099842212Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$t-aBowPHm8NfQ0cpwREHMDSqlrtMxuEdkHLTPHHm34s","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502099,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.099863095Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$xOf1ejjkneB4I_RuOgnR646Lu-MdFiCdESKl37G6IXg","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502099,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:15:02.099844587Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3881,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":66.682495,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:02.145827173Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283886017878954004","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:02.145940178Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283886017878954004","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":217.4785,"time":"2026-03-06T19:15:02.146022801Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3886,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":19.223304,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.165750577Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3875,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824501984767644_161?ts=1763291346740&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":234.577833,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"find das mit dem decrypt encrypt text lustig","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.219505625Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439572989795373109","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":252.367835,"event_ids":{"":"$meJR48M57kkxa3b8qEB4TySl3GJUP4Isq7GpvPpGR8U"},"time":"2026-03-06T19:15:02.219610179Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3877,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502032645119_24?ts=1730058615319&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":210.412213,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"use-case.png","info":{"h":882,"mimetype":"image/png","size":123273,"w":586},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/HdajmLmziglhkadwRMVHkVBz"},"time":"2026-03-06T19:15:02.243252262Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300184811465343049","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":1046.397907,"event_ids":{"":"$WetTzyS7C9b-I77FJx8SY9mbR_3kca3O6m6YuOBkVvk","1300184811406889055":"$4WcLMZud2M-aJJJJGHZv1BeLeFU_LKLw2EKqn5HfzY0"},"time":"2026-03-06T19:15:02.243370993Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3889,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":29.868238,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.250185081Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3879,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502046200029_39?ts=1754066603508&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":208.15596,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Interessant","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.254476885Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881612358680730","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":218.800683,"event_ids":{"":"$bLtqKnMHfSngLsMc0lJWJE0j81xjpOnjFtTQacnDzik"},"time":"2026-03-06T19:15:02.25456321Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1099","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.26439085Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1099","time":"2026-03-06T19:15:02.264476407Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$meJR48M57kkxa3b8qEB4TySl3GJUP4Isq7GpvPpGR8U","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502264,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.264679228Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3890,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.43011,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.265655972Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3882,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":187.141691,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<99924 bytes>","time":"2026-03-06T19:15:02.26798081Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3892,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.320457,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.275485707Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3894,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.139003,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.285457082Z","message":"Request completed"} +{"level":"debug","transaction_id":"1100","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.304362465Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1100","time":"2026-03-06T19:15:02.304500613Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$bLtqKnMHfSngLsMc0lJWJE0j81xjpOnjFtTQacnDzik","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502304,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.304744362Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$4WcLMZud2M-aJJJJGHZv1BeLeFU_LKLw2EKqn5HfzY0","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502304,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:15:02.304737098Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3884,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502093567377_117?ts=1764149092212&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":224.440024,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ist die nt in der gruppe?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.318162521Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170635059560448","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":239.877042,"event_ids":{"":"$oaLSUatjmrlJv50TQV-4IWeHugd25wpYUBtyfkP4JtM"},"time":"2026-03-06T19:15:02.318250871Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3885,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502097489367_162?ts=1766838348899&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":227.220792,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"find aber auch mehrere menschen im stream immer sehr anstrengend, dachte wird einfach cozy","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.324841742Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454450195138875505","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":241.271023,"event_ids":{"":"$LrYnKs0PIP4MwthrudSECxU52bM1muhMq-83iY_ZbbU"},"time":"2026-03-06T19:15:02.324932607Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3897,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":23.019998,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.342281417Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3898,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":22.976067,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.34855241Z","message":"Request completed"} +{"level":"debug","transaction_id":"1101","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.359564504Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1101","time":"2026-03-06T19:15:02.359640772Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$oaLSUatjmrlJv50TQV-4IWeHugd25wpYUBtyfkP4JtM","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502359,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.359851277Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3887,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":213.726994,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<367710 bytes>","time":"2026-03-06T19:15:02.368905763Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3901,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":9.256959,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.378492097Z","message":"Request completed"} +{"level":"debug","transaction_id":"1102","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.391402852Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1102","time":"2026-03-06T19:15:02.391475348Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$LrYnKs0PIP4MwthrudSECxU52bM1muhMq-83iY_ZbbU","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502391,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.391614125Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3893,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":143.706948,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:02.40967288Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3895,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":136.096101,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:02.4118822Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3896,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":142.910957,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:02.428680163Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3888,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502165996421_35?ts=1726173624081&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":265.754565,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:15:02.431865807Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1283889977176096841","message_type":3,"author_id":"204925152230768641","action":"discord message create","handling_time":285.745646,"event_ids":{"":"$z3dA0-b3Su6ZxNp_LZ4z-65VXswMuJ4O3a9jwwsGrgY"},"time":"2026-03-06T19:15:02.431983701Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1103","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.460414376Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1103","time":"2026-03-06T19:15:02.460502587Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$z3dA0-b3Su6ZxNp_LZ4z-65VXswMuJ4O3a9jwwsGrgY","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502460,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:15:02.460722101Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3891,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502250399496_141?ts=1763291697856&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":267.895997,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"same","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.518432734Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439574462482612296","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":298.484728,"event_ids":{"":"$DlML5r2aNSHbypNeu0Pab5fn-WduZM7Iz9PuEMXWEmM"},"time":"2026-03-06T19:15:02.518521503Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3903,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":131.151341,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:02.54098451Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300190655040983090","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:02.541074187Z","message":"Failed to send part of message to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3906,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":21.860757,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.541098842Z","message":"Request completed"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300190655040983090","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":297.262909,"time":"2026-03-06T19:15:02.541167077Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3904,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":131.995035,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:02.544023834Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881644247847013","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:02.544110648Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881644247847013","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":289.296424,"time":"2026-03-06T19:15:02.544196903Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3908,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.007772,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.560784991Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3909,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.730427,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.562395064Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3905,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":139.126346,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:02.568002696Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1156974134782328853","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:02.568096844Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1156974134782328853","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":516.058284,"time":"2026-03-06T19:15:02.56817807Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1104","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.575716561Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1104","time":"2026-03-06T19:15:02.57579199Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$DlML5r2aNSHbypNeu0Pab5fn-WduZM7Iz9PuEMXWEmM","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502575,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.576001098Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3912,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.025373,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.588646662Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3899,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502342481864_118?ts=1764149112049&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":271.494478,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"looser","com.beeper.linkpreviews":[],"m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$W444BN50KSYjrtoC_3Pg2ulm0YFEP4HDRZsGXOnKnNI"}},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.614173018Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170718262235136","message_type":19,"author_id":"316966695430520833","action":"discord message create","handling_time":295.603457,"event_ids":{"":"$f3hsAbR8tIHOG5bdPwWXNgK8aUKiIZqNHHT76P208xI"},"time":"2026-03-06T19:15:02.614299153Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3900,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502348728832_142?ts=1766838390456&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":272.168387,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jetzt kannst du anderen zuschauen wie sie auch wie du stundenlang grinden nur bei denen auf easy mode wegen der gruppen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.621115196Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454450369441824904","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":295.957278,"event_ids":{"":"$_aDZaEZCQYnaCqaDHU2uUqmuCqeM-whLIvzpRrfEAVY"},"time":"2026-03-06T19:15:02.621251598Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3914,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":21.672602,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.636732617Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3915,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.86208,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.639941657Z","message":"Request completed"} +{"level":"debug","transaction_id":"1105","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.65543413Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1105","time":"2026-03-06T19:15:02.655557681Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$f3hsAbR8tIHOG5bdPwWXNgK8aUKiIZqNHHT76P208xI","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502655,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.655741296Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3902,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OrvuoraTBNeztQFAyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502378670544_25?ts=1772658819848&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":285.979338,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"IMG_3292.png","info":{"h":316,"mimetype":"image/jpeg","size":367710,"w":1206},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/BkFPMhydbOHywxZJlfDgCwPw"},"time":"2026-03-06T19:15:02.664855847Z","message":"Request completed"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","message_id":"1478863019722407976","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":931.941302,"event_ids":{"1478863019382538331":"$DXAO6kP9ny3acMA8iXUGeNZu8MS5mHSf1MeQFPAe4OI"},"time":"2026-03-06T19:15:02.664977931Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","action":"initial backfill","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:15:02.665259395Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","transaction_id":"1106","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.685787143Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1106","time":"2026-03-06T19:15:02.685892465Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$_aDZaEZCQYnaCqaDHU2uUqmuCqeM-whLIvzpRrfEAVY","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502686,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.686078106Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3910,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":135.877146,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:02.696971328Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3911,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":135.922543,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:02.698637275Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3913,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":120.476655,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:02.709456465Z","message":"Request completed"} +{"level":"debug","transaction_id":"1107","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.71105683Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1107","time":"2026-03-06T19:15:02.711188203Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$DXAO6kP9ny3acMA8iXUGeNZu8MS5mHSf1MeQFPAe4OI","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502711,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:15:02.711424828Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3907,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502541298171_163?ts=1763291739061&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":227.26179,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"U2FsdGVkX1+9QP+H6mas2ZS8Eb84cClJtJSOyFvr2FcbE4BsScoybq+PnkEbR1fs","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.768761665Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439574635309043713","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":249.963866,"event_ids":{"":"$OWk96OGHSPqoXkrpsttkYYSTEbZ75svFd2jQHWMfzE8"},"time":"2026-03-06T19:15:02.768867476Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3918,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":72.70506,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:02.769890106Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300191311227392071","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:02.76999466Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300191311227392071","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":228.600666,"time":"2026-03-06T19:15:02.770074839Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3919,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":77.79607,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:02.776627297Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881723109277707","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:02.776725076Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881723109277707","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":232.425575,"time":"2026-03-06T19:15:02.776820201Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3921,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":28.321023,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.797925754Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3922,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":27.309429,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.797992733Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3923,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":27.015113,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.804404669Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3920,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":98.402531,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:02.808066008Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1156974226717294684","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:02.808167628Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1156974226717294684","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":239.928446,"time":"2026-03-06T19:15:02.808280144Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3927,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":14.109317,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.822965171Z","message":"Request completed"} +{"level":"debug","transaction_id":"1108","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.826499397Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1108","time":"2026-03-06T19:15:02.826570985Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$OWk96OGHSPqoXkrpsttkYYSTEbZ75svFd2jQHWMfzE8","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502826,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.826760327Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3916,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502637009332_99?ts=1764149128837&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":212.593874,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"oh ja da ist ja die risikomatrix","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.849792269Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170788676079626","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":235.194191,"event_ids":{"":"$AO9ChBwfYXujFLSzAwFWuzqdukI8HM-7W0GURlqmblM"},"time":"2026-03-06T19:15:02.849912956Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3917,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502640158238_143?ts=1766838393145&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":210.438613,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"lol","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.850760492Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454450380720181310","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":229.1432,"event_ids":{"":"$iqrJSIVCBENWOhC3By9Jgoug9USAr8Sl2H04ct3XU3w"},"time":"2026-03-06T19:15:02.85086749Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3930,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":12.753261,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.863430291Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3931,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":24.47118,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.876072712Z","message":"Request completed"} +{"level":"debug","transaction_id":"1109","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.881911382Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1109","time":"2026-03-06T19:15:02.882009022Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$AO9ChBwfYXujFLSzAwFWuzqdukI8HM-7W0GURlqmblM","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502882,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.882218688Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"1110","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:02.902589221Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1110","time":"2026-03-06T19:15:02.902681692Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$iqrJSIVCBENWOhC3By9Jgoug9USAr8Sl2H04ct3XU3w","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824502902,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:02.902821517Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3925,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":110.624362,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:02.909054935Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3926,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502804655681_40?ts=1754066640491&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":153.60038,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Alles gut. Dann warte ich einfach mal auf ein gutes Angebot von Samsung oder Corporate Benefits","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.95844666Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881767476498627","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":181.48426,"event_ids":{"":"$HYCK7KtsSupn7PIThAquA9G5CkkYMzdUL-6pAoZ7LWE"},"time":"2026-03-06T19:15:02.958543741Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3934,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":58.122283,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:02.967382554Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300191346467803137","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:02.967513299Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300191346467803137","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":197.29207,"time":"2026-03-06T19:15:02.967613872Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3928,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502823142360_25?ts=1696024713150&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":157.771288,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"gleich bisschen apex?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.981060526Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157436279462563890","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":172.646844,"event_ids":{"":"$QvrGGO9QWs5l-kxFsX09TVPprXed6B_jrf7kYTxX2k0"},"time":"2026-03-06T19:15:02.981172483Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3935,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.996321,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.981199512Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3924,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502798205822_164?ts=1763291746536&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":190.26699,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"s-key: Rentner","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:02.988643995Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1439574666661597355","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":219.496242,"event_ids":{"":"$SNRFWYjL0RIGwOLJ1TkMKhaF7a94T3Im10cqZudO6os"},"time":"2026-03-06T19:15:02.988753368Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3936,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_283971167717687296:matrix.theocloud.dev?user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":20.940935,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:02.9891023Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3938,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.079849,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.000991822Z","message":"Request completed"} +{"level":"debug","transaction_id":"1111","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.006169226Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1111","time":"2026-03-06T19:15:03.006256878Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HYCK7KtsSupn7PIThAquA9G5CkkYMzdUL-6pAoZ7LWE","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503006,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.00647751Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3940,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_257943768903188481:matrix.theocloud.dev?user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":19.657165,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.009113076Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3932,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502863602591_100?ts=1764149131355&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":173.341425,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ich sehe sie","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.037124628Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170799237206068","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":186.930278,"event_ids":{"":"$9ArgHEBFGELRsbJLbY7A6UA7T2n4zsT96poKDa2Adtc"},"time":"2026-03-06T19:15:03.037250694Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1112","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.041932078Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1112","time":"2026-03-06T19:15:03.042036632Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$QvrGGO9QWs5l-kxFsX09TVPprXed6B_jrf7kYTxX2k0","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503042,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.04232096Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$SNRFWYjL0RIGwOLJ1TkMKhaF7a94T3Im10cqZudO6os","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503042,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.04232096Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3933,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502876362278_144?ts=1766838419780&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":184.65838,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"und das auf ganz twitch","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.061166279Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3943,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_1142482369744482355:matrix.theocloud.dev?user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":23.16122,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.061191282Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454450492435468454","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":210.011458,"event_ids":{"":"$fd4e2IdhWpxPyUbHPqBH4O-ES2oqNgoYpPhWZzMW09I"},"time":"2026-03-06T19:15:03.061255188Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3929,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":238.334996,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26033 bytes>","time":"2026-03-06T19:15:03.068498525Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3945,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.746974,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.073718044Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3946,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":9.297467,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.078119921Z","message":"Request completed"} +{"level":"debug","transaction_id":"1113","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.086391615Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1113","time":"2026-03-06T19:15:03.08650015Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$fd4e2IdhWpxPyUbHPqBH4O-ES2oqNgoYpPhWZzMW09I","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503086,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.086760103Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$9ArgHEBFGELRsbJLbY7A6UA7T2n4zsT96poKDa2Adtc","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503086,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.086762477Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3937,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":120.258049,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.101855452Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3941,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":108.498155,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.109898623Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_283971167717687296:matrix.theocloud.dev","req_id":3939,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824502989303585_26?ts=1730060578806&user_id=%40discord_283971167717687296%3Amatrix.theocloud.dev","duration":157.230708,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hm aber das system ist ja das was die sekretärin aktiviert. aber ok ich lasse es raus denke ich. danke dir","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.146687737Z","message":"Request completed"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300193046926987264","message_type":0,"author_id":"283971167717687296","action":"discord message create","handling_time":178.936765,"event_ids":{"":"$LV-dE6Y-wo2GHcdKvJAMCc8LP8TNQjRmtgfrxUfZBUI"},"time":"2026-03-06T19:15:03.146770011Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3951,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.461596,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.155939737Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3949,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":56.110966,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.158115602Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881792407572571","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.158191031Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881792407572571","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":199.375255,"time":"2026-03-06T19:15:03.158275331Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3953,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":14.459855,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.173213745Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3950,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":66.948315,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.177002616Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464210905759764","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.17708056Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464210905759764","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":195.575349,"time":"2026-03-06T19:15:03.177161996Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1114","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.178728976Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1114","time":"2026-03-06T19:15:03.178805384Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$LV-dE6Y-wo2GHcdKvJAMCc8LP8TNQjRmtgfrxUfZBUI","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503178,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.179006949Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_257943768903188481:matrix.theocloud.dev","req_id":3942,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503009313453_54?ts=1767219769666&user_id=%40discord_257943768903188481%3Amatrix.theocloud.dev","duration":175.658651,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"guten rutsch jungs","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.185109553Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1456049989787844722","message_type":0,"author_id":"257943768903188481","action":"discord message create","handling_time":196.038752,"event_ids":{"":"$8UbL-DXGSdgO2FgHQvOA7RFthNJdlwYvLO8xplppZAs"},"time":"2026-03-06T19:15:03.185175833Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3955,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.38876,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.195067169Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3956,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.965378,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.204569344Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_1142482369744482355:matrix.theocloud.dev","req_id":3944,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503061418130_101?ts=1764149157304&user_id=%40discord_1142482369744482355%3Amatrix.theocloud.dev","duration":163.1175,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"vollidiot","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.224676013Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170908075462767","message_type":0,"author_id":"1142482369744482355","action":"discord message create","handling_time":187.047683,"event_ids":{"":"$CUvUQSXr8Rx6NqBqV4hce3PezzWfvhBXW4i7BijuODg"},"time":"2026-03-06T19:15:03.224755773Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1115","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.229779175Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1115","time":"2026-03-06T19:15:03.229859773Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$8UbL-DXGSdgO2FgHQvOA7RFthNJdlwYvLO8xplppZAs","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503230,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.230058614Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3947,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503073904523_145?ts=1766838432652&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":167.881509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"deswegen guck ich gerade kein twitch","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.241915729Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454450546424545371","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":180.314473,"event_ids":{"":"$l4sHifuGhMX4ImjdP1XtepRPUzNSAcWqg0q9ZDO7ZAY"},"time":"2026-03-06T19:15:03.242007152Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3959,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/typing/@discord_316966695430520833:matrix.theocloud.dev?user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":24.374938,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.249724648Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3948,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503078284050_36?ts=1726249389355&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":175.659418,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"image.png","info":{"h":358,"mimetype":"image/png","size":26033,"w":1265},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/BUQuHobMbExwhOuEgdwKMyGl"},"time":"2026-03-06T19:15:03.254114302Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1284207759767900274","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":821.845855,"event_ids":{"1284207759583346790":"$nb4AVZP_O1Q1RWVusUsfw388QJyo7D7LO7uu1WtZJHE"},"time":"2026-03-06T19:15:03.25422151Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3960,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":13.729655,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.256425591Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3962,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.618256,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.267450955Z","message":"Request completed"} +{"level":"debug","transaction_id":"1116","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.272669077Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1116","time":"2026-03-06T19:15:03.272790254Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$CUvUQSXr8Rx6NqBqV4hce3PezzWfvhBXW4i7BijuODg","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503272,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.272981342Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$nb4AVZP_O1Q1RWVusUsfw388QJyo7D7LO7uu1WtZJHE","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503272,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.image"},"time":"2026-03-06T19:15:03.27299126Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$l4sHifuGhMX4ImjdP1XtepRPUzNSAcWqg0q9ZDO7ZAY","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503272,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.272981342Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3952,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":135.701003,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.29195084Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3957,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":115.177167,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.310538511Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3964,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":100.945347,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.368694807Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3954,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503173399386_41?ts=1754066692579&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":202.536663,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Dann genieß deinen Urlaub und nicht zu viel Leg days, sonst läufst du wieder so, als hättest du 3 Tage dauerdünnschiss","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.376090191Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400881985949270136","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":217.674128,"event_ids":{"":"$Fl5hIxwr71dKyCugiEGOYghMwxxc_IHUytv9_tc0Xmc"},"time":"2026-03-06T19:15:03.376172675Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3968,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.523198,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.387492144Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3965,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":97.037464,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.389149989Z","message":"Request completed"} +{"level":"error","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300194856437678091","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.38922912Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","message_id":"1300194856437678091","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":242.1444,"time":"2026-03-06T19:15:03.38932222Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","action":"initial backfill","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:15:03.389410501Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3966,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":92.056595,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.402787592Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464247371042836","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.402900178Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464247371042836","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":225.638307,"time":"2026-03-06T19:15:03.4030055Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1117","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.409084707Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1117","time":"2026-03-06T19:15:03.409208607Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Fl5hIxwr71dKyCugiEGOYghMwxxc_IHUytv9_tc0Xmc","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503409,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.409443277Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3970,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":31.53174,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.435155972Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3958,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503204730051_146?ts=1767220468984&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":230.374168,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wünsch ich euch auch","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.435323454Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1456052922940002315","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":250.046559,"event_ids":{"":"$FIW_x339fVHAs-e-w3rQPIJyY7C5l-6n87bHA_GKtv0"},"time":"2026-03-06T19:15:03.435475081Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3972,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":16.325132,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.452549481Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_316966695430520833:matrix.theocloud.dev","req_id":3961,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503249904213_119?ts=1764149174535&user_id=%40discord_316966695430520833%3Amatrix.theocloud.dev","duration":210.998747,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"looser","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.461036149Z","message":"Request completed"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","message_id":"1443170980347510971","message_type":0,"author_id":"316966695430520833","action":"discord message create","handling_time":236.016233,"event_ids":{"":"$JtyiffXkgqMwX7evggK5VSXjF7_6oa6j3feQzhxwTrU"},"time":"2026-03-06T19:15:03.461125059Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","action":"initial backfill","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:15:03.461353932Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3963,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503256574146_165?ts=1766838577573&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":212.377643,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja verständlich ich vielleicht auch nicht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.469105301Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454451154267279410","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":226.772406,"event_ids":{"":"$ITei3yWF8po_zs_9KxaxHmVraaQKQJakghbWVFB6hGs"},"time":"2026-03-06T19:15:03.469207481Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1118","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.47844621Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1118","time":"2026-03-06T19:15:03.478538193Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FIW_x339fVHAs-e-w3rQPIJyY7C5l-6n87bHA_GKtv0","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503478,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.478767764Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3974,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":16.997852,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.486923939Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3967,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":129.182699,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.498064264Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1307403835228160010","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.498179503Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1307403835228160010","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":243.735755,"time":"2026-03-06T19:15:03.498299772Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","transaction_id":"1119","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.502237546Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1119","time":"2026-03-06T19:15:03.50235104Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$JtyiffXkgqMwX7evggK5VSXjF7_6oa6j3feQzhxwTrU","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503502,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.502539404Z","message":"Sent message checkpoint"} +{"level":"debug","message_checkpoint":{"event_id":"$ITei3yWF8po_zs_9KxaxHmVraaQKQJakghbWVFB6hGs","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503502,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.50255002Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3976,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":6.986528,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.505906498Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3969,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":125.669984,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.513442824Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":3971,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503435435900_26?ts=1696031387473&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":124.118508,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Macht nix","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.559709877Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464273602232410","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":156.533334,"event_ids":{"":"$B4Z8oDbCnTzqOnEbj3thXynVWTwL_0p7J_Yg4lcEY4U"},"time":"2026-03-06T19:15:03.559797599Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3978,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":47.096221,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.560705338Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400882113879871679","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.560782444Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400882113879871679","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":184.184361,"time":"2026-03-06T19:15:03.560854102Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3980,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.145428,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.577421028Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3979,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":17.22449,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.577794125Z","message":"Request completed"} +{"level":"debug","transaction_id":"1120","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.593885844Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1120","time":"2026-03-06T19:15:03.59397196Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$B4Z8oDbCnTzqOnEbj3thXynVWTwL_0p7J_Yg4lcEY4U","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503594,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.594213404Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3973,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21HNFPoLVIWlXajxrqyf:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503452793789_166?ts=1767359910989&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":152.093743,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ey danke ❤️","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.605045934Z","message":"Request completed"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","message_id":"1456637785099206716","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":169.294208,"event_ids":{"":"$xO-L_e_3XNy3Dc40TBzjlh_RUyMwM9nF8kvnHKG-Zl4"},"time":"2026-03-06T19:15:03.605165574Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","action":"initial backfill","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:15:03.605486638Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3975,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503487122920_167?ts=1766838589202&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":145.34405,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"vielleicht wenn sich die spreu vom weizen trennt","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.632672167Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454451203042836641","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":163.120783,"event_ids":{"":"$cup9fjaWEd2c_LFixEtG66V_pBbEg8ii4d7dnbe9jxA"},"time":"2026-03-06T19:15:03.63273719Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3983,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.93471,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.645199208Z","message":"Request completed"} +{"level":"debug","transaction_id":"1121","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.652302722Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1121","time":"2026-03-06T19:15:03.652397148Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$xO-L_e_3XNy3Dc40TBzjlh_RUyMwM9nF8kvnHKG-Zl4","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503652,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.652573779Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":3977,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503506097796_37?ts=1732106225186&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":161.987872,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Oh okay. Habe ich tatsächlich nicht mal mitbekommen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.668232616Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1308773109721071697","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":169.753909,"event_ids":{"":"$06Q9I3AYlZ9U0XquhQ-CeGFIX-itYHtBL01VineSAUA"},"time":"2026-03-06T19:15:03.668310909Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1122","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.67443719Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1122","time":"2026-03-06T19:15:03.674519115Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$cup9fjaWEd2c_LFixEtG66V_pBbEg8ii4d7dnbe9jxA","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503674,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.674720191Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3985,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.056719,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.675941452Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3981,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":106.841008,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.684584288Z","message":"Request completed"} +{"level":"debug","transaction_id":"1123","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.689751565Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1123","time":"2026-03-06T19:15:03.689804715Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$06Q9I3AYlZ9U0XquhQ-CeGFIX-itYHtBL01VineSAUA","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503689,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.689928266Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3982,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":115.200284,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.69325115Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3986,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":40.953178,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.717136493Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3987,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":34.674152,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.719370257Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400882174688886934","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.719417051Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400882174688886934","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":158.4695,"time":"2026-03-06T19:15:03.71947956Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3990,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_395335060477313025:matrix.theocloud.dev?user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":8.797816,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.728643978Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3988,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":40.273054,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.733641119Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464298432512134","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.733732194Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464298432512134","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":173.615905,"time":"2026-03-06T19:15:03.73381335Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3992,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":3.178449,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.737452689Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3984,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503645407548_147?ts=1766838615405&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":102.932357,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"jo","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.748468694Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454451312946188433","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":115.519673,"event_ids":{"":"$2zGeKF7pVEO46q7qJ0XZNx2Xn2yPAL2L5MhiZGxLe0w"},"time":"2026-03-06T19:15:03.74856361Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3994,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":10.856276,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.760040574Z","message":"Request completed"} +{"level":"debug","transaction_id":"1124","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.765458445Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1124","time":"2026-03-06T19:15:03.765534154Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$2zGeKF7pVEO46q7qJ0XZNx2Xn2yPAL2L5MhiZGxLe0w","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503765,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.765722378Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3989,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":58.689053,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.77592996Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1308773180059418649","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.776013351Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1308773180059418649","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":107.460159,"time":"2026-03-06T19:15:03.776082774Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3996,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.066704,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.781665194Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3993,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":51.987411,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.789707177Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_395335060477313025:matrix.theocloud.dev","req_id":3991,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503728800425_42?ts=1754066791988&user_id=%40discord_395335060477313025%3Amatrix.theocloud.dev","duration":83.383867,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Werd ich mit Sicherheit haben. Hab heute erstmal noch Ole bei ein paar Sachen geholfen und mich nochmal bisschen Online zu Subtasks und so belesen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.81232677Z","message":"Request completed"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400882402901102662","message_type":0,"author_id":"395335060477313025","action":"discord message create","handling_time":92.805375,"event_ids":{"":"$Y_bxFcCHSp8coUkc63lyBmDv_tnzD2DDOfT5pg8t0Qo"},"time":"2026-03-06T19:15:03.812439775Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3999,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.314997,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.821324684Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":3997,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":47.239607,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.829193458Z","message":"Request completed"} +{"level":"debug","transaction_id":"1125","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.831182705Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1125","time":"2026-03-06T19:15:03.83126463Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Y_bxFcCHSp8coUkc63lyBmDv_tnzD2DDOfT5pg8t0Qo","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503831,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.831498042Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":3998,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":53.159992,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.84301314Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464330581835776","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.843099605Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464330581835776","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":109.198323,"time":"2026-03-06T19:15:03.843184393Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4002,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":7.483386,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.851192712Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":3995,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503760200233_168?ts=1766838827227&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":100.368798,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"was geth bei dir","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.860696843Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454452201392177263","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":111.894233,"event_ids":{"":"$MKAd2iLLdnvZaqwMTK0Ag9KzkFocyZcJFSLmQg29Bps"},"time":"2026-03-06T19:15:03.860787358Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4004,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":9.722177,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.877274873Z","message":"Request completed"} +{"level":"debug","transaction_id":"1126","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.880456257Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1126","time":"2026-03-06T19:15:03.880526308Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MKAd2iLLdnvZaqwMTK0Ag9KzkFocyZcJFSLmQg29Bps","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503880,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.88071579Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4001,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":63.283065,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.892625287Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1308773309495775302","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.892714895Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1308773309495775302","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":116.544538,"time":"2026-03-06T19:15:03.892822102Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":4006,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":5.050711,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.898381753Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4000,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":79.051764,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:03.900686337Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4008,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":36.153549,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:03.937014632Z","message":"Request completed"} +{"level":"error","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400882936663773315","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !KfHnoQOJhKTOJBBygs:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:03.937127218Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","message_id":"1400882936663773315","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":124.45445,"time":"2026-03-06T19:15:03.937220597Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","action":"initial backfill","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:15:03.937307411Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4003,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503851352023_27?ts=1696031405554&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":91.53236,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"👍","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.943104176Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464349439426600","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":99.789876,"event_ids":{"":"$5GgEMFgtWymdaFQ440Y8oZVGyMZFJH0OathgHTxiQrs"},"time":"2026-03-06T19:15:03.943211524Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4009,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":7.457754,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.952444387Z","message":"Request completed"} +{"level":"debug","transaction_id":"1127","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.958317489Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1127","time":"2026-03-06T19:15:03.958439085Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$5GgEMFgtWymdaFQ440Y8oZVGyMZFJH0OathgHTxiQrs","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503958,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.958620465Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4005,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503877487613_148?ts=1766838851144&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":92.592356,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"arc raiders sucht","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.970216091Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454452301707350057","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":103.032791,"event_ids":{"":"$JFETmngVy4xyVXJOyry6otiDdNMaMJ_5SNAoKLHFsu0"},"time":"2026-03-06T19:15:03.970295711Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4011,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.697455,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.981573624Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":4007,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503898546301_38?ts=1732106287070&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":88.129996,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"uff wie frech","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:03.986791327Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1308773369281384498","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":93.837154,"event_ids":{"":"$wVZjI0_I8XMpRvlGaPXTKE-ImDUqSuAdh8fr_MNIPaM"},"time":"2026-03-06T19:15:03.986860401Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1128","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.988785533Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1128","time":"2026-03-06T19:15:03.988961046Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$JFETmngVy4xyVXJOyry6otiDdNMaMJ_5SNAoKLHFsu0","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503989,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.989137049Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4013,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.427718,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:03.991752291Z","message":"Request completed"} +{"level":"debug","transaction_id":"1129","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:03.996860202Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1129","time":"2026-03-06T19:15:03.996907974Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$wVZjI0_I8XMpRvlGaPXTKE-ImDUqSuAdh8fr_MNIPaM","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824503997,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:03.997041792Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4010,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":55.450608,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.008314607Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4014,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":30.644116,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.02271768Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4015,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30.237494,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.038776783Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464362492104844","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.038858918Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464362492104844","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":94.328843,"time":"2026-03-06T19:15:04.038929947Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4017,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":9.506086,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.048968371Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4012,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824503981722248_149?ts=1766838879443&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":76.280773,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hab max schon wegen seinem knowledge gefragt wegen was bestimmtem haha","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.058127131Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454452420401958963","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":87.568813,"event_ids":{"":"$0fOWxY32Sn2axt1w-vsuLxhULBq87R-7ytR-vrNkvIQ"},"time":"2026-03-06T19:15:04.058217297Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4019,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.610432,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.070442132Z","message":"Request completed"} +{"level":"debug","transaction_id":"1130","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.075104589Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1130","time":"2026-03-06T19:15:04.075188749Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0fOWxY32Sn2axt1w-vsuLxhULBq87R-7ytR-vrNkvIQ","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504075,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.075449191Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4016,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":61.139677,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.084004235Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1308773466056425522","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.084088535Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1308773466056425522","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":97.076017,"time":"2026-03-06T19:15:04.084182123Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":4021,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":3.594709,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.088316015Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4018,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504049141789_28?ts=1696031416458&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":73.970183,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Du auch","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.123263808Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464395174117426","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":84.213593,"event_ids":{"":"$jPDP9yAcBSJ9zzX8gE2QB9ioeuxkvSLnWnLQN7hQevw"},"time":"2026-03-06T19:15:04.123370108Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4023,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.815553,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.129891347Z","message":"Request completed"} +{"level":"debug","transaction_id":"1131","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.141020846Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1131","time":"2026-03-06T19:15:04.141101932Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$jPDP9yAcBSJ9zzX8gE2QB9ioeuxkvSLnWnLQN7hQevw","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504141,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.141325707Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4020,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504070602280_150?ts=1766838901771&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":84.88331,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"sonst eig nur chillen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.15561836Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454452514052243549","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":97.161504,"event_ids":{"":"$RVlwt0fxynQ5vBSmGoM7XkQN_oKZdPZSly2_7Yu4nVY"},"time":"2026-03-06T19:15:04.155706012Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4025,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":20.66869,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.176983447Z","message":"Request completed"} +{"level":"debug","transaction_id":"1132","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.185606797Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1132","time":"2026-03-06T19:15:04.185665953Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$RVlwt0fxynQ5vBSmGoM7XkQN_oKZdPZSly2_7Yu4nVY","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504185,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.185846216Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":4022,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504088503471_39?ts=1762017990573&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":108.400305,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Aha hat dich die Satisfactory sucht mal wieder gepackt?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.197047722Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1434232146930962544","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":112.701678,"event_ids":{"":"$0KBIxIQ4BVkVs1zA-TaqiiDnJnkhUU10qeUZCUD4UyA"},"time":"2026-03-06T19:15:04.197134047Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4027,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":8.985202,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.206754814Z","message":"Request completed"} +{"level":"debug","transaction_id":"1133","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.212306223Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1133","time":"2026-03-06T19:15:04.212402535Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$0KBIxIQ4BVkVs1zA-TaqiiDnJnkhUU10qeUZCUD4UyA","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504212,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.2126173Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4024,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":89.045977,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.219241766Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4028,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":34.251397,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.241313656Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4029,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":33.639788,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.253079487Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464423590547476","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.253162669Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157464423590547476","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":129.493915,"time":"2026-03-06T19:15:04.253232721Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4026,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504177189202_151?ts=1766838921301&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":87.760112,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"seele baumeln lassen wie die eier","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.265099823Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454452595966873703","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":109.155789,"event_ids":{"":"$MNiyH8jmI9-OURYRYAxoJWL4scKZk1IxwZAIV3X6nCA"},"time":"2026-03-06T19:15:04.265206123Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4031,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.860677,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.265643894Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4032,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.436524,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.276302237Z","message":"Request completed"} +{"level":"debug","transaction_id":"1134","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.280680576Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1134","time":"2026-03-06T19:15:04.280777797Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$MNiyH8jmI9-OURYRYAxoJWL4scKZk1IxwZAIV3X6nCA","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504280,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.281004854Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4030,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":55.583518,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.297079322Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1434234504410562750","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.297160967Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1434234504410562750","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":99.746295,"time":"2026-03-06T19:15:04.29722201Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":4035,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_204925152230768641:matrix.theocloud.dev?user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":3.918707,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.301604749Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4033,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":44.17025,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.31018361Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4037,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":29.806987,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.34020557Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157777815928848474","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.340285749Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157777815928848474","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":86.923262,"time":"2026-03-06T19:15:04.34037396Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4034,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21sihFRVuDSrkMxeUIrc:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504276500310_152?ts=1766839014357&user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":71.422478,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bei dir sonst?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.348075742Z","message":"Request completed"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","message_id":"1454452986272153813","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":82.802641,"event_ids":{"":"$kR9WK9faUtOh_nJuhbcLyueTCdxOYGzWqxzTsg_YU9M"},"time":"2026-03-06T19:15:04.348374597Z","message":"Finished handling Discord message"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","action":"initial backfill","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:15:04.348900509Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4038,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":10.266667,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.351082101Z","message":"Request completed"} +{"level":"debug","transaction_id":"1135","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.365475117Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1135","time":"2026-03-06T19:15:04.365567169Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$kR9WK9faUtOh_nJuhbcLyueTCdxOYGzWqxzTsg_YU9M","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504365,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.365750784Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_204925152230768641:matrix.theocloud.dev","req_id":4036,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504301800377_40?ts=1762020769364&user_id=%40discord_204925152230768641%3Amatrix.theocloud.dev","duration":74.267291,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja nice. Ich hatte letztens auch irgendwann mit Tobi angefangen und wir sind auch in Stufe 9","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.376251284Z","message":"Request completed"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1434243802025164801","message_type":0,"author_id":"204925152230768641","action":"discord message create","handling_time":78.975636,"event_ids":{"":"$UXSM_QssyH-24dYAsNek_xHNn1iM8JdNOR4eSDaB4t4"},"time":"2026-03-06T19:15:04.3763902Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1136","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.380062225Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1136","time":"2026-03-06T19:15:04.380139261Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$UXSM_QssyH-24dYAsNek_xHNn1iM8JdNOR4eSDaB4t4","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504380,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.380311701Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4040,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.435891,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.383600572Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4039,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504351301335_29?ts=1696106260740&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":52.840325,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"wollte jz grade mit nem kumpel spielen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.404352025Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157778314845495316","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":63.899422,"event_ids":{"":"$GEcbAXnw-1BTn-uxzyjo_ik4KCibNkxOtil5KDYaZ1g"},"time":"2026-03-06T19:15:04.404455112Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4041,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":26.493881,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.410464127Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4042,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.602603,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.41091475Z","message":"Request completed"} +{"level":"debug","transaction_id":"1137","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.414999472Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1137","time":"2026-03-06T19:15:04.415107798Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$GEcbAXnw-1BTn-uxzyjo_ik4KCibNkxOtil5KDYaZ1g","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504415,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.415321445Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4043,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":18.944844,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.42961766Z","message":"Request completed"} +{"level":"error","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1434244606425432064","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !LCTHPEwNuXCWPnXilT:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.429763421Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","message_id":"1434244606425432064","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":53.050829,"time":"2026-03-06T19:15:04.429879498Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","action":"initial backfill","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:15:04.429948642Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4044,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":21.961399,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.433303723Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4045,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":8.82736,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.442422255Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157778358755672125","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.442524504Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1157778358755672125","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":37.672059,"time":"2026-03-06T19:15:04.44264994Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4046,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":1.627394,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.444835094Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4047,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504445024436_30?ts=1696181500194&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":22.509312,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bock zsm apex?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.467715338Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158093891988357190","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":24.968038,"event_ids":{"":"$4aDuaPppzz73BEYm9Hw1lMG0hAMvRiPZpPvmrMwaRu4"},"time":"2026-03-06T19:15:04.467854114Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1138","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.471564343Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1138","time":"2026-03-06T19:15:04.471668757Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4aDuaPppzz73BEYm9Hw1lMG0hAMvRiPZpPvmrMwaRu4","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504471,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.471863407Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4048,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.281747,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.472913346Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4049,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":11.750676,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.485046547Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4050,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":10.419482,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.49567828Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158094383934099566","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.495785488Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158094383934099566","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":27.578321,"time":"2026-03-06T19:15:04.495880403Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4051,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":1.988548,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.498480001Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4052,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.057912,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.510873015Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4053,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":10.643118,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.52171232Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158094408827289700","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.521773362Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158094408827289700","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":25.687343,"time":"2026-03-06T19:15:04.521813311Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4054,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":2.133052,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.524375543Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4055,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.287347,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.541008679Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4056,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":10.280357,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.551509249Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158094523126251630","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.551648444Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158094523126251630","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":29.782332,"time":"2026-03-06T19:15:04.551744617Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4057,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":1.788869,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.554102421Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4058,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504554247483_31?ts=1696181657291&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":23.889114,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"yo","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.578271394Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158094550900953249","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":26.453582,"event_ids":{"":"$WfyoaPq81Kp3IKtv0Y31JeLx043ofyX9Evc01WRu7Bs"},"time":"2026-03-06T19:15:04.578425954Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4059,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":4.065237,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.583423166Z","message":"Request completed"} +{"level":"debug","transaction_id":"1139","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.585806741Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1139","time":"2026-03-06T19:15:04.585918698Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$WfyoaPq81Kp3IKtv0Y31JeLx043ofyX9Evc01WRu7Bs","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504586,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.586139609Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4060,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504583674598_32?ts=1696185135152&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":27.679313,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{"user_ids":["@theo:matrix.theocloud.dev"]}},"time":"2026-03-06T19:15:04.611501208Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158109138107240490","message_type":3,"author_id":"248879308200869889","action":"discord message create","handling_time":32.759427,"event_ids":{"":"$EqTUW-SJwkj_indwRnTZA687uVb2HkhKAi-Qtas8-SY"},"time":"2026-03-06T19:15:04.611627622Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4061,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":5.206179,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.617610727Z","message":"Request completed"} +{"level":"debug","transaction_id":"1140","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.620044728Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1140","time":"2026-03-06T19:15:04.620109332Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$EqTUW-SJwkj_indwRnTZA687uVb2HkhKAi-Qtas8-SY","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504620,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:15:04.620310338Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4062,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504617812501_33?ts=1696270674306&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":32.027201,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"naa lust auf apex?","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.650015495Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158467915323023491","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":38.056192,"event_ids":{"":"$4dhvR-kdYgGCaFCmxVAqPMH8Wt6UQczrrXTEupWAqtU"},"time":"2026-03-06T19:15:04.65012808Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4063,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":5.109029,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.656129972Z","message":"Request completed"} +{"level":"debug","transaction_id":"1141","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.65872943Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1141","time":"2026-03-06T19:15:04.658843762Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4dhvR-kdYgGCaFCmxVAqPMH8Wt6UQczrrXTEupWAqtU","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504659,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.659081994Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4064,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":18.841268,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.675318426Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4065,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":14.125241,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.689655289Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158471023566540922","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.689769411Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1158471023566540922","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":39.178067,"time":"2026-03-06T19:15:04.689861463Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4066,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":2.740399,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.693225135Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4067,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.158065,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.705726824Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4068,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":11.756333,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.717641559Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1167170506487771257","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.717718176Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1167170506487771257","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":27.67624,"time":"2026-03-06T19:15:04.717797516Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4069,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":1.933443,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.720117885Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4070,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504720293119_34?ts=1698345552617&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":27.631401,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"war aus versehen, aber trd schade","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.748078662Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1167170585722368020","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":30.229323,"event_ids":{"":"$4U7MyVdv3_XcNRf0e1gB5e_CzTht2z1mn-_PGxvW-Os"},"time":"2026-03-06T19:15:04.748166733Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4071,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.067402,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.752787634Z","message":"Request completed"} +{"level":"debug","transaction_id":"1142","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.754908184Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1142","time":"2026-03-06T19:15:04.754987525Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4U7MyVdv3_XcNRf0e1gB5e_CzTht2z1mn-_PGxvW-Os","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504755,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.755213185Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4072,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.366616,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.767399955Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4073,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":10.276236,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.777812384Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1167170644857860137","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.777910512Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1167170644857860137","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":29.495769,"time":"2026-03-06T19:15:04.777991808Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4074,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":1.852496,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.780648188Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4075,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.780637,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:04.791814423Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4076,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":10.533465,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:04.802490855Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1167170741805006889","message_type":19,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:04.802571104Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1167170741805006889","message_type":19,"author_id":"388409312340344833","action":"discord message create","handling_time":24.470761,"time":"2026-03-06T19:15:04.8026436Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4077,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":2.573547,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:04.805645699Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4078,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824504805887423_35?ts=1698345596970&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":30.780657,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"okii","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:04.836807275Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1167170771752329307","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":34.092645,"event_ids":{"":"$4mLmcdJxf-qlw-YEF5iKerG274XSPxXSrB7Mn2RN3qI"},"time":"2026-03-06T19:15:04.836902889Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1143","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:04.844049635Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1143","time":"2026-03-06T19:15:04.84411822Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$4mLmcdJxf-qlw-YEF5iKerG274XSPxXSrB7Mn2RN3qI","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824504844,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:04.844379849Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":2148,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1265_910_0_358_376_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.806304,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:15:05.231144523Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4080,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":133.395721,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<96870 bytes>","time":"2026-03-06T19:15:06.263001694Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4081,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":2.768476,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:06.26624824Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4082,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":14.895391,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:06.281512677Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4083,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":13.60373,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:06.295281723Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168155567349563484","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:06.295401014Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168155567349563484","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":1458.238172,"time":"2026-03-06T19:15:06.295472183Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4084,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":2.361016,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:06.298380693Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4085,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824506298648747_36?ts=1698580455918&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":25.899593,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"schon gesehen","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:06.324717219Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168155841577373747","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":29.139644,"event_ids":{"":"$gg5wGWkXrnn3J0dxugVhh_tPKir6cIiBIIdrrwZO0b4"},"time":"2026-03-06T19:15:06.324806408Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4086,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":4.069847,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:06.329416274Z","message":"Request completed"} +{"level":"debug","transaction_id":"1144","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:06.331480601Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1144","time":"2026-03-06T19:15:06.331546462Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$gg5wGWkXrnn3J0dxugVhh_tPKir6cIiBIIdrrwZO0b4","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824506331,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:06.331709683Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4087,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824506329608619_37?ts=1698580474677&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":24.019091,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"anscheinend kann ich auch beides behalten","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:06.353789605Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168155920258306058","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":28.841627,"event_ids":{"":"$hZfaYX024-qVK8vLH0eFBeVEdEOzVKyfsPzKaMB5DVs"},"time":"2026-03-06T19:15:06.353920838Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4088,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":3.898454,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:06.358411554Z","message":"Request completed"} +{"level":"debug","transaction_id":"1145","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:06.360171997Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1145","time":"2026-03-06T19:15:06.360261675Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$hZfaYX024-qVK8vLH0eFBeVEdEOzVKyfsPzKaMB5DVs","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824506360,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:06.360468617Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4089,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824506358599360_38?ts=1698580479799&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":20.764374,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"von ps4 und pc","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:06.379538409Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168155941741539400","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":25.412513,"event_ids":{"":"$FppvYR0VB4U61Xn53tKOOY2ardPOA_uUettFv2CCTT8"},"time":"2026-03-06T19:15:06.379654836Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4090,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":3.898104,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:06.384271826Z","message":"Request completed"} +{"level":"debug","transaction_id":"1146","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:06.386106442Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1146","time":"2026-03-06T19:15:06.38615603Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$FppvYR0VB4U61Xn53tKOOY2ardPOA_uUettFv2CCTT8","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824506386,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:06.386310032Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4091,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824506384479886_39?ts=1698580487712&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":22.46587,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"überlege ob ich noch den bp kaufe diese season","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:06.407078316Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168155974931071036","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":27.095781,"event_ids":{"":"$nmmHkMEk6ml0pJ6uN7N3qCDyLzzh32_9VfST9RLGT4A"},"time":"2026-03-06T19:15:06.407130349Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1147","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:06.410429416Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1147","time":"2026-03-06T19:15:06.410547031Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$nmmHkMEk6ml0pJ6uN7N3qCDyLzzh32_9VfST9RLGT4A","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824506410,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:06.410685109Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4092,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":4.941757,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:06.412490391Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4093,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824506412577205_40?ts=1698580491361&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":18.974876,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"bin ja schon 110","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:06.431657822Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168155990236090489","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":24.36942,"event_ids":{"":"$ggf8fZDm5LMgxB3T0QlVEdJS3oxjhik7jLDckT4Rixo"},"time":"2026-03-06T19:15:06.431742401Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4094,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.126628,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:06.43647498Z","message":"Request completed"} +{"level":"debug","transaction_id":"1148","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:06.438085681Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1148","time":"2026-03-06T19:15:06.438175848Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$ggf8fZDm5LMgxB3T0QlVEdJS3oxjhik7jLDckT4Rixo","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824506438,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:06.438398644Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4095,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.425212,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:06.449289283Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4096,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":9.481641,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:06.458944063Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168157437543591936","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:06.459018864Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168157437543591936","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":27.026986,"time":"2026-03-06T19:15:06.459085074Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4097,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":1.900058,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:06.461422414Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4098,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824506461678595_41?ts=1698580841568&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":26.823886,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"ja","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:06.488689727Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168157459110711436","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":29.561352,"event_ids":{"":"$KoKGR7vBKB8ljGPSXJK7J2vDxOu3rb5kgd6pmtZ2ek4"},"time":"2026-03-06T19:15:06.488807272Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4099,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.526896,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:06.496115423Z","message":"Request completed"} +{"level":"debug","transaction_id":"1149","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:06.496345274Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1149","time":"2026-03-06T19:15:06.496441656Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KoKGR7vBKB8ljGPSXJK7J2vDxOu3rb5kgd6pmtZ2ek4","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824506496,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:06.496579175Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4100,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.51007,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:06.508954939Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4101,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":10.069783,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:06.519201282Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168157494590316585","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:06.519277899Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168157494590316585","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":30.150331,"time":"2026-03-06T19:15:06.519388739Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4102,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":2.035342,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:06.521868976Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4103,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":12.119651,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:06.534367592Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4104,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":12.707584,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:06.547295528Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168157520951525447","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:06.547454838Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168157520951525447","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":27.972092,"time":"2026-03-06T19:15:06.547548287Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4105,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":21.639357,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2342023 bytes>","time":"2026-03-06T19:15:07.449125047Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4106,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":2.604696,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:07.452129031Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4107,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824507452322564_42?ts=1698581440803&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":30.099206,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"20231029_130938.mp4","info":{"h":360,"mimetype":"video/mp4","size":2342023,"w":640},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/PSaRNJoNtOsSbqUzGkSDNFBZ"},"time":"2026-03-06T19:15:07.482661818Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168159972484468757","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":935.016102,"event_ids":{"1168159972232798228":"$XRmm7CJ3Exj8vMRkx4LUq-zbt364etsT2LGtgBMdW2U"},"time":"2026-03-06T19:15:07.482779293Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4108,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.19745,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:07.489859339Z","message":"Request completed"} +{"level":"debug","transaction_id":"1150","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:07.492520956Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1150","time":"2026-03-06T19:15:07.492605885Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$XRmm7CJ3Exj8vMRkx4LUq-zbt364etsT2LGtgBMdW2U","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824507492,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.video"},"time":"2026-03-06T19:15:07.492765055Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4109,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.313888,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:07.506520412Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4110,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":16.324014,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:07.523052416Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168161351189942324","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:07.523151662Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168161351189942324","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":39.945494,"time":"2026-03-06T19:15:07.523235054Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":2.216164,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:07.526011492Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4112,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824507526222345_43?ts=1698582088403&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":32.073646,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"dabei is der voll trash diesmal","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:07.558461238Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168162688715739246","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":35.065618,"event_ids":{"":"$AwmxzBD41M8bSpzz4Jy4S2bhyoT4y32zNQrGtfrISgw"},"time":"2026-03-06T19:15:07.558563208Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1151","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:07.562968297Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1151","time":"2026-03-06T19:15:07.563081651Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$AwmxzBD41M8bSpzz4Jy4S2bhyoT4y32zNQrGtfrISgw","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824507563,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:07.563268199Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4113,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":6.036115,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:07.565207089Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824507565452306_44?ts=1698582090289&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":29.067497,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"xD","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:07.594723393Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168162696626180147","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":35.942557,"event_ids":{"":"$I9m-1pY2fxe0ofbtaoO8uSFoBPjVc-pftVQ3vMbyLY8"},"time":"2026-03-06T19:15:07.594843102Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.824285,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:07.602438514Z","message":"Request completed"} +{"level":"debug","transaction_id":"1152","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:07.602650136Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1152","time":"2026-03-06T19:15:07.602740791Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$I9m-1pY2fxe0ofbtaoO8uSFoBPjVc-pftVQ3vMbyLY8","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824507602,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:07.603020859Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4116,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":16.364662,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:07.619185283Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4117,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":9.515515,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:07.628864648Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168162760438333541","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:07.6289347Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168162760438333541","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":33.753701,"time":"2026-03-06T19:15:07.629003774Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4118,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":1.742843,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:07.631191162Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4119,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824507631447344_45?ts=1698582124173&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":22.37717,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"aber hab wieder genug coins für den nächsten","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:07.654017069Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168162838745972787","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":24.944431,"event_ids":{"":"$HAWBG_4ZFHtDi3JZOl_O-0EfgRaFBMYZdneRAtaFHP8"},"time":"2026-03-06T19:15:07.654129934Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4120,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":4.252134,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:07.659112129Z","message":"Request completed"} +{"level":"debug","transaction_id":"1153","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:07.660747625Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1153","time":"2026-03-06T19:15:07.660834858Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$HAWBG_4ZFHtDi3JZOl_O-0EfgRaFBMYZdneRAtaFHP8","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824507661,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:07.661052416Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4121,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":13.717153,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:07.673199237Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4122,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":10.153244,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:07.683527366Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168164668859232296","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:07.683621862Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1168164668859232296","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":29.152774,"time":"2026-03-06T19:15:07.683692961Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4123,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":1.994624,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:07.686213917Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4124,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":10.764294,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:07.697352006Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4125,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":15.42277,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:07.71297662Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1307403785739436182","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:07.713305298Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1307403785739436182","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":29.636082,"time":"2026-03-06T19:15:07.713541155Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4126,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":3.167624,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:07.717449177Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4127,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824507717711853_46?ts=1731780584043&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":20.505119,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"hab ich garnet mitbekommen 😅","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:07.738418328Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1307407271772553328","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":24.612121,"event_ids":{"":"$VVX-AOK6OR5t1JVfC0LW88YxsgJDych2lHHSLYBgtIU"},"time":"2026-03-06T19:15:07.738507237Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1154","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:07.742422871Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1154","time":"2026-03-06T19:15:07.742521698Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$VVX-AOK6OR5t1JVfC0LW88YxsgJDych2lHHSLYBgtIU","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824507742,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:07.742746031Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4128,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":47.997465,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<250640 bytes>","time":"2026-03-06T19:15:07.995581529Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4129,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_248879308200869889:matrix.theocloud.dev?user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":2.642132,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:07.998717096Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_248879308200869889:matrix.theocloud.dev","req_id":4130,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824507998938985_47?ts=1731780609068&user_id=%40discord_248879308200869889%3Amatrix.theocloud.dev","duration":38.125685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.linkpreviews":[],"format":"org.matrix.custom.html","formatted_body":"\u003cimg data-mx-emoticon data-mau-animated-emoji src=\"mxc://matrix.theocloud.dev/coYRQFVZlpZhCKfwvZxLFRoV\" alt=\":NessieDanceCheetaah:\" title=\":NessieDanceCheetaah:\" height=\"32\"/\u003e","m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:15:08.037267561Z","message":"Request completed"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1307407376734752809","message_type":0,"author_id":"248879308200869889","action":"discord message create","handling_time":298.57189,"event_ids":{"":"$6aLte0rBsE_bkDISk16tAQ3P05Aml4ljaJRHUY2UKm0"},"time":"2026-03-06T19:15:08.037402566Z","message":"Finished handling Discord message"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4131,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/typing/@discord_388409312340344833:matrix.theocloud.dev?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":6.449021,"status_code":403,"response_length":142,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:15:08.04453227Z","message":"Request completed"} +{"level":"debug","transaction_id":"1155","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:08.047871497Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1155","time":"2026-03-06T19:15:08.047968997Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$6aLte0rBsE_bkDISk16tAQ3P05Aml4ljaJRHUY2UKm0","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824508048,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:15:08.048221057Z","message":"Sent message checkpoint"} +{"level":"debug","as_user_id":"@discord_388409312340344833:matrix.theocloud.dev","req_id":4132,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/join?user_id=%40discord_388409312340344833%3Amatrix.theocloud.dev","duration":19.170225,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:15:08.064106951Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4133,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite?user_id=%40discordbot%3Amatrix.theocloud.dev","duration":13.504693,"status_code":403,"response_length":122,"response_mime":"application/json","req_body":{"user_id":"@discord_388409312340344833:matrix.theocloud.dev"},"time":"2026-03-06T19:15:08.077784643Z","message":"Request completed"} +{"level":"error","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1307407849886056550","message_type":0,"author_id":"388409312340344833","action":"discord message create","error":"failed to invite in ensure joined: failed to POST /_matrix/client/v3/rooms/!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev/invite: M_FORBIDDEN (HTTP 403): @discordbot:matrix.theocloud.dev not in room !OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev.","part_index":0,"attachment_id":"","time":"2026-03-06T19:15:08.077896182Z","message":"Failed to send part of message to Matrix"} +{"level":"warn","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","message_id":"1307407849886056550","message_type":0,"author_id":"388409312340344833","action":"discord message create","handling_time":40.224933,"time":"2026-03-06T19:15:08.07797217Z","message":"All parts of message failed to send to Matrix"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","action":"initial backfill","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","limit":100,"time":"2026-03-06T19:15:08.07804278Z","message":"Forward backfill finished, unlocking lock"} +{"level":"debug","transaction_id":"1156","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:08.297513389Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1156","time":"2026-03-06T19:15:08.297795342Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1157","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:15:08.472784554Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1157","time":"2026-03-06T19:15:08.472896301Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1175002245591482429","channel_receiver":"388409312340344833","room_id":"!fJTnYWwLSGJDZjZAxZ:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$LV-dE6Y-wo2GHcdKvJAMCc8LP8TNQjRmtgfrxUfZBUI","action":"matrix read receipt","discord_thread_id":"","message_id":"1300193046926987264","time":"2026-03-06T19:15:08.659987704Z","message":"Marked message as read on Discord"} +{"level":"debug","transaction_id":"1158","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:11.245266537Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1158","time":"2026-03-06T19:15:11.245571189Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1159","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:15:11.412846675Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1159","time":"2026-03-06T19:15:11.412957864Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"918855935571660820","channel_receiver":"388409312340344833","room_id":"!OaRmnkxqwRYsnTsLlG:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$6aLte0rBsE_bkDISk16tAQ3P05Aml4ljaJRHUY2UKm0","action":"matrix read receipt","discord_thread_id":"","message_id":"1307407376734752809","time":"2026-03-06T19:15:11.553586096Z","message":"Marked message as read on Discord"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:15:13.322941557Z","message":"unknown event: Op: 0, Seq: 28, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","transaction_id":"1160","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:13.959627628Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1160","time":"2026-03-06T19:15:13.959925016Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1161","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:15:14.10042844Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1161","time":"2026-03-06T19:15:14.100566727Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1126124397879631883","channel_receiver":"388409312340344833","room_id":"!KfHnoQOJhKTOJBBygs:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$Y_bxFcCHSp8coUkc63lyBmDv_tnzD2DDOfT5pg8t0Qo","action":"matrix read receipt","discord_thread_id":"","message_id":"1400882402901102662","time":"2026-03-06T19:15:14.247521827Z","message":"Marked message as read on Discord"} +{"level":"debug","transaction_id":"1162","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:25.463272451Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1162","time":"2026-03-06T19:15:25.463608183Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1163","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:15:25.636465387Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1163","time":"2026-03-06T19:15:25.636581395Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"711638031899033640","channel_receiver":"388409312340344833","room_id":"!LCTHPEwNuXCWPnXilT:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$UXSM_QssyH-24dYAsNek_xHNn1iM8JdNOR4eSDaB4t4","action":"matrix read receipt","discord_thread_id":"","message_id":"1434243802025164801","time":"2026-03-06T19:15:25.782543197Z","message":"Marked message as read on Discord"} +{"level":"debug","transaction_id":"1164","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:29.838394614Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1164","time":"2026-03-06T19:15:29.838667487Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1165","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:15:30.011247138Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1165","time":"2026-03-06T19:15:30.011382493Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1430926246987960451","channel_receiver":"","room_id":"!YZfepJZbSHBUkgmBct:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$robH31MqaQRmd1q2igomlAwI5tuJhbewse4td_BARGY","action":"matrix read receipt","discord_thread_id":"","message_id":"1440632617392144395","time":"2026-03-06T19:15:30.163194488Z","message":"Marked message as read on Discord"} +{"level":"debug","transaction_id":"1166","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:32.651581777Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1166","time":"2026-03-06T19:15:32.651931896Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1167","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:15:32.825070704Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1167","time":"2026-03-06T19:15:32.825189226Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1406965111868100628","channel_receiver":"","room_id":"!tSQoGRXLNTYCYjeLJn:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$JtyiffXkgqMwX7evggK5VSXjF7_6oa6j3feQzhxwTrU","action":"matrix read receipt","discord_thread_id":"","message_id":"1443170980347510971","time":"2026-03-06T19:15:32.969921105Z","message":"Marked message as read on Discord"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4079,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1847_914_0_364_384_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30005.585144,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:15:35.237141388Z","message":"Request completed"} +{"level":"debug","transaction_id":"1168","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:35.577502108Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1168","time":"2026-03-06T19:15:35.577786925Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1169","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:15:35.724439325Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1169","time":"2026-03-06T19:15:35.724546184Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"994921378350387220","channel_receiver":"388409312340344833","room_id":"!CPKFhtXonmSscuplvu:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$xC-3fr-ETkwFfmN0kt_qc5vF9njbjDzsyWnENlWqbbc","action":"matrix read receipt","discord_thread_id":"","message_id":"1454218667360518269","time":"2026-03-06T19:15:35.86496747Z","message":"Marked message as read on Discord"} +{"level":"debug","transaction_id":"1170","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:37.987549386Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1170","time":"2026-03-06T19:15:37.987781961Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1171","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:15:38.163935787Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1171","time":"2026-03-06T19:15:38.164047883Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1433893113969250476","channel_receiver":"","room_id":"!sihFRVuDSrkMxeUIrc:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$kR9WK9faUtOh_nJuhbcLyueTCdxOYGzWqxzTsg_YU9M","action":"matrix read receipt","discord_thread_id":"","message_id":"1454452986272153813","time":"2026-03-06T19:15:38.523753293Z","message":"Marked message as read on Discord"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:15:43.030373716Z","message":"unknown event: Op: 0, Seq: 35, Type: SESSIONS_REPLACE"} +{"level":"debug","transaction_id":"1172","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:45.803710618Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1172","time":"2026-03-06T19:15:45.804041391Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1173","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:15:45.970137167Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1173","time":"2026-03-06T19:15:45.970252616Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1455158234129105072","channel_receiver":"","room_id":"!cshVmlXZMqDNKkigqw:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$8WLQ88QSXPjzhj_-5sGje_dbb-0i7UfVtexNci7kE78","action":"matrix read receipt","discord_thread_id":"","message_id":"1467526770323361822","time":"2026-03-06T19:15:46.119021723Z","message":"Marked message as read on Discord"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:15:46.709197532Z","message":"unknown event: Op: 0, Seq: 37, Type: SESSIONS_REPLACE"} +{"level":"debug","transaction_id":"1174","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:15:48.210085989Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1174","time":"2026-03-06T19:15:48.210383587Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1175","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:15:48.368104441Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1175","time":"2026-03-06T19:15:48.368224849Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1418671061335146496","channel_receiver":"388409312340344833","room_id":"!iBjSIHgUsUHMzsAlfK:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$52KXGx4_oQLdnfKNKnOLrghyJKVqDbjHGnST_oppPW0","action":"matrix read receipt","discord_thread_id":"","message_id":"1467967983942107341","time":"2026-03-06T19:15:48.506271708Z","message":"Marked message as read on Discord"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4134,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1873_935_0_370_394_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.217782,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:16:05.241808674Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:16:09.184034052Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:16:14.220401609Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:16:19.249954917Z","message":"Unhandled event"} +{"level":"debug","transaction_id":"1176","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:16:22.934947641Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1176","time":"2026-03-06T19:16:22.935290636Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1177","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:16:23.130723772Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1177","time":"2026-03-06T19:16:23.130833773Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"741982362241597471","channel_receiver":"388409312340344833","room_id":"!qtJTnwiAXqKwyEVAdz:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$X50Uwom8gQoteRHF9vpyUGWmPr1WTQDr67ejakbK3Mw","action":"matrix read receipt","discord_thread_id":"","message_id":"1290296216260710420","time":"2026-03-06T19:16:23.271288578Z","message":"Marked message as read on Discord"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:16:24.289048581Z","message":"Unhandled event"} +{"level":"debug","transaction_id":"1178","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:16:26.014908426Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1178","time":"2026-03-06T19:16:26.015194639Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1179","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:16:26.181105607Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1179","time":"2026-03-06T19:16:26.181216516Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1472910535170199644","channel_receiver":"","room_id":"!NHfqpvHoMkpOTAEDlg:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$kXWIv-97TmZzzdahpwMp9QRmehei1WNNbYUGJlNXgZY","action":"matrix read receipt","discord_thread_id":"","message_id":"1477988181688455199","time":"2026-03-06T19:16:26.32510686Z","message":"Marked message as read on Discord"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:16:29.333608357Z","message":"Unhandled event"} +{"level":"debug","transaction_id":"1180","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:16:32.317556394Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1180","time":"2026-03-06T19:16:32.317853084Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1181","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:16:32.471959667Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1181","time":"2026-03-06T19:16:32.472067573Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1477033040331935974","channel_receiver":"","room_id":"!fMRxPLePwkLANpkhHa:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$PHRAWwiqMJ9CZnjstaa_pBhzWFLppCO8zyn7kvJJQE8","action":"matrix read receipt","discord_thread_id":"","message_id":"1478449595586580510","time":"2026-03-06T19:16:32.615570361Z","message":"Marked message as read on Discord"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:16:34.352624924Z","message":"Unhandled event"} +{"level":"debug","transaction_id":"1182","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:16:34.404837852Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1182","time":"2026-03-06T19:16:34.405084185Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1183","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:16:34.591974079Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1183","time":"2026-03-06T19:16:34.592120748Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1250499718887243897","channel_receiver":"","room_id":"!OrvuoraTBNeztQFAyh:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$DXAO6kP9ny3acMA8iXUGeNZu8MS5mHSf1MeQFPAe4OI","action":"matrix read receipt","discord_thread_id":"","message_id":"1478863019722407976","time":"2026-03-06T19:16:34.744223907Z","message":"Marked message as read on Discord"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4135,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1876_935_0_373_398_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.691158,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:16:35.245922936Z","message":"Request completed"} +{"level":"debug","transaction_id":"1184","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:16:36.415252005Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1184","time":"2026-03-06T19:16:36.415604289Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1185","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:16:36.579303561Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1185","time":"2026-03-06T19:16:36.579464827Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1174617111600037918","channel_receiver":"","room_id":"!OtOWjQwKQlyjvOgfaP:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$Vg9IB1_qIUYcVEcVq1DkuZmobr2ojigQl8K6tZVrWL0","action":"matrix read receipt","discord_thread_id":"","message_id":"1479058490550124667","time":"2026-03-06T19:16:36.720398329Z","message":"Marked message as read on Discord"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:16:37.218996223Z","message":"unknown event: Op: 0, Seq: 50, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","transaction_id":"1186","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:16:38.570380285Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1186","time":"2026-03-06T19:16:38.570584993Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1187","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:16:38.71885989Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1187","time":"2026-03-06T19:16:38.718972964Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1168906216441925765","channel_receiver":"388409312340344833","room_id":"!whjfmmHRLrqVzwMyWf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$KwmxkmknJ9qNF_89jMDMwzYQPpw7Mvw4o7UE_uugZGc","action":"matrix read receipt","discord_thread_id":"","message_id":"1479187935462166548","time":"2026-03-06T19:16:38.867750655Z","message":"Marked message as read on Discord"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:16:39.376901359Z","message":"Unhandled event"} +{"level":"debug","transaction_id":"1188","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:16:40.864128819Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1188","time":"2026-03-06T19:16:40.86449563Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1189","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:16:41.016537327Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1189","time":"2026-03-06T19:16:41.016687139Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1163926603756224573","channel_receiver":"388409312340344833","room_id":"!jLZnJyqzUlpMjvncEu:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$ex0LoULQtLKrOIU0WgqTibiCRsu5atBcKlb9JTM_zDA","action":"matrix read receipt","discord_thread_id":"","message_id":"1479395081785049210","time":"2026-03-06T19:16:41.154403079Z","message":"Marked message as read on Discord"} +{"level":"debug","transaction_id":"1190","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:16:43.054281359Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1190","time":"2026-03-06T19:16:43.054598583Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1191","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:16:43.199765011Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1191","time":"2026-03-06T19:16:43.199910632Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1167763580809134111","channel_receiver":"388409312340344833","room_id":"!gSMgjfecyuIzhsmpNx:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$aHe1Clex9b7RXSCvjt2BZSL5SqQk1orwZqCmy_Ql4tc","action":"matrix read receipt","discord_thread_id":"","message_id":"1479498303430459494","time":"2026-03-06T19:16:43.364787653Z","message":"Marked message as read on Discord"} +{"level":"debug","transaction_id":"1192","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:17:02.316868545Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1192","time":"2026-03-06T19:17:02.317094345Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1193","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:17:02.482370372Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1193","time":"2026-03-06T19:17:02.482511873Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$ULGu4kji8I54Oo1GH6d9Blnz_2frpAZY3upBDd_HlsE","action":"matrix read receipt","discord_thread_id":"","message_id":"1479131295916232799","time":"2026-03-06T19:17:02.621755819Z","message":"Marked message as read on Discord"} +{"level":"debug","transaction_id":"1194","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:17:03.476298991Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1194","time":"2026-03-06T19:17:03.47644992Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"1175528825136881714","channel_receiver":"","room_id":"!HNFPoLVIWlXajxrqyf:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$xO-L_e_3XNy3Dc40TBzjlh_RUyMwM9nF8kvnHKG-Zl4","action":"matrix read receipt","discord_thread_id":"","message_id":"1456637785099206716","time":"2026-03-06T19:17:03.614045659Z","message":"Marked message as read on Discord"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4136,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1881_938_0_378_408_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.43382,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:17:05.249773156Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:17:22.196023813Z","message":"Unhandled event"} +{"level":"debug","transaction_id":"1195","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:17:22.244923284Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1195","time":"2026-03-06T19:17:22.245060873Z","message":"Finished dispatching events from transaction"} +{"level":"info","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:671:MarkViewing()","time":"2026-03-06T19:17:22.245253638Z","message":"called"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:17:22.412296112Z","message":"Marked user as typing"} +{"level":"debug","transaction_id":"1196","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:17:23.039610893Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1196","time":"2026-03-06T19:17:23.039734444Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1197","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:17:23.099549625Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1197","time":"2026-03-06T19:17:23.099668357Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$Zo-6QrZ6yjJQ5ke9awTSbAZ7iGhuVontLo9fq_vBMoE","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824643099,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:17:23.099887243Z","message":"Sent message checkpoint"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","action":"send matrix message metrics","event_type":"m.room.message","event_id":"$Zo-6QrZ6yjJQ5ke9awTSbAZ7iGhuVontLo9fq_vBMoE","sender":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:17:23.379892801Z","message":"Matrix event handled successfully"} +{"level":"debug","message_checkpoint":{"event_id":"$Zo-6QrZ6yjJQ5ke9awTSbAZ7iGhuVontLo9fq_vBMoE","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"REMOTE","timestamp":1772824643380,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:17:23.380083121Z","message":"Sent message checkpoint"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479558533346230332","message_type":0,"author_id":"388409312340344833","action":"discord message create","time":"2026-03-06T19:17:23.380181948Z","message":"Dropping duplicate message"} +{"level":"debug","transaction_id":"1198","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:17:24.398785807Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1198","time":"2026-03-06T19:17:24.398883097Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:17:24.569959238Z","message":"Marked user as typing"} +{"level":"debug","transaction_id":"1199","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:17:25.193163385Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1199","time":"2026-03-06T19:17:25.193268637Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1200","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:17:25.255274559Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1200","time":"2026-03-06T19:17:25.255391824Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$W0As8FUsAJt3bjTEiZdEs6Cu1stFSZ1Wn94XSi87X8w","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824645255,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:17:25.255607288Z","message":"Sent message checkpoint"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","action":"send matrix message metrics","event_type":"m.room.message","event_id":"$W0As8FUsAJt3bjTEiZdEs6Cu1stFSZ1Wn94XSi87X8w","sender":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:17:25.679364546Z","message":"Matrix event handled successfully"} +{"level":"debug","message_checkpoint":{"event_id":"$W0As8FUsAJt3bjTEiZdEs6Cu1stFSZ1Wn94XSi87X8w","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"REMOTE","timestamp":1772824645679,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:17:25.679534961Z","message":"Sent message checkpoint"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479558542640808027","message_type":0,"author_id":"388409312340344833","action":"discord message create","time":"2026-03-06T19:17:25.679629667Z","message":"Dropping duplicate message"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4137,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1886_938_0_384_420_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30005.527484,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:17:35.255714594Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":4139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":18.35656,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":true,"timeout":12000},"time":"2026-03-06T19:17:36.057237653Z","message":"Request completed"} +{"level":"debug","transaction_id":"1201","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:17:36.062273627Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1201","time":"2026-03-06T19:17:36.062391311Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1202","content":{"pdu":0,"unstable_edu":6,"unstable_to_device":0},"time":"2026-03-06T19:17:36.067699948Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1202","time":"2026-03-06T19:17:36.067840261Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":4140,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":9.492606,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:17:39.646868918Z","message":"Request completed"} +{"level":"debug","transaction_id":"1203","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:17:39.651228539Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1203","time":"2026-03-06T19:17:39.651355792Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":4141,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824659647147589_169?ts=1772824659501&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":36.607449,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"korea 1950","com.beeper.linkpreviews":[],"m.mentions":{},"msgtype":"m.text"},"time":"2026-03-06T19:17:39.683953669Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479558601642217525","message_type":0,"author_id":"122672447207112706","action":"discord message create","handling_time":47.032867,"event_ids":{"":"$KH2SSnDWOGQnmE_7hT5Gz0lJ9yMFtb1J-UlT1RjKOWc"},"time":"2026-03-06T19:17:39.684078547Z","message":"Finished handling Discord message"} +{"level":"debug","transaction_id":"1204","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:17:39.692611451Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1204","time":"2026-03-06T19:17:39.692727458Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$KH2SSnDWOGQnmE_7hT5Gz0lJ9yMFtb1J-UlT1RjKOWc","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824659692,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.text"},"time":"2026-03-06T19:17:39.692934261Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"1205","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:17:40.233052701Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1205","time":"2026-03-06T19:17:40.233183586Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$KH2SSnDWOGQnmE_7hT5Gz0lJ9yMFtb1J-UlT1RjKOWc","action":"matrix read receipt","discord_thread_id":"","message_id":"1479558601642217525","time":"2026-03-06T19:17:40.374783795Z","message":"Marked message as read on Discord"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:17:51.092484858Z","message":"unknown event: Op: 0, Seq: 63, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:17:54.840937288Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:17:59.87048832Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":4142,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":3.106023,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:17:59.969920241Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":4143,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824679970153863_170?ts=1772824679882&user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":34.057091,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"time":"2026-03-06T19:18:00.004365514Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479558687126196234","message_type":3,"author_id":"122672447207112706","action":"discord message create","handling_time":37.959105,"event_ids":{"":"$BDZ1VI1udkez_Bm2zD6-4YnvwtpV9iSzZ9qKAhjZPqM"},"time":"2026-03-06T19:18:00.004499961Z","message":"Finished handling Discord message"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:18:00.009055489Z","message":"unknown event: Op: 0, Seq: 67, Type: CALL_CREATE"} +{"level":"debug","transaction_id":"1206","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:18:00.013839611Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1206","time":"2026-03-06T19:18:00.013944025Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$BDZ1VI1udkez_Bm2zD6-4YnvwtpV9iSzZ9qKAhjZPqM","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824680014,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:18:00.014159698Z","message":"Sent message checkpoint"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.VoiceStateUpdate","time":"2026-03-06T19:18:00.032320421Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:18:00.411180576Z","message":"unknown event: Op: 0, Seq: 69, Type: CALL_UPDATE"} +{"level":"debug","transaction_id":"1207","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:18:00.445106433Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1207","time":"2026-03-06T19:18:00.445208612Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$BDZ1VI1udkez_Bm2zD6-4YnvwtpV9iSzZ9qKAhjZPqM","action":"matrix read receipt","discord_thread_id":"","message_id":"1479558687126196234","time":"2026-03-06T19:18:00.581548094Z","message":"Marked message as read on Discord"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:18:04.887914866Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4138,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1888_941_4_384_429_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.48143,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:18:05.260681287Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.VoiceStateUpdate","time":"2026-03-06T19:18:07.394661969Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:18:09.374695944Z","message":"unknown event: Op: 0, Seq: 74, Type: CALL_UPDATE"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:18:09.929588167Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.VoiceStateUpdate","time":"2026-03-06T19:18:13.022518613Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":4145,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/typing/@discord_122672447207112706:matrix.theocloud.dev?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":3.371145,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"typing":false},"time":"2026-03-06T19:18:13.032133372Z","message":"Request completed"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:18:13.039709087Z","message":"unknown event: Op: 0, Seq: 78, Type: CALL_DELETE"} +{"level":"debug","as_user_id":"@discord_122672447207112706:matrix.theocloud.dev","req_id":4146,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qdEWEasVEgAnUMnvHK:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824693032374188_171?user_id=%40discord_122672447207112706%3Amatrix.theocloud.dev","duration":35.630077,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.emote","body":"started a call","m.mentions":{},"m.new_content":{"msgtype":"m.emote","body":"started a call","m.mentions":{}},"m.relates_to":{"rel_type":"m.replace","event_id":"$BDZ1VI1udkez_Bm2zD6-4YnvwtpV9iSzZ9qKAhjZPqM"}},"time":"2026-03-06T19:18:13.068130399Z","message":"Request completed"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","message_id":"1479558687126196234","action":"discord message update","event_id":"$greg6Ecy2daZ2Nb_ifMohBoD1MLd-vbl23pXB_9_41Q","redacted_attachments":{},"time":"2026-03-06T19:18:13.068246407Z","message":"Finished handling Discord edit"} +{"level":"debug","transaction_id":"1208","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:18:13.081842033Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1208","time":"2026-03-06T19:18:13.081946796Z","message":"Finished dispatching events from transaction"} +{"level":"debug","message_checkpoint":{"event_id":"$greg6Ecy2daZ2Nb_ifMohBoD1MLd-vbl23pXB_9_41Q","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","step":"BRIDGE","timestamp":1772824693082,"status":"SUCCESS","event_type":"m.room.message","reported_by":"BRIDGE","retry_num":0,"message_type":"m.emote"},"time":"2026-03-06T19:18:13.082154158Z","message":"Sent message checkpoint"} +{"level":"debug","transaction_id":"1209","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:18:13.409315984Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1209","time":"2026-03-06T19:18:13.409487586Z","message":"Finished dispatching events from transaction"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$greg6Ecy2daZ2Nb_ifMohBoD1MLd-vbl23pXB_9_41Q","action":"matrix read receipt","discord_thread_id":"","closest_event_id":"$BDZ1VI1udkez_Bm2zD6-4YnvwtpV9iSzZ9qKAhjZPqM","closest_message_id":"1479558687126196234","time":"2026-03-06T19:18:13.410737832Z","message":"Read receipt target event not found, using closest message"} +{"level":"debug","channel_id":"908482324335833109","channel_receiver":"388409312340344833","room_id":"!qdEWEasVEgAnUMnvHK:matrix.theocloud.dev","sender":"@theo:matrix.theocloud.dev","event_id":"$greg6Ecy2daZ2Nb_ifMohBoD1MLd-vbl23pXB_9_41Q","action":"matrix read receipt","discord_thread_id":"","closest_event_id":"$BDZ1VI1udkez_Bm2zD6-4YnvwtpV9iSzZ9qKAhjZPqM","closest_message_id":"1479558687126196234","time":"2026-03-06T19:18:13.564006716Z","message":"Marked message as read on Discord"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:18:14.954867947Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:18:19.991644856Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:18:35.081218934Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4144,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1888_942_4_384_430_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30005.311444,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:18:35.266453411Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:18:40.091774494Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:18:47.458444388Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:18:57.459707793Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4147,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1891_946_6_387_434_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.768746,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:19:05.271661115Z","message":"Request completed"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:19:16.473720407Z","message":"unknown event: Op: 0, Seq: 86, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4148,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1891_946_6_387_434_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.329517,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:19:35.276415971Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:19:50.563220759Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:19:55.59336823Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:19:57.819169555Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:00.613110315Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:02.694883164Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:03.188602441Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:03.188684785Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:03.18871335Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:03.188760493Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:03.188839764Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:20:03.18997924Z","message":"unknown event: Op: 0, Seq: 97, Type: SESSIONS_REPLACE"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4149,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1891_946_6_387_434_1_84_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.950245,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:20:05.2817317Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:05.651115775Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:10.684147758Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:15.718974881Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:20.756771891Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:25.784799638Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:20:27.59821389Z","message":"unknown event: Op: 0, Seq: 103, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:30.815088026Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4150,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1903_949_7_389_438_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.03594,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:20:35.286087099Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:35.841628247Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:45.928456968Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:20:50.936963753Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4151,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1906_949_8_390_440_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.776854,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:21:05.291296206Z","message":"Request completed"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:21:24.883750816Z","message":"unknown event: Op: 0, Seq: 108, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4152,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1906_952_8_390_440_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.061793,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:21:35.295843124Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:21:51.043064422Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:22:01.387301272Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:22:03.74071004Z","message":"unknown event: Op: 0, Seq: 111, Type: SESSIONS_REPLACE"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4153,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1910_952_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.798567,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:22:05.300072338Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:22:06.411810617Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:22:11.45232136Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:22:16.480411214Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:22:21.510751793Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:22:31.927522294Z","message":"unknown event: Op: 0, Seq: 116, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4154,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1910_955_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.754879,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:22:35.305303681Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4155,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s2149_957_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.967602,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:23:05.309721626Z","message":"Request completed"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:23:25.812194459Z","message":"unknown event: Op: 0, Seq: 118, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4156,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s2861_989_8_391_443_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.423606,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:23:35.313543543Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:23:47.039248308Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:23:52.050560762Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:23:57.066519111Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:23:58.007744023Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:24:02.109694609Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4157,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s3511_990_8_417_465_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.942489,"status_code":200,"response_length":145,"response_mime":"application/json","time":"2026-03-06T19:24:05.317931136Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:24:12.189641956Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:24:17.180244827Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:24:22.229216844Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:24:29.448603096Z","message":"unknown event: Op: 0, Seq: 127, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:24:32.273130157Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4158,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s3926_1032_8_424_475_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.52739,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:24:35.321885752Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:24:37.2982678Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:24:42.32101725Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:24:47.35578884Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:24:52.38673691Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:25:01.032825892Z","message":"unknown event: Op: 0, Seq: 133, Type: SESSIONS_REPLACE"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4159,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4240_1042_10_429_481_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.819741,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:25:05.326054983Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:25:22.51830396Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4160,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4508_1059_10_435_489_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.717499,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:25:35.33023372Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:25:37.591431956Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:25:49.775227152Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:25:53.53169944Z","message":"unknown event: Op: 0, Seq: 137, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4161,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4765_1078_10_438_496_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.613527,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:26:05.334284529Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4162,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4768_1097_10_441_502_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.868139,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:26:35.338584014Z","message":"Request completed"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:26:48.931197149Z","message":"unknown event: Op: 0, Seq: 138, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4163,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4768_1097_10_441_525_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.302051,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:27:05.343273479Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4164,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4768_1100_10_441_531_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.801695,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:27:35.347940728Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:28:03.291925531Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4165,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4789_1104_10_442_533_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.509064,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:28:05.353014606Z","message":"Request completed"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:28:06.340354793Z","message":"unknown event: Op: 0, Seq: 140, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:28:08.316685188Z","message":"Unhandled event"} +{"level":"debug","transaction_id":"3246","content":{"pdu":0,"unstable_edu":3,"unstable_to_device":0},"time":"2026-03-06T19:28:12.475802314Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3246","time":"2026-03-06T19:28:12.475938296Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3247","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:28:12.532050498Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3247","time":"2026-03-06T19:28:12.532154632Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:28:13.326019073Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:28:14.279963721Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:28:21.469593683Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:28:28.422841452Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4166,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1110_10_442_537_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30005.225523,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:28:35.35870891Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:28:38.428818986Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:28:48.493746111Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:28:58.540842432Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4167,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1112_10_442_545_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30005.262779,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:29:05.364425313Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:29:13.60928388Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:29:18.664980977Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:29:23.666763663Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:29:26.872197302Z","message":"unknown event: Op: 0, Seq: 153, Type: CONVERSATION_SUMMARY_UPDATE"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4168,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1115_10_442_545_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.768265,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:29:35.368870628Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:29:43.776765287Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:29:58.893006682Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4169,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1115_10_442_545_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30005.153704,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:30:05.374653679Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:30:11.703599083Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:30:23.974694906Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:30:29.000551373Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4170,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1118_10_442_545_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.07414,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:30:35.379158118Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4171,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1118_10_442_549_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.271393,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:31:05.383871192Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:31:21.546782792Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4172,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1121_10_442_549_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.450778,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:31:35.388760787Z","message":"Request completed"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:31:37.168221359Z","message":"unknown event: Op: 0, Seq: 165, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:31:51.00815057Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:32:01.645105977Z","message":"unknown event: Op: 0, Seq: 168, Type: CONVERSATION_SUMMARY_UPDATE"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4173,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1121_10_442_549_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.556739,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:32:05.393742237Z","message":"Request completed"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:32:17.117635743Z","message":"unknown event: Op: 0, Seq: 170, Type: CONVERSATION_SUMMARY_UPDATE"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4174,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1124_10_442_549_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.333133,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:32:35.398496448Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:32:44.631593821Z","message":"Unhandled event"} +{"level":"warn","user_id":"@theo:matrix.theocloud.dev","component":"discordgo","heartbeat_session":"cad39da1-b85f-40c4-a762-75299b8a1947","caller":"wsapi.go:838:onEvent()","time":"2026-03-06T19:32:48.668478585Z","message":"unknown event: Op: 0, Seq: 172, Type: PASSIVE_UPDATE_V2"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:33:04.738853484Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4175,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1124_10_442_549_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30003.594673,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:33:05.402480979Z","message":"Request completed"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:33:14.788247911Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:33:23.617235943Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:33:23.617291677Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:33:23.617385545Z","message":"Unhandled event"} +{"level":"debug","user_id":"@theo:matrix.theocloud.dev","event_type":"*discordgo.PresenceUpdate","time":"2026-03-06T19:33:23.617494708Z","message":"Unhandled event"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4176,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4792_1127_12_442_551_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.171508,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:33:35.407105203Z","message":"Request completed"} +{"level":"debug","as_user_id":"@discordbot:matrix.theocloud.dev","req_id":4177,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4792_1127_12_442_552_1_86_89_0_1_1_1&timeout=30000&user_id=%40discordbot%3Amatrix.theocloud.dev","duration":30004.140963,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:34:05.411916441Z","message":"Request completed"} diff --git a/matrix/mautrix-discord/mautrix-discord.db b/matrix/mautrix-discord/mautrix-discord.db new file mode 100644 index 0000000000000000000000000000000000000000..52159b58f3678d6681cd1bbecf39417a00686f7c GIT binary patch literal 802816 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 Y@dgd?$Sjm6D8@#aGm=;g@8 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 z%0A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 (vg>(CZVEp$qTPmzoS+`4nFH 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

    Fas~4h|k8!a_jlG+u+1p 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

    My6VC%XF7Pu}~V=$E7>^RAy1WXqY$(poeX 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 ~bc2doG}D_j~dE{s{JWXMFvIr@jtm z1-yWJExWyM;f&^#O2B6*zsPKOA-(P&)vAZ~a{O#`EkpTWeXm1$v(A;NM^|l=| zB!|uA$w6-KMmuv6c*d#1fU$yGDL8}dJq%|R=C=JVe0?A1W^deJ+X!cbGs^zCr@#I` zl*j(`=dDw;6wogt+UqZ;$NL=893Vltq`7w!;)~8H7ow*>EwIEy7#pJ z3E<4H|Jmu}d!5e{Ul;Hl&giD%AKjiD>@XM+@N>Z>!G0fh$A~Qc-tEa@d$f0Mz}Xh) zjb|3-)3+suQzvY8z|?@<+;3ve`1)_2N)C;_a0TS2Vii{?51Bhog5qrd-oY^HQ|EbjIaOf zspN2i-#@hnQUzFqvy#92RPsId5rPSTkMV3PR(#hJl0zwAz1-hBon>c=kCO@Z%of=0 z?C+ZQ^u{xHkHzmg^>x@qz)thTeFa;IGphQQQ^~*U3WcLDdDOdj4~&P~zy3ed<=kWShM@`l z1q(C`(ETp$EPBb&r%oq_+g5Ns0B7sLbN@4Tv;XKZ*VF#&5BJz`6olg-xJqF2`{=Ls zd)&Q46*lL0?uT!41;Z8)M7rTx1t#o)5_ZRoI{tb%YoCfc_ybS>_P_bZ-}#=;zj7lj zAP{%(#^A=&uK&^X_h0|U>tA{O8Q1>g+Am!DrfaXb_M)qQclA?OzxQf%wRiRNuKdB3 z_g#72mD!aSUjCcQzjpcUm%Ynhdg;Gj`oyJoUh*%!?9x*%{@%s+Ui{j>uQ-Db;toED zJNUzo8x`Qw!JcRDCWCzv5Tjv>3Oiz0wt-0rPfg%p+AMzG>Ev)Z0$VEB4**5ttmJP$ zl^i|^yJT4Q_7tMCl7Gi-m-yg#x+}d8E@@Bh>?`+jiBI8lsN-CwthkWDq^;@&OWj*k z>6NfDyh_4|#8#bg5Oh^=8D7XVOb%uHo-gqUo`>!~K$ zU&6x%ud=5O?_C6UB!A86E{^9DcB)+LNa5O#UG5ATV;yY?%jf z2T#9fJbs+Z2%B`^Fo18Oy}$Z^bKx1Z)Z^Pm*51Jeu592r!a*OxfStASKhCZ?dBD4O zf$tA$`~CV^$zS#OFyF`Mg*^s1!N7k2r-8GQZ=aBS|4JAxM!|D-=GPzRPo6{oeh_!C z174!NU-zuGef)xb-&o*k*}DtjY!1iyvyyAKcLjKrPTueBN#fwzKVwHI-j*D$zJaR) zXE8Xh?vZEMGx7<^;U*HyCF~>jbfr7Z-{5re{S70e+!L2IO~HC5S${g19}j5@bQ+}hbepzcW{3V3bXR8>HGh)xP#z; zdBfp?4Ll3^?;&pM=m(AnxHpE2T5z|Xxg$UN_~VVWe+C3+CU^-6PRP3uF86TDyx%YxD;fs!brTAZpA1=PJ z_=*cZcp<&eyYQ6r|L**cpMTZSw->+k+(YM>bI&~f)8qGF|2N04KNikE?c5(+{IW~M zi=R4v{>;BX;wu&|&SMk7!XGyazqlJUs z3rOZHXJThKCq1-2MOPboG_$6DE2!G0y3$wvN*-6Ej*yx}@k1vX7)c2H@fl|=^t5f3 zHWkuFiG>`lwwqq7z24CQUc(80;+A*gmw(ftR1UGlgswWalm_;CbR%c3Mro+a?gREmhdGqCD)9q=!^#}xJ zN;9#s6eB&Hj>?mr*zrf`%CD~EQ4KA8{YlMJ4HAwC1mC9MKIrgJ^?|Fas@U3!>Cg{n zu32wRHkBpsUpgsNI$A0{Mw*+f?9xUsX>!E8MT+5AV3tO$uWHp4FCnQdGv&ft4q2eK z+RsL#WzU=$SzDw$vZ}KIU6qrJQqLCWB98Pi(Q)IIvDL!sKE1xi|7hzCJ<=2*|nsHWLVyv~i72~kJmI#;SL zdvt>vAAvX}C}5>66jMN23XLsn*K2TFS`l!!oUY1q9FcpiB}XpBfs~RAdi06|qE@!q zRBrT$Ru_@w5z)!E+N{~0?s}!=$csr#nqU&m4WjJmprw~qw0Y*wMmxtFthIJKj=H;M zM_x4NHB2N3pv$VXh$4dDK##ugB#(GCptfk=7TIi6?a`xnvlUEz1%iiJ5^h5loi;i) zBd%Bw^6VT+HPuy%^=oA-3@UPrBRDBEypWZ#mg9S=RKq}1$Vio@QZGga1lx<2nlLu4 zjcz$)r|t78qU_p}<~-uL=7=(vG(6&=qY72{!4pK(iQ|CSm9ZKdv|6lE9ZwS)d`;sX zX(~y3MKfztX?cdSMvmnZL=se*pe#7ABQ1l%{f)8dbu&&1*f^1NiX1t$ikSt5;RycG zYYqs|9a2}ck93+!2WN<6rRedBr{>)nI#i5^omQ8@mMQymz3{^a!~!8ULmSy5gfk!2 z&01%OPc@4YT*qu@y*7$jA!f8pyHh?oD6u8RZndRECEV(&F>qTMTiSG}(yl)54cwUn zDymvvh>-Dc*gmokc^ICul(vIG-&~CXWa1E>~mCOy}$<%U66%P|I;#NH&q8-uL)hkg5x}Zkdw&=O9$*{Dw zduXdp#eGs4mbJp0uA_y@^8#qNO;6Y;PL{gax@7S~sa&RIQX$8i>TJZ9Be@wfofRqZ z{gYCKDd*E5go-47Rb?s5@uoYr)wE@Q+2S+2QBNvDgC596;umL!)@4PZuQ2ruGaE0p zaDyw9Y|kl}01^kbHuH?uB(vxN%Am#HKh)e9z;cJG^XjXQWZ*3+kO`dzDWoURS zrzNyE4Fw-J+DAWqf=J3zo#^Yrq}S~kXq`9a{#+T-^GfX3B(2@meY1`@5#lsSq znyo0S4Fz?#z$;jfaLdi9uZBZVUGd7Fq;aH=RC>al5dTWbx>+D;^TFrlkc z-JR1Z^gKvw@g*^EMnh1$5(e&3;bfG=t5P+F%B9F$55_Hu3!^e0am%e7Pjq5u%}VV> z&ul3a8MhBv7}So{!$syQs$cJx7xT4LX6Ix%a5*()##KzkHfeW)WaXn5AF`064zsNY zR5zLTB$Lp4q3$wpsm?%`ukAYZ z!oiHh6=q=7n#pGE`UA|Y$Zn03I;87tIojKB(x6#9(iqej_n$FrDCb9<2 zXY+Dr8p+8ZTS#s~H^P!_*LwbD)(^@@uRAGJ#I42FN}Ky`Z&{+Yi&W0Ywk=YND(>;TbfhiO?oq% z4A|X{sv6yO=+$k$)6kjeVoYUJMJxXGArA+QdaEX->{yW=@J*&A`bI+)>#0e5koLRVmL_wmh#nuGAVSHl zawDDW3gbyR3L0s*PxGzGrY0fg3dnO@r8kQ^p!7ViAN{8j#Ja4zVPBJK&Hie%u8qub zqq`e6ddAXO3#q#!O4ziCZY${8E&jzJ4`OIiF{>H@*R4uIqhBq__@JE)88#k9{sPlO zlI@V&q0>J4qZ34Gptk0SRg@_WChazCNXvpTtJRYxNlwXCSIv6vG#vR>L>wn4h-h3L z%~l(JD+SqNtgOeoNp&J2QJHY8VI`Rl!m4bE0thdn$5(E43U7JdYVMnJkL-7{i5P4Q zj`oDn9E->h4@J2}cDmv`8DJIAzFi!jKglCdSV7==Y<1M?X3fNPJa)6>mV;fMCh zs&AT1$CmlNRzCWiKID6EX0bvD%_@-k|6rC+j9qWgh zql>iC;TvS5zQ>Kc08z4{V~M{k~$NRqt_lvwW>_#&59jGDMKQDhl;FD>a^Z6CNnQHs_lRW!|-np2n|#8cd|&2b;DY zwN!!JI@?46o$!WO^_1-B1`^t2)$mEnaGPh*VD}M{ByZqc35KO)5(KD}AadsWtLy@CbpV-h~j@#yt znr>Uo#fTX>15u4z*2tDYop?kb8M70e5$~JE6v0ml6^w{^wZT+_{$k!E*Bg8Vd(K)} zt#rn9$RknpNayzK@_GB{a3~1Sd153&7G_H4&i z@8F>eu+V{RbZ6+rlh@Ypstle70yXqRLEwQN!4niJj?S32PyQJGj1d9T_T_JUUL&>} z>|8Fj31wGVpj^2&2?cdCo9X^;)Nb~?6mhogOyULPvmFs&)Sk6BY>)B<(D2vjpTGL` zFD=6FiZ@@s|Ess&{K(DMAOH20zrOMfM;|-?mlrQzd;j$pp0lq!Vt50&9A1(xyzt^r9=-YUXKwuD)lc7i&b7Zh|4{Mh_!)&izFN8bBiG+n?A(-Y ze(dzq_zV}GFYF~QJ_20PkvGY$Ue&*7fFL$nd_{O&QBNzYpf^zhn zYfriMP~j)fefs>9D!0aHi*Q zF6McCESyAkh{Te^TW()Nb8wkDqtrOo(R4V^TQRyUV$(Gw#u-z4N`DK~Inz zoX&3DB@<1%gCWmIyW)0(|IXI4+a8fq( zqrrGLa5UYrD4cTA>??9`i3K;xZesVnX$lmNk!S2gl*R`y$-((sZj6$AB=7?yF@n(5 z6;m0|-7n9<=?01KGSM6uEZxOdi*S&p_H5I8aSo0dM;1Zg8*EF8)`TArX?Mejn*3!s zIAr6~+;lY91ayCv_f~i)4Yq z(V?0;fh1zHxbIu79Gu%7fpbzrrn^Bpl67(y1d%tiqh=0{S`BvTO!OGfB32fcm^&^> zM}*MG!MUlK&?|hTc4ccTttSIYq!~O@>Nz-Qe%{>0gOy{BNo~1|95qUrSi;Xy(%w{sp=wolomU3|GW!Gjn+R)Ysuk>jpj$~x#lHvcFgJaQw+MCU? zF)3qh_m~G0(D`qqc2%Gd-JbQi)ZpjOH6pS)i zMzL%X;~^;#>)FtGUJh=`hl(Qmu|34IZXiaCXE^J%PdqmV7lebJvy27O#JtT$*olkD zY^Y+xf0%>w(0DmbVySCedY{dvYO>}PhtZ#tgJV(>#}uW@XWk}36yV%>Q&{iWXXoG| zG*Gj?y)zWdAmWXwv8WL86Zu&=IKGDsCyup1mg9+@ZTYS-V_hm7esK zA-Fz`Vq=B2WiohX4o-AvMe3QvZn6e$0y_)&9U(G)|BG^PRFaT(cY9Lg$g7`j`L(N|N0Wh6oEdDC(9j2v8q zVMEqh4g^~amB`t3P1%eDWbpJHTwfINo@a-Bhe4#>&>D?*M(CQ0r{&eB>k z;#{f{{RvL2E$^v0xFx1;WF4_1x~uYG=Ej1}+x|NH{2ZL^P6Th`F|3E8h&iB_@`{e9 zM)&h_a55_VEz6FTYnOGg`sK1%(au6g^fpUZ z=57X2kYxj#NaoEPoT5aQ;Of8%Ay?B0yJPWQ&kMWEjT{_BsnKxTv$$@i+3pHk$L35S zHtF>o9L+BLFcP`R7{#$Jy_^n&#G5(0YdN?DD>3Rg#>N;eBjd0eCkt!L^n*pE=Ll@WA+*-Fv4za+rlheXaP)ExZlb!Htu7bS5berf zGdRhbb@BD!QVuR5R~V0v0zbePwjT0Z#u=$7M_$aq&9udg?4=3Yiy3pvj=I_)*p6qj z3pqHTwP*w}=7vFtI$JZb17+%q>+Sg*oFWW}C5@$VAJcb(p<$RJ!XZ85Tn^4c6f>5> zVXALeE7RVezmpuuU8fLW;~eZ=mz6zspZTMHfno6Wr(XTc&G%h_-=T$17Hlhs@4fb_Yu#&CuKtUw-+5KN`ob&!>B`St z`I;+(D>p9x=H+)>HZGSg{ne!pUi#Wgqf4KA@!wqhrx%@z)eC=f;lmeRe}TR5wDbS= z{12Y@&Nt5e?YVz`?wil?=f3Fp_m6+$?2aQtuuTWv)W>`GJMaF>1@Ky2(FORJoh_F@AtII;bu>EY&|hY_(b0( z{eCyxMQF0gDd$*QY04m$h#o!AJz?DI;faZlX6u}G88cnkSnq3fbufrP}q~Zp+7R0GBRB) zCgEz5C}iQ=@-nFLCUKAX}kzLrjI6LNzBRbu1Bn#3er08dezZd@5_#i zC=4kkzB1CLgN~WS1tXf1MrKZi&*443A`1+g-2`Sw2;c|f!3bUd7WUcgdI?%HqFGGO{ z6VnuAXB$mMQV_>Q~`@8&ej$#CEykr>GOYb&g zYKG%|r|_eBKxI0@y4r}@?ZVXtCEwwl3s3%H%A%FPl6koMbg-bNM#i{p}(TC$Ct`(s?P~^mlYbr?!)s#FldMaQAsgzu(I&eC+DHC4U?4+4U?IJa!)m0wuZkGi)0|ud03)dE1jrNQTf!D95*QLV9 zDSR*wII>{p<@2tN`>YdDYs2ktCOxX~D{$6M;O8;F0QTw*R{59T`8!vRx`jT7cpmM* zGa%l47Wf5z{6>1?B{$B4`rx-6{nYiBUw`hkKLyXg4m<;wAqL@FufFo=GN=#!#g(50 z-vD;y=H=hI{EotRJmMYrz@^t-8a}~0@C_Hn7oL9p-=F{C^ZxnPxxXuX>fA@qz44p? zkp}kuf#mqhkIxl2>4iF8`98i8x}uBtHf{uRTKH%V&{YwR zl~cu@V8KGeySqNU3&jan_?ethe!o|f_j|SMxI|dv$leuKfGG;xqN?3ki%}_9eKc!k;%Y$(Pllyow>|9M5497Sr>jb2WVL;HMNXz z$lai|NDJ8)^!szV{s~@PM%n0uFzqYHIk>yBWpWC-mR4KuSJK5aw zYLAq>os@^W8v!Y&f;v36W|;`yQE$35GR0XthAU^iS9mxt!~0}{=_97EQv~BiJ6@th zdpqQH7ziB2bP1+L70{SDS&As)Ma;7v7vx();D;Xqu@~S*U9>ne)ffc)%(Om7unpm*2$n zHO@0J#7w(dN;-6J)a_!rpHo3?h*BCAxkBNerY+U3ASpm(fI^hbj{365RZ5^3Kb5#eFkm_*VFN%r6lB4EY0v4{*gjU!Z%G z7LI=6cJ{2ZwX}&0oFnk&FJ#H(hLA{NbCkOJ8vF**E_1#=CE1 z7e903r5FD8#>MNOy#5{6=hwgF!W)kM@YN_qx12hjy zN9mQnI={N|!7E>Pg}Uw`vM=BN6n}DtY1R`0 zYq^aaJndpbCFrICX8Jr*`1Ks1YYs3J!GJQ*T{6m=#4T1Cq9juIcn&a1jomDZ&@^S2 z7&&0=5uv&>EGT>|2e|Bqib%+;Pgpy9X$Vn}&1PLsE__4I%($z&Bqu{R>7gvR1VRkm z=xz_0EXC9^dTin6bAUkQ+-|!bKAjE)U6E#FG8TOe9Th&31KdtSb~K*R9*(dC?j$3y zArUnm6n;6UiuX%h_0ax;^(RiRPbi}en+>(uY^jrzSLPIS8M$<%4rz06&NNKb|gmBUprz4>| zrIntVhr3VG@{)`kokh(oG9qOo;r-og0;s#Kf*`Az&6vn~*Gu{v2(nmsUk)(g{e-thBsEMC($%?;7?7D3 zVuc^e14apNGtP{i_(95f9_hhIg{$HFKTi!+?P*g^!)y_D*_|eaywdv6D~glI+KN=Bg>TBqaHGS6CX*(3 zuRGd`D@CS{D$6X1X2wEA*0LZ5bY$ez?|$F@-0z#qWHKfqu|Ff2I3R_A0}pvLaj5o* zymH=+6P`1$;e?Jv?l6<=VMMHEsI$hqxS45%*X3jwt@|jt&Bl5lWQ4HW$*S!*6Ds9% zGK|vL^`l8PCD5@3ZV(eQ@T@lz3$M+~@IGIwM1v994_zXR^#$)*Y>K2?*~^lz%**dS zUnxc4r0jP4Q*0Vim^nm-$^ahwl2VqFUnpk~fz<(*$8?kq=z*q5Lpkkrr+GMuk%L)6 z!^{8Z6%@32#Gd(^ur+?)Ulf{XS#$#9e>XLurc$ zdKBMHuvp7>#yGX$y!})AGxwwK2;TU0=l_&^-v@hpzra(^TZM~Xc;OZ2t((0|pL63g zH@@b^7hnIt^{>44H`m^Ft$p>kudc6t{+0J$;V%E>QvgGN7exm z>Q<%M1l92JtqKT}gZ3CG!?!@%47BfBmoqpWCp$LN@ld(~_!npv)EHM41g61QH15Jc^It=fXWH{qS# z3ksij=*!PPoc+J8biGljfe007?15-zqj~G3#%0g|H6JZ~-R!gXzn3n9 z(pN#Z6NH38f4JSedzXO(tJ2Zi&62KG)l$8!8zsfmnx(d3Dw+!V?&YR_dzaPC_HC6e zpH#Y~D%FN*s!g?OHYzH_yaEA3quwg3podoh;m(%chM!uq4QS{tkY;TuEu#u`E*rIa z;{}BeJ@n%952yFuWt}=mhu2yl^$vnlt?GW9g3uy}$if(HgH{LVA+~FWE_+e1dUU+0 zMpLak+GBgY@_mo#5aFr?HLj=-v8&Ypjb^1xgUE=9(_5Ag}5z1=^(Eh8}_8S8o`g z9;JaMDhU0xG^1Q8Yx@jDWnY6QwGxlipb0au2HKP$mkY|RZTPuW>C~V@+ieJ&(Q3C< z#b`H-rdd}F_)W7~F7Goayyl*(09uM|m~fq14YUzE&`RxFpcAZX)s6y_t6_9n>b_4J zEko5n;TI&e+xr}@eKr|1Ks2+{?o{D_`!2av)+-eqLY|olm>tak9YjU1md$z_Dq?_+ z%07cv+;ba2h(0KMxd|G^ts1C2RvWiWkokh|*FauTZ7WqpZJJ;YY7GPI91J=Aq>aAq zo~r=jw=ls$Jhus=NAT53^Og>i6=rfr1GyL#%#8|mvI0B{Q!!zZnazC;%4d-Q%p#bn zFpof@4dznqRMitQ8<}UInGf z+O4ty0+%{W=~@FuQ>zTEq?*t>3K*pd{BEDY)z2aW82;^cr&$JF9+-0V@~wsj)}~!< z>t<8$G_;PYbYKc}z(VU#n%c=sc*#9yP;G<30ZDg|Q-*~S7Rlna$m_DK^x_p`_V7C;b!1^wa{3?C4`zSXQkNWp5`fVp5mNWpT$Fcet* zbOY91u=eJ@iC%c`88lk3KEby;W%vk~waP7{Q!%S%tI<+GxYn!~uqe07Fe}>Es2UO@+`Rc*suRH|V9%O^S9gevsz$zq=o>F`!nZD@K`*V=or z4;WmHhS_MqAXdPBfI4+!Ux((s=dd4~AU+NT8KOqQzcd=Rw2o4SxdodDSW(*wEOx4H zKySA+5CG_C%07qde_u;x9RgK?VJ+`X%2`WhyZZQ&S+4GvOjtd111x4)10Cd6r>(f1&?X zU(SagJkcY#929Q+yX!xD?c1)t=gP<7KOX#f&;k!y;6V#KXn_YU@Sp`Aw7`QF_);`bYXu0e^qj)^C-Y+bkLD?S5{4{!mpCA2xI?S0%NH-*{GJp4;4LRG7DsRY z$hZE3=|k#6qw5bp_Y#EBI^D7-3FDHnNlKO5ov|w;xdp#8qLs3|)mH6AW1Mv2GEo^% zx^8=($zgNd_NrqIn~XXU#|u`Y)*CFSTPIz1%YM-|vAxBKPj_wKa(%9iO07kTFCZfJ z2A*x};ABdd$=;dwBo)6KIkfnUZ#-Wpe(DLeTs`#4hlbZ5e&IvNk#7#6YTg4-@CST!@mXaeNTSwQy+fTL*(^`U$vhj z#bWWcI_7xO&j_3kZpu62>)#3@V{IGR{!sUbYZ;DA%44T41=Qj9r>+W|IpH{E=x`#h z>rHU+7}I-F`D44hTkg$oc;*#Bl z*z_R6W(y&(QN6dI9p8Oq82Ev)T0}}Th_gG3C8%caJB2;kh!7;fBUie0*3I3_7 z-l=LQE7gS4R;9|IIb(Ia;xV@a2aB+cA!dGJ;m9ncKVz@fB2aX;n(4A;F;8`qJ zKv@EuP~c>5>^-`79N(b{;8x{u!=i%g`s9YCtkyNdRKdO0>X=#;ZXvV=xO%{k1>fDP zIvBd%Y@T>vYi6g`0Z*v`PHJ6O8ZhvxohKVecMH~aMqyw1e;&QR@X^x^bO9E&ckUOr zNBshCJNkvU|JHMU`KR}MftMYBOX1RsFI~R)+ZTV}Vtf&~c=N*VUii@qy9)$F4g5dO z|MdBX&$H*h_}qUy_w(mofAfqWx@4CLZKDhpQ z#~-@(d)I#Q+H0=S*S_f7^RE8M)%PF&=c})~I=%Y5EC1!nFJF1{mHCy@<^SjSTP}b6 z@>?&Pm+O~{mp*mrotM0G!m)CEtN6FYUn{|~>9by94>-d7v z8XO|C%W2#-RwZSWah**kS)j2FFRlvTd_a_)(VDKdL8P*S(T2tOm5w+vyJ*_#Nu5$) z<9u%?N$S{jiwA_anMAr+o4YAXm0H8WL}%!}Ee{vfUArZftF>y~S`2lFV1yo5PxA00 zrA7|xC6VgX7^b#f4t)ewIMJ}PQJr8~mR7?1z7z=?^yqgF2y0?ezTILtZPd_)cFk66 zEqBXU{z7hxvl{JHg-Sn3GZ1BdBoBTwAzQpVU&t^{hwY@YoVrxK+N_whX)xc-H~sQr z!ukDWe3TyY;QPrM5|eegW|yWNW9C`&5*Uk3!aGX~8-l~Na*0nxcRUlVh@1^Vt~5iRw~vrWLyTkF}X zB^@7xxIIE3Ct9;M9na!Wihz^XoQYVr27ztMlH0LkO|c%kBNt2Q_-Thci0Q7%>T5|} zfoSM9DUGE@EA3ChMQ0&deRff=r)vc>QCm80J%SiT&U#rIGgEXx({^R8y6w>b0;dk0 zL3!I8Q?9)dY93!IADufOdJ5@d$#Blk61LIFh>E4A0GskZJL45?D1k?O-M5FwdtA| zm7JDjmwIt!ig(a~g&CCCnG5aXSDoYmin0pt3sKk8S%PwWvq>Rqui9}aYBC>AK(&3k zo-IUwMp4J%0pYbBSBXb@mm|Djl?>Uc-&BU7S8WK(lv>OX+i+Rjbg1d^LDJrJCK5l` zl!9_|*D^Aug9#8yanh%ky%o;+c(dD=xE`%fcF6JKBoB)d*^TVMd+D{)=(ii?!ERLH zD*f_WSk@W1a;*>zzcU>sJEe`t&FG1HVli^*% zkMWjU{F(!zPj(kWq>Du$OI;6HS{z222qg8&K&5k(TCF z&eTXIuvmgIE69KxGEy@h49o@BjQGApBI|nLZ%z=4w6+w&GJz)|sndLE#W`97A0(Rv zOSML$>3S%deyi5lY!}7<`+!IqM8ycbo-)h^oG@I`Wo!{_lJQ`+v+;1+3X?=j+toNI z7v6P1IOFzsRSt$@ypJszyg8J+y?&+Tq0m_{4rLR7Iyn2ognloWmm;@Uu9mixjGNf5*BP#-m1O|3 z>)N~r(RdSVC3cX)e>-G>Cc?BGR-5z8a$2=8ZDH+H{=#1+Vux<+w8;qRj|e_Ke*OXBEg(koC|mJ$N-SY5kVKJ6 zZCfi-!~jB~u3B6X$f%$*<~#@~Xjepe|l+t@z98P!tAI0FqjtHB0pyou~|S*eySaYKuZfn%vd zHu0Tp%=lJ)EQ@We_&X=naIB5x;Dcb;iCK(KL7yz6LJPqMIsu0ZGwf7)TDumn#yoU502WH{Ik)(uffRkFM4n64U+ zwIX&vEVPl(p6K(&1Vz?erWz|5o%X`PbeimJYPps43YLW96dM=6^?=a12-(q8ui^zQ zY9lEnBzB_Rn45&SSAnN4(;ymJ9ePQ(3m-aEL)H4>Fc>$O?L5m&Ml1EzweRf2$bubc zn{fo*Zep`)n;u68fMml?6ZGj#YT;va7~tb&t=5zz1`Qi6zl2)-Qp~odi5AO;GV$6Mn2!rGTq5yxyZ zytqvys-ZX8kXPm=x1fy1-bkjfYw?@hG1hfi7AQcbjaw7@Eeg9Q755FGSh^DNK6}H)u+MXGT)|49YL!1!n!;Mf1aMwXA!>S#2WL-LLJc1ZhR>Pq(QhA8_ zTNC^t(p>qYKJ8SyqXxoS__|u15FI=#AB_%(>VhekYpZccZlhr~gllzbK*fqZNSkZu zwKcV%d38$lY_0HTCkSg}FGqIhE!@h`aQb1_t(968Zc^WrX0R(FScllyqEQV(t#DXk zt##d$c_hlXnm@4n3xROeKDUr}_SmZ_M5{gX9d4V+Xn+>qbI2o2_?4bD=N*(#O3>T# z0;3f_eKOds1=e;jmzobd_NLr|M{V0JJy|dCY+Iq|Ip3&wdPehQ#6@0w08Dh1pyH@D zor$yMy4vfqBGYb2{oc4F%WVb@!AOZ)aMeXwgya8@-R>9o@kXJ0<*T`CCw_sWHx-KS zD!!^XDn9e*&u{+X%{ShB<;}{Czqs+C8*jd$-gx%)zr3zO^uhmd?fb52*PeUzKV1F3 ztJ>A)Uis9OH(hzj<-fiB!OO3@Ji7eMOMiapmyUkv=uMa2bV<2Xy>xu>UxAlleG$9( z^b3D{;pZ>B;lj%=eBt^3{rua`OXr_)?$hVqc1}9?jN?xqzwKB$en#=rl}fP!<$LJ` z(AKORRqCxuy9wkMAo_tb4j3uGbpbYJ6-c$URs#rn^+u}(^rR<{tneq`_q>(bo~3g_ z1j@$`PUFF61bp6V2k0I5mVf`D=U=QnBtBAu);{;np8f@EVW)oL6`kkY54>pK0N0Cq zHs)Rewb|KAUP9ID%`+rWk6-tMQPX&c-SKzXVG2N8IscP9Vs)5-U34V?|_ zqchcBi@$MOa-hDof!9?99%yC%uV;My*Kg}dpcnx^3LKZfy=(wU=UztAbDn_TbGU(D zRI7uJ^Iq`Jz71aozGVZ5dO-98#w2)6?_nf=!D&2b&cZpe41DCyz2*PZ+wm=MZbHk} zYw%Ct+uck4PdSY**Psu9ItAQPpeEl#`ETBaKd?-Jt_xkT_qpB+{`zS=a2$cbSA!Zf z?k)eTr|>nPj>1H$SD_yF*8Z1n!-I$~FzbM3+5(c^|X00(@f0`}m}um8{!k^`H#4Rm!V5j5eQ$$#Jp$zcG& zO+XE*apu>*@Al+C3I`Jj^A&0fw)>2)fA?d_f%gbv(Je?0)(OnRUJd$=mU+i*$$=~m z4b}oOD6}V-f-{nT*X_xhV0VB`Sb=d1f6hw&*3-#rZCD$CIS$6=%x-$i6Ou!^GWe4! zaLIPo*T3~t@;%vlPl<*+;DyW?Wq;G{$@c>UR*y!t21Irkba%GQ;|tm&is8_k%{Htc zVC3#x6pml>_}5QX*9wq=VSxs&^jQnq@mHTp4o?6&jW$?e7`SIGm&dzP$-&e%;Tcd1 zd`R$~;*7#^Dv)PdD04 zAhS2i!2RAEnmZnN+-V|?zv>je(SQ*M+Z^aesOi1n1rBQPSpINmK0G9>9ulTp?cVS|ataR*b6{@3IEAU(zNh@( zu*aY5$oJN}UFlSTiw`?ic)M~>JCWnBIKf|r@w3O5VSRyDIdJ@_+}lp%q3duYAPy59 zHgK@k!C0)pD>g97r;h}WvoiK{hFiL0*+ZVXvy-KoAhJjaU%t{=lhdX z6;@ezIac2rsYibW&+p)r0u?*M%qh2Jc*hs+I29bf^0DM~u>9}_sMUgZM$p~+weHU3 zUw%3{yy$_26dosmxi~BNmpxXUldppzZk^ zgQEfLuFfdm=bTQyKNUgi?RPY1e*MZ5lEWGdFHH6gapn?oe7ZX24s6a~3j|e%o7e{uuTB78gPK?m;~@+gTclI z15UNG|X^@#TgkgbT^Tb_3)l_bsVU?=w1sJJ*nV`mtxGPxn{#|9}0<_kZvE zz2DRC4)O>tT>8I5*E(0`fBb`A@as>+nF?4-33o($M3u3*jA%F2s5N7Kq16!L z&5qzr8^eq+uNil{{_xYD>m!}J?<3ugQbL3P8ZXa*bUorDVK%*2eWH=1#BwW}Ojuca zB7i8OM;-1E14&!2uI8P8454!Q_*1zU0;mt5Vck2U)GJtLX!C^Q6 zT>_wd=;61UN}?V^tuoWRbUme!0^5uvNi*Bf<7R~ziA1Z&`Tb^l$|Q_?X2io!dvsHu ze9PW_Gh(}JgYXHWNr-b}(w=hJzVYo((5_Bb2mJ_}7uV#FuM-qhyQO8ftJv!j%cM-7 z8?V?!ui57A8PrqF2yE*8U}Hat3veHQiR}LJ_x{zT{SSxYp^t?2=le|f-(P$7+SAvb zx)uUc;AvzCgpQs)div<8qtKOSksI*TmC)s9FF$?xsqlC2ePZwHF8$%9_gykBeZj@w zzxaI@hkL@gKfm~z!{0spXNSt+i!S`ig|}Z2E*zczCGZ3a2Y()x!dLf>LLWKzp@R<} z%u(}T9(q^Mn%n=}{O9H$jUa}O2zUT10;HpulVBepU#u{o&j{Ej5Coy`{hPo-14IpB zT?KLOMXGBOXb9rpFR_TU%90ek=}z+R94K9zmvf-Y6vi&;{COI z2Nh8*1QHQXMD&rt$Om5}_z}<~Ajfh1_Eck1y?0O_c;=}dP~W}tNw00`Kt0x|`H#|SP$1O=gW z8aVmG6ZH#&_6H&OjeRgfVL$=_0D5#9`&XXW11Al-4MiXX(Gf~TobxpH_f9E5*Vt?^ z({Z|iRCB5+_0~J%k4*!5R50C0^MHtSn(^D8-EBW|$lwIfz+~Z>Y@C!+j30f!eW1t` zXW&NBI2}*Z|KkVk!Pf!6P6Pn*Y3y&@x6U^-hyXl*P!p!m$<7O{A~>DFGC$RrviE)z zY~8>WfW*Q}3#P_tcHhXo4~PaNrf3l64rn^3d%&yjf4~L|4ya`TwsEQ!yzGGoKy?wL zf}stFQK#v`OYVCBAVr`Ea8v?x>~s$}c;Ep6wF8#`cEgf6O$$QzKLC>o&?K~^uz{bd z1>rxsvs(s?vS1&;=8tIr?;iNz_DARw&S0FX!KX<8)DQT3;F1J8(Zid?-g{2k1Q06# zzp<_0FW;sPouX6We{=r>z)b+fBG|$K44vk?gn#k=2ateL0Q_&T_|rY$BX>6pB%ESY z64>zqPZk`a(+t74-)#V{1E9GR1Q_>O%%1}HsH9Rr<<2xLxAWgow5 z4=NtcACPwozisq9~SzkT5If*K1##3}p#IrrOx-^-G4>u|?CoyWYP1#Uf|p#AW! z5i@}E9eDkx8UOJ8?+;M-K-M=PnViNx{8#te;}k`#CcxD}5k1BG!+(5_J-#~@f8YrQ z9`~vGAO80b*fT-rgQyYISWol*-?-l%`kaYiF;F0boXY;^@3#+_X)G315KlRk{YUTG z2VC%AI|IWCd;2N-|IPQaC!mgL42+=yaZ7czxgd zaV^E}jwXQUb-M3&hw>HNL|CBv_;6T3n8&ADe_`vs_k)KQ(5k?NOq_222phObyf?Uc zpTq@z{^;eu)|cMax^$?8vY}tzzw-V)`ATu`FRop<`fFFe`|9lK8!p!lzwPSLLH_)| zz3^Q}FFuT2e%0jGG}1zjx)$j!`Lf8fDAHB46=AyHE9NlfZGm zElPK#7rjE;iq11JeMqKfexzA0O)Bl|w70KrEZnl5EI7PO<|=73!S*~pU*nt1T%#t% zVRk;9d80^SM=d)(jp~|YDVA;ZYf&fB_O*O? zn+oR5w4T+ikA{lRYLO*b(E0qZKeJZLRGgi!g=vmLmR-Xj*0nc&&9)y6qmhVpXYDoD zC;AE9HQ0quTNbTN+$vp4v`wj9?6+!^Z}0u$)}kI6jbn0|s>CuFQFi*ja>kGGX%H5)f1GvTvVs*|6s)u?qA65>+?M zZ!OB^VA5D7Q*vrvN^rwSw?j`ljxuYNh{n2;uuHsUN3DK|;zM7x$=dN{{KZ>iz9Fd722;-u;)Twv)~-xc zDh;)FKNsPAy(5B5ma0zU@v0cDwLAegpjxV+i5_bSmANLyO;wz8``g4vZ%Q(?M0XJ5;%Yf( zFV$r#xqyB~)%AKxxlkHIQ+Y8})p6V2dwTN@PiMN4CDQr0N$#hjAY#|ofyeFcrIYd1Ww4p{y_!Lzvpqq@hyNJmt({Y<2tjY$->P<(Y`= zb%mTo^`Q-=jYXdJ{K8057p@xfltGfKXM5qF+*tUXnO|9QYU9E{JWi zB#V|Wb?2VfGGg3};zGZ=v2ca{s6Wq(bZpEsRnaeU8IDqELw6gkMKevsz5LK?w}|!B z2><-H8^TnIs_rV&?dcRXFI1YDW@qW4SZaPiGR2sf%4QlhXXyFzmv6J>{XVJK7H3Ai z?o?>FS%<4+jYL6TsKi1vEU%twrwjbpnteE}sq*V@Y7obzOQf)^Vchq%^bRgftsXjXr2DaSC(Z;6uc&zNE3u2Lw zLtlTyhsYgX(7{BJv+S3LUpU1c3P~&kau63$g^cmEcf*R zN~z|1b?mhZQ;jzkBO${>is!etUr^29xZ|Zkw3cFXwNgJ9Up6ecKQJScnTqOMkQi9f z5PPB7y&v9KctkIjPb=+4Dw$IGSW_L?1F9|zPbcJ@t*b8lDiEBloE;{FP17%u^m+Lc!Xgc-Ds_!XKinMYB?N=_eZ;QkA!Pt8U*(R90lW zob(2%o|acqGsUJOORpSl&HY@FQrT!tHF|uF_=4>#1X4uOv8C7%Z1~-DdzMr>Sc#+N zP*qA)+%z*CnNKoxl?cCVYr&MAb!-9kgdR;ynPz5`S(GM5bZYeS%}B3Tm`L4@G-i!) zEVSK5T(XiGQH-~o8+InEk$r=z_YwtTyiB;7Xl6?ul^zec#DL|ulgjZE9jn!4&1|Qt z3eClUNVJ^3mst#Zh9}Uoh^|v9d)ZA-iM_XM8U-PmPTZ0Qwvn1d%B!K@UldrqQyxZh zrsOvS&Niwu$Z)VxK3v;a%$#Axud7|L;Lba-u{4we$@F2NWsOC>)^VhEjHwVa-D$*670J(y@PFFABVW|YZdFpJ^<=cyrqj_#KbK(_ z#Y)vJI`%ND%nH>+VO1Qnd;ei$;j2(_8h4_6C6Z~dEF4mzt#+xH#}o>!f|ZmODFbRR z_Q=Wadm9U<7AnU;yYAKmsNwHS3cYaWZ2%VudF9nXwXuThhSORwQ1 zJbT`CD;;}2n5O0Zw{9&?&k))Fs%_6nW6Dno&HfSsV>y*iHr)(2T{}W$vS8gztemcu zo70}uZF76KHWo9BYz-JvcO1V`;Os=%86{jZlWKaSwm5U!C8${m^>um$@rL=Oo zW?eG7gv=2$*LAa{oIy>ZYp5i!yk3c|wG~@yjv998&$bq-IrnlU*U{COvKlFrzg9he zG95NriU5uMM%P@ZQFhwI#_;d97BciFtW2jcqAQN5u#=?S$t+pLiA(LmYP|Bq3}eup zs3|V?-ng}pv~s1w_X@djWSNSLYs7+d3@VmObw@0te~2)q>rd;X?ZHCuV7} zwHz+`ep6i-5mm74m4JQ^)J(n-i<&~$jFaPaB4_g4-kUeu^mLHZwPLxoiZjDfr8LfT zBsV@P>HTpwS;}(@Xn~GPOO5(v|2mJshM8^JUJ0&q)yynW)9^4o^}X zr5+%)19oqFDVXvoO69c|v&AIq_6(fgm0Ggka@{VxuW@l&9xY32g*F{u4*hTF#(jAN zAN{M(c;7dCTlnXKJc7eZU-Up80e*1y>udzhM&N7&&PL#D1kOg_Yy{3m;A{jQ7=fGd zw;Tp!S@Jd+KVU!nHRxNYvA7Xk0m6H`4&2^1e&P>a<3Hh_{uXqHKKt;)o{Q&umPc@w zM{t%$aF$2#|NA@wFWA;k_yWKF)1T>o?1>LLf$kvCK9)l*KYn=Yuz2|53%_yU-516eqUZnO{Kw9}?R@q8%MSjJgYP}C z58``Io%?U+K7Q`&&b7{c_Wp10zi;2$|DyeK;a>`WbNG$nS3hw0yrAE*`)>GoYFtRG zPN_WeI@PkI%*AFyT=r_2qSX$4VuztDXuMQS3DYb>O7*tXNt?1S_vFye>@XY&y_%3; z7Dlc0&;p{8x4q;#v$R7$wZpLQ39goR%Gt@Ps!hk~bWt43Rdp2lSbX2zd!9Zvm%L~i zT6rqW?U9_*4ZB|v>}0L7@Hf-w*xl4nsrY>eaq4>W%Dl zDCd&vw6LCa8uieJcC^%J<@&DUd5Tt9PgFrti^ak!ThAZwvP+f_|B|`ZI^&o6N?|>n zI%ZLKm>qUwBkyS5sMGhI)>u$8$z0xBio||cBJ+h2u zdY&&7lcDe2Wmr-d{cJ5ScT*LkYgFbl&Y9cGdFV%W7>-6#xiwN}#d@x<)#c%ErsRj! z*)a6O%)Wc^c^1V;?fUL&&I!3zgdD>0hzlC} zPj?LIh!ZupH!J$e%Ca=QA}*DDyOkFAci0WJ0(AQe-QIY_WdQGqC8IsBs_GkdG<4W# zr*Z-c5SZoetUj}hq_1e{sT=x7yIxrBRiv7mt!0HiSDPhWZ#b$|($mYk?6_G=R_Dc4 zHQzRDfzQ@NLGKr)uiVv8Zp!64NvYD|Qq4uv)Yo#W)oAoXKf2?Enp4iXxn5exSG8Q- zm-6XGEY~v%d{GuTuNA_ob_Vr z8b;{rcDzvS%Eel1wCIf6?P{}79yhhZbg~kQJM5HEEm^6SOi1|WitE0%YD%d>&s_I* z*{OxxdePA`YE?+)tl=!<`+9eodi{M_H_= zqM!DwV@^wT`nx)qD;5Q3jYcL5Ql(KdQ@W@oi{sEccNr#!PM)vl{Zigc>((-Zx?Gu6 zUk`o5j+V;4)*sE+X^tN^{j%67>EnuEW(veEJ6V&;iJ$|VyRqr8@8a_2b!n#GFDr}#y6vcpcCYdJTmR2xlG8S2uk zVs^Rue3XClE<4c~wG9Q>e!*%rs_SYll`?0^%GF(VozzqubFD^MD>(K1%FC}>vQcj2 zcGx2XNstH(&6e{N3j&uXD+mt)uq zOI=n{>zSI&8Ka&T`p7OrY=U(GRY@v~zNYm1T)AYGxn?)?O*>lJm51Fz%J-@%x1z18 zrKFshu4>)x`5iCp)`Y$w_&vAW01rV}Iim*nj>AUigS%c>k#%t~E6B;&8Y3g;Te34O zRptM6mtA>Lon<-R%@pOutZ3<0H$Bl*&)m__j_=#aUUo6fP4!W_p4A;LC-ZYq4|lw< zGZw^NO3SYsbI^&Z-C1*;?^NvcXYaBr&d06v+LzMnm1s@$sq5GBg_WJ$)lg0^H`=9Q zO%sf+)oLw}moFuAxzMvaUf5PjI2xKoX=M}X&Uf*Tc^@sD}jL#02onoWg?F$v9X0ED{9UW|U%!R4U8kt;sksKMT+_IM+ zb!&d;J-ZCKnwoK!^-4$Ylv-=IThzu}y50-@^Bpa1iAsT=bZWRvx*RkYGRsP`(avQX zyX=}XQS95UUd%0$(~eUy)$x38=U=^}p{-nfy{h%3!o+E`g`&hcN-w|Cm!Yr4_4-?b zEA~lTAo@D)xBlC|{jo0#;sP%YeK@@Tf$$$+`Tfv`uRL*Cx%Bpn9}UOOIeYWNw_SMO zLFN1(9KGlK7hX$U{i@&ze-nP){E`FIHx2L5_LoN{3S+v*j}Xq-)HP+0W4DkPgT2}z|Bvbqtlp^+&gGpNPNstE;2 zUr5T7uZMo}v9umZP*BT(L=FTrkyS-J+pLXo?uLUXDv~LX~1FOUh!Lk)pIF z;w!K+5^EHw^^>#~luAXO4ymF3ETcjjnUzRIV`ab*3Ho~IM<37JK^hglE50|9v5=hq zsJWv_MB=3VA|zjf_QxdTu8C40(*QyAs6tDqmK&3UOl*>nf|91l*Q6K~G@*nlLlzaO zyMzq+d4*6IR>j=;>BrH2D5fJb6N=`@b%j7KOFXLm3UHj0_Opz%X}>}TQ-RTtX-p^* zWOO<&V6K3 zK_5I&2Tnk$BN07L(nKnn;mJrELmP=@qUlJINzoBxTg9R&jv`Y$aZkZwnNTs6w{>Pk z32PzvI0-^xpg9~>AU#2=v?!CLrm`x7-pI6wuf{0IzD!882p(5lk|a@OG>wRgP*!CguC|XyabIFX-Z7PDnbffl+=*LiW1Wri>-iR6iN)FccBLmSMWh(3920g zKBmNo;`KLN58Zsj!831u0Tb_0-{v6+=Hq-hJHQ&acl=T3I!52=0m?cDJy0=_5`_;# zvx=IKWn?lFkRO74hXff1ioq5|MYRMni!~`B1{;?I^$iqL4pl>E>QAR{1bW{PriK)nv21N@wMo0-1u%K|3VaCE) zg)=M#k}8m&fKN;)m>kme(D&X<9o#zjR6h#dL*N8LDF8?zK|$acpJA*To({*^x_7N8 zar(~o&(g|v`zIx=02HjkHWIkKfyN$YnM{ZZgOR34P{^ZjXhr161s)a#3c5usi&XqhZ#d ztqBcTdZZfE6~fPGS;NRfG6WL{+aifegc?=gUrH1v(JwrX%|DPsysyg1F-!9huOYbz z0lmIRES{nwTq>4{q);71@!1ZPUb#u)l|;92;mo?#Cw2jGf_84>7o z-Bk*E*s)O5=$*#1vbbqHRstky$SAg7S%I^PRU^U$#EN0y=mu&d*oSdq%LxTu1{_}O z&lK)Q*o7rH^~CkiH$5J=2r~uajXNeZ;owd@)OxJegnBacnAU1A^ePe67+H~3Of51d z!ci3!6@pzvT#KRAi5QNI;HpZfxFrTYxFW|@3=<9$5glf)tGLbo1pa@g9>KT0>uult zGre2IO+A9ca_H(OkACFJH(&n2OTTb&ir=37Ivatr5jY!xvk^EOfwK`f8-de}z%#G9 zDI6hS?^2;~IQ**6!D&NC&*6oCx&rsl!#sK}%3*M6c%Zr6Y&f*{GTp@G?RaVp_rBw& zzv(6KeWrc0d~{0)?_4ou z_Kp{-NB}e7g-Qu%;t;`QAH;vS&2&^#2~k!OY7h^IM-iWc3mTItjlsP$ia0&umH}3R zKi3d6zWzMpS{N=Ye_q#HRvYWr?M%1MjA#dC+2Ov(TH!RgV#t&7;5+}#3qz~zumvD(ZS!*N>cChHr zm^o`kYjUgCnbpVojg_aH!yB?~9?$h-!>+S@FFy2h!(&riI;yLv zn&?lwU{s%{#I-0DUan4U>i{dotx3ikvVr`DS03o4b@NR(i$~9V{-&3q z&^=4+RJ| zdP>G^)u)j~OBr$;SGAAt))Ba2PGis0(L!my$Q9kHJSt2sK>y@+Sq6Zd&W&hgcCcj559U!7zN znW|pOOGY<4-BbS0b3YjFZr980?e>59qi0@uGj{|q;{~5c59`?;-`2B-C?T*DXk0?8 z{NdX>su`c`n-T!G&Av%UxSu18Afdw=pbfC6Xc8BBfNKDBpk9k81IiR5oJdnzP`#8* z0P2(!MWhi$iYA_K-xL&x=SZcwlJ1ZDoLDJfNsA@9^@zs4=}-4Q68hQu2k1Nw_Rk3p z_Y=Or?=Sz+x4xp?ycE8qgf1Sw;sXBYEk`fA(l~s@;U_PD91_yhLCIv`aDfglgD(upOjNQ5$czvTf|&8>aZa_I)gUceh$v(7 z-wBK}h#%b!(?|f;H{rkF)FT-UAsP+Joq*F>6>&XMMjVqtEL6sff!2LYlmpe|pwu+b zGD;&5&4mmzl#H)`&dtMvXI^x-7pGdy)T(M~LS)by#Jd(dDmAk4xYbMK=Zcqa=7?<7 zNivl#RT%U6lTCeF_{MgI#}eY@n8m@F6%@mX;J0=V2z=$uFAk^|rv?GRHAn=?p^&}} zRHy+#1|T2=;UN!=a3|0QXmC@<`Ajr5)|U4K<1x)+cgPE@ByY$IvA7H%L1Hx^iwI~- ztVoK46qOMz1w@9z#TsIaB5JPyqXn9)#sDTNWL!=F3lwFQzW&*7I=IO_f9vNW%D=kD zK}}}F*-u6ZNT~szgT<4hF$4w^65@vlvjN){qhc^Vueez_xb>OO|Au>K z8(0-VX#wc!2AZG%u*eNay49~n*;jV6JsulQbPyS=eOENWY0% z9F*X<1#X!}vKjzwSwwJ91WFxXb0BnRS`1-xGOi-t4CGfIGTAlRO`FSN(yyvCZxpLqWY%~N zhbgT(+N{)btbXg*Rqk%N8ju+n}ICf*cO00sfD3xh_} z#~H`A;KwKfQ}+g(HS{N2!{be^_aqvw1Zog0U8FKSPWR+seI$^}}Ic*T_H>jyQD^pQks3{y}SC%FfPxMuc z^44#C(4#XW(K>RpeqA7^&;DU1&-Zk-8_Hr%+U*MoL@_O`KsfZ6Q#pD z3e{}Sw6<4lO{OBDSiPdkm>Hr>)$A5`yK%B^S*shmb-Z;jjx}+v%eDnV#4@&l-d}q2 z#Rt#4<^{GR)vZZtM_}2M9jg!M^@<)+-T5qCPx|R1AypfdfhQERc|P5HjzO9l z{9)e$c#3v1>);${!K@=i3J9O3vEWL8@I}L+lAyv)Vxz=c7)^~bGO)lHFlIKYNhI)E z5Gyq7tPHtW?sNj!&JmU2#oCEnMXzC6K6+MAu7I^d8ia0@EQPH0%8WC zAqHtyiXg=}fr$mzDh@IvFi#Tf5S0cT6)^Q!N)5_X$YM;oe*NkjLQmg((E;x4cUI2s z*@wHjMLVp_M}0EsP2=1mAuy{|O|)~P3b4UNiRmR8aN3YvKoPf>^8aXa z^5*9qJX5)gNS^BbX*$DuHL*YKTD6$j%|&WtB~l%rQh~HiVR7&EB_5roiN(b{kQ z+YUi?U!Yg{sJI|vPb>{O0~keM;i7^_^pX1p$Vn%AC8&KH3^*2-KNr*88 zbP1sKgoL6!@Rn2=+Y!74QH8Ihf_8wN8SEvn=R^qF$C&GRe1lM^^8&v@P=YK_kq_KU z_{WIk;i3WDJ-94j%Ld(p0zv5EMHk#fPP(9gxDzZoLX>D(#-1)hW=|p%?4fW=K`2Et zLH__98J9_LHL;Wd&!hZ76rOTGp;NKp;}UwELI*zZKioM6s=W8o7ksc_X)9>n@_~){ zRBJLdA83@JCD!e_SFqCat~604qanD7O15Hj)T}9TkrhW*tlsgHR0cIaP4!8Ld^^a1 zc{0jObyW_2FM~sdxS)4?-A;5I@vckW2(C(=BkITo86s#nwH@ymm%(GiLQKgL^~te> z{G!bTG4%E5!^a*uNAL$v-~4+A&+spB!!xB+FKLq9lEQc5u^RFcy3rM_kMv4!K5sXt zF>zFN^Q%1Np7`1iI(eCNAxin&B*NKS|HV>$_`?xV_HPF>qbINYUspbO z<;$-muUxwPuP(pyvUK_LFa76BKMG}m%%!Urf9)_uVe9wV-K%e`6&i%}}uRYhitt#N|zaAm;pAUaSxEKDrd;ekY{dl2E06ufm+Z33X{r8LS3IqhYbYxe3_$Xd!+Xme zb~V|O#f;m_r-Y1RwriLtnka5E0_C zSDffYqhku?;RH$5t9F0U2>sxWmR9+Ul-p@m&Ixi_&kp;Qb*rFG@;UzEjt*9|Ru_$%R=mbi_uJBB zq~wdGBp>>~E<>fcYVx*{%gdFT)T|b*x#~EQ9{T=WEtT4S%1F(I^8!DYIn^pb-qopO z|IV%#*7>|%FlKg1oAkMsHEhhRh9?$6-@NOEHD{F1=a$)3p)+bUGkHI`taRl5>vq@) z3u{!%_ZCyXDy3WQaB5c4@P~SxU3RLc_J-qfe{Pj!QOwTF_MG!tlP}oO!RHEbhJJ3> z3#&tW=5*?f8lTH1g-I*Z_RQ{hePxGT87o~+HnK}Q(`y#QtUDeS>((^?id}YAX6<)7 zX2l%ktx?_6)^!g_$8CC-U0HI9tJJ8TT*$g%W#_Ke74u8~Xve^mmaAF6CUCQruTO`` zW>OQzsP)kaefy3VmYj)+u2ox7KW)yZ)~ID^cHhw7xa)=WUaOzUqD;eTA|%a%Z<(XH zmMMq+$qvKfa3!Xe26(xZwKyM3(9};N1vnr2i5)F1mS>}KrZX*OYEmyf7UadWB-DE) zZO01>OS#^Yq@mNYWI@+Qg~=k@FgjM~9lH#l1BVR#@{X1kdLy0h^<}Y9Q1Z);ZknQ! zak5T(mtCjXKz-&~LmN5Os+=>LwW%={C1IysT3Pgrrr*mbv$b7r>wG7zty5pItAo!0 z!-alv*9(&n1>sA=YT;WNGWfGzU(Ggp+O-`o%sbq4=B)DkLTwtnCeMtDphz`2^i?}v znD5P2&Dms_%Zrs|+4kmQS`ntoV!G>v?flHsM#T!^PDa6ZQbhFQ86@GHo`E&=2isX(lM) zRMeAoqdKmo1YTd;=2{gRyA);kRcd8e{%|7HOI^8)Y64SfG83kux9(^uKgmyK7Iy84 zV9nNkQ>YGe@GXWZplr<5DQ{wx?X7o zVYG0pcD1m}t|}U{nX&3r6sx6HE4{XqGFvt0<-6>%U0E(9dum%3i+YYXL`^I4qq(?i zU^uSSotmyP%eRNgp1|kZPOV?&LjQQj3)8kx=q_u;yf2OY^`cmx39Vi~XU}%LFg;Fc zjmfy-Oj^Ym{6u$>aVpxp8hY0*!)~tI*Q~{&JM0ddYpBaC%xTH2hi>j_X$KNCranuL zD_n0~1meC{XNETXtQ{{*`O;EfPTfv6)zVBPoJ$I)Tj_e}TXwuKWvbYe`t5R#FG~J+ z+UsB?r|nUEmtDDCF0{0jiawcrT8K3-_~Re8M2E-lFUe63!b&iL_4^Yp3MvODwD!45laX$$pM zDYKjk>8@Psl#MJWCWl;Nmz|&Ntn-}QR_dL+GQ~UaouH zPI>J}3qi7W*>#*wGCf|esw=*$ElPI2SM{?E;q!J(7*3EzIeD0r1yfycsG_Br$@0t@ zhd#Q?urz|_Wj75aXIIBgd9E7iWg}G%eH_>Suemoa@NfRI^2`rh`^yh(^ab{w4PATc z>eENh9)+$vb@}N_&t3{$eCqJ&3(sB%oqy`!>2uGX3++D@ej0!6?APD05qKcxwhME8 zRA3gF?a0bSKogmUNXWylM+Rn*v33&GWRZ;+L^VOC0Z2mvprM%<@C2mcX#j6TAl3<> zS)>TqhLn(Oq(W$c1^}S|O8{n%)GP`4U&xmK;m6f}$ zKlFIo9}q79acPx}!jr;#s;6k|+;=p)q@Kq|Y_eio`6 z!Tdo=6%q*JNJ&OsBPppWBn$8vk=P9em53&)5D?I0Of4y)puNBaQJ_UuD4_2sqK^6V z1COKq1m=C9vw$>s=q1Eh`qASLuFy$lUBDqi`(p%fiJ)4nm`H%_f-Kp%hJ_#@wJQeU z2=K%Z!w;xo05d66#w7skLX#q@0p$cS1@q^dNfLSe zF#Z@za4xVLBJCY1q%jp*BoKDMcR(&bPOJohlxrrA!l}UHL~L*1?Z?1JKTja|}p*8_I6G(?7q9D{N_)|$%AZUXXEUP%UGzC;aCMc>-gJ%fO0>!;q8HBCt zK-M3F(iF;mVK{=h!vKiIHvOpf$D&xXxA%Vy_-`XI<<7q#G^caS~2f!wY8T^R$gI5~AqjscXR}aP?;yD`BIFK|gu_S~BAXox+ zDLe`;zyb|KxXE+W$c4 zMbI65ludGu^>6-9dP4xbng`gtQ3-(HoF~W5M

    )kKljjN1hbL=}-M1jUHsxvk3(#J#O4Y7g%Sz93R`SLhYt=^(D8 ziBN5z0QfP4hF~x>PbFMb5aN)4F=|i{1+)-LK>Zt0Cy}M2Y7jj{5D{JhMX68{54icE z9}A%F6MX^uMPKx_-}P7af4Ow{8KG-?9}8Xlor|A$boI)Um-S2U-uqbi?dM*#-@EYo z^IviBfpdR;Eq(bPTz(~(1fLB4ed#AI^)LR##c#XF9RAwjruJd*+`rAgf*g_4&q~M? zAdiQN2Ou4VyJDaK6y#09=VE~T!0m$TMLv{9glHdo2XF-5z5yJAL`Yz~3Pi(^HHl1R zN`snq0s{09Z-qWFjZX-{Ajs7Nhez&v444Ko?-6%{+BWoAuZKQ-vvhFl<#+Q~c1+Iz z=0;RGkOl~X+E4~Sjy9AoFtad22}oH|i0K{k8#x};9n@8MWCc0d3)Kx|WAC1!$f&*( ze^a3?5X@7QKL8R3S?!>SP}-&`WPFK0&?KNo2<#%AKhTJUz%t}X0fwP~u8PPmOA}-i z!FBbzd^2}&>mJ>OzfN!90fPX6w5~u=02fFIEO$zS{sXD}_w4*ewB5?|W zwHkm5RBJ$RT!y%^NFk03I1sY9_#w1NA*RaWC%}&qph`d!0V>il8gMFj7vy#A0UeCL zPEP`%DQLC_iFS|@1|)MlQRnIeYg{%Q+qaZ^@W?=^{SKa|;0_Rc4``VKMgr#nQ<8!d zERbFx)odJKFwh+&{4xnm1TBJ!0UxGF8H)5;5OG85yZUBJ~45LO7GSG32VXqsHDO>l`lP6w0 zxb<0|(kBUE3Nlb*fbs-tl28Peh(1vUMC=9;y%A*wzBwT28!_tM`2{l2odj@1{{3iH$O*>(K?cG34M8#G`s^{RjSa#b4Nzhl0|%(-;k7{#0~{}qT6uVF z1bP)G8y9j)Hxv*Q*kKYPN*}}}q}YP#LB#=s02Be62p=516rpNF;1hwI1MMRPSfB)? zQI=V3|A2(-qhHv2>GQigw-sA(3PDI7vnLwti@~;cOhmyB14}6?5}*Y@RYMLc5r`DT z@j#e}Gr@!keP<|i{#TxV0-tEY1g9178VCyDa0-Y~$6z9Ww}KA<bzQTYf$zBM>rCXA>0S_>lnpFK&*nCpNP5_v>Jyh5Y`C!!hD41Qq0Dp z3o?$O0~7Gm9-63F0s1gb}X!~q;t244&r<4_s9{-#fTr^74_iUq)}g4860CS%Mob)(u$-dO9? z+qy)UKzC8~1iMAm;Yh+81Ko-Spbmf?ucK~X2ZQP-D3=6%e+@EUIQT&mP*o9{SfCl=bbwGM zjhYkqJ0Jo9YsJ?>ohK-Af^-HYjQ*$ok-#Ml`Up3ABSQoa;h|Ly>gPTCHn85H?a-SL z!GP2fa63s<+`=Ue&NQUxAP|L09&8NtEzov+LU2LxbT~60pad1dBveF7B(67+>c2ky zE#_>8dW;1L9*^n}gooh1;K&Pjdk@bVa5?Tc__+FQ3D4MgXs~@y<0!b+fy0B^dm>~@ zK&gcY9xgD71X2yOOC;38Bk(6Q++eH^On8)Eps#-}?(O&0Bly+V@4Y(ptNJ^GdIX0T zUh_ab0{r0Y*Vzc1jlkImoQ=TQ2%L?;Gk@=9<>{eJh5 z+`oSLRhNJ7a&7PD!e1Ev)5{;ad@KBu*Vt?4ue|)~zrOnJt5YZ$UOD=WqwhOf9Pvjl z#tWlYe(TEn_x|$IA71+LOK-c>x%A|f;>AC?__2#`zxbsWUwil$haW%umP7f4I;7;j z8h)bQNR2xg$W+S9skxZv8YD`O7kZOHLYom2$g9y~O0T+&e4XEa?Z%?)Efum)L|G)-0gG1pOt z`q-#w?ctgjI7zzXwf0}Vv8V{G38xSxyXS)v!jFb#QnO~Mm8{cl%^i_?&6~FugMqbj z_djFXDxd178i}0Tsm|(J#GK8uM1ze8@kwshfb`+2VozjL7g)Ky@LM((wQ78z(j9Tw z&P!;5PHQ7^lCh#jp=RZ(%(9fPL1?p6U>1D%N4EVi)}uyc)bR>a#;&Zmg}bo0{$xCg z@}{TyLMdLelPGW?w0nCBv9InuQL8U=vq2Y?&=o-;3pq8~ahC2P;U%LDJKiXfo!qoU z&C~rFkzH)wQ5CdKn$^{|%QKDAnq0VqX7c&OvP3XOcUnqDy6SvQP#Ka9+gpnf=Xo+! z8I$Qqi&L6rbuc0uY|LIX1(T|e6W+Mn>1YJa@L_%1^MN&?Ohs+=ouL;OT2VTY8!R{oJa|$fag<#QFJ*Qf$uClflZbC0%eX)FP^Wmvpw=m&0$^j8)aHtL@ep z@m;?#B&{MFkNGsy>z0ctZ%|o}sU+tXTf8wg7H`^iTufF6OCc6pOyiMRxg(ilH!Y<3 z<+9CqG;5X2xSA0hu5G*F*K94iv3^s?C(JITW*xSYh_G~?Ob)C{Zy>fN5ubI|d3GB2 ztBcS-+**_zLR<|C`P_Qe?UHt+WYqK3KH>HR+E}FPxsK4LlIzr%FNb?ui(H-SEc98q zkVy5dvFnNAV457QJDJjSnyRqtl@&MUg+h&I_r7{-k))KxfL(Zzc|(|L*+tnRytUls zhC;m7Eh}0r0D!>Fk^HX6@I z!feGyB8gFazM2=9_%PnK+|Y-&7Ku7wrFpVf?s~k>%!`G!y*47tb}5r)JGn_(bknoN zoQigPp^t7YqRp0u_fBH=FgKYFZE^rom@;Q$!%=E7tP6g(J+KV1U(JVpXk#I)wb(d0 zlhRcyvncu;!!v#rdb+aIUs!?{@7N_WW+)xxsfXUZwea1MpO;;M7E~f*d-*9a*H(v| zwS3-8X7xOVIX;_~inI|9Z7p2a%Z(<+Iy#}ol$+IsiIH~`=}I}z4{COPShiB-rJE#H zt-aya!bx`ZQc5Yrl=)z3Gik0q%IK4pnay=_qoqCv2(Of@SXQveGDBj}Q|IQ;%}xsyp<2|^ z%TBA~HY7$Fx?H43g#N{C3#Cz*WGe}KWh5mpMlL%NUx_nQIl3IJX{wl!K6+hfY^+eYZ;wiXGKTqRQOppuxC>`L6^1*b`jlYAqZk4j!;4i%9W*k)Oe+xx9; zqhhh_Tqo%)*PFFUD{I<_dJ|pC*AuN~F2=cxsisCyRjXz4ue#v## zzCE)=p*~+RD=t}$j3uahE)#i%o42E#O>=6A`J_oSN`53ZvzfeJ#!{B$#at+Aix}zV zpbi<=a@{pG~6)VSFQc4>z4FwOr#%H7s9c-Hb!uwH!+^uCnlBL~5vxizpDK3`gfpJ{3`3KF%bQnY99{gbUl+8fNfwn9;>%DCLsJCl;XsMe~b7~7NX^)RYD}pSon-oEuEWnz%{=_OTMJI8 z5BLRd*>k=in&W}ra8##K%V5RU+GE~m%w*k{=wf@Z$89ax!ou_7O~zLpB2lkQr~fZ| zZvyYiR+owHB>U{MhqKQ?MVX{QIY^6yn^Y=Q6;Py-ROVFXsRToYN@b`@B~__Z66}_% zHWvi}XSfLZ8W9C-CmaBU>(JT?D)JlvMQy$NT&pEU|2WWtLVsPrC3XGN7oj`WwKd;fLLCeFnE>oj&ls{A9btDfHjhP4{u;*O7FqT>3b$54dQHb?f z9g4G&l(v+!i6WgT2(%C|M`pxdPeKQGp6R5Uy;Zzh@l+iPk(px zc*5Q?G?aXNygmu$lU&Ek4HVCd9E+-z;U>$3!kDw_AlGT<#7xYx^m;|Lmu9dq=y)gn zL14;c8Xjlt7AjePC#|Oenh68zy zr&CUs%p(@Kv^tSleRBV zZx~cS_k7LTA|DuOP&J83+1xOZvw_xPq_nTZb~DqkH$1AZWIfdt(v%QU+<&~bC=MCc zTaTH6G*|0&Z5pB7N>+JhHwW2~R0uE9rCBo?o+SIc?fRHwp%_B3n_h(KMno6+pl=Wu zF2kh}w6XHBx{qBo7_*YBvwf=JcG^)aE~{OyKF$xT!NIEDRLkXAg<}`+(!mHl%>Yj^ z83t3j*wOcX%PAwNR*inGzlet{*{9B>cQO(r(b*Mw#lw3QO;T zlbel+(A9hG8M`QrEfn9WJadP>Xt>Wj)Wl3rBY+}fg` zOF}#*#S1AZ)*I+numOpboT*2sLOVQ&B1}MhK8%jThBR`0lVj00a&%0t>w)@cs+e-L zKZ^R2(SDtw7F@VUD~VQK3@3#AsN(vsjzuq{PFAI?HcpMjRKH60BqM<@WP%|b(Iu)& zdz$V>g>k7WxWW%xFu7P|scWIGR?6iD#YCkSAJk&lYjwk2E21STTE&>wn;P%(I~HBJ zJ`%XuqRdj!MOGNj8bi9Ct$Rb7-kft@%FK^t2HVs{!Sx)+qN6A5RW)3+=o}ZvK291{ zx|LvU7%cU@47;j~rln~&nu!nWy^pLdM2!oD{mD|ps)vI`l@V}s8n%;s6~RAwIs@d+ zQkK(wrM2z|+H!->La>4yGuy_kOW#8iw#FPK| zi~rkqeariZ?jY}K?YZCNexW<#exmE+ciwsD6?a~6$A9}1w;#Iw4Y%93pM3fkr|r|H z-1_jX*Wc>gddkU%PhNl0IeE(Qdyijv{3S>Kbo7%)FFeW|J@N44hwpN|%k@fE>+qF_ ztwZY2gL{TI+??Nx-+b)BM-Se9@X~|l9X#R22XDOkMguntAJ~8Oeq;Y}o)36l?P+)( z=l+1(kE(p>LEtptcahL{;1dJ+2r(TR!Yzbgd?i92;sXMN4AdgDR)Dfb{GG%ldqg9F z3>AW$fFQn$eQeVn@I`>!DFFB&Ke3B_^!}&b4BTIPxCMxu1}rXV(W#qI4G5gt52QZA zRv`>90FqY-pq{VYOb$#afF)oX0G6~Z`2&}d6XH9I2*rrDvMu@7oF%6Tf|XPOC{3cc z1NomTm2v;UrQ~Q0M5!QAg%EsOlK=L3asaoX#Y2G&0mLM_Z(H);+)PgT8Xp@JfUR|R z|LTS0z`X&o2MPxZ$Bw^lsmyyWd`TiWMilWF#8`$l$4+1J^DfzwNYOy~1e`cymt!?v z9f?oAU=Ktx0_Z`T0P-ikHxc+Nu1*3-$p20s{@|50K_WYGRlA-?(H?%!w!$aHu=k?>~3#3E?*Y-^D*r z_`x(nO^6TZPv@Djk)6A~OK z13P6O{|LJWGS8Oeuf34mk4-Rv5d#(tJTAt<)yll)VsfY< zV$cHq42dOp%Pq-YwV6DCfWGj-L;!E=XZqGl$&n6niy#kd|Ek}#ksSDU^a@c20aklk zWnOtPIT;{WJ%Ui21I=Pv^7934y}E)G15d|c1%Z>hx+r*Fbe=m|j7j`rbSKDwTNgCX zS8OB)4jn3g@WMpeZ(HuGjpT5(L`{ulu@FK>?8@ruS?~w&>i2dA5Z=UshR*~|U(!_6 zkNiY@CNS#T3$%!j@%z_%3kp7gfq(K5^*K12D`dy3F2eKW8}^{8kO<>sfmk!}E|Dd- z*jI~a!CCnLPGio}7zbFGNel2F4CG+YdVF&DuU)DnZd3{EMrfL$VpugW0xt76w^Yfu zStXDe38b6Da3Is1ROuqwbEhoVJAt!Sf^34p4v}Lr0e7)?e{`cs7zwBec66W(?bIdi z4{h25EQ~y$^NT&mPUXLE(;og7oKbWso=$eM|G7!zXor?}j}XKbRXBr9zQaQ`We1W9M2V*`h^4r38PYl+P9e9)Ek<~pwMv+lbO917idCW+5X zL~HL;14^r-8(l9RV(?_5wk)NO+a9m1>BE7yjld;dQypls7lHJ=WUfKZ86Jw9cd*ML z;EhlLb8Ex3zq$)9!BoOSL*qZNu( zB##hY!--hjGWMLG{Ej^OZ^_TnVg)8(0gP@vo-hQOUbbYg8{sj z1lpFnXR|p(Hi*F%2u+8NSU2aQlF*hM+@Hjm`zOi&-@6ysf8Tcr-}p0sC=edO(a|^U z-KpJv%jw5Ygzq7<1fZf*MF{i;JOE{d*HeUu6y9R2d;bIx(EJkdf@)2K5%qG z9uxdG4o_u`oM%7%ivo`GxL3d%3PdMxw#RnY^_u3-eC)xyh25WgpW7XnQxEm!-J2Vj0~2h8Wj3{_>wb&AMwv?0$_O&uKQB)iQHxI2~mgr9wwp%t}URrq2;( zv8Lm>KiWB~`qj*~SN*9E+`QVypXM3nYPXO+{^@t$9U{!5wdl1Hg>YK#G}&d63bq$) zJQ{{H(_|?F`&1p872ek9vx;8L>{C_rV56cqSu!Eq#36JB&Zan@l0L?*IY;5NNzT3G z%yD%vJovJVmAz{TiscWLgUz0|HMJn`l(SpSa38QSF<$A7Qo}`8g-}dCzk1{qT|98( zR^Waw#se9)`oqK{+{Z(H1Se@c$NVo(!Def0db_PLRM!+;H|4fImQAlZn8`*kI7<4`Ojvs#d2kx>=E}?ZpW@API%c^ZEVFu z#PJgrq%YMUhnFw497$?iytmIyHT$47drLwg0QusSkf9~S-W>H@VxhpU;E!4_1wQY zzVUf`A%rTp^Uxjbj@R=<_Y+*dwf_Ro@9ux+4f7y=BjEma*W+$JcvHIh_=5)yK6og( z8lLCh{@Cp|-yYun!qY!KedB4*{oC#@b3M5Kq|?vxyl(&Z_TGQ%p{EMp<_}jAzI4dLCfszq}4$I~)i>3RGXBi+$7#shciniC!2j*gg4b@^lkUfJ1|Dp&a_?gQs*MKVeU51I zA;1TA4!bqrTh1%6{saL?T#;@^TXw3zpKn%x!zC)(&taQ|tH50b(Knn|fb<|DdEt5y z&trIV-KhdEKdZoc4B)Dm_ybgdTu|L(Sd@Mo%KwERS3cTe)1<-}q9OAtNx7vP0RM}+^z4_dp zJT4P)OuUw&3vtE0i~U1q4In*;7g>N(@CJp)+#MasJ8%4tz0V}CMF0!nd7eDIo>z$s zOMDZkZemK2(Y;HR{&d40{)t4_0h|CYt~=TP+Px+@zLEF?+$lp#236Z>P`vlx=O1no zabpnE3vruSLLimAE|Y5Q*h{~)(Iz|>V)Kf(?;u?6PHp<#b9=lz1O5Ok1Y9jadF*2E z@nb3ZEaxlX${dI(ybo?>iHCV)i04b3o_5M|!`=tr0$y`5@_i7_+{yk6&dbLz!3!al zX@Gu+PS8&FYrqg`(s}{Hn>^W4K(LO+`^gT&%yS28>x(XR3EuXxfKcQR24_YP8NfgQ zM6_)Id)B@BW6|@I!GIybpz^@o>}3Dcd-j;>7)(&m!lM+P${?7xQ~ke=*pp{IR2Se2 zG#M(HfH07kUtj`4c;~@#2$d!rk05b-Wd(l5hCLpUI2gczkQeS4>lPiNZBSLGhB&PdnlEK7ovAWGK& z(=Y^&OCTi=|8ypPy;GL+3t2kal0c*3jTzF6B+E;3lRITOx|b!^bVnx4z=|4fG2+F_3K(+|iEf>x<7bz%3iLVc0YPFM$;eb=qYk_*EA& zz+*VBkI+pRisV?aQwCqTkpaFtHp3W2I0Ruh?otEwVg>}chDURp;jk;)F@x4d23U{a z`UyS?5B9s&Ksw6+YZ0IcQ5er-+a>i zS6=zbzdt_w=e_9OKf7GteEan9JvgoR4;h#5aR27}Zhq&@@y##3dF=Y12k&=3{ouO~ zW(Q$c``}SGe&@zpZme!3ZailH5BA@Bd%FKs`}zHU=lPiD?e3R*UUK|0Pt|kR{g-?H z?0)FZx8E7w3EjDQ``2%Osq5!%zux`4)89UQ)9KVGUry`urkB)vmp|KVo5N;8SS?o-Asr0+l6+$6O9W$8 z*3?TC&$HJS87`!ZI8o43BQrEk<~eC$l4V&lA@c$%?=h zi*j7a`LmNrxmOxwx}B6XV1=qR2`DDz6@y%#Em3yT^I2<)G{r?)vGH^{oO5lXku2qd zp`|Ltv|MlA%qGkJXnSdNQnh)N^W1XEfDCC;X|*h>Gi2J4QpPu)E;>w+_DU_u?@KG; zX5LCvLg^OgIdt05w1tpqgcsv_$FI)oad|4&<4J8e9Gejctgcm!Y1*FN+9D+; z+N+V-Dfz8>m*WTZjNTJvZ*0=eNwZj)_vRKFEqZ6hn0Ei8V^LG-fElABQc{$-`ABRm zD}{kS?N>9yihqW#;ou0;gHg5zvGY7AtF7Z4jyqOc4P^gn3Ny3Yn4X zbDWmj+G3=Q#;MR$j5WE?FdNO;AA~(G)WR`lwt;6e9U?shp40G(DovlL5=h z3)Pe!4%aI(J*R6`di1MoaKkfa$E5Fvx8|< zYD;{A%1F`1ylt2~+w899-JxIfMU15T#p`jEE+)Wv&!#w|sZ4B%mMt@;GDeE-L?HxS zs)>V)B>0Ny^omyB_R~g4RUH%asPx< zM6M(Gn;AR7l)2)tFtxxz9jDk*J-?#bwH(j*bCiEL0U^Be45x^kAo7BcZq!DUk(-EP zztLWld`3oEhNV(;($P#UBsHbXG`shpV-YC}waKbBomBHFD^f{>{ZzYN>jkH=)oNk$ zd?#JkCyQ~RYr9_PScGLn^yn6uK`P(U#x=8UC&uMgDBY-cA{iqS4X|lZ8O3L6!S!;- zf?4E23RUuLGsMNT_PmqwPa4{)$Y(Qw;(SbHI?K#R=eb(L{YJ+kU_`?HSW}}HQF+c} zrC4>C_o)N#%8o?RfmT!~YyL!`q)J)Wd)F2zt5=kQdH*Vw;F7X!1XDe4JnSzPdX-_V zj|(xRt!DhmRF-r9j$@(DGlNjgTU&Zt;|kXvq{}&`(~PXr!BvJD1{l6MiBv*dqfyxV zgkvEmv_L)Gh%d5PZygHyA%m&~C6g-}W>{$EwDE|Yim7(E%)1}z z+cRdBtm{m;EE;~=_1BICZ70HAEnwt}h0%ns=O>N8G>W*#ecx!kfIqwUB(JSW>BG*Tya$Ir2>-T zwjGOdw(0}hGZe7Z<&2=+^`7RNC#lXLqn0Xcsvb%44b}*y3wwX#SQPVx0Tro4^4T;e zPeSc!4^J`?O6jBI2)xVREwSj$7wS-TO?XkCs%I@ z@oc7=tPAnY8h0OVf%UpL|$fmDv8m+hzH^ z_uTnq*URrFX|Yi+Ftu1%UQzQn{p4YSeU_;~=t(>ea^6_TJ=l%-EqUJ3d?3m}46)GJyy>Y=W z@M4;U@J=rsY)k_ayOwQprFt;y&N~(rF3=2D3Q<1OkYgh;x#9;!BNE3RX_n8c<7g>g zUc{H(Y(#N=|JowGDwK0_Rq;XtfRQ>HpBa^ebPJSPg-i9>RD9Z8w6nb)ljb~*m`zsi zbTum|EB<(_nG&;dI21@O=~z9Snzd$KBb3nQ4Vf-ZQ@q<*ZL*5JVC+$IIMz)g*O^T1 z#C$$acJf^z)mFSrLJ>_79N_%2;&IxM?OF{@$uW{1GYj!)J5dF*S2hjFJCD`!nQ$ae zG1V~52NSyc^VaRic1uZNQB&1?F(M4JlgMCR3&+YiuVmIKVcIUt(*b_6iuO~q>kAx< zN5Uj_EZTxhG36ASiU}jrR095V-b*Xveq4_>*?z0m%y)9yG!_*{u77YWTBC8W7@m|0 zt06nE=Xy!^HZ8t4ZRUe>qtsgEYRN{8jWjbO_vw1*X6wUw*I!na)kJDiQng$}6EZTQ zAvM%-LZ2_ALN8TSCb~Fp+~*Wg=Y6p{HH&6jdZRpK!mgbXIULoH7!!FvE48b{#m)5RzK2Sm&kSJk_vjN~hTh<@D6p zCpMXMu$eSUW2#_>MYUN7I7Nih)po7c8BRphD&no{Ts2*ttRgyq|I^BF)+s2fNMO)x zDSO}MSonML(!iT;-oJ=9hrK~HWf(zI2sEPOCRguHR;$>u4ymlU?sfz?GInLr%$EC2 ze_=kVqz4&O$_$hMPz+MPsE54?37T6C%O08?*LSVU$jp2h?4ee}h|GIyem>T2TfA+B z+9Sgrwt9h5Q!i@*Z>@42*RQS{o>6_vtX>!?ls8tGCTi1^obYBXXd`(;YFrFzp+>1u zt~2O-W?e)wwyJ^Do-$~Ap>*=KV%f;ntFex*`V&=bV6mAG`2{&=a!F6esZ^ECl*eT= zxTwwHO{jpFNr#u2oYh{=qOxxiPA|;_jZH&pmPaO^lQVTHOfO@CC+?I1{itHeFACitoiTD!t~<*VwALu8Py6X;G*}*neHnHf zw+!3Wax5MR&EB!d&3(;ep_Lo@SSY&mTE^6`a&~DpFN?*9A;xBbM891(!&TdTpVPUb zcbJITR6|ln-gH+RwP#hb39mAGGCz&P6Qg1|o~_iAhb|#LhAn|D(&D=}MfKMJR0>TYb(m4${>lZ;Gy#A-9!v`RYFh>8Q5^YXoknrpL5U%Rx5E1oDU zHh2Vo^h1CD{l60ZyN?kb!SUe-w(tn>mIo7f$JW)?t$wb`2SK5+|N94 z3?wHW#~n2OzYMl;H5Q}m>wfYX)fe4;1jpAiXy?_;wn96vc?8!yf^)9MQy;kI5nS^K zK81ASnQOU9O4#mNu6YFKl!t2`0m6h}N&hagtlz^6yu$lST6e{8?$)2&ddIDo-Fp75XP$iW{V$BA(gIeGN)9~}Sa@dL;8<1ak= z`=fUsefyDy$N~R&_)CYcJJb)Kd-xeQfB)tW-~1XEednDwD>pyu;3Ee=a$p`r4?g?G zAKv(}8!v&{;M4d2VgEh*uiYQ-f9d|CJkN0dllzz5-{GFPdG}|!KJ0p{>uG!cbMF`K zZ9ZJp&HsJxck4o?H~kw^s67Aayr~Eq zO^8-O2xu^b#J5da;$0ibfn90h#?5~fVKww;Fjb+dMPkmOx)kMnH-xnqKXBmD)f@Jvq7n&e7O_M#*+bYC@iuGaoSB3?bf(B&BYtbwl-0_nnH==>KNS8 z8Sd|w?Rs&Ut5rw2a@Fp{rKvQK)K1h-Wvih{dt6jITCm@ag~qL#)N72@UaMBn8i7Jc zvhPdc9lq?(@w!?`rb{tCuHENU3R*SWy5w9YjPxLSgowpK+YvfB+mfFPd99O!U;$Y< zz-@sz-Ijc@(cvVdGzKjsHM#9$YrdJB0&ok$G9>Xf(H8e?BRODhKmh_Y4DjjJ%1kaL z2N4oVVW8I$kQ+fg!xqS2lG`S)$;n5+2SXL1 zXNW%Dl6-QZet_^=6d;sQ zfprI8jR-seFG@sV3I7uiUVukA&wo76og~M^3lPpC5fa;${Dl{iW3611c_2;%LcunE zu4j2EIa%U>#s!06Ywq@?Y~jX=0g=hAO*J-iM<>7&L3s^(Z2(irKU!xpF=(P-oDHj@YOAwY{F6wR&c z`~|f!FeBDe1)dCl+rBVd*c+1M@U0jYAj45aAMt8a>5a;ug+N?`MnTjDwG!M2!{^BfuLr&g%p{4KZLo}yRB#V>Cp$1Vh00+a@R)z)G3p3UTFI5seFGV3MtyzXQx5CX@Y2&{u@xL%T+ zpNQWja?xAYz?b4M{YG-4zIQJW{<)v}#1Fkz`f(DEAmRF_y*s~h=e2i652OBHf7`gt z-@bGDq0={?E>Gi!-05fE`pB&xa{be-7v0L;dg95)PTqd+@lPGU!hPTI z^N+vi={kQJ_>i#Boi`4b{&%bgHtf4LH)a$FXgK~k& zHV_&tZN$R;rf7zn(wvS;feJz#EfBG#*^2l)FI`(`sX;hI#rgo{0$0km6+T=DMx*(7 z*{G^!fihdcS!Kcby@l*7Ht^oKG zc-Mbemob?#VL^yBR%~(*YX>vSNy(JFxpACL&gZMxBFtNvdQ7lJcE#fWzb0edmT6Pf zV!fr>%uS2cMAD3BtKsU5>Q}&tY*=VTc7iv+B0diGN55|3Z!Q?^% zsT}S2TtB`>8UYbJ=%urjCCez8TxJ-nwN1948A!u;IFsb<+^ROrl=Yrm;Ti?J~2PSfltIh9I^`|(btGRY-d_GZ1wNixzRnL@thQye;&^Xm7J4G;6`v7&EnkhyfvV zSwkOtxk`ano7T!ZEk+7^?^|2wW}FoyD&=jhIy1c_N4RM|8liIi#dO#y*Oau{N1ztj z;u6WdKXNP#Z#I3W%dxOej{2lxq8)GKeTldw*Nr7LMd;7pa4Z{}+oSA4nBM9(eNij<; zW6-K69X#)N$wbXG9|-8#h}1|^fs$AY#%)Bc3W_aGFHqw}KD$Dsp>e@ATUTnl=yREX zxw6Y@B*PWLtz5L5FZSXSvEB^E{iRjjYNV6eLM;^b{^Vf`pA?Cw`0#9%_bcI!lH&7; zCBLjk{7O6(>@`Mtqu6RxW7f#SJI$D=iPE^PRf?ffcHF2i!)%#tg#a22%*WGum(rKn z9zq?)ec6FiMBi8zmaVE7Vj9+H(24{ybV`^Iotha$3pfMCWcQj`yAaV_owD)pe6*-H||PpD<1C+VnL&f z08wT#>-satqN(?qS}Gc{OSQ>DE{a+;(~KLbX<}NF*i14q|hLiR82bpW;VcsoB=!Ez#dda$;=09QMW)46!h+%bZ(XH$zn_^Gw5x z)-}DjFqRYVY8(ud8hK-pmKGIOD1h8D$y&Jqt$3PFGa|#JP)S!8D<<7!W|Kxki5siv zj7yrWku2G@nuM3_uH+U?CzM<#SmdR=S~0`&*xSn3#n2)&Qv|bH zO9^{l@AR#2n3;KrJT$BOG^@nPiURbc$NF(H(3=-wYs?lf{MkBXlp)E>Aw-#uQ ztbEqXremdUPK*wuv_h>owt*8KMfa6-S5Y#8hgz4R8LdDnO?zvIWthta=4x8!g;ud9 z59|z`%(4BBHxbnvMs*>$KIB;ROTDZr z#FiJfQS;7v`C%S(AVwEZQHd$I-7}>jZr!@T&>2b zVz%Gdb3prAY9+^*NgGoOh<;fzYfcEobR?EF_r2+DbAeloFn-(%yvEqTS{7^w5H}9HN`$`sqm#v{5-!6MKo? zRE*LwC58aTIchmAv4M%V?R%zEDQY2U)o7&~?svm-H$x+IA#K&-mRe}|`-^eYpMabR zH7>74uK(y1;qQk0gXIizjWjd2@>SiomKnRWtc|CY=DZwM^JX(r3i2c0mpDcEyq&pH zx7$-+YQeWt^+iKZXv^}VI;@3~t9&lmjf8sD!GxvVC+i~AxmXGI=ma$!GIAOOy@9=y zd|@r4YAH?PyuoTQU-u4UMb>n>R<)FZQ3$4o%W^NU5SgOay9`)^o~kF>vAD6Ymdo-? z6BqrS;JLG|lsbZQP3fghlkWO*-GwNHd($vq>7|SQ9+Qap#;IzXO4$e~>3V}xsbP;_ zmFnJsw5)WiomxDattOM5vN{>Uo$5r=ctlKU|} z-O~(JPA?4~+tgO!pjDD2*5`I2^{SGjGx347oL8`Z1*ve{>O&P{G?YV`uHF zTX|EfxEyr6Dp7(mrWd*Xd?9wmp{$x5j;v-an-3_qInDZ4h=f<`27IFFHl144)l9iP z<`Msoty)pGY-S4$ zRb7ln^R_herYH51zd9I&>^+C*rix*1G7WO=P8+m6Mc48rAG2bL1EUz!3%WX%yK0(Z zYs-M(deG_IM4A=EQLI6YX|o~*RI{n4%t10FdVR%MYaVBFx!zP5H;2imIR@-<+BB%r zfSOyWsn83B1WxGknW3EU>1uSk2z5)HL@Qein9jhz^8Kgs6S4}`EocYG!)51NI|LuUZE1oOB&tE6zl$c zH0f~|6sliLrSrjZX&6`q<#CJ(`=zO@BpRdAauv$@4ZSg!Tm9l(skolBE@QMB^8Ti* z`jz@(S*>>yqiko)4o7sA=_jN{uG{y=OkacJQx%W1$c`}7tUsXey-sI5TxNn(w#g1lRJ>bamk3!paE%wZ#tU5I1=jvhyT%J#;{~qq0{{QT3%rG#N$>Fp-v7nvThIQZ@BcP( zFA#Q7d+s;6U+B)bpXmDdop;`O#hn-2@!$T$?T2oE!|nF%C!hYsY5Vjkh#>I#Tb)}^ zIr;F(>rXl-PdR??@hgwNJNsKZwtwhpO74|oJ` zxH-QWzxmjMj~=}J;H3x8J9xs458ik+v<4ox|AGBi?>F`z=lOu=)t-juac-h>crUmL z2;qbwPC^vo77M{Bz#IcZjY3>N@U}=e2ryo*z8oYj*@M!98!>Q|NaU&=>|>kuh$RPB zEx1{P0dvp(jPHS(AzzdbBm{pjI=0YPJTJSHoTNd#Gl~$Cud-b{U%Q$7(*)G@Ja8#F z;lCmXhcAfG8(VV!nzQ6!>7ZGt0wS~`;t43MSChN{;8OB`P0a?1^ff*<0(NYzyZcwq zD?@0eU^XIXB&guzuUqQ=o(o?Rlx{-1fer)VH)1I5FcLoRl09N=f$xSWU7)t^V*lg| z_TaZ7Rw<#RgVY7~;V$;;Fl8i67m-E)yA&bL0wD7tPSbAXf6m47!RI5I572TTp^bMc z|1&o2iOK+&2&g><`Y!dqbHN_E4WM%(+7UhhiE+J){pqGXf?R@}8bAxc=H12qWWyfJ zT*OzySVuc{>;J5C0&>Hz6`Q z>`C}W1aCtuKSW&xffU@`D`DDPoy`ouZ3Gh-yg3q|4xvIneFo3p%m7{jbY((R1J`_~ z3<_s67PM$Y=_67V5HGZ@G{h@s~&xJsR@{qqEFlL3M#R6z=8f>bYO)10!JGe>|kHL7k6u2J_2l!D9jiKD9))8epoFw#7NOVi5mgs40=OB)NjlfP>u6F`wy$r<$40Z<66_|j# z*tF*h(yF?Asi@aczy`=!Kwy^|u| z8$vu3$oNEs20gLMPQvq?wfzys53xsNI|TfO#7O`GExXv?e+oG=hfYs6a9Haw7Ky$M zobskB)l44i##)YQK9KGE)PU0J=tkFT&RT}-Ra=(QAB+{Rtm(r6m}HjhHPwM8d!ZHO z#Xf)ppM-}Z=N;^FFg~}r!2Y?DLS-OVfnyf5b3jGMoV`MZ_sHi?3IP(yNeb+F$RuDZ zi2k_u6T~+VMHda*l0)l4fmd?4THp)Ll0)kSVhM;j$-$H1RI}BiUr-t$$ss?5g%osp z{B2uho^{rob?!vj11bpEk&;cry`K=w6ss(z*|r>*&H7;-1Iz+v5&UIa@(Usuq<&Dl z!D0Y`BJ7~HB|qNG9qJ1>rQtJS7ql(8XR|rbKY+(XI98}2Jlq`e6UJNsqCeZdultiY zb8qkno}BpG!Y}>WGu}^l1h;O^J_U~e|Kj@3bq`$kz;zE?_rP@zT=&5LEj<9i`CE|6 z$C=KN%3q%XKiv)U)pMQeHO-%W`h9mF0YdB%WAU$f1d!atHk&Bm;T{RQ=+JdMf^)5W z_JKn(j_-whAa}mFF~kvpNH=14ih~om*dwnvWS@@PVIrn>`F;XQvg^xITw6i)i$MRc z;}M+q@pU``qjepR;5r@wwDa$O+5_(Ox)~trrjDcU4zj~gN`yax^MOnxx!SpoM=6uz2--cJwLj~?Y(W!Gxsp=58rv{&Wr9m_s$-W0x!D# z+}nGn51qc~^tq>dw;qDx;B#;7oji2%qLb&kU++TP-{U_!e#`Ob_~}OZdQiaIsTytA&e1+$ZAp zkwMRsFG7C8YZ6|LS^UqP`Xqm`Q!nMYQwF(9jlyFVbZ0r1D249QsPw%j1bhqf_zENP z7>1V^%75=CT!N#wF-#zR`|111{p_4_k8`uA@wiVh{0{vW+_d-MrHy5X@H-Z;UF`3>Y>$WuMAMx- zAn#)T%#C@zhCz_W1Bl#W2;K9%=n#AkGR=3IrrgDk0@saq1)Kr!G)IQU4yOZ;_hJTX z5EDhNxd}{Xw+x=LnZf!om_WV!uu^7sw6LW0&f(4id~<^GM$41i4l#DchR zBB;Gf2Jha?zz?5;hyV3k{B9Y%?c8DDgo|E*EIihDfS@qCcIbjvpH~3y@qoGEU7ZB% zAd?Ls9(W%NbzDG@7kBu?t2={dY-E5JU!YM4evND|cFN#M8yNs_LV}E7x&xrFTLzzb zDFe(KX$tYZ%VY=d__3@Uit9XiqdS7&1zZ6;Vx zL~Fq8S}%J9Mn-32_S_y&Jgh%JlK?kDKFLn@U$kjY_Phvc06@f! z?f-Y1_Q3aY2rfXdpu6pu*RVimCq(Lx-8Enw>)=_t?U>!0<&#%;79bY_GTEj5?tj>{ z$0`c!7kO6)M0AJ#cmL%Ddwh3HezFrJJMNv@@BZ*5dxkU~_$^>7cPjsboAxaB_t*mh zpta*p_!lrOxGkUn|R$&c*)(#^x;KXdtyf8zM-_C9%B zzo{Pn;;qLWKkewRkA8OlhmXGT)INHq>*w8n<^C!6E8NdN`0fMiAad{-H-7iV_uY7* z>s#Dkw15A8ZvTm%KlQxr^m|W#%kvUX^~PiN|KR4c4&683>v`&}|9<$7M=v<}>XSdZ z^&fJX8bqy4O!B2b>b=vSH6O|tU9^ozeAI5Fs$*&%qX&vVI<>szY(~vhpB_vd^AahebJbeE&6 zJc~wCDQy`}gw4%w&RwtGko3Wu;pE0x~?ESJ+t5!j+*Fx!LN)zac zFkXn6dcUHx6Kc?FkGo@iEEOmtRJD3Z_d{!~%h?p6@ao0B(zUprci~SBgrp)($IC^8 z<>o7Kk_aS{dTHca6`tql7tBhdQi!fkt1DjeNuhx`;%qB89tV4>nGa?{Rjpl3OO-;v z(p~Rf*J@Vu_J?#Q8_3bIc49Tazn1bTGwX{E1Kc2^#v629pW5TLt-GJ&Scpll)}VMT zEwI&YI3H(6Z7pPR<47&3Vhc5oh3Fi#heLVOEjSigt*Mq4;YcSk&xClzTdxJxn$ewB zGQQHP7Sc1qSf|EPCLrv+c-?ZVgM@`7pIBOeY=+8cdTi8fw`=UOW~KFMebl3w(!#Hn z^}}@$Rz___a*bv$FO5WbQeuk9CY!2F3)P$|2cqo`WhK14HIQE4j5C-k2oyn+? zUR}1iT2@O@-TXwP8q9E(%1jD^;9U;ua#&ZKF=BS{~5wDuj%v8KliZ{e!%&=WQ;8^%OOV1=kbS7UnpXT?)}bEpKP2h?p^<2ixn8jW~h@OqbKVPzifmw zp@E;Fdx20oQR(!v)zPrW*%3~N_os20?F~Xc*GC--c{N^UYpvS^*3Nqup{#dB zHzTo8eaNY$PPA(9g>;&8Ik5$1ver@?%UCQrEXB$_J`_!>+A0*z&FkgNFd|0`rB*Fu zXv=T9zu)mB&CIHwDye2Nm|^HnnmKp36?{t}5i4&5mI8tEpDipXs#5R=Yl*%_<|Bp9c87UtL?6qSTk> z$ySga3QWFbrTG{ikb|RvS*qCOXn>t1m07joTTMppUvQcsPTG`gE@Sn^AP|_Ra^+aL zwwT3?Y_jP`1cp{59xD|LWoC6=_>Ip6Two)4TavHQLHS;k#Z?JJSUut))RT ziwV#u!q?iG%$DrF7!x4-{}HFJ`=$;EP+;!HS9pT z+FmIMe>{>L`Iw5{$tZMk((v24#|C(~bobX6GHawN)({!GxwN-BDAt z@a5Z*TK3i^!%R9>7pt+6Yi~VD%(0g;(Kw55b|(ckTbvrcvQbo*l3D5|SN*z|QzAXK zl}(wPQ-qvd<-1eG9<|y!9rh{BdBc})rhJo8v2EoFRJVc%&kN^Aahhf9yNr5@99nvqQ7O>#c@~n!r|AW)oHj}!%Xa# z6=>%NSWS!7IzpH!%0BmF9SbIFtZ184^+wP)Val<7%+9DIYBFjh%icyKrMBxe$gz)x z^q%8JOn)xc4=}UEe5A+XJ-;*x6dR$`Xt)TOy_Ocw%mUG2lMgjH!5LJB6{?LZbxw=d z^0HXAo4!!RkY+JkX^duKaOxcl0ug;tk4}892iBD`it`#f?lkpLMD=EuiY3_yoKwpx zR6=W8C6U)h`Kh7CI7)CA))rGk$yr6Y-b$JC8a-?)osirPDXGeM*cudSM!QNgIp1_( zRA~3d*A`Z9x|rm;MJh{m>Ukw5RZ?NgPtOCz3|+Ir>ax#`3Qd#g2)3u})T-jAtwxva z487%^xTu$6`PC{*$>I4_qX*?su$!wWg{+H$e78tR{5G3D>FH^rpv*0 zbx=xb$!xV{v?6LRlUvpbNsqX;FpI-+lxa3US}6I9Nze*M#WGu31R8vAjAL`rAE}!mJ1;b8*PpK~=DzM| z8tpU!Omv)?2Qs}vFuY0!BeFW2SFO=1>5W$yVd)pkz~{m!N}gHjL@8CeVwaUmbJ0_#MZh zqm_N*SS{5L=8RUCQ^PtUt8ra}ZC6vv;d0iBF{5CO(pt9bd5%T9m(AsbMk+D%E+XDx z!Dsu8QGiZFYW*^6dP9L~ibt56rOmmfIFSDQ-A5E>ZS6xJd3>^e-DqQI#s-hz&mVf> zAOGGvjy^$n1g8gY|CBre{HyCf*FA9E1J^xp-2>M>@c*J7xSx686sSVH_Bm*Lz>)t2 z;1j%f0u=-75bo)LVg@VR^$ow5_`dhueFU4fGkE^h%s!PE`ZbT>IvxRVfS+o39BrYQ z5Q6EaRwe=r0gtR}00AD#D9~m>Gx?d1J$Sbu+Y@sl)x6k(&zY$g5wPq+O70*~ma3H! zVZ|2etB}YIll<8@zM9$gieB>w(8oXh?z_WPO0^a}Tpoqfa;M2IlT@(1VB^uSHC84| zSt*Ovp;_T=jef*^e9a@c<`J0sHILw$M<98*WNYPDgrYA{npWG3dcCW!G8_}pEPlA; z>_)lzh6bQf7fjTe1qGb zr=R}z>6=a$r?JyVdmg&=`?r1&yaVyp=kDJ<`ID2kdH(X`fs@L~-Q&MH{^{dyIBp($ zkN&~)@}plodeu?yh(2;3zW4BThuVJC{ZH<9yI<{A+(Ea;^{cM$aA~e*yN>pLbMN60 z&eySzuVWwoKNtIWeWlo6u8KyHtEKpXSEcKzxKgSr-DsnfLZJDY&&TKU;gZ}EVz}ac z#o9vAa!S-{WEo#S*h{FCYAfo>lzjP-nBo5~_TB_smbEMoUERIcp7%b?0&Y942E;Mb;U0rikS5K(q9MGe}MMRBw1c!h@1#i59qL6^zI3xj)81(@( znkdFA8mGrA#_@jDz4uD#&Dz=|lHM-0_uacxTVQ`;+KbJ`vC&}G^KGTXAcV5-=l4cEC1+NwKv$Hhyv z#;8-LmF^lzZ3TcQogoW)%u|+`Pm7I8F@vt#*-o~RnGdW21G$k|qUcup&0_Ir3`NH%nP)||7<0G+}dQ^ri5v9kujwZJlZ^9CcmPODO$&5-NifVeN z6!aRS7BVj!{N=_&kMh>Q&k*=**iz_T+UZQ?B96|MI!l$??f#q`YAyhxmMcB^7h8{6 zk;tmPT^Gp(+8K}zoxyZ(Ipa`%ZQy>t?9XO$RLO;2=HQ369#gKuIT?@S@CIfvc!?Bh z^~ORbI(A2|G6ml>`wY<oR6(!&rB#czac|U7;aLp-?>*4^NVa~9M9Q^IJiY8oj zSNvRQyqHYOc|R&+l|`#Gj><)L#v($+S(sI)nGdF}x^-xvN=y>smLBN`&F2OS6TlYT;x(u8{b0S<;whIZqAqmE_-SJhVAvcvPEF z+srX^QO?V&FcX-$iQXPfwN+@(flE#{)rF*RiI;3WqUE|s<@0G}WVeeoeTq6xzF2e{ zy6en_Rl2;EyKSV=CVFA&#aj8^W`~- zH4~3*J&chtrstAG@Ev2)kEVT7${Arr8^IiwXsps8l>)vRk9jx2Y&`@tEl*o)+FXa7 zX5Ve|YDOSYcQx(~R&LslIK0y-HafMbnRxHkW7w%jTBF6cqYg|}s?2y6T!h*fBx}{_ ze5RWld)cK{AB^PWS8YA|g-ml=a)MQ-$CdiVblvd$xzX%@fKY zn@4UcYOksGN98=h_sp)Om}y$j-LSrxDQ$d_b*7De=sQ!@D=aounEa5Kr>o_jEv(my zIPn&gSA~oYb)p*CAx%r8KGw2mUKd7*hqoTX$s%LTrYotzg}m2FS6d@F!v;z;swkM8 zt0ECp?c5yh)bOze^9Y$B_@GLS$CEWb&?HNlE7?)GN6>VxHmeuHE1N2&F1=)p z)gVvTn^Qw-b~HlpL=iS!vs| zU2Qd?vr;otV`M^g2Sjc~Vz^y**eXA_c-Cl+StJr&qH^%dTMwo=&>5;0_>)q{MhdGz z*UMJ>sGcvH6;8H@>^$Fdg-nen66;M+MwDh-jhbiD`f@BOok6d|W6ZFuP=!L&#T?#6 z=b5t3t*i2lO%;Y$8xTs-?N^yTY{A_Q-YI0(EgxN>^Wsp9q*l$TYNix&auVBm=yH2d z=_=!5w~5SaOfD1`bX51zet)($C~GxRve?Y$B8*FZ>()c*1jw4E>RH<>Q_GQZ z<~m&;x3dio)`ozbRB4N@9Bh+N4M}eJq{kJR)p)Vc7&+aL=I(So3?_E9USXz#o>9X1 zT!rR>ZM#QC;FaJ$Sfg|oqkRwOECA<@MoiN$mfdu7(nyDFxj&P`ZCakugTh&1jF__0 zs6q0sO6JUZcUfR@1s7{8fm}Fpy))^-mG(9r!)S>OAtdFAk}b;-?0vHw0_k;3Z@8L` zsG?G0{hm11sOdybJhW{$qN)m~ zdXxm26WLOERIxRGIO$XE9*Gmf0=XQdJ=~l&vt-WjtAa9074LeWS%)OWw$w94CqHmW zq~y5m20hKeO*_I)@OduRC8{_i`LwqlIh_HHLx=NQtAJdP`D~FwsZfOcywV(=+MLqq zp46x6hJ5fpHXf6uVYLn4*3B%bP8)vB%%{uQPPed3^KdF6*eS6zhHB39<%8`OJDC?W zp@%?fP~Jt2hCU!nsnOAewZYkWktkPqciLGkgr?U_{>ZkDXx4L-MQL1Z5~9E>W(#2o zs$DM*NU4L?^)4zb7DAEG@P1;u-cF)%skUSkXW;Qx9%~4d2~0Es*E$SdABE~XUmSRZ z)Uz^+#K*UF*tlhBK8sc1yonZ+g{&Y$f#>u=*g^)mfya13au_P zXhGJ_tfu3lq@OrzBQDeEoKG&`1;x zZlkw9=hpvy>nCr0)2&zDdfv@X-F*Me*Wdign~&c3yBi<9@qIUf8}%E{y8b)YfBgCr z*ZJ!&z4n*aK6LFZ*X(OweD$xd{sO$!yH{TUoC3df<=t0an6KO@0tC^}(U5gi#QL|r#jCD&2Iv}MfH2l*tL`nsd0#?1WiCkB_7Vsf87 zq?O4J?wA7%97wVOPY-tj`!oxZ?>lY|4B2pr20+dYWNTmPKYqd-AnH}PbOVIjUjEA; z-Zjr|*|Gsu13b#7$xM?!aMBzg)Ww)Y0w7>}%#Ucn3$dET1`P}FSb#b2qe@M_WvBEQ zRR#b7pe}fdV7}uq=}P|baQon){P>2k2skvLiH8Hcp{VY7GMjnfm)^N!tBN6JAJq+S zvf2>LZhp8k&ptZJSti?)ixfuW>1lIG;k2*dorUOhdB-^tTThGzXz)|h&j2RLu ziSMkK;lN~igN2L%k-X@VEz|M`99r(0l;!`abg`g71wvklh2_JRtO9T=bsj zv)t)$z~#aX7xW;Eu)WV`zH6QU)PqTHl?WDYFXvA6_4(MmDCcCY#LggJ0<#n?d*C4jy;UAn$&4#mc^6nJF; z=C;RN+c5{iSy%%BYypJh0PQKr+Pw#z9{1J)nDcYcWOhTLW2~d*or~zzPh(#cP=_HQ0QZ1)mb5!A}684xs ze#|_62=KrlM8E(-AMY{uj>QK=Xpl=#g+~okEAgX%E(3&o3`~v-0alKEB{;_`JW;}) z3XhE}fI9;TVG(#ba=^O{I748m-@vC~RsoP3ct0wsuRSU~HiwA^DZ4=(fb=W>=-dO z#y<04w{++PScyQB1@OE3%-s{_0Ja3cH}HP|iTIvitR3^1pa{_AkUbKU=It@pkH!VW z4mj>uBmuCy+ zwg7H+I03DBseny&Dg$$E%DJ^bJ#O-Kn4T)E^tua6U;9jJ!pXEgXm2B&I2zE zv33-&UfumE16v@Rt~RYYxgme~{R)qY0tp#tSWMeh1Z{+PdI04CkjlV6VCjKJ3&+4c zM}cp?UsP!R4?OmzPds!3Uc7G|k>;LU;m@^4 z?B&t@xu5;?-#qdFIV;DqR^fCL6Qv!o^6pO!e#sNJPf-4zjQ;fg^wgm~K(fq(hkAh{ zxX>fm2=474$)zW*ABUO5$0cAOj$atyMWzV6d+=TWFWEr82d`zoc?B<_rwRYy_3=WF z0Im`Ccku;|-~vZrxsmc{oaDWH;_&9?zU=ML*m!R>e6p5A^bWEi~TmX`eWLQ&xbfr-;l}f?f8zR+*M;lPzxIi1PhJzQJ^$(_u0DC? z6Hj@_zE3?1x5KcV$6Uv7Edn1);b!DK)U%(wR{-3j!AE`g@RI>J9}qJG1@E~E_>cF9 z9^sRF{D}v?BEiimDD%d8(`TP2lApdGz?Lu>+5t7g4Hd}voQp&G9rp`}*{I{oNjQGP z*TeY#ovQ`^@~8!1A5&tN;D#GMR#xHv&e4Lm?)t~w5A4P8!4s5(&g1{)ody6$Ch-3Q z`!QS?oR0xH`RzvmY#u=#E)e2l9JJ+J0sQf90Kk(97X=0Qh6kU{&een8auh(^gFr3} znbtse3fJQ23g8X*1K5lKkgf$CYWQ#r-;K{V27c^*0r4n?0SL_I@I7$DGJdWWyysX8 zim`NV1|||*bHYeER||gRegH5Cq1A9X3GC=_)dC%Gt^nS3EP%~bC0vHaIUjIJKUVG}=sr(KzrW)j-}A%82wWq8{>r)hfB9aM;O-69#&|sdjobJh6_O*) zvo?P8^3UIGQv6y3U-ql_wFI_BLZV2lb{~gz&R+Vpoi@QW94N5B#ZVEJ+;g?*H;??` zS^{Xifz%t8+651C4E zow|_^I8XeabKgI{QiU}NzNy5QP+Ow&vo&j;eZn8ow?JGwra6Z_@Era3tRsK89E@-8 zfN>u#3xO^CT>j74^#@HS5cY;c{R#9C;9391Ll92m**_tzA_q|Kx4s?Dx3r$`3|N)oZ52s`2X^I zBMa7WIK#*3E%5x|)f9Hr`#-^%3%*&yHgT>ZEAcFkclrDN_lrE2e;G~*J9-4a_N}kN zf8kHQfQ8bxX>fG&?C6eBe>8b*x>AD7kUK$SoH{iu=_%f z;6jh!LXY4=kKq50dITHbc+{?7Amk!dX6xl3;s>l!LDasRVI~Heou=))5t#iVijLZH z>Wv$Z2cWjS&?C6eBhbh7)_jROpn;XoNZBe^U<$dJqy$PQ{ysIXB(@@DUUNKCXM=^m zu&{7sf}Rk=)mkCK^MxooB|U1gY_FA~9YpfM_rQ079UMV>R{PZ(A8fxf#t}U2666aE zZ@=r-AKq%-ByN1~^-o{_vTNUZ_2X9`zB0S~z8FUU1{Z%Wdf=i5E_&earw4#+{%L!% zfFJPEa(@=^Eu5L8QvH+|&yUlKj?0IF<9tMsYD_OH?}e&WiW z%x}mBfV3RQrU5#b(^%yFnco+B1Q$4h3mgIL_&@XBcRlx!vL)rJ>1w?yHe}8eD74<5 z<0hs7IiAiH{n}6+m8-_eHV2veb2iR^J}1aAxtX;0kt*k)7ur+!-B7a@Dszml%^ID$ zmIZO|bS-ORU88I>nTeR`lSm}=241OZ9z&L#H`EtDk=R*ZAa|t%$*ytIUlw@GAWI`= zt;j(ddJz&NWBxW^U-8Y46houPjz3#^1n-EC^!IQCpDT638$bPhUl!{T zv=ZNW04f7-eaL*Mn)uF#uH62W+iwG%0p#{WxBknmcivjv!md_sJ^SV-Z~kcFZ$M{& zx%u#oKe+L}8{c?ic;m&OG4RvZzd3p5`d426;%oo&+RtD6_G|LB?A5;mHp1_^I=y=N z$}eAe+ZF%H%dgzJ{A-C1UH-w#i_7TcXC405;g1}?`j9&O+)KZA>Ajb}?o#*C3sZlb z`atUSsaK|6n*4O~XOrKW6#sr+LH-x5W%EVRO7p8in5K2SK~{v!QY~>A&ZqLF^t#c> zq2tLsFk92MY85i6Z`pV_6RN6L8$;Y_)HEd5!${t)jmy!swdRBJZT(Yj0+s8npPylyC@ z83!v9^Z6QG){v;pqs_=%^i%n*hvP2PLTK5jwz9^I-x=UUh*5*uV3wQoYrfd4_wvhS zxemIkTRmUT>dvN>?3$$e>)uQw`qg={oUW$}D5?+pMOCg1_51+D>!UESWeoO2b};DF z*<8C^Ta;$z)Ml4f$3hE>WsfwRNnu%Hs)o>O$eF}XY%Vz;T(6W12ldKQr5J?9MY-on z0#)gYbZaS^-KEp?6rU`cgfDdUFKqchJ!0Xxwf#m2%)Z=}Mm~SmS7& z_B(a%;FmTYZitneLavn-*YeEms`ZM`HtIQMvh=5NZ>W>jWIl~$)p6qBcefrv8e`^S2&Z-{`3t&CDt}L^kO%Q`QAfXS)-oz$a z)rAq6%Xfj^8(YYvTcpK`%jKLUORbUO+TjvgIc8@$skHOqdeO7$?Fv^DnTEo4G|Z#< zaS_XQ*K9N*343XA+`*P<*I8zSI@UsJvo)L5YqH)#SbT-7__ED1D5Xe`hDL`e8INi6MG^o18iC5Wz265m9d)ZN}ZP4#Mnt~ zUN4b_oG~CK0o6=KTMtb#sN8Bco|k7G*AQ2Y8YUGN%_&u66-g5@(pxm?q7^WU zYKHTIj2=!Z1-UozL({PECY^BXrTom$L;;tCa028YL zBRiMON*l#>gPfw7Rf(fa!x`l5UOJPwwDqWqEf<@S;~qa_i`4~@6_%sw*fmBSs%gl@ z!7O64mTCEP|KK;b9<`y|2pgfx>1#b-ooT{qMq+5S8BT|5A@Fi~&0CXcJRKF1z0LHn zi$iAJH<=0PbsT@GR)@5PYd+m5pgKBU(oAmUcguM%EoC0vR*?h!oJVj`$B0Ru>*Gzt=fz3YUud=@w`{F z*l=9$77;V^vTYTav^>}Oh2&>iOGIk%%aM!QtKM=j9af1o%MePvstpXUTu9#7RAJ5O zeo-snx#_f|l7pgPELNbRV7D#1Web&banND;^c3xs!)@1EkIIV${ zYc05DA@Tj&pr#tK?(%6vSoM{GJj5E*fFR^vIO_#VSk$XLv!E-I$CBZe`rn!~n3~_6 zm=Txd2Gg~uPEdr@>;SY3Rzapbw%4^{)D?tsCaG_F$`S;(gc;Fl-iQ6Gn5$vY1kf+$ zRIRpai%hl~w$e5qv7y~hY{ecdA=lKM!jhTHm$d9uDT|nz(RfI)d3_Q3RCX=9_)y7b z=r9>>>)@?+PnuR38TY4|Ss2h_*FZ7ct(r6!^`UAi6Cwl8R?9+KG9J{U1AgXja(?P{KR%RH@Z#v^C@sh1W zdF79TT-V6Wqn6*)s?}ztsUYpCif3G_;V-L7SH?xElMlB$zm+%Vg@uxt=8ys1^klBk z*XUNs?ih*!zfGu09SGSxTCo$PC9eFpZF&m4|6?5 zvSZcC>ilvw;1%4YWT!ke3xm=G7exNY? zuo@(n%&9TEq$UU_wg)p%lN}|t=SkBi0us~)f~A;&Q8Jt1F8TOzD+tsbuJ{f3 z-gki?c z>rZY;w_bGfw{O1frhM~7H-7uZ+iu7=UUdDV*WY;kW!L`Z+P}T_s%!0Q4`2Pms~=2! zF!9EOn8+nkSKoM5yqde3g6{&~e`S6JyYk%2zX!Poue_=1YG*Ska?OW z2tVNu6rcqFMFK2qgQ?u_f1d*qssg@OKqCPwYYc4N$0wWmmR)mTo{dQ-0lc-Bf<5*6 z6Xx+}=%-d8PJQF9Ibc^l(+BL-6DQ0+Gt)`xwfD^drxwGM;+S)QR08gU)1SwazjMO; zv#Ifr0|&Rs^aUsU0V4~DAHe1VuIW7fpMT6Bz-jPpFs85vY%-t>&*Q&=7sv40SV{rdr~#Us z2Y4{xE6-Q|bB@;!AhK8^0#NAjH_3C=|MXq|Sd{>Bl^}W;=;w+5p=18=eH1R+0g?!h z0B~97^1rp~59AbZlaz-R0Q>iO>c6q$5BONPn}V?p?KofmUp?jzy!Zg9E5-;U?%)icBF^W3=^hv^hRef$;2I1NX%Gou;eeq7znAMzen{aqnfH%WfI$r@_xmy6N5>o65g^+z9%F1B08JC`I%W>INnm0D+-XeA0d3u5{zJRw5M31r{A2JjtOut{ zf5!=P;5(@R<`g1=EI&1v(u9XHQpV`6uhuh81~8sN0~_uMxJ z+5_OLDT6tzPOv<{vpH@4)??-X4uuW_STF32G0Dds^Y1!t9!qD$q!=)6;mmc2dZM;qE^?*{I5s3hirhDGl59+EnePuZGh;c^;iIe>BmN{<-{fuRFP0ATyi z6w0O4S04ovlbAuL7b~y|!@%9QU8dGM=CIVlu>krU;H&%i%2UhxWYTdkz;+EAT1>zL zGy>4nyFbNiCJ12cuP}<&m>66N=D-|K0{l4OZDD@FLIX!00I-%T@umSQCoFuYmWb3p z+wlkBGth?vR2QJrP{29-2lw!@oB9D58?z_DIDqQ5A;C|Z*25!*_3J!E(mNpm1|5LV z5E$$lFapjIQf4=#nA9l-tHW@Jr#bXe+|$4`00cR35I9$no0Gu(UIw};80;mGx_}9I z9{=R;?KBC-8AJjp37}|kt}aRbmtB8Q2!b+zr2$UE=c@mgcKu=wwE5gYpb_y7lc z9gM|T4+j?IT@|aD>bSv1zG`l$i#t|c7iBk4(&0=D)U+i=`owVbv}(Ik1HKGLYC5zG z8^p~FEe+>@m^1=bsQ7&cPB}0>_pND@qeTjWf!7^)%>u0*xXOmPae4_=W&lJraDv)retoxepu>Z=G^R( zV9Y^6)_w)Izk}ER9UQ@L3_kx;KltyL*J2#O(^G$VCXN71F8*Bfz(o)IqwaynUi`$< zchZ|S=i@Uzg`GZ80&(uosNo|Ikj-*GXY6!g`|~_6a0KyY2)orW1%bQC`4@Tw+r-ri zJ%S58f=wd&Q>`EudIW#)iCSI%kJVeebMCCRk|`I zko$}D>4et(U3{TOaG^(V9~^a|M*tt`4zJzw zzqtId*@Lh-NL;Ub_F8$7>_uTd`J${M3^m(a2NWCxlhSWD) ze|>6@dL;R$2Y;LVsfXV3(Db3|2AA;i#LwM+TkYr{r+LfwqR_LbNGQ+Avuob~yL<@B?=cZW=B@C8iG*P3n ziyoJHc;i9zo8?YN#dIc1d0tQJ8f`^x2}Zd&h`hWW=F)VrGAVa+3nKN*jR%>l)J4?s zSJQb#3Pwa1GSOC+fZB{UA5%mx+mKd)+#1dYmDJ5`9VMki=%N_qZJ3RZ^^^u5Q~gUNoy=P+K~@oVDgWrur(65%zTIg!PDJB5n>>egnHS zUZk{*M~lX#wHeCYY{Uagiov&CjaJjBCo#ed?ICGqX&319EN}|RzutNbtwKIT3w42@ zh05HdN2@+(WXY`6p7ygQ+wBLVdD-nb9FqL=O;SsHQb}|5VLcZTD7{9?i~K0+_Su>| z9`yxpTFGmoqY1TYEmx4XiBIHQu((FOkfFK~Eor&oV473a6+x$&sMc7i~$jd#Ygvj`O;&LQy3q-&Svl*OP7(E-&MNU6>^VTDW*Cwd0@!Y!3 zRBAY0DXoI4UE#8WuFqAxNqJCqM`2NIjglYOdSrWEBg|z`zu7~2My|Xpdqv8bmsbtB z+_T4FyS)&~QHd_-i7(!Iq`8GR;o5bs;*NnIq^CHdjrMGNXjJ<~NLLiGIY;$$vu!4x zv+*Do_R_RXr&aZ7bX=)UsRp%Jk2uy_l&Sfm;FkN%aTMtSCMRxhJ;YwSGK{R@FjUI* zmCidFswq`{Idu_cp)EMqsZSz$QZG@--`;wR>2?$PsK?=4opriBwm!7ox;rQGQN%U} zEw@(V`)Xl2G?Vn!LntnNx@)CX6)EFnDaSDqjuB&BEe%^{vD*p#a2PD9*)o%qwjTUY z(iPmuMTmn;3Kq3QTtXz7QHjYfGgv`E-4&0TwPm@I`1IDJMUaD%p}RwWqg-a;s-QHWZlpjD6?N=5DtX`?MP zGaZs#SJvAqxN3IBeUUTTJhrTypTT#7_*RnZ@A8JJ(U9Xo51d&PJ^_C8& zEE2EUdel@=ttg$6(PBm08HW4~#mB+WF4h$+hKG+jNo2aFl$<)*~O(Ygu$`7nTimUZMnaFl95AkzOzA zbuuqDnms#ES9ZI{k`dkUgd(kLzo)xNhgB`4Ter>iueEG~y2aXzQWkb{-NNu_Z;N z`HC!8gWRwvgq2PZ)|z9+cFeL*x1?GRN#0%G*c`tkNXQ%X>L}GVS3`h4p#!f=nKKky zkByZ{=BpklEZii%t)roJ>WEY6>Ye^zTyy-)G8C9nY0k3rK$?}-1n-t=Jvzu1693QE zqp-khik%PG4rh7@&w8W0-;fH~NyeON(o_xk4DDjHC}k4cG)-bzT+0=Yub_3IN=HuM z_LsFx9q*7B7s$cPZ<~NVBKn18^Wfu~I*5f1Z*^=W>A03L=7qp&j9IhaWhtlDLEOln zcZym#>C1zD;(yzEL|i3^1at7Nz>!DpQ^m({9Bm1=b4XrX{0aSXDYE54bTwPj10sM2{L|9J*D_FRaxpzSVX$ zJ2NM8veCA>{c?-1w~$desFK{lpKt5vupDIA_UkM~R#dMl`5Hht>p5K}M@VR7$i6#U z7WipKbrahsNKk_uij^BVFDDkfq6103vn4L(WQHF%F{(YF1_gEevJ-R+YB2Xf*p# z#+4(>XiXPk;zgU4gh-DIqh?f^i%wRu#d%GPR?fUtYuN1&bw^8nZMn-~uU%*oFWj^O zU(T?Fs3_^GGcAafd`E2ra&cnQxF5{sj!mLjw;SIZsWBBN|zX zjA}1gY%FJzTl^9}O!tDagH%@i9N7rdSToy1XtG=n1dS|?{JggqQc|VM7pWw>se>vY z<;t`e6sDoxm8b1xj<-U0(RNEMXB>_okJ>_KBW2}SMCwf&4|2`*7H;!q}{|Cgm39kCzgqX(h6f`lf9iuB_NmQPr~;I&RUFTC3)XRRQH|t(iDef+}v$ zM{1$tw~*v^x1sdKva~SAQ^yShM)v##KA+DCnN^xCNl%w>oet^lC}LOr)ZKO{fW*|9 zlHj5thxrmdP`RNR210s{4%v1MpoOJDt$-A9H@QuGrj#zxTn;UZ?bHFaxM; zd^7noTMwzJ=1RR*xrH{(Fx2x|l1&$MXM(wnad{#R$E?iQKH8wo#9wVaMAIpDYF?LH zPs_$)?snbuI6^dk%ogWCS6nkgVl*t*$89rtYcq5yemYmOJ$*I6TVB_)nY!I` zh)hs&Vd(P(Hrps=XsbZj#rAL%)_A0lxV&vfld!c8j|jziYZMK2c`Q~Lx8-E$afvLB ziJK~X4QE{86>klYK%NEgubV_R9_>YcIi`A(ah98#ebQ)$ zLfg>upq?m9I&LkE3uv}7iWbvQPP~2VG0U{!47HxtRU|#kBB&%q$ResrX0VuwTE07W zdv+6v){LC^Pn(9ft;~vYIaAN2QO?JQeoMvER5U5i(^U(ji*|L?9rgGUbpAG*o#F#Sc)~wX*mC4zO^TuV$Mn6IO_nybWqlZugvCSX>V0u$tuZbepWL z+Ds&^W(_st)yP$d7vRv)GE<$62icu8>SDLHw6Rfc@rlHTwZS5JXWO}SdWxfq+(@v@G^yC8G#kW+@IlEXSig?pW~YZy!;;mZ z{B0F&-XUq+>v~9l>13bpxOAQ{DU&WPC7E7f4V~q}y|q^{;_R;JdH7S6^}U=~sU1%Db<;Hc5L7YkNxn@e}5dum>MX zV?nunc}dA1-ZcjetT@XRG7lmDaZl+#aMC>1xGR)m!LfbjN9nwv^Z_Yf0FVGG4@jYm zlkrdGEG6HvQ#uq0`e=|}2Qo5ygZYlfq$~Ny!|j8I@RSYrv zsBU*3x;6Hjckq@R6WV*Sh8K5NNCj&hk`b8EKMA8_9)L)g~c5> zyCc0UgSb|oAiF4n*>|=V&i>DSjpLrc?N{BAfFq?J0w)?3&uNP zo`+02$hw9c&Ao%gJ~D^w)EE>38b2jaOpH^-PmitX33DK_g22lFCV;*&Ysf8yXK(I2ia_phZzKVY0ga9@cYMpCB<29(A149fLOjgcCRKV}|31bAQ&BH$CCkN22+$Kr#GYDgOgdAKsq8x(r@`VcNrAAUhgB zEqh9Ej#qf1ggxfRMpnF?0MZHY2Y_UY6E-2cJO+6|o+AJlAmm&n^|eQ($L28c@-dfD zoEW^%{8h)yVXxeXg+j6+AUFW|cDnS{33Eugh78GAZgOwwixcJ`-UKO&G2{j2-09Mf zP0{-sH|!Vy8rj>_V7GMW1XzgxO9lC?`$~6Dm_xF6oVi(yMaK37W9^v7P#wqyh4f;; zA?!2PkH!VW4&a^`+yII4F|rAIY5UV%r~&AE?x|2YQQ=Mrr#tJ|tOYzIj9UP+fZ81N z*51;G$4Un*0pQ*s`4k3f?73&wwoaG>Vk3sX0Hgv+KfOSqyXLV>8CXI}_1^s1Wc`FW z917sM!3+kZ;GWW7wrdW8axuOm13U5Feg0VXFyJRPQw3Hs__zHV!?CkrYz}KH3=0t3 z&Bb_!(@ibx1OqJuMK?e}#pr>3=8x{01C9c=1UP#D-gTe(OHY^sKna!?$P0_rOiu^% zg~!bSj0jTQkW&pOAXpOj46)`3^B86ZJsGDX?=x@gnnOb&R~*XD#{GVJMAnYXVLb-f z$QW$|s3uTP-52`{cg#1qF#tcn#b5H4sKRuf55CpUnkSu^m-xg9a~KuStuZQYZ!jM_X$~7zJbq%Z$>}kj_*HnB`@!uo8jj8| z5922WgBlKB`^^9IPU(Ph10*Ay838e|Z(Jlkx@!)528dyTx@>$<-xJI)9zAG)x5Yx2 zuy(>rLyY-6z7oK$1MdgW&oL4yKG~d}9&b7-3ODGr6pStyJkU#LE zo4wYOeVucfd4 z+12-7ea%(!>NBr=;>y3gGQEofmLqv2 zAN=eYjuU#s(ZsSf>92JMsL=^`Rs%MD_u${1;V8`LP$L2gvsSF;O&bkToXV^^Ir!;v zDolKa&gm_iqHSuFN6+1fj2osaFtl6am@_IIY9Xyloa4Iqa!?zZh-=`gCqxH7cZQ=W zAstqTM5Bv&x{TM>4SMYlyPbm{J0nuFj|*Win<*Nzwp3bDNwT%VI>eo`{Az8`leyXVu48jb3-ABT-Xw^!`ZZTN5M> z^zCPK=>!qAaO9H_WXL+2!H7$R81x%r>I^?!Yq2x7#gC>F1l8-B*fs}qR#jhqMxc6k zP{(Pr&)5|2cYMdJMT*w&!h_eHRUtcKBre1_j1~~iuZ1&x!Z8i+##w%d-C#P%6KO+ec@LizDB>abuqH7>q~2TfY-26=``xZ^@DpcLs09=r;*bnSuo~WpB%;y9 ziTT8S&RKr;v}0nn-N5{AVE9Nln)W7ULvEfCsD=&5`n-;y{q7L2)2n*02AsBO9=zd< z3RPYvx&CA^oDK$TuSHFJTFbLmB6)_NGT~|r+qR|A3@6uuw(3ds7N9*wXZfiue7zWI zsLIkc+|hkBiVS{P|EFg(P#H>7mI<)-Y+0j`KF%6p9V30k{()>;zNZ5vaDw$WDREI(P3sD-b{ywGvEeu%Q7NX?ptd6r*SbLEb$VTcyh+M<%Q`|EeD7Wn{C(CQemunpDTf-(LQ-L`+c+(kUNs^ml&u$Id7G(a8dL$z^>&*pgo#7|WH9V{-Y`14Cx*_?D%_E)pg!r1X{KQ}~ zFcoU0w;X`mtXaHXxBVJ(`z*g<-4mxsze{PYphK)?#HufwR2M(XZ-5dOjYVMtQ`RV{ zs@f3gAa(W9867I3w&5ZKEAj$9Tn7_v&DtY=!5w_?j0%NGTWgEmzNz7Bcc7cg(Ne`s zz&D=d*AmchWi~-sK;_o~p!KA7pJ4cBo)PHC=?`1Yz;qXmx@78WU#;QhWHdYY$+H|` z5$w>jF2*bbO%VjZt~rpx$RB*`8Ikg`&bR8(jID=^wgRYzjCw1M=P#d8AMEvBuYyUpiHUmm;N53c$jFAc@LO`tUqjExL|+c{HY_K0@!4g~=fChQKR(juy5Gd~<&f<1 zyg)MwXRlb0y!wpqlY^nXuob_H;)6wPVy^Jzh?wwPbnt^`IU<~jhRY5!1Zk@NI^;=h ziZnW-gAbe$X4-(%Vdavb|boEYTW^jbTb<75F7cu> z0`23S^@~s|}{j+QDf_MDpmG8T9Bec$lB_3p7-g2CrvCk$|<1-CpiEQXYOnYzO%{7e)NdGb5(2sge2;KC4wNV zdxFaIQQIpV{On_+!`D1$Xp;)gw2|)6TbX&TQ6jn=P5Rls;Rsc|JTTd&qL(`}#jZ@v zyP>(B>ga*!O(2PU1_uf;4Aoh<$t5pmRJEcNGa}@GX%gs1WMol-w2!H0m;ghd|tjotIH^495t7}hcmZm7UwyB;jj3fhpd=JnxB?gmRmfHMRfqaS?pV~fMr*bf+l6#~4tqU&9c z?pKq9r2BVQSL_T5-LQkp|A*LeKNWmgf+=Os=Kak0p?u|WY>X_I@`qK^ZAP9 z&1zwOEw=fJZY@Sk3vXg`p$JHVcotM{Ghz_HM}0kS%zOXUlo7t=wP zvxsaEMPsyd;D2uzh2^-_^Z2D_s8&E1uoveWDx|BWJu&S>=>_C;XAZvqvD=4_KYVY5 zoO51IRJ4>Hw;Zuxm`)>V_B|M%y_|zLhK&SH7nn3_{@uB#o4rUJM-^Y zuI`TEDa;{x5VAI5WLM%R(R}>I;cK7$fDb|$4hOAejaN|+`RcGPPy5>2#(DT4hkZ)zhcBgvYWti|6b! zAF~f%^U4Q|OTt0Ht1!aINu?`A!wIQQ^uCRY$O!t480Q!)?D2SsFiGyti}UCVMl0ls zLfRhWX;$tIqi_QJ%gUpoDcYj(XgE_v8z`A)hP)YB;mi%xu`yHa@pf^&v$41X`$~8R z(lsGpFmtC=R?D(d(ZnLGmNH0=0xF>(NU{k8p^QH=toH)ki!f}8I9Amfzo=F7U&UDb%Z z+nV>u<=hL0nZPJy!n<95GO7kKD4LV8@2~GI=br26s^m)P@czHqs=Zm<>BqFg*H91G zb0dc9x49uR3=n6jEsArlH7zi!{?b9IGFIyPRF7T=@J&^3-i>iJd#YuX?367dPh?o+&YUGxQPH&2ELf7D>X1>kA za13E6rscGmmNUytM%(;JJ8n9de$Ce&KK3;a*v#QL3RW^&14^R2Fk7@Ks*-bO8Ya$i zjBR=BWInE9!N^`r?(M9Gtv@O{h82(e?MdejNQnR_AoEz~@HH=bz(sT5Nc7BVGzBMU zdE`tB9NL%~Dk8z>t0AA3^)_XIW_RRt?#;fFL!lp-G$}4RYfRn_(3Kkn=`hmaWH&QF zLUv)mfR)rVY;>UklS$p2OkmRks|oxKemZV`@3+md;7yM`|M2nR1NJE=<-+B#U1n@z z#4)^)4;FpRmHK2fE}Lc96_NF@zbtyKK)*Y5;xnge!El9r*l_R6Ch)J}o&T4;H-UC# zJIe!)bndzHz{57!alkfy@46ZEPR)bCHYKSfl~ht`R!M;68das5q#9I`9Cv)L4bLX9 zunDGZ0%?W}IFNwbI5YtoOdDfJ;|3Na?T|EafCh&)vX?|=Wp_ucskSgEt!K@}a}x8C585^t4{-gfB;`_?wGdMO;I)U-O? z*89HO?X3z$uWyaa@v2|(*iE=x@U0PTH}C5|sFEV!8)JU~`VTUdA=CN+wf42QFC4x7 z+7qst)^=3W>mn5Hm)iB1sVy7QN|<+DK};4EwltGBwyF1Vsjw2VQAEoHY@9-%Y&<}* zEJ<9M7l=}?5^k2na>1pJz;y>4Cs-x8KSRrBFe;4TzntU~;L0+rfz_&RRJR8RnDg?| zDs5RzACA>R3N3YI6HOx<49Tgn2s8`iFsPWr?@X5c>?Y2(j23vuEBn}Xw5fm?k+vKh zTT9(AmBfuR^?vYuw_bI0yYz&gv#AW(qR}ingN@&6mja}Z=s*fNuetrn3@JFiVi66Y zj%^z7y6n>P$lYYTVUtNoX*d?L-#&4mDg|Yk0P%3*6;wst6e2@$v+Xdxb?xZ(%b&1| zqU_e#ts=zdn6X7`Q>F%W z06il1Go~i9sGugkzkz?xqMhRS(5;sr-KL*#s%k5?uqiQ38*vDsW=^q54_^QsB#!Z| zj?Uo$;Hlv>J27A;PX3x+q1nS-dLeSKp0m?B-Yj6Th4vyY?EjPX?u+4ed{KglyY)N1&~w?2*#H<5gg5MgcA>5jfJH4Q8`980*(jtfCQ&N!+xf z?9Yk`Mb0-Z?{%h<0h?$PkP?|RYbdm#!p%ZgNEK=#O{gcPRRike4OT-{1akH?_9x3|u2tuY#As-f(CwxE37yWZF(uLAng!j>X6Yp_zWs_@ zt!ua6oXt``pMPLcoHk33)=p-#^!$p<;|2J>fWa&CEZ&(PRfqcKyYrI)4Q2DAKt-v6 zXr@8~UM&k(d&7j9Zymhyz@i8KN!0}KDwZAV=4Ah`7LxrCai19-6^SM$E zPw1{(%^&1mx^s{oLyxm5dhrk49^PtRdz-OaNcsG$?(dsZrU;6m0a<{Bax>t#1NuJj zeE~2-#-0oH-QZXQa0%etIu8Bm?uFBZtvNp113z%adu70yG7Uu0bk<4ZHoJMdGE(>~q|%oS@6_V|tdX>e-s-ZK8N$8ZRfmT&a z*3=;qVq_%2@H0{~0oVt8(FVfmnUWz11Jj`lU&ZkkTJDZnsq$QPV)#W@Qdaev)m9pO zoy*k7^Sb-`k3OPCo_go)r*8?@-nL%`4{6%RTI|ubH(!p6k~C?e2066|fB^Qp@pdh& zOP1K7IiV^NrCDnpJVv-vB^g!&T2}*uU?!#O45qV~26gm`t}qIquTTmAD*@pkfDNFE z#sWH`Vk)2^G!-_LtnMUAvt=`H2Jo5(v;R0)hrW*#IU9#vTK{3)JXC#V!UI z4jJn%OYZ~U51dCZ1)wYU=e3H^phICHAu6F6CU}5gz@~E|xJ>(U!9ebvQ3yZEt--L1TQn*-o|MoZEz0V!065^;fpamcyl7tZIjUeJ4@rhuwL3Md_A`4RC8a zAq~LnCK|(OxwsY(T6g>*J60W_$yD3s^@dbDXXrPUZL&xxT{ z$xSqBrJ7P`Ylr?$qGon5N8MIZ+gqnwZ^kW?V!ucxeBX}4@`P53li8}=?%*Z<(Ai1+ zmx&J@BIeXJCrM@Ll2YpHz<$6CVni4ksXI33rMW4Eo3I*5e16Zv@LwjPbZx-k)8e30 z=ESj4aazKbv%6ub3alG(yY2erUc0}pZuDkpmiv+Y2W&6a$(DuhR1#$~cBio`W8S)})r*E(c2)OsV!H&?Zf1t9u*1DlU?uDd0nWGBz}4 zV;F-ySx2qeEfnV!(44qfz-Qr7qK6evL=kl+1uQ?2)zxeqB#^B-&hh(BRXviJsg2@v zEsZt}NhMcAp&funyXbAic}H6+!nh~L1VHTXNfiL~wGQdvOu>;BqsCxJkLyaMJ0NB; zE%jy8BzcUFH7mVAUkL&LMYXov zrF^EK%QI})klN!~uxG`1az>Y`5ZkU(Y0M_T0?~BQz+PG9wcsZ0B7>|8t#MTx0XA`0 zDk8amvL8mdy&VbzLx(CWPz^(4NxEZ*;R3pHwO0#Ry2V#GV%6xw#oXHuqZo903^v#l zNy#lZRms5ulvUC;U5(nwv|%pi3*YVOc*tDazk)HjMrk@J8AhR?bn2^k$S=HphYNc2 zs!lZOqPP+Y1K*jRpa8qr`Ja|V<9j@<{W$Q~Bd36HE5 z=ger{Zd;9Q&m0v9o0qLweUrEd5d=kh;ir3ic7V@z;s(u+M$_e>*-tvy*zI;hR8}B` zsUi?Yni6eqB~1!Ke!d?@n?vd1xVG7vMadZ1zryB$Ak0~$vnuN%NzMDg zI`kHTK6fN8SJ+E%#qPExW;7Gh*oQnAa??VoX!vQZ6qwBMH#`fpw=jqAimJnQ5)g|xhD$}qE z9ewUMoTapoVq5V`w#yRT=wOe9&ZkSEV=aSO*KX`oVc@YpeKG?DIQ7S&R9^Bam*Ixz;My`$N4?43GWsw&7MUw zTDdY7dIQx>6c2b-poJ z8Pi469`|c2wAENlkl^5#_Y(40qRbJ!wd-*SP0dzmG+4HfGA4@yQ_%exz%o~(s)HA} zgFSNt-%&>}flDCHFxKhHP55nx?MpVn#{&nO@H4ic(aT1|AqM&XXa9~4O^>mmTkDTo zhKUE5H7w8ZFp(rk!a-_7PC`nlx+KyI~L4ahWysa%oxu>ieC7?7SU7QKpWHRzMb#*B7KI9H? z#fm&94iEP4u)LVDlkIA?*eYm$G!m<RKsqC zIZ#;;r0h=XYpLy+4FLb&q>(eMsCtKx=7d#W@q_&<`Y!KRiL^nj?L~O$7>owlVKrAepH%_rX$2D&U=HdOWAnpVfD?X+3XI= zL~d`yl)I~@0Y;96BbG!qLJwFmwu>>cfQlZnJVwI?+r%adX*=U{dvb`f&{&k*ZakiJ z(QS}yI`(Rc6ICS&H{(V@1%i=TtdPrEs1doR_Pwgr{Z6adHb%n=6kGW;Ivkdw>I93` z)_@2-WKa+~jZkMwgZ%gGCCG`zuQ%)VJiw)m>6FB>jR2dG$}#I?#js;Zfe1S6w@K&V zyLS>Lx83kZg<@(Y(_&PKNOnG}1Bt~<2M`T^+?BTl9a(eAwj~^X`Cei^nvi3Q?{8el zcA2J2L>TqLPFGgjhEVLPM0vTbC{0D)rn!&qC6tD|nRZsps?vzZY}!v}UL9v^Q?6*n z0*gV4U3ujXEL{_Fd!qyb{fOJ{sj4%rBGOE<2%wom* zj09(V1i&w&SU=+@Nbv6V4S!Mu0{$KPkF#2O`|M4Gx_+w8$L2ASUK)jE@te=c+e8xvm zZZH#MZBQMg1JznoVO#EE6(H&j0peIRTmrc_sgI8){sr*)fp_ZY;x*uF+@;LYz`6ny zFOV;b07cj%iM5YD8WtvGtXT*VR>Y00y0fujh#gP^(bmQERX;7jE~@qk02v_rE=f(En?DqI^iM5 zgzb}4Gplev<0HWQC6lxUJ;1CQwc74r_38sFdX+>*P9OU*?PTQs0c2PLkth@_Z0ZJfyOt( z)&cIs?2Dh=(bqnAxKrqOW>y9FsunUHTtMC-=!}H%`GpK8+?Y=^v_JCWKYYeV@LwSx z!9)21@1@@V+{bSA`7B?c`gzC~xc;*j1{Yp*{&&uQ=zIh`2hAtX7&yxpILjCK!TbKb zECB$8njffUPcfwhff51Zu6ON%cjQ}SwkWZh; z(VKtkL*EBO7^u8rC>oldbQ0#*4>d>GjFBG5U4iTMBqrMY>fz=X4L3L_9frnmU_Y8I z55_-^<|e| zbLrn+`pCHtUi$WH>7{3Hd_4CH`G1rDaQ@r!-*Eo#oKMb|&OdeZTStHY=*_wJOD*;qd5-&;9O&*IvwD_?5$Fu72|3zrXaRD{s5;sj zq$S&Wgjh0xt;z$>*eF`1?njk*B*zpn;SWB(@0HSVN!1@ke99XU*zkiJivZqz14cIc_Y#$?dJlOXqx_Y&QL1^A^+Tp}uJ zZEM3{PulgUi9m@SV~cKeOvu49_0=@UzkV;#5(?fJ5A|ZZN;|5@CX8Pi2`-Jp zw`U2d(2>}7l;78z$4zhQ_SVIcR$7THH!H{^(jA5Rav&nT?T8ITs361qiHP$D-?STf zqCvxsz|}ShLs4uWhF)=WRUOfrQPP0oc*i8D-WqlL!Npyt646yk(s&9b^G?fH^r)^d zrR$?*XDGP_UIq-Oq*mY(dm!~06y1_38!0ntdUZ^1FIw1`n#Xl<(c$^R zW-bE;|7^cTlH#Pg>5Qs;v~hW6we~S(%1v8LzgP4IgK{O2Y7tV^=<&eG?Q8QAMx60= zs|cY|!81F0YKFLGyEURKN%!^%^Fqm5=Q zSR3n7G3|~Q?I<4W&AK?pQ8Qf_#(Ws$-nx57Y*Vu8w*ro(6t)ITKE9$ye!n>_;(S9f z!u9}j7aIu)TExK*?j>fNux{Agh7;yfkuY(#Q5$GhbLh-XCM_|1)ml~!+O%0D_o=;v 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

    QD?i0)s2?Eja?qY-1pq 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°vm}1gCxk|AYJpGGYEpzo_v2waAa) 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 z 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Μv&AB=-plJnZk<{C9m= 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%0D{%(sDhwEws%PMYGZhZGVB$Sp+W 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 literal 0 HcmV?d00001 diff --git a/matrix/mautrix-discord/registration.yaml b/matrix/mautrix-discord/registration.yaml new file mode 100644 index 0000000..440f639 --- /dev/null +++ b/matrix/mautrix-discord/registration.yaml @@ -0,0 +1,14 @@ +id: discord +url: http://mautrix-discord:29334 +as_token: x6d57blS92F9s3WsG9kSuQvcuFMUUzpQRmIBnyuzkXl8PSdGJRwBXE7PuPNE9KX7 +hs_token: Oxxh2padb3ql8NZ8YngHYkVIJPscIbeeL8wyQcverDGPQrhfYAyfVYYsXyFYzQEP +sender_localpart: T1AJhjkgFcr37DaklgrlXwSZtWJnYFmr +rate_limited: false +namespaces: + users: + - regex: ^@discordbot:matrix\.theocloud\.dev$ + exclusive: true + - regex: ^@discord_.*:matrix\.theocloud\.dev$ + exclusive: true +de.sorunome.msc2409.push_ephemeral: true +push_ephemeral: true diff --git a/matrix/mautrix-whatsapp/config.yaml b/matrix/mautrix-whatsapp/config.yaml new file mode 100644 index 0000000..c553624 --- /dev/null +++ b/matrix/mautrix-whatsapp/config.yaml @@ -0,0 +1,595 @@ +# Network-specific config options +network: + # Device name that's shown in the "WhatsApp Web" section in the mobile app. + os_name: Mautrix-WhatsApp bridge + # Browser name that determines the logo shown in the mobile app. + # Must be "unknown" for a generic icon or a valid browser name if you want a specific icon. + # List of valid browser names: https://github.com/tulir/whatsmeow/blob/efc632c008604016ddde63bfcfca8de4e5304da9/binary/proto/def.proto#L43-L64 + browser_name: unknown + + # Proxy to use for all WhatsApp connections. + proxy: null + # Alternative to proxy: an HTTP endpoint that returns the proxy URL to use for WhatsApp connections. + get_proxy_url: null + # Whether the proxy options should only apply to the login websocket and not to authenticated connections. + proxy_only_login: false + + # Displayname template for WhatsApp users. + # {{.PushName}} - nickname set by the WhatsApp user + # {{.BusinessName}} - validated WhatsApp business name + # {{.Phone}} - phone number (international format) + # {{.RedactedPhone}} - phone number with middle digits replaced by "∙" + # {{.FullName}} - Name you set in the contacts list + displayname_template: '{{or .BusinessName .PushName .Phone .RedactedPhone "Unknown user"}} (WA)' + + # Should incoming calls send a message to the Matrix room? + call_start_notices: true + # Should another user's cryptographic identity changing send a message to Matrix? + identity_change_notices: false + # Should the bridge mark you as online on WhatsApp when you send typing notifications? + # Full presence bridging is not supported. + send_presence_on_typing: false + # Should WhatsApp status messages be bridged into a Matrix room? + enable_status_broadcast: true + # Should sending WhatsApp status messages be allowed? + # This can cause issues if the user has lots of contacts, so it's disabled by default. + disable_status_broadcast_send: true + # Should the status broadcast room be muted and moved into low priority by default? + # This is only applied when creating the room, the user can unmute it later. + mute_status_broadcast: true + # Tag to apply to pinned chats on WhatsApp. + pinned_tag: m.favourite + # Tag to apply to archived chats on WhatsApp. + # Set to m.lowpriority to move them to low priority. + archive_tag: + # Tag to apply to the status broadcast room. + status_broadcast_tag: m.lowpriority + # Should the bridge use thumbnails from WhatsApp? + # They're disabled by default due to very low resolution. + whatsapp_thumbnail: false + # Should the bridge detect URLs in outgoing messages, ask the homeserver to generate a preview, + # and send it to WhatsApp? URL previews can always be sent using the `com.beeper.linkpreviews` + # key in the event content even if this is disabled. + url_previews: false + # Should polls be sent using unstable MSC3381 event types? + extev_polls: false + # Should view-once messages be disabled entirely? + disable_view_once: false + # Should the bridge always send "active" delivery receipts (two gray ticks on WhatsApp) + # even if the user isn't marked as online (e.g. when presence bridging isn't enabled)? + # + # By default, the bridge acts like WhatsApp web, which only sends active delivery + # receipts when it's in the foreground. + force_active_delivery_receipts: false + # When direct media is enabled and a piece of media isn't available on the WhatsApp servers, + # should it be automatically requested from the phone? + direct_media_auto_request: true + # Should the bridge automatically reconnect if it fails to connect on startup? + initial_auto_reconnect: true + # WhatsApp messages are sometimes undecryptable. Should the bridge store messages it sends in the + # bridge database in order to accept retry receipts from other WhatsApp users for messages sent via + # the bridge? By default, the bridge only stores messages in memory, and therefore can't accept + # retry receipts if the bridge is restarted after the message is sent. + use_whatsapp_retry_store: false + # Settings for converting animated stickers. + animated_sticker: + # Format to which animated stickers should be converted. + # disable - No conversion, just unzip and send raw lottie JSON + # png - converts to non-animated png (fastest) + # gif - converts to animated gif + # webm - converts to webm video, requires ffmpeg executable with vp9 codec and webm container support + # webp - converts to animated webp, requires ffmpeg executable with webp codec/container support + target: webp + # Arguments for converter. All converters take width and height. + args: + width: 320 + height: 320 + fps: 25 # only for webm, webp and gif (2, 5, 10, 20 or 25 recommended) + + # Settings for handling history sync payloads. + history_sync: + # How many conversations should the bridge create after login? + # If -1, all conversations received from history sync will be bridged. + # Other conversations will be backfilled on demand when receiving a message. + max_initial_conversations: -1 + # Should the bridge request a full sync from the phone when logging in? + # This bumps the size of history syncs from 3 months to 1 year. + request_full_sync: false + # Time to wait for history sync payloads before starting backfill. Each new payload resets the timer. + # If this is too low, the backfill may happen with incomplete history + # and backfill less messages than what is configured in the backfill section. + dispatch_wait: 1m + # Configuration parameters that are sent to the phone along with the request full sync flag. + # By default, (when the values are null or 0), the config isn't sent at all. + full_sync_config: + # Number of days of history to request. + # The limit seems to be around 3 years, but using higher values doesn't break. + days_limit: null + # This is presumably the maximum size of the transferred history sync blob, which may affect what the phone includes in the blob. + size_mb_limit: null + # This is presumably the local storage quota, which may affect what the phone includes in the history sync blob. + storage_quota_mb: null + # Settings for media requests. If the media expired, then it will not be on the WA servers. + # Media can always be requested by reacting with the ♻️ (recycle) emoji. + # These settings determine if the media requests should be done automatically during or after backfill. + media_requests: + # Should the expired media be automatically requested from the server as part of the backfill process? + auto_request_media: true + # Whether to request the media immediately after the media message is backfilled ("immediate") + # or at a specific time of the day ("local_time"). + request_method: immediate + # If request_method is "local_time", what time should the requests be sent (in minutes after midnight)? + request_local_time: 120 + # Maximum number of media request responses to handle in parallel per user. + max_async_handle: 2 + +# Config options that affect the central bridge module. +bridge: + # The prefix for commands. Only required in non-management rooms. + command_prefix: '!wa' + # Should the bridge create a space for each login containing the rooms that account is in? + personal_filtering_spaces: true + # Whether the bridge should set names and avatars explicitly for DM portals. + # This is only necessary when using clients that don't support MSC4171. + private_chat_portal_meta: true + # Should events be handled asynchronously within portal rooms? + # If true, events may end up being out of order, but slow events won't block other ones. + # This is not yet safe to use. + async_events: false + # Should every user have their own portals rather than sharing them? + # By default, users who are in the same group on the remote network will be + # in the same Matrix room bridged to that group. If this is set to true, + # every user will get their own Matrix room instead. + # SETTING THIS IS IRREVERSIBLE AND POTENTIALLY DESTRUCTIVE IF PORTALS ALREADY EXIST. + split_portals: false + # Should the bridge resend `m.bridge` events to all portals on startup? + resend_bridge_info: false + # Should `m.bridge` events be sent without a state key? + # By default, the bridge uses a unique key that won't conflict with other bridges. + no_bridge_info_state_key: false + # Should bridge connection status be sent to the management room as `m.notice` events? + # These contain the same data that can be posted to an external HTTP server using homeserver -> status_endpoint. + # Allowed values: none, errors, all + bridge_status_notices: errors + # How long after an unknown error should the bridge attempt a full reconnect? + # Must be at least 1 minute. The bridge will add an extra ±20% jitter to this value. + unknown_error_auto_reconnect: null + + # Should leaving Matrix rooms be bridged as leaving groups on the remote network? + bridge_matrix_leave: false + # Should `m.notice` messages be bridged? + bridge_notices: false + # Should room tags only be synced when creating the portal? Tags mean things like favorite/pin and archive/low priority. + # Tags currently can't be synced back to the remote network, so a continuous sync means tagging from Matrix will be undone. + tag_only_on_create: true + # List of tags to allow bridging. If empty, no tags will be bridged. + only_bridge_tags: [m.favourite, m.lowpriority] + # Should room mute status only be synced when creating the portal? + # Like tags, mutes can't currently be synced back to the remote network. + mute_only_on_create: true + # Should the bridge check the db to ensure that incoming events haven't been handled before + deduplicate_matrix_messages: false + # Should cross-room reply metadata be bridged? + # Most Matrix clients don't support this and servers may reject such messages too. + cross_room_replies: false + # If a state event fails to bridge, should the bridge revert any state changes made by that event? + revert_failed_state_changes: false + # In portals with no relay set, should Matrix users be kicked if they're + # not logged into an account that's in the remote chat? + kick_matrix_users: true + + # What should be done to portal rooms when a user logs out or is logged out? + # Permitted values: + # nothing - Do nothing, let the user stay in the portals + # kick - Remove the user from the portal rooms, but don't delete them + # unbridge - Remove all ghosts in the room and disassociate it from the remote chat + # delete - Remove all ghosts and users from the room (i.e. delete it) + cleanup_on_logout: + # Should cleanup on logout be enabled at all? + enabled: false + # Settings for manual logouts (explicitly initiated by the Matrix user) + manual: + # Action for private portals which will never be shared with other Matrix users. + private: nothing + # Action for portals with a relay user configured. + relayed: nothing + # Action for portals which may be shared, but don't currently have any other Matrix users. + shared_no_users: nothing + # Action for portals which have other logged-in Matrix users. + shared_has_users: nothing + # Settings for credentials being invalidated (initiated by the remote network, possibly through user action). + # Keys have the same meanings as in the manual section. + bad_credentials: + private: nothing + relayed: nothing + shared_no_users: nothing + shared_has_users: nothing + + # Settings for relay mode + relay: + # Whether relay mode should be allowed. If allowed, the set-relay command can be used to turn any + # authenticated user into a relaybot for that chat. + enabled: false + # Should only admins be allowed to set themselves as relay users? + # If true, non-admins can only set users listed in default_relays as relays in a room. + admin_only: true + # List of user login IDs which anyone can set as a relay, as long as the relay user is in the room. + default_relays: [] + # The formats to use when sending messages via the relaybot. + # Available variables: + # .Sender.UserID - The Matrix user ID of the sender. + # .Sender.Displayname - The display name of the sender (if set). + # .Sender.RequiresDisambiguation - Whether the sender's name may be confused with the name of another user in the room. + # .Sender.DisambiguatedName - The disambiguated name of the sender. This will be the displayname if set, + # plus the user ID in parentheses if the displayname is not unique. + # If the displayname is not set, this is just the user ID. + # .Message - The `formatted_body` field of the message. + # .Caption - The `formatted_body` field of the message, if it's a caption. Otherwise an empty string. + # .FileName - The name of the file being sent. + message_formats: + m.text: "{{ .Sender.DisambiguatedName }}: {{ .Message }}" + m.notice: "{{ .Sender.DisambiguatedName }}: {{ .Message }}" + m.emote: "* {{ .Sender.DisambiguatedName }} {{ .Message }}" + m.file: "{{ .Sender.DisambiguatedName }} sent a file{{ if .Caption }}: {{ .Caption }}{{ end }}" + m.image: "{{ .Sender.DisambiguatedName }} sent an image{{ if .Caption }}: {{ .Caption }}{{ end }}" + m.audio: "{{ .Sender.DisambiguatedName }} sent an audio file{{ if .Caption }}: {{ .Caption }}{{ end }}" + m.video: "{{ .Sender.DisambiguatedName }} sent a video{{ if .Caption }}: {{ .Caption }}{{ end }}" + m.location: "{{ .Sender.DisambiguatedName }} sent a location{{ if .Caption }}: {{ .Caption }}{{ end }}" + # For networks that support per-message displaynames (i.e. Slack and Discord), the template for those names. + # This has all the Sender variables available under message_formats (but without the .Sender prefix). + # Note that you need to manually remove the displayname from message_formats above. + displayname_format: "{{ .DisambiguatedName }}" + + # Permissions for using the bridge. + # Permitted values: + # relay - Talk through the relaybot (if enabled), no access otherwise + # commands - Access to use commands in the bridge, but not login. + # user - Access to use the bridge with puppeting. + # admin - Full access, user level with some additional administration tools. + # Permitted keys: + # * - All Matrix users + # domain - All users on that homeserver + # mxid - Specific user + permissions: + "*": user + "matrix.theocloud.dev": user + "@admin:example.com": admin + +# Config for the bridge's database. +database: + # The database type. "sqlite3-fk-wal" and "postgres" are supported. + type: sqlite3-fk-wal + # The database URI. + # SQLite: A raw file path is supported, but `file:?_txlock=immediate` is recommended. + # https://github.com/mattn/go-sqlite3#connection-string + # Postgres: Connection string. For example, postgres://user:password@host/database?sslmode=disable + # To connect via Unix socket, use something like postgres:///dbname?host=/var/run/postgresql + uri: file:/data/mautrix-whatsapp.db?_txlock=immediate + # Maximum number of connections. + max_open_conns: 5 + max_idle_conns: 1 + # Maximum connection idle time and lifetime before they're closed. Disabled if null. + # Parsed with https://pkg.go.dev/time#ParseDuration + max_conn_idle_time: null + max_conn_lifetime: null + +# Homeserver details. +homeserver: + # The address that this appservice can use to connect to the homeserver. + # Local addresses without HTTPS are generally recommended when the bridge is running on the same machine, + # but https also works if they run on different machines. + address: http://synapse:8008 + # The domain of the homeserver (also known as server_name, used for MXIDs, etc). + domain: matrix.theocloud.dev + + # What software is the homeserver running? + # Standard Matrix homeservers like Synapse, Dendrite and Conduit should just use "standard" here. + software: standard + # The URL to push real-time bridge status to. + # If set, the bridge will make POST requests to this URL whenever a user's remote network connection state changes. + # The bridge will use the appservice as_token to authorize requests. + status_endpoint: + # Endpoint for reporting per-message status. + # If set, the bridge will make POST requests to this URL when processing a message from Matrix. + # It will make one request when receiving the message (step BRIDGE), one after decrypting if applicable + # (step DECRYPTED) and one after sending to the remote network (step REMOTE). Errors will also be reported. + # The bridge will use the appservice as_token to authorize requests. + message_send_checkpoint_endpoint: + # Does the homeserver support https://github.com/matrix-org/matrix-spec-proposals/pull/2246? + async_media: false + + # Should the bridge use a websocket for connecting to the homeserver? + # The server side is currently not documented anywhere and is only implemented by mautrix-wsproxy, + # mautrix-asmux (deprecated), and hungryserv (proprietary). + websocket: false + # How often should the websocket be pinged? Pinging will be disabled if this is zero. + ping_interval_seconds: 0 + +# Application service host/registration related details. +# Changing these values requires regeneration of the registration (except when noted otherwise) +appservice: + # The address that the homeserver can use to connect to this appservice. + # Like the homeserver address, a local non-https address is recommended when the bridge is on the same machine. + # If the bridge is elsewhere, you must secure the connection yourself (e.g. with https or wireguard) + # If you want to use https, you need to use a reverse proxy. The bridge does not have TLS support built in. + address: http://mautrix-whatsapp:29318 + # A public address that external services can use to reach this appservice. + # This is only needed for things like public media. A reverse proxy is generally necessary when using this field. + # This value doesn't affect the registration file. + public_address: https://bridge.example.com + + # The hostname and port where this appservice should listen. + # For Docker, you generally have to change the hostname to 0.0.0.0. + hostname: 0.0.0.0 + port: 29318 + + # The unique ID of this appservice. + id: whatsapp + # Appservice bot details. + bot: + # Username of the appservice bot. + username: whatsappbot + # Display name and avatar for bot. Set to "remove" to remove display name/avatar, leave empty + # to leave display name/avatar as-is. + displayname: WhatsApp bridge bot + avatar: mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr + + # Whether to receive ephemeral events via appservice transactions. + ephemeral_events: true + # Should incoming events be handled asynchronously? + # This may be necessary for large public instances with lots of messages going through. + # However, messages will not be guaranteed to be bridged in the same order they were sent in. + # This value doesn't affect the registration file. + async_transactions: false + + # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. + as_token: "VNdDHV2vfcmIpy6KgCKvNMocxetQ951IqS7NHGJQRWXvf5QieY8klkRKZGcvzdkO" + hs_token: "KHsANomVJAjTbu88bhmAF93RrfqHh8hw9md8Kg8WVMmXvYFjjScj5ooJSeCe04CM" + + # Localpart template of MXIDs for remote users. + # {{.}} is replaced with the internal ID of the user. + username_template: whatsapp_{{.}} + +# Config options that affect the Matrix connector of the bridge. +matrix: + # Whether the bridge should send the message status as a custom com.beeper.message_send_status event. + message_status_events: false + # Whether the bridge should send a read receipt after successfully bridging a message. + delivery_receipts: false + # Whether the bridge should send error notices via m.notice events when a message fails to bridge. + message_error_notices: true + # Whether the bridge should update the m.direct account data event when double puppeting is enabled. + sync_direct_chat_list: true + # Whether created rooms should have federation enabled. If false, created portal rooms + # will never be federated. Changing this option requires recreating rooms. + federate_rooms: true + # The threshold as bytes after which the bridge should roundtrip uploads via the disk + # rather than keeping the whole file in memory. + upload_file_threshold: 5242880 + +# Segment-compatible analytics endpoint for tracking some events, like provisioning API login and encryption errors. +analytics: + # API key to send with tracking requests. Tracking is disabled if this is null. + token: null + # Address to send tracking requests to. + url: https://api.segment.io/v1/track + # Optional user ID for tracking events. If null, defaults to using Matrix user ID. + user_id: null + +# Settings for provisioning API +provisioning: + # Shared secret for authentication. If set to "generate" or null, a random secret will be generated, + # or if set to "disable", the provisioning API will be disabled. Must be at least 16 characters. + shared_secret: lW9foMcprxdk6BhK0vDdZau8OEtvZukpX4c7yMeAcrGwAv2mIkXC2w5wwddDqJ2S + # Whether to allow provisioning API requests to be authed using Matrix access tokens. + # This follows the same rules as double puppeting to determine which server to contact to check the token, + # which means that by default, it only works for users on the same server as the bridge. + allow_matrix_auth: true + # Enable debug API at /debug with provisioning authentication. + debug_endpoints: false + # Enable session transfers between bridges. Note that this only validates Matrix or shared secret + # auth before passing live network client credentials down in the response. + enable_session_transfers: false + +# Some networks require publicly accessible media download links (e.g. for user avatars when using Discord webhooks). +# These settings control whether the bridge will provide such public media access. +public_media: + # Should public media be enabled at all? + # The public_address field under the appservice section MUST be set when enabling public media. + enabled: false + # A key for signing public media URLs. + # If set to "generate", a random key will be generated. + signing_key: PRv10qrgxl0qle9vP1pVJP3ATnhMBt1N6B1LEwbj0T9lfGOdb5XIptGtLDfkzwlI + # Number of seconds that public media URLs are valid for. + # If set to 0, URLs will never expire. + expiry: 0 + # Length of hash to use for public media URLs. Must be between 0 and 32. + hash_length: 32 + # The path prefix for generated URLs. Note that this will NOT change the path where media is actually served. + # If you change this, you must configure your reverse proxy to rewrite the path accordingly. + path_prefix: /_mautrix/publicmedia + # Should the bridge store media metadata in the database in order to support encrypted media and generate shorter URLs? + # If false, the generated URLs will just have the MXC URI and a HMAC signature. + # The hash_length field will be used to decide the length of the generated URL. + # This also allows invalidating URLs by deleting the database entry. + use_database: false + +# Settings for converting remote media to custom mxc:// URIs instead of reuploading. +# More details can be found at https://docs.mau.fi/bridges/go/discord/direct-media.html +direct_media: + # Should custom mxc:// URIs be used instead of reuploading media? + enabled: false + # The server name to use for the custom mxc:// URIs. + # This server name will effectively be a real Matrix server, it just won't implement anything other than media. + # You must either set up .well-known delegation from this domain to the bridge, or proxy the domain directly to the bridge. + server_name: discord-media.example.com + # Optionally a custom .well-known response. This defaults to `server_name:443` + well_known_response: + # Optionally specify a custom prefix for the media ID part of the MXC URI. + media_id_prefix: + # If the remote network supports media downloads over HTTP, then the bridge will use MSC3860/MSC3916 + # media download redirects if the requester supports it. Optionally, you can force redirects + # and not allow proxying at all by setting this to false. + # This option does nothing if the remote network does not support media downloads over HTTP. + allow_proxy: true + # Matrix server signing key to make the federation tester pass, same format as synapse's .signing.key file. + # This key is also used to sign the mxc:// URIs to ensure only the bridge can generate them. + server_key: ed25519 7lkNGA 9OiEhr+GHOG3uJ/XARi4Q7Nd/XV2BnFQILKXbC6M41o + +# Settings for backfilling messages. +# Note that the exact way settings are applied depends on the network connector. +# See https://docs.mau.fi/bridges/general/backfill.html for more details. +backfill: + # Whether to do backfilling at all. + enabled: true + # Maximum number of messages to backfill in empty rooms. + max_initial_messages: 100 + # Maximum number of missed messages to backfill after bridge restarts. + max_catchup_messages: 100 + # If a backfilled chat is older than this number of hours, + # mark it as read even if it's unread on the remote network. + unread_hours_threshold: 720 + # Settings for backfilling threads within other backfills. + threads: + # Maximum number of messages to backfill in a new thread. + max_initial_messages: 50 + # Settings for the backwards backfill queue. This only applies when connecting to + # Beeper as standard Matrix servers don't support inserting messages into history. + queue: + # Should the backfill queue be enabled? + enabled: true + # Number of messages to backfill in one batch. + batch_size: 100 + # Delay between batches in seconds. + batch_delay: 10 + # Maximum number of batches to backfill per portal. + # If set to -1, all available messages will be backfilled. + max_batches: -1 + # Optional network-specific overrides for max batches. + # Interpretation of this field depends on the network connector. + max_batches_override: {} + +# Settings for enabling double puppeting +double_puppet: + # Servers to always allow double puppeting from. + # This is only for other servers and should NOT contain the server the bridge is on. + servers: + anotherserver.example.org: https://matrix.anotherserver.example.org + # Whether to allow client API URL discovery for other servers. When using this option, + # users on other servers can use double puppeting even if their server URLs aren't + # explicitly added to the servers map above. + allow_discovery: false + # Shared secrets for automatic double puppeting. + # See https://docs.mau.fi/bridges/general/double-puppeting.html for instructions. + secrets: + example.com: as_token:foobar + +# End-to-bridge encryption support options. +# +# See https://docs.mau.fi/bridges/general/end-to-bridge-encryption.html for more info. +encryption: + # Whether to enable encryption at all. If false, the bridge will not function in encrypted rooms. + allow: true + # Whether to force-enable encryption in all bridged rooms. + default: false + # Whether to require all messages to be encrypted and drop any unencrypted messages. + require: false + # Whether to use MSC3202/MSC4203 instead of /sync long polling for receiving encryption-related data. + # This option is not yet compatible with standard Matrix servers like Synapse and should not be used. + # Changing this option requires updating the appservice registration file. + appservice: false + # Whether to use MSC4190 instead of appservice login to create the bridge bot device. + # Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202. + # Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861). + # Changing this option requires updating the appservice registration file. + msc4190: false + # Whether to encrypt reactions and reply metadata as per MSC4392. + msc4392: false + # Should the bridge bot generate a recovery key and cross-signing keys and verify itself? + # Note that without the latest version of MSC4190, this will fail if you reset the bridge database. + # The generated recovery key will be saved in the kv_store table under `recovery_key`. + self_sign: false + # Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled. + # You must use a client that supports requesting keys from other users to use this feature. + allow_key_sharing: true + # Pickle key for encrypting encryption keys in the bridge database. + # If set to generate, a random key will be generated. + pickle_key: tnw0YVweoHpgM6Fy6i86VZmkbzHrqK6maqpQfe4NPu8qIe8XLTwfCogfYwI62lMq + # Options for deleting megolm sessions from the bridge. + delete_keys: + # Beeper-specific: delete outbound sessions when hungryserv confirms + # that the user has uploaded the key to key backup. + delete_outbound_on_ack: false + # Don't store outbound sessions in the inbound table. + dont_store_outbound: false + # Ratchet megolm sessions forward after decrypting messages. + ratchet_on_decrypt: false + # Delete fully used keys (index >= max_messages) after decrypting messages. + delete_fully_used_on_decrypt: false + # Delete previous megolm sessions from same device when receiving a new one. + delete_prev_on_new_session: false + # Delete megolm sessions received from a device when the device is deleted. + delete_on_device_delete: false + # Periodically delete megolm sessions when 2x max_age has passed since receiving the session. + periodically_delete_expired: false + # Delete inbound megolm sessions that don't have the received_at field used for + # automatic ratcheting and expired session deletion. This is meant as a migration + # to delete old keys prior to the bridge update. + delete_outdated_inbound: false + # What level of device verification should be required from users? + # + # Valid levels: + # unverified - Send keys to all device in the room. + # cross-signed-untrusted - Require valid cross-signing, but trust all cross-signing keys. + # cross-signed-tofu - Require valid cross-signing, trust cross-signing keys on first use (and reject changes). + # cross-signed-verified - Require valid cross-signing, plus a valid user signature from the bridge bot. + # Note that creating user signatures from the bridge bot is not currently possible. + # verified - Require manual per-device verification + # (currently only possible by modifying the `trust` column in the `crypto_device` database table). + verification_levels: + # Minimum level for which the bridge should send keys to when bridging messages from the remote network to Matrix. + receive: unverified + # Minimum level that the bridge should accept for incoming Matrix messages. + send: unverified + # Minimum level that the bridge should require for accepting key requests. + share: cross-signed-tofu + # Options for Megolm room key rotation. These options allow you to configure the m.room.encryption event content. + # See https://spec.matrix.org/v1.10/client-server-api/#mroomencryption for more information about that event. + rotation: + # Enable custom Megolm room key rotation settings. Note that these + # settings will only apply to rooms created after this option is set. + enable_custom: false + # The maximum number of milliseconds a session should be used + # before changing it. The Matrix spec recommends 604800000 (a week) + # as the default. + milliseconds: 604800000 + # The maximum number of messages that should be sent with a given a + # session before changing it. The Matrix spec recommends 100 as the + # default. + messages: 100 + # Disable rotating keys when a user's devices change? + # You should not enable this option unless you understand all the implications. + disable_device_change_key_rotation: false + +# Prefix for environment variables. All variables with this prefix must map to valid config fields. +# Nesting in variable names is represented with a dot (.). +# If there are no dots in the name, two underscores (__) are replaced with a dot. +# +# e.g. if the prefix is set to `BRIDGE_`, then `BRIDGE_APPSERVICE__AS_TOKEN` will set appservice.as_token. +# `BRIDGE_appservice.as_token` would work as well, but can't be set in a shell as easily. +# +# If this is null, reading config fields from environment will be disabled. +env_config_prefix: null + +# Logging config. See https://github.com/tulir/zeroconfig for details. +logging: + min_level: debug + writers: + - type: stdout + format: pretty-colored + - type: file + format: json + filename: ./logs/bridge.log + max_size: 100 + max_backups: 10 + compress: false diff --git a/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-51-14.397.log b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-51-14.397.log new file mode 100644 index 0000000..76a9fbb --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-51-14.397.log @@ -0,0 +1,2 @@ +{"level":"fatal","error":"database.uri not configured","time":"2026-03-06T18:50:14.173830009Z","message":"Configuration error"} +{"level":"info","time":"2026-03-06T18:50:14.173885463Z","message":"See https://docs.mau.fi/faq/field-unconfigured for more info"} diff --git a/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-52-14.615.log b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-52-14.615.log new file mode 100644 index 0000000..092eedb --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-52-14.615.log @@ -0,0 +1,2 @@ +{"level":"fatal","error":"database.uri not configured","time":"2026-03-06T18:51:14.398033225Z","message":"Configuration error"} +{"level":"info","time":"2026-03-06T18:51:14.398084349Z","message":"See https://docs.mau.fi/faq/field-unconfigured for more info"} diff --git a/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-53-14.855.log b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-53-14.855.log new file mode 100644 index 0000000..8efe2b3 --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-53-14.855.log @@ -0,0 +1,2 @@ +{"level":"fatal","error":"database.uri not configured","time":"2026-03-06T18:52:14.615408663Z","message":"Configuration error"} +{"level":"info","time":"2026-03-06T18:52:14.615463489Z","message":"See https://docs.mau.fi/faq/field-unconfigured for more info"} diff --git a/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-54-15.078.log b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-54-15.078.log new file mode 100644 index 0000000..e9532c3 --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-54-15.078.log @@ -0,0 +1,2 @@ +{"level":"fatal","error":"database.uri not configured","time":"2026-03-06T18:53:14.855975816Z","message":"Configuration error"} +{"level":"info","time":"2026-03-06T18:53:14.856055436Z","message":"See https://docs.mau.fi/faq/field-unconfigured for more info"} diff --git a/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-55-15.324.log b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-55-15.324.log new file mode 100644 index 0000000..cb8bb5d --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-55-15.324.log @@ -0,0 +1,2 @@ +{"level":"fatal","error":"database.uri not configured","time":"2026-03-06T18:54:15.079021405Z","message":"Configuration error"} +{"level":"info","time":"2026-03-06T18:54:15.079078606Z","message":"See https://docs.mau.fi/faq/field-unconfigured for more info"} diff --git a/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-56-15.562.log b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-56-15.562.log new file mode 100644 index 0000000..d31e0b7 --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-56-15.562.log @@ -0,0 +1,2 @@ +{"level":"fatal","error":"database.uri not configured","time":"2026-03-06T18:55:15.324360367Z","message":"Configuration error"} +{"level":"info","time":"2026-03-06T18:55:15.32442092Z","message":"See https://docs.mau.fi/faq/field-unconfigured for more info"} diff --git a/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-57-15.785.log b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-57-15.785.log new file mode 100644 index 0000000..8a626fb --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-57-15.785.log @@ -0,0 +1,2 @@ +{"level":"fatal","error":"database.uri not configured","time":"2026-03-06T18:56:15.562392577Z","message":"Configuration error"} +{"level":"info","time":"2026-03-06T18:56:15.562453619Z","message":"See https://docs.mau.fi/faq/field-unconfigured for more info"} diff --git a/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-58-15.994.log b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-58-15.994.log new file mode 100644 index 0000000..6db423b --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-58-15.994.log @@ -0,0 +1,2 @@ +{"level":"fatal","error":"database.uri not configured","time":"2026-03-06T18:57:15.785127835Z","message":"Configuration error"} +{"level":"info","time":"2026-03-06T18:57:15.78517861Z","message":"See https://docs.mau.fi/faq/field-unconfigured for more info"} diff --git a/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-59-16.230.log b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-59-16.230.log new file mode 100644 index 0000000..6b33bb4 --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T18-59-16.230.log @@ -0,0 +1,2 @@ +{"level":"fatal","error":"database.uri not configured","time":"2026-03-06T18:58:15.995013741Z","message":"Configuration error"} +{"level":"info","time":"2026-03-06T18:58:15.995067659Z","message":"See https://docs.mau.fi/faq/field-unconfigured for more info"} diff --git a/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T19-12-13.081.log b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T19-12-13.081.log new file mode 100644 index 0000000..b6cd21c --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge-2026-03-06T19-12-13.081.log @@ -0,0 +1,118 @@ +{"level":"info","name":"mautrix-whatsapp","version":"v26.02+dev.178c04aa","built_at":"2026-02-18T14:02:06Z","go_version":"go1.26.0","time":"2026-03-06T18:59:16.231095582Z","message":"Initializing bridge"} +{"level":"debug","time":"2026-03-06T18:59:16.231160466Z","message":"Initializing database connection"} +{"level":"info","time":"2026-03-06T18:59:16.231395625Z","message":"Starting bridge"} +{"level":"info","db_section":"main","current_version":0,"oldest_compatible_version":0,"latest_known_version":26,"time":"2026-03-06T18:59:16.235158385Z","message":"Preparing to update database schema"} +{"level":"info","db_section":"main","from":0,"to":26,"txn_mode":"on","description":"Latest revision","time":"2026-03-06T18:59:16.235196938Z","message":"Upgrading database"} +{"level":"info","time":"2026-03-06T18:59:16.238580244Z","message":"Starting Matrix connector"} +{"level":"info","db_section":"matrix_state","current_version":0,"oldest_compatible_version":0,"latest_known_version":10,"time":"2026-03-06T18:59:16.238988823Z","message":"Preparing to update database schema"} +{"level":"info","db_section":"matrix_state","from":0,"to":10,"txn_mode":"on","description":"Latest revision","time":"2026-03-06T18:59:16.239022417Z","message":"Upgrading database"} +{"level":"debug","time":"2026-03-06T18:59:16.239908577Z","message":"Starting appservice HTTP server"} +{"level":"debug","time":"2026-03-06T18:59:16.239938191Z","message":"Checking connection to homeserver"} +{"level":"info","address":"0.0.0.0:29318","time":"2026-03-06T18:59:16.240072218Z","message":"Starting HTTP listener"} +{"level":"warn","req_id":1,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":4,"time":"2026-03-06T18:59:16.248468464Z","message":"Request failed, retrying"} +{"level":"warn","req_id":1,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":8,"time":"2026-03-06T18:59:20.258976366Z","message":"Request failed, retrying"} +{"level":"warn","req_id":1,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":16,"time":"2026-03-06T18:59:28.307874638Z","message":"Request failed, retrying"} +{"level":"warn","req_id":1,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":32,"time":"2026-03-06T18:59:44.330530262Z","message":"Request failed, retrying"} +{"level":"error","req_id":1,"error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":8.653472,"time":"2026-03-06T19:00:16.341398073Z","message":"Request failed"} +{"level":"error","error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","time":"2026-03-06T19:00:16.341511078Z","message":"Failed to connect to homeserver, retrying in 10 seconds..."} +{"level":"warn","req_id":2,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":4,"time":"2026-03-06T19:00:26.3578922Z","message":"Request failed, retrying"} +{"level":"warn","req_id":2,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":8,"time":"2026-03-06T19:00:30.368753546Z","message":"Request failed, retrying"} +{"level":"warn","req_id":2,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":16,"time":"2026-03-06T19:00:38.383830826Z","message":"Request failed, retrying"} +{"level":"warn","req_id":2,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":32,"time":"2026-03-06T19:00:54.39221799Z","message":"Request failed, retrying"} +{"level":"error","req_id":2,"error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":8.089561,"time":"2026-03-06T19:01:26.400702926Z","message":"Request failed"} +{"level":"error","error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","time":"2026-03-06T19:01:26.40082536Z","message":"Failed to connect to homeserver, retrying in 10 seconds..."} +{"level":"warn","req_id":3,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":4,"time":"2026-03-06T19:01:36.413656211Z","message":"Request failed, retrying"} +{"level":"warn","req_id":3,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":8,"time":"2026-03-06T19:01:40.423901242Z","message":"Request failed, retrying"} +{"level":"warn","req_id":3,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":16,"time":"2026-03-06T19:01:48.431978414Z","message":"Request failed, retrying"} +{"level":"warn","req_id":3,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":32,"time":"2026-03-06T19:02:04.45646518Z","message":"Request failed, retrying"} +{"level":"error","req_id":3,"error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":6.997155,"time":"2026-03-06T19:02:36.490710216Z","message":"Request failed"} +{"level":"error","error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","time":"2026-03-06T19:02:36.4908147Z","message":"Failed to connect to homeserver, retrying in 10 seconds..."} +{"level":"warn","req_id":4,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":4,"time":"2026-03-06T19:02:46.498104749Z","message":"Request failed, retrying"} +{"level":"warn","req_id":4,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":8,"time":"2026-03-06T19:02:50.51055346Z","message":"Request failed, retrying"} +{"level":"warn","req_id":4,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":16,"time":"2026-03-06T19:02:58.520680778Z","message":"Request failed, retrying"} +{"level":"warn","req_id":4,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":32,"time":"2026-03-06T19:03:14.543991358Z","message":"Request failed, retrying"} +{"level":"error","req_id":4,"error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":7.536266,"time":"2026-03-06T19:03:46.551854584Z","message":"Request failed"} +{"level":"error","error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","time":"2026-03-06T19:03:46.55198477Z","message":"Failed to connect to homeserver, retrying in 10 seconds..."} +{"level":"warn","req_id":5,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":4,"time":"2026-03-06T19:03:56.563875877Z","message":"Request failed, retrying"} +{"level":"warn","req_id":5,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":8,"time":"2026-03-06T19:04:00.575728239Z","message":"Request failed, retrying"} +{"level":"warn","req_id":5,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":16,"time":"2026-03-06T19:04:08.587039831Z","message":"Request failed, retrying"} +{"level":"warn","req_id":5,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":32,"time":"2026-03-06T19:04:24.609082299Z","message":"Request failed, retrying"} +{"level":"error","req_id":5,"error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":7.585573,"time":"2026-03-06T19:04:56.643756174Z","message":"Request failed"} +{"level":"error","error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","time":"2026-03-06T19:04:56.64389083Z","message":"Failed to connect to homeserver, retrying in 10 seconds..."} +{"level":"warn","req_id":6,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":4,"time":"2026-03-06T19:05:06.656288138Z","message":"Request failed, retrying"} +{"level":"warn","req_id":6,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":8,"time":"2026-03-06T19:05:10.66680913Z","message":"Request failed, retrying"} +{"level":"warn","req_id":6,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":16,"time":"2026-03-06T19:05:18.678197151Z","message":"Request failed, retrying"} +{"level":"warn","req_id":6,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp 192.168.96.6:8008: connect: connection refused","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":32,"time":"2026-03-06T19:05:34.69041147Z","message":"Request failed, retrying"} +{"level":"error","req_id":6,"error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":7.584873,"time":"2026-03-06T19:06:06.698313993Z","message":"Request failed"} +{"level":"error","error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","time":"2026-03-06T19:06:06.698454585Z","message":"Failed to connect to homeserver, retrying in 10 seconds..."} +{"level":"warn","req_id":7,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":4,"time":"2026-03-06T19:06:16.711432435Z","message":"Request failed, retrying"} +{"level":"warn","req_id":7,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":8,"time":"2026-03-06T19:06:20.719836592Z","message":"Request failed, retrying"} +{"level":"warn","req_id":7,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":16,"time":"2026-03-06T19:06:28.729545306Z","message":"Request failed, retrying"} +{"level":"warn","req_id":7,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":32,"time":"2026-03-06T19:06:44.753115324Z","message":"Request failed, retrying"} +{"level":"error","req_id":7,"error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":8.042269,"time":"2026-03-06T19:07:16.781677427Z","message":"Request failed"} +{"level":"error","error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","time":"2026-03-06T19:07:16.781787638Z","message":"Failed to connect to homeserver, retrying in 10 seconds..."} +{"level":"warn","req_id":8,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":4,"time":"2026-03-06T19:07:26.798774153Z","message":"Request failed, retrying"} +{"level":"warn","req_id":8,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":8,"time":"2026-03-06T19:07:30.807573808Z","message":"Request failed, retrying"} +{"level":"warn","req_id":8,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":16,"time":"2026-03-06T19:07:38.823631444Z","message":"Request failed, retrying"} +{"level":"warn","req_id":8,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":32,"time":"2026-03-06T19:07:54.846753448Z","message":"Request failed, retrying"} +{"level":"error","req_id":8,"error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":6.821285,"time":"2026-03-06T19:08:26.854029609Z","message":"Request failed"} +{"level":"error","error":"request error: Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","time":"2026-03-06T19:08:26.854151693Z","message":"Failed to connect to homeserver, retrying in 10 seconds..."} +{"level":"warn","req_id":9,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":4,"time":"2026-03-06T19:08:36.863081854Z","message":"Request failed, retrying"} +{"level":"warn","req_id":9,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":8,"time":"2026-03-06T19:08:40.874584547Z","message":"Request failed, retrying"} +{"level":"warn","req_id":9,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp 192.168.96.6:8008: connect: connection refused","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":16,"time":"2026-03-06T19:08:48.880427983Z","message":"Request failed, retrying"} +{"level":"warn","req_id":9,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp: lookup synapse on 127.0.0.11:53: no such host","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":32,"time":"2026-03-06T19:09:04.902527526Z","message":"Request failed, retrying"} +{"level":"debug","req_id":9,"method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":4.205063,"status_code":403,"response_length":120,"response_mime":"application/json","time":"2026-03-06T19:09:36.921429359Z","message":"Request completed"} +{"level":"debug","time":"2026-03-06T19:09:36.921519386Z","message":"M_FORBIDDEN in /versions, trying to register before retrying"} +{"level":"debug","req_id":10,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":4.328614,"status_code":200,"response_length":84,"response_mime":"application/json","req_body":{"username":"whatsappbot","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:09:36.926152372Z","message":"Request completed"} +{"level":"debug","req_id":11,"method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2.97982,"status_code":200,"response_length":1211,"response_mime":"application/json","time":"2026-03-06T19:09:36.929651749Z","message":"Request completed"} +{"level":"debug","req_id":12,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/account/whoami?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1.677122,"status_code":200,"response_length":64,"response_mime":"application/json","time":"2026-03-06T19:09:36.931602792Z","message":"Request completed"} +{"level":"debug","txn_id":"mautrix-go_1772824176931671307_1","time":"2026-03-06T19:09:36.936214546Z","message":"Received ping from homeserver"} +{"level":"debug","req_id":13,"method":"POST","url":"http://synapse:8008/_matrix/client/v1/appservice/whatsapp/ping?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":6.745924,"status_code":200,"response_length":17,"response_mime":"application/json","req_body":{"transaction_id":"mautrix-go_1772824176931671307_1"},"time":"2026-03-06T19:09:36.938525557Z","message":"Request completed"} +{"level":"debug","txn_id":"mautrix-go_1772824176931671307_1","duration_ms":4,"time":"2026-03-06T19:09:36.938622777Z","message":"Homeserver -> appservice connection works"} +{"level":"debug","component":"crypto","time":"2026-03-06T19:09:36.938685286Z","message":"Initializing end-to-bridge encryption..."} +{"level":"info","db_section":"crypto","current_version":0,"oldest_compatible_version":0,"latest_known_version":18,"time":"2026-03-06T19:09:36.939313308Z","message":"Preparing to update database schema"} +{"level":"info","db_section":"crypto","from":0,"to":18,"txn_mode":"on","description":"Latest revision","time":"2026-03-06T19:09:36.939402496Z","message":"Upgrading database"} +{"level":"debug","req_id":14,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/config?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2.388885,"status_code":200,"response_length":26,"response_mime":"application/json","time":"2026-03-06T19:09:36.941284117Z","message":"Request completed"} +{"level":"debug","req_id":15,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/login?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1.832033,"status_code":200,"response_length":78,"response_mime":"application/json","time":"2026-03-06T19:09:36.945724897Z","message":"Request completed"} +{"level":"debug","req_id":16,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/login?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":19.522308,"status_code":200,"response_length":174,"response_mime":"application/json","req_body":{"type":"m.login.application_service","identifier":{"type":"m.id.user","user":"@whatsappbot:matrix.theocloud.dev"},"initial_device_display_name":"WhatsApp bridge"},"time":"2026-03-06T19:09:36.965533908Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","user_id":"@whatsappbot:matrix.theocloud.dev","device_id":"PDSEQNSLKG","time":"2026-03-06T19:09:36.965622188Z","message":"Stored credentials after login"} +{"level":"debug","component":"crypto","device_id":"PDSEQNSLKG","time":"2026-03-06T19:09:36.965669471Z","message":"Logged in as bridge bot"} +{"level":"debug","machine_ptr":"0x22e471cc5680","account_ptr":"0x22e471eb0ba0","olm_driver":"libolm","time":"2026-03-06T19:09:36.966210958Z","message":"Loaded olm account"} +{"level":"debug","time":"2026-03-06T19:09:36.966606056Z","message":"Going to upload initial account keys"} +{"level":"debug","count":51,"time":"2026-03-06T19:09:36.984309602Z","message":"Uploading one-time keys"} +{"level":"debug","req_id":17,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/keys/upload?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":25.136509,"status_code":200,"response_length":48,"response_mime":"application/json","req_body":{"device_keys":{"user_id":"@whatsappbot:matrix.theocloud.dev","device_id":"PDSEQNSLKG","algorithms":["m.megolm.v1.aes-sha2","m.olm.v1.curve25519-aes-sha2"],"keys":{"curve25519:PDSEQNSLKG":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","ed25519:PDSEQNSLKG":"2o86b04NjjxrT/KU4mZLeKxq8zZaf8y6BISpdR88Aks"},"signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"XaiUh0cH/HGu/0Br87PoDhZ9BGJecin3SNKPDMunVWtWRCejDLU29Mg7yVgHVCoGBQe7k2alZzQwRe+i+4hsDA"}}},"one_time_keys":{"signed_curve25519:AAAAAQ":{"key":"EN80eXGaa7WjOV/pWpIRKPdecpR2YzlunzArupTpGBI","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"5vIdctxo/rPZ5GqwhuWLhqtoQe5Qwwwsta/PD/Pr7Sr15GaFZhxBMdHXAJwAv6q7tbe6U3/K5m8FkuW5XbJXBg"}}},"signed_curve25519:AAAAAg":{"key":"Ucxgoc0MMgyIIwEdwAx1Ciocr3M5B+cwalwKrqctmmY","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"nDwSsGWIXXr1pLRcMokwcs9EeZMz7DaP4iHnGz3z0vL5JiHXZrkEuN5AtPmbSTC0mDVSOV2RN8cxQ0TjaUmZAA"}}},"signed_curve25519:AAAAAw":{"key":"Q/Y/QDstuQdpdeZn8CeQxbEa6qYzepu0C1XFTnizR1g","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"sL/wzBcK2xA6m3Ub5CBy2w02K3VUXYh1dct05wd7NHO5mAvgPMPvtLUe1DpPHNmsV/ZKKgzolMR28t7mCNM3CA"}}},"signed_curve25519:AAAABA":{"key":"ZDukAm7AO2HkNvFSeBbwAMBTrMsfx0YUIKUdtdrgOAs","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"WlFKel44nrjKv2Wp1sLLn+CO14oJ+7TbCIXx09jlRTsOV1b9Av+oAmjIwqxL+YZZUJ3HhzY7DvQo9d0PzDUECQ"}}},"signed_curve25519:AAAABQ":{"key":"2JyRceBxj/PkfA58tUcFqCvy1pxdsnWF61L4RON7P2s","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"YV5PDbliP3ePPq1lQ3iiaQIptiUNrKBEtec00OMxLZ3YeG/ry1cu/cfGHaSe2Oyse3Z4UaF9KQeapLpf2pG8AQ"}}},"signed_curve25519:AAAABg":{"key":"XZehp/EHkIQzGtm8YZGLC97PKpF2LT14NMKDPgyBcUM","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"Y4oo7Ci18oudnIJoBJH1Kxg8BvfShx7bkv8E1BicYQTy25XJHCPOr9s0xX8JhTrI+XpLsy5//21vTGsT7GHvBQ"}}},"signed_curve25519:AAAABw":{"key":"wtIB/YzDsiINowbX1PZdaUbMSROLRgaCNDqkTLMltFQ","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"KbwnvImiGkwBQCj3RhSwsnHBolQirtjLEaJUCBvMCaD5pu0ht6r52t8JkQ4RaHN5UYwBo5Jh1KaemdCEXTAVBA"}}},"signed_curve25519:AAAACA":{"key":"FTZQBaVR21/vxLlrzKhjq3lM+fIJjvdOzOdx5EBCfx8","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"rZY0GPvIb32H9wJGlS/JOgJ0Zgxtiu4ka1nys6ykHFPxCOTIXI6V9WyYGVbjkDHCHT4hLQ9UJd72asrtUmIyCQ"}}},"signed_curve25519:AAAACQ":{"key":"5hOhQPpqk2Sv3gtH8ZN4A1AqCfvEEnlDPvapCVuX+UY","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"2Ko1qBs4fFqOG+TPQh9L/f77XrJ+0G8SYYl6oJ/Qa7Io58Q8uTzV9viTiB4Chtb0S6d30aiZHKeLyy5wyPgJDA"}}},"signed_curve25519:AAAACg":{"key":"hH5t9ecrxTiABx3qGP1nKO5clMZaCTub+iajhRe6lxA","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"ZNOVTN6676E+pqS/10Ig43m8Bb9+8fpDwMN2Ukaj/mQmgSAj5Fv3Ea9wk0fgcI+2OXPC65oonQ5C0DWRM4MEDQ"}}},"signed_curve25519:AAAACw":{"key":"McTuusx6dRxnegx7CKyqd+wOp+gl01KcysMdSqcUDXc","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"tUrhHUUftKReJkJ2Iu2LkxzmEQ5GbgfXqLRWM1ULr03fXU0Yc+r0xUqy6wVxPYzd8+sdMSSxY0slmEWFuKrZCw"}}},"signed_curve25519:AAAADA":{"key":"1gW4ZQtzzV7V2MlJL60k+ot06j+yw+qoyyCfCXWoHnk","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"LVzfHxzghWo7MHS1X0/f7hhgIoTO5Q8XB85cgcWDHm2R7ATIMl2idppY4iP+NMwvKDj3/dyAqgjLepsMZzBhDA"}}},"signed_curve25519:AAAADQ":{"key":"YmjGyZZLNNG2uh2nK13lKXM2VnRdAlUcoh+xjYC5ymk","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"q6Xq23ABn6m+e5m6eeIEN50PfEjcz/EkIO1eb47IcqwnRF9w6PtcZB+u8Cprwk2RLdo8Y9+tg6zGEY1nh7ntCw"}}},"signed_curve25519:AAAADg":{"key":"8ZKyknCH8ixuD8sQt80pXlVJyIAryKRBnOZHZUrtFiQ","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"Bo6DFFrWzOz2uWTEir2n0DJmkBZcfZDGnyL8WUWccFuGA29g9e7Vy0eYXO7VxQrL7F4fzwaAzpiR//Qf5wagDw"}}},"signed_curve25519:AAAADw":{"key":"oOMJOkvTHd/jqh6X7nZQE7I06vDKdJOe5x+ZwA5J3jE","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"qB4XUhHH2drNyiV8wUejaAcCQ9MJDD9rdzlVy+AU3Dh9FR2EMqJp7ORvMIvJo8AF2D9v8NnGlCPsYhVOLUTFCw"}}},"signed_curve25519:AAAAEA":{"key":"GDb/OIl4ZdPBsYDKsb64EssclNUHYq6ySjQT3YhV4G8","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"6pO2RDmzOJIvUMzYEv/PJ0JxtD/nMhRtM8YeqEIZjOAnOLhSayZm1osMVA99gFVMmm9SxCImXY63XDWAyLq+AA"}}},"signed_curve25519:AAAAEQ":{"key":"Urp2q8+hAc9/saxqoZJBYWFFeePlOpYE7KCcBGGC0C4","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"afTcrGhzlkf4xEnR/FeO8N9yeh2xPNF7xHFDKPdiqD1rHVi/eizb+BdbTt+0eCWI817VOyhTQ4jzI5nuPnxACg"}}},"signed_curve25519:AAAAEg":{"key":"HQV2i3WfRZTi6b27cIKUWLLxgsTXq6NfH2LNi4xQzUk","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"MOzuRLn4ZJIg04bbK92MnWUUSPB1/KN8mzC/6U73moYrM0+owQKOaPgDc+/r72kgn4SvWr24r53wSYEFgjf6DA"}}},"signed_curve25519:AAAAEw":{"key":"0ryabV0xtlnTX48MRKyxmYLIB/iyL6hQ0OVGLbGG+gY","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"LCJrlO2PHwEBCFNjaf+septpZ82y9y09IB55bZHlVzD7zDOO9eZWCHPYvdnlzarGBNJSqsFsnYLswUeWfAeCAQ"}}},"signed_curve25519:AAAAFA":{"key":"ek2i5syUUVxDYUt3rATxGi3Bb0Q63RyHVwVeZFCEuwA","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"3xhfu6T3RTnAFTgdUEHN0VIWWobdXSuqZZnps/kDxxVZ4D/0ZbS+ReT8FEv5rgQAsWDbMyeoPHFFAC+tMogrCw"}}},"signed_curve25519:AAAAFQ":{"key":"ODd13/pykK1k44dGCfJ/m3n2yn/yzI1cln8gJj/as28","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"agud642bMO/mIDjTElH0nJMa57zqn9lgUeqx5nINJTLNUkB0cyWX6aTMmz6qIWQQxeTpx6Bu1vvXj+0otasjBA"}}},"signed_curve25519:AAAAFg":{"key":"8KLyYNRreQvurI4k7VbD8mL3MMOBmUoNOr20if7tv2s","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"zKSZegaZ0X+9faLowWHhICiJzfr+YS0+i3t8AshciKn5phBHN7KWtsPAXBzOfH8xi85RuaP+z8yJPBptk8M2CA"}}},"signed_curve25519:AAAAFw":{"key":"CILqdPWmUUd29k2MmKoZQN2pMoaGJ0I/IsF1nYzlFz4","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"YWiiGm2dQJtS0+VD4w4llaJfXbCGbYI6DjxGPpjcEpfUuUtmMYXvz902+COMLG0PrmBjrxiD/pwrjNWWFqWiAg"}}},"signed_curve25519:AAAAGA":{"key":"DM1aAfQ42ZmHSff/YWsX/VB7/Ya3MrkZ38Ag7YSCO1A","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"krHvaclTqKt7v8Lg095z+M6u+lUhFU17SyOWInQmNSecrwjTj9sbZIp8esyUmk+HHZeUJBA68aiZZhPYBh20Ag"}}},"signed_curve25519:AAAAGQ":{"key":"zAUBQEn9CdGV82DdAfUV1+0TapfBpJEQJ6NSkHJjsl0","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"WlofeTrXTUF1ShpWmWzo3gBDgc4xqFUy7QNgvZSyNKzOVyfuZ/PnbKekuh9nOlNtH+eh94rkTBX3nibIR3TvCw"}}},"signed_curve25519:AAAAGg":{"key":"nKfqK5sAaXZqe414ppREhfbrsuWrxK0wXvbHwz3+5xk","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"8m3+/v6FWri1zC4JqvRBWOYFVxsCt0x3KaK/ysaB4UCF7em8Gg7J3NoirTWqkFJa5KefrV5gFyLUFUETLxm7AA"}}},"signed_curve25519:AAAAGw":{"key":"lYuENUBkg60ZfFpHL1ryTYj+s4nzqlS4oBa9Dl97XX8","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"zvbbvOGynqW2JmgFYaLzm+o3ODnWc3+YV933I3mb7izVV3WJq4edp3XHNnK4L0M06Tby4Mx8t6Sd9L9xgotiBA"}}},"signed_curve25519:AAAAHA":{"key":"7VsI90MQZLqTTjYEF9JnFIozzukI4lVS3r8ggGyVJEU","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"1B/6TKe+LGPg0qlegD54dzjPmnnxVLvVsOgftW7V0rZc0U2o/gB/U6Cb/0tNIjfz3UcRIJDLwhrKBztQw3G1Bg"}}},"signed_curve25519:AAAAHQ":{"key":"MnV1Q31o+Qqzm6OPAAwosoqTrJnMGgxOgImhMsZpU3k","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"Pjol0bHjXjuuAvZ7+IOXdqFEYLzIwEvhKwgXtIaH8F5foponesLT5QUtFmAI2zie5f5eOxNgvS4fueU6s8eeAQ"}}},"signed_curve25519:AAAAHg":{"key":"VxdJKZdskBhq2EADmdGks4qowNfJ6P0JHms2ikxhAxo","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"jPe3rDAFZTqXTgWHMIv91jYBytRtDAFDze6C1/DKedspHIwRCDXi9AdHswXfaQhqU2bjEtEYLtgbSR1ecjxkAQ"}}},"signed_curve25519:AAAAHw":{"key":"TNrjDAiiBIKQCIqXT/0jseLCRsSW2ULEBpjIOh3HLQE","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"RXr0s9Ur3aPlA2dAGke7hVEYWaTn5cCqm5qPAq2m6zrfmsgU2SwvurYaExIJhmp+hXOLKIp/wyfVYdEi0/e6Ag"}}},"signed_curve25519:AAAAIA":{"key":"yKI7144UYJV6/6Du3DnsQPamqb6I6X0a3GQUOU5eKg0","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"kq2DEmDRTRXh4kxd2cnK6BasfG6zmf10BxfVcF/IdE2LQtkweXN34mzZVkwB+z7LXVq9AFmLmXhFG1s/Gs8UBg"}}},"signed_curve25519:AAAAIQ":{"key":"2uencyYs+nZX8ZzTpC4Xt02tliaTUyhgAbu4bCUDJhc","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"NkSoIcDnm+NyfxzwiePG2+juH7wOCz1D0mmHQ2deQ/sLIKsVKWoc9X4JHVvzBwtI5yQ/48XEPKqWcUKLb8jmDg"}}},"signed_curve25519:AAAAIg":{"key":"A8d56OM60L540u+Usi7iW/hLwwMGBT6Z63bWvr27YGs","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"IAF7iZOy5FHBHLj9SWcpL+d1fR3/f8kpQZoAhrvW2Oe4qE6AzOQ9YG3ke6tSUdH7rSk/hlxbvg7y1n2ib/FuCg"}}},"signed_curve25519:AAAAIw":{"key":"ecXs+UXxuKLwJbMLzMcfgA4TK8zfXw3XFGwF9MqaK0Y","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"mlaHGdpne0jRQk87NY6zpL/KTk+Ird9dr43GeF55U8tQj84S5tZGwV6SjmBsJciil0c0LmrtI+pDiO4pHQgbAA"}}},"signed_curve25519:AAAAJA":{"key":"1sA872M0CnlfMk5TRQYlaZowXVmFWh2HxqRBUUif2H0","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"Z9GMAEmWMxYKc89rJGfNBi8ezYdfYr++fv4DiCB8rGB84GmLD27ZKVW54UL3HdVr7XIFxZ3d7sovgJPXrX3xCA"}}},"signed_curve25519:AAAAJQ":{"key":"eDTI7xQzkIEBPFOnseiEVtZRK1sHxsqAC6PZvi0weig","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"5z6j7BtamtgHIbkPoRpmhxE/+DFBxcgfoui/oMeZxPCyp8TNHFmPW5a541yjxsJA21QhaOHzldVUkMe77XY1CA"}}},"signed_curve25519:AAAAJg":{"key":"BBhasxucRIzFeTFC6Ray1RfnYybd5/udqEtz5mgv5kE","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"nvaXP3E5DyWRYeb2Krd1UjlQBCBTXpEexNLpF19R7OcLB7v+Ru/GX4kp7VdtP1mGT03BXXKRbS/V7oyOAStoCA"}}},"signed_curve25519:AAAAJw":{"key":"PEm2ufkmNxf+GkXAfYN6yviHXZSVJ/l2KcLTiNxtGQk","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"EtAMgTJqw9xUPvIi+N8Gc0ivE9/HXsaCQi8U0yYIJgXlAxzI7DjVvU7Enzn8IAJhin6q2foxNF/YPihEbAciBQ"}}},"signed_curve25519:AAAAKA":{"key":"H0FlaeUvyeuPuyc8SeuzDJy3X+yHXJw34fW9cbdkhGk","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"G6X9eYbQD7mneZS/0iofEhQLvfGsPFAZWe9MU/B3ZNROqwlc2bhRaF9CyS6mkMiUirG7beFVnxTW+e3j7JCLDA"}}},"signed_curve25519:AAAAKQ":{"key":"sTulSo8K4MsUMgt9Bmxevxs6Hf28O/MNKGPAKbENtD4","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"aSQR3Ere/6vj2ZEY+hw41dUAreu6pAx6KlIlC1VpR95x5HWK6Y4j2fhMgItnBqCgpoA0T5KrcURoPBly0XPyAw"}}},"signed_curve25519:AAAAKg":{"key":"kbXWYfOylk99sGlNzXJmaJV4oKaSfqI1QLD7SkIbvns","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"tJplw/to1caCXgT65zXXID7Qtaugxkz4SAabDwBjUsaq85wLlzbLJpMinzcHvXs1/lsdZZXPZe1SJCtUg3eWCQ"}}},"signed_curve25519:AAAAKw":{"key":"3mqPoiGYMyFsHITZ/ATexPIjYCjdVid0bMQxQ7Y9dQw","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"y0W4CgINzzy3NQvQn2pyrLNzYJ0k60tA8mljU8x8p+L0abLVzfRD6ZcTPGdHMH6j1sU86ZOuxH1CsP0sI7WFCg"}}},"signed_curve25519:AAAALA":{"key":"ZNx9bELYVyvaPiOrEzLiCEs0fLKoJoXOUC+P/qFyoR0","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"0/+YntlSJgcMiKHglmbPLvWZxQeDlyrOMMPn3CQ/NN7KIztZsoAu2MVf1V4+jcQbcbd1jawGslxsTqHDQk6FAA"}}},"signed_curve25519:AAAALQ":{"key":"1h0WpXIjFd/4fsMpQ20Tq3ce4JF0p49siPtVSSjG7g0","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"mj8x+REuu66n7snkrUGu/ceA5YleL77IHGyECSN4TfBKLP2i6ZIl2O7kgmZtfADoSldwur0aZdVbgFaNNEIoAw"}}},"signed_curve25519:AAAALg":{"key":"NM3v+nJM/jbVJNbNY8ofUVYK0nt7G1RB3axORYXuwis","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"sujLNGVpSUxc6gHtZ+ApGMO7C8ewgNLUTdQ8FtqPK1VdTf9vmrR2by+bUtJsCGUHPrp4FYp6lZ8JLA+gH3nMDg"}}},"signed_curve25519:AAAALw":{"key":"8K21eQ/4nmZCWi0FKpGGiH8KvE9an9KwBRSoJViNiWw","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"pbVYfmbEIw5e29zpR4Dxio9iGl1fg6klx/kvdGkI0uNQyZQ93ZBBCP8Nvt1uaokNh/9VLliePNMheJ8w9B8fDg"}}},"signed_curve25519:AAAAMA":{"key":"tWeoFzA88p221l1nnW7hBAJHz3JHaf0C+w9mzfMaAA4","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"/MVgctgj8ylcs19q48+lm8k3WzE4ISgg7CniKLZgMRp1F7ijZcl33UyxEQXQjY4wCPgY5ga18esg6+QQX+CUCQ"}}},"signed_curve25519:AAAAMQ":{"key":"w6A+By/vVN7n7MgOWkA4TRckrb8NXPdUXpNTIrNP8HQ","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"hMNF3FvBn2VcMalfqWYlHteaNft5UB1rtFCMnpTninQnzEDwJIVAt1XH0PpBWA+Z39v0CGHqX1WYWJua1j0MDA"}}},"signed_curve25519:AAAAMg":{"key":"FEuJXqwrmRyFPA/FrqiuaOYNb7WdIMIig5pNFuYqDHY","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"YOQPKqBDViEwU8HNrJ0bUJJVB9BQvvBnqhYaieNadx3YMH0uTj6XglpXkQiK3k/B1BZd3B8MPI3BUbAe2Yx2BA"}}},"signed_curve25519:AAAAMw":{"key":"uppJmTExk9I0ooGw6DNugoOSeeVzmoaAmcKMioTueCU","signatures":{"@whatsappbot:matrix.theocloud.dev":{"ed25519:PDSEQNSLKG":"n1yRSGVxqe1JCn57+u7qIv1oWCINXbfM6xv9Up3ja2D5Dm+Mrkt1TlVkMWNFnJB8C6sxWVdM1ykKUULDKQoOCg"}}}}},"time":"2026-03-06T19:09:37.010050246Z","message":"Request completed"} +{"level":"info","time":"2026-03-06T19:09:37.011569804Z","message":"Starting network connector"} +{"level":"debug","time":"2026-03-06T19:09:37.011627145Z","message":"Updating bot profile"} +{"level":"debug","component":"crypto","time":"2026-03-06T19:09:37.011644815Z","message":"Starting syncer for receiving to-device messages"} +{"level":"info","db_section":"whatsmeow","current_version":0,"oldest_compatible_version":0,"latest_known_version":13,"time":"2026-03-06T19:09:37.016022946Z","message":"Preparing to update database schema"} +{"level":"info","db_section":"whatsmeow","from":0,"to":13,"txn_mode":"on","description":"Latest schema","time":"2026-03-06T19:09:37.016100541Z","message":"Upgrading database"} +{"level":"info","db_section":"whatsapp","current_version":0,"oldest_compatible_version":0,"latest_known_version":9,"time":"2026-03-06T19:09:37.022093217Z","message":"Preparing to update database schema"} +{"level":"info","db_section":"whatsapp","from":0,"to":9,"txn_mode":"on","description":"Latest revision","time":"2026-03-06T19:09:37.022196793Z","message":"Upgrading database"} +{"level":"debug","component":"disappear loop","time":"2026-03-06T19:09:37.025014718Z","message":"Disappearing message loop starting"} +{"level":"info","time":"2026-03-06T19:09:37.025276627Z","message":"No user logins found"} +{"level":"debug","bridge_state":{"state_event":"UNCONFIGURED","timestamp":1772824177,"ttl":21600,"source":"bridge"},"time":"2026-03-06T19:09:37.025557113Z","message":"Sent new global bridge state"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":18,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/user/@whatsappbot:matrix.theocloud.dev/filter?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":13.266188,"status_code":200,"response_length":17,"response_mime":"application/json","req_body":{"account_data":{"not_types":["*"]},"presence":{"not_types":["*"]},"room":{"account_data":{"not_types":["*"]},"ephemeral":{"not_types":["*"]},"state":{"not_types":["*"]},"timeline":{"not_types":["*"]}}},"time":"2026-03-06T19:09:37.025538884Z","message":"Request completed"} +{"level":"info","time":"2026-03-06T19:09:37.025636175Z","message":"Bridge started"} +{"level":"warn","component":"backfill queue","time":"2026-03-06T19:09:37.025759167Z","message":"Backfill queue is enabled in config, but Matrix server doesn't support batch sending"} +{"level":"info","action":"resend bridge info","capabilities":true,"info":true,"time":"2026-03-06T19:09:37.025931817Z","message":"Resent bridge info to all portals"} +{"level":"debug","req_id":19,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsappbot:matrix.theocloud.dev/avatar_url?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":13.544021,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:09:37.028943345Z","message":"Request completed"} +{"level":"debug","transaction_id":"1","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:09:37.060765155Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1","time":"2026-03-06T19:09:37.060886261Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":20,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&timeout=0&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":36.633033,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:09:37.062498989Z","message":"Request completed"} +{"level":"debug","req_id":21,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/maunium.net/NeXNQarUbrlYBiPCpprYsRqr?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":5967.629242,"status_code":200,"response_length":96254,"response_mime":"image/png","time":"2026-03-06T19:09:42.996684335Z","message":"Request completed"} +{"level":"debug","req_id":23,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsappbot:matrix.theocloud.dev/avatar_url?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":7.375342,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr"},"time":"2026-03-06T19:09:43.004368869Z","message":"Request completed"} +{"level":"debug","req_id":24,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsappbot:matrix.theocloud.dev/displayname?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2.168183,"status_code":200,"response_length":29,"response_mime":"application/json","time":"2026-03-06T19:09:43.006903933Z","message":"Request completed"} +{"level":"debug","req_id":25,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsappbot:matrix.theocloud.dev/displayname?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3.929884,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"WhatsApp bridge bot"},"time":"2026-03-06T19:09:43.010960721Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":22,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_882_0_350_361_1_83_87_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30006.309021,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:10:07.069501612Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":26,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_882_0_350_361_1_83_87_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30006.251292,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:10:37.076284753Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":27,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_882_0_350_361_1_83_87_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30005.306936,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:11:07.082121722Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":28,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_882_0_350_361_1_83_87_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30005.420216,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:11:37.088137972Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":29,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_884_0_350_361_1_83_87_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30005.34591,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:12:07.094111275Z","message":"Request completed"} +{"level":"info","time":"2026-03-06T19:12:12.587285933Z","message":"Interrupt signal received from OS"} +{"level":"info","time":"2026-03-06T19:12:12.587428201Z","message":"Shutting down bridge"} +{"level":"debug","time":"2026-03-06T19:12:12.5875264Z","message":"HTTP listener stopped"} +{"level":"debug","component":"crypto","time":"2026-03-06T19:12:12.587584229Z","message":"CryptoHelper.Stop() called, stopping bridge bot sync"} +{"level":"debug","component":"disappear loop","time":"2026-03-06T19:12:12.58752172Z","message":"Disappearing message loop stopping"} +{"level":"warn","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":30,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_884_0_350_361_1_83_87_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":5493.18262,"time":"2026-03-06T19:12:12.587736276Z","message":"Request canceled"} +{"level":"info","component":"crypto","time":"2026-03-06T19:12:12.587781673Z","message":"Bridge bot to-device syncer stopped without error"} +{"level":"info","time":"2026-03-06T19:12:12.594444483Z","message":"Shutdown complete"} diff --git a/matrix/mautrix-whatsapp/logs/bridge.log b/matrix/mautrix-whatsapp/logs/bridge.log new file mode 100644 index 0000000..1e49dba --- /dev/null +++ b/matrix/mautrix-whatsapp/logs/bridge.log @@ -0,0 +1,16869 @@ +{"level":"info","name":"mautrix-whatsapp","version":"v26.02+dev.178c04aa","built_at":"2026-02-18T14:02:06Z","go_version":"go1.26.0","time":"2026-03-06T19:12:13.082186938Z","message":"Initializing bridge"} +{"level":"debug","time":"2026-03-06T19:12:13.082260343Z","message":"Initializing database connection"} +{"level":"info","time":"2026-03-06T19:12:13.082490473Z","message":"Starting bridge"} +{"level":"info","db_section":"main","current_version":26,"oldest_compatible_version":9,"latest_known_version":26,"time":"2026-03-06T19:12:13.084828651Z","message":"Database is up to date"} +{"level":"info","time":"2026-03-06T19:12:13.084880754Z","message":"Starting Matrix connector"} +{"level":"info","db_section":"matrix_state","current_version":10,"oldest_compatible_version":3,"latest_known_version":10,"time":"2026-03-06T19:12:13.085092585Z","message":"Database is up to date"} +{"level":"debug","time":"2026-03-06T19:12:13.085122617Z","message":"Starting appservice HTTP server"} +{"level":"debug","time":"2026-03-06T19:12:13.085146364Z","message":"Checking connection to homeserver"} +{"level":"info","address":"0.0.0.0:29318","time":"2026-03-06T19:12:13.085390742Z","message":"Starting HTTP listener"} +{"level":"warn","req_id":1,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp 192.168.96.6:8008: connect: connection refused","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":4,"time":"2026-03-06T19:12:13.107578923Z","message":"Request failed, retrying"} +{"level":"warn","req_id":1,"error":"Get \"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev\": dial tcp 192.168.96.6:8008: connect: connection refused","method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","retry_in_seconds":8,"time":"2026-03-06T19:12:17.109017276Z","message":"Request failed, retrying"} +{"level":"debug","req_id":1,"method":"GET","url":"http://synapse:8008/_matrix/client/versions?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":51.774681,"status_code":200,"response_length":1211,"response_mime":"application/json","time":"2026-03-06T19:12:25.161131858Z","message":"Request completed"} +{"level":"debug","req_id":2,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/account/whoami?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1.39894,"status_code":200,"response_length":64,"response_mime":"application/json","time":"2026-03-06T19:12:25.16284879Z","message":"Request completed"} +{"level":"debug","txn_id":"mautrix-go_1772824345162911718_1","time":"2026-03-06T19:12:25.166840972Z","message":"Received ping from homeserver"} +{"level":"debug","req_id":3,"method":"POST","url":"http://synapse:8008/_matrix/client/v1/appservice/whatsapp/ping?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":6.479963,"status_code":200,"response_length":17,"response_mime":"application/json","req_body":{"transaction_id":"mautrix-go_1772824345162911718_1"},"time":"2026-03-06T19:12:25.169493162Z","message":"Request completed"} +{"level":"debug","txn_id":"mautrix-go_1772824345162911718_1","duration_ms":4,"time":"2026-03-06T19:12:25.169549943Z","message":"Homeserver -> appservice connection works"} +{"level":"debug","component":"crypto","time":"2026-03-06T19:12:25.169580255Z","message":"Initializing end-to-bridge encryption..."} +{"level":"info","db_section":"crypto","current_version":18,"oldest_compatible_version":15,"latest_known_version":18,"time":"2026-03-06T19:12:25.169818836Z","message":"Database is up to date"} +{"level":"debug","component":"crypto","device_id":"PDSEQNSLKG","time":"2026-03-06T19:12:25.16990565Z","message":"Found existing device ID for bot in database"} +{"level":"debug","req_id":4,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/config?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2.535203,"status_code":200,"response_length":26,"response_mime":"application/json","time":"2026-03-06T19:12:25.17232715Z","message":"Request completed"} +{"level":"debug","req_id":5,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/login?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2.495882,"status_code":200,"response_length":78,"response_mime":"application/json","time":"2026-03-06T19:12:25.172559655Z","message":"Request completed"} +{"level":"debug","req_id":6,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/login?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":19.453787,"status_code":200,"response_length":174,"response_mime":"application/json","req_body":{"type":"m.login.application_service","identifier":{"type":"m.id.user","user":"@whatsappbot:matrix.theocloud.dev"},"device_id":"PDSEQNSLKG","initial_device_display_name":"WhatsApp bridge"},"time":"2026-03-06T19:12:25.192369149Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","user_id":"@whatsappbot:matrix.theocloud.dev","device_id":"PDSEQNSLKG","time":"2026-03-06T19:12:25.192450097Z","message":"Stored credentials after login"} +{"level":"debug","component":"crypto","device_id":"PDSEQNSLKG","time":"2026-03-06T19:12:25.192478662Z","message":"Logged in as bridge bot"} +{"level":"debug","machine_ptr":"0x8888bca000","account_ptr":"0x8888cce420","olm_driver":"libolm","time":"2026-03-06T19:12:25.192937037Z","message":"Loaded olm account"} +{"level":"debug","component":"crypto","time":"2026-03-06T19:12:25.19296225Z","message":"Making sure keys are still on server"} +{"level":"debug","req_id":7,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/keys/query?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":18.367391,"status_code":200,"response_length":649,"response_mime":"application/json","req_body":{"device_keys":{"@whatsappbot:matrix.theocloud.dev":["PDSEQNSLKG"]}},"time":"2026-03-06T19:12:25.211631709Z","message":"Request completed"} +{"level":"info","time":"2026-03-06T19:12:25.211759101Z","message":"Starting network connector"} +{"level":"debug","time":"2026-03-06T19:12:25.211810296Z","message":"Updating bot profile"} +{"level":"debug","component":"crypto","time":"2026-03-06T19:12:25.211837045Z","message":"Starting syncer for receiving to-device messages"} +{"level":"info","db_section":"whatsmeow","current_version":13,"oldest_compatible_version":8,"latest_known_version":13,"time":"2026-03-06T19:12:25.212261058Z","message":"Database is up to date"} +{"level":"info","db_section":"whatsapp","current_version":9,"oldest_compatible_version":3,"latest_known_version":9,"time":"2026-03-06T19:12:25.212618929Z","message":"Database is up to date"} +{"level":"debug","component":"disappear loop","time":"2026-03-06T19:12:25.212922673Z","message":"Disappearing message loop starting"} +{"level":"info","time":"2026-03-06T19:12:25.213545177Z","message":"No user logins found"} +{"level":"debug","bridge_state":{"state_event":"UNCONFIGURED","timestamp":1772824345,"ttl":21600,"source":"bridge"},"time":"2026-03-06T19:12:25.214861284Z","message":"Sent new global bridge state"} +{"level":"info","time":"2026-03-06T19:12:25.214951311Z","message":"Bridge started"} +{"level":"warn","component":"backfill queue","time":"2026-03-06T19:12:25.215046506Z","message":"Backfill queue is enabled in config, but Matrix server doesn't support batch sending"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":8,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/user/@whatsappbot:matrix.theocloud.dev/filter?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":9.441274,"status_code":200,"response_length":17,"response_mime":"application/json","req_body":{"account_data":{"not_types":["*"]},"presence":{"not_types":["*"]},"room":{"account_data":{"not_types":["*"]},"ephemeral":{"not_types":["*"]},"state":{"not_types":["*"]},"timeline":{"not_types":["*"]}}},"time":"2026-03-06T19:12:25.221803952Z","message":"Request completed"} +{"level":"debug","req_id":9,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsappbot:matrix.theocloud.dev/avatar_url?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":6.057907,"status_code":200,"response_length":59,"response_mime":"application/json","time":"2026-03-06T19:12:25.2231686Z","message":"Request completed"} +{"level":"debug","req_id":11,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsappbot:matrix.theocloud.dev/displayname?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":5.837834,"status_code":200,"response_length":37,"response_mime":"application/json","time":"2026-03-06T19:12:25.229273929Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":10,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_884_0_350_361_1_83_87_0_1_1_1&timeout=0&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":24.678896,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:12:25.246850497Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":12,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_885_0_350_361_1_83_88_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30005.671995,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:12:55.2540637Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":13,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_885_0_350_361_1_83_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30006.200894,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:13:25.260853922Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":14,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_885_0_350_361_1_83_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.544493,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:13:55.265891432Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":15,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s464_886_0_350_363_1_83_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30005.365668,"status_code":200,"response_length":143,"response_mime":"application/json","time":"2026-03-06T19:14:25.272176573Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":16,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s478_886_0_352_367_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30010.210999,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:14:55.282997924Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":17,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1045_907_0_353_370_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.533955,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:15:25.288185254Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":18,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1670_914_0_364_383_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.419825,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:15:55.293123029Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":19,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1870_935_0_367_390_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.189876,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:16:25.297816957Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":20,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1877_935_0_374_401_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30003.758757,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:16:55.302141225Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":21,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1878_938_0_375_405_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30005.021703,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:17:25.30768863Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":22,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1885_938_0_382_417_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.130616,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:17:55.312450969Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":23,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1888_941_4_384_427_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.245294,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:18:25.317692772Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":24,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1889_942_6_385_431_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30005.357636,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:18:55.323972604Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":25,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1891_946_6_387_433_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.827461,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:19:25.329487033Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":26,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1891_946_6_387_434_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2745.64087,"status_code":200,"response_length":1224,"response_mime":"application/json","time":"2026-03-06T19:19:28.076010848Z","message":"Request completed"} +{"level":"debug","transaction_id":"1210","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:19:28.080189438Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1210","time":"2026-03-06T19:19:28.080587888Z","message":"Finished dispatching events from transaction"} +{"level":"debug","req_id":28,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev/join?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":39.668212,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:19:28.121144772Z","message":"Request completed"} +{"level":"debug","req_id":29,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev/state?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":13.135575,"status_code":200,"response_length":-1,"response_mime":"application/json","time":"2026-03-06T19:19:28.135295922Z","message":"Request completed"} +{"level":"debug","transaction_id":"1211","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:19:28.136640106Z","message":"Starting handling of transaction"} +{"level":"debug","time":"2026-03-06T19:19:28.136906344Z","message":"Accepted invite to room as bot"} +{"level":"debug","component":"crypto","error":"no group session created","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","time":"2026-03-06T19:19:28.137574525Z","message":"Got error while encrypting event for room, sharing group session and trying again..."} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","account_id":"","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","signing_key":"2o86b04NjjxrT/KU4mZLeKxq8zZaf8y6BISpdR88Aks","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","received_at":"2026-03-06T19:19:28.138620901Z","max_age":604800000,"max_messages":100,"is_scheduled":false,"key_backup_version":"","time":"2026-03-06T19:19:28.138732858Z","message":"Upserting megolm inbound group session"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","max_age":"168h0m0s","max_messages":100,"is_scheduled":false,"time":"2026-03-06T19:19:28.139182921Z","message":"Received inbound group session"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","users":["@theo:matrix.theocloud.dev"],"time":"2026-03-06T19:19:28.139315412Z","message":"Sharing group session for room"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","target_user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:19:28.139528151Z","message":"GetDevices returned nil, will fetch keys and retry"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","users":["@theo:matrix.theocloud.dev"],"time":"2026-03-06T19:19:28.139591638Z","message":"Fetching missing keys"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","users":["@theo:matrix.theocloud.dev"],"time":"2026-03-06T19:19:28.139664483Z","message":"Querying keys for users"} +{"level":"debug","transaction_id":"1211","time":"2026-03-06T19:19:28.139989319Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":27,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1899_949_6_387_435_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.627519,"status_code":200,"response_length":238,"response_mime":"application/json","time":"2026-03-06T19:19:28.147163302Z","message":"Request completed"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","req_id":30,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/keys/query?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":7.218402,"status_code":200,"response_length":4906,"response_mime":"application/json","req_body":{"device_keys":{"@theo:matrix.theocloud.dev":[]},"timeout":10000},"time":"2026-03-06T19:19:28.147360466Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:19:28.147623","changes":["@theo:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:19:28.147645283Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:19:28.147623","time":"2026-03-06T19:19:28.148096883Z","message":"Finished handling device list changes"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","user_id":"@theo:matrix.theocloud.dev","new_device_count":6,"old_device_count":0,"time":"2026-03-06T19:19:28.149932755Z","message":"Updating devices in store"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","user_id":"@theo:matrix.theocloud.dev","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","time":"2026-03-06T19:19:28.156326111Z","message":"Invalidating group session in room due to device change notification"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","device_count":6,"target_user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:19:28.157544369Z","message":"Got device keys for user"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","time":"2026-03-06T19:19:28.157609252Z","message":"Creating missing olm sessions"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","req_id":32,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/keys/claim?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":7.759051,"status_code":200,"response_length":1606,"response_mime":"application/json","req_body":{"one_time_keys":{"@theo:matrix.theocloud.dev":{"HJDBKJHAMT":"signed_curve25519","JBMCELZDNB":"signed_curve25519","RKNFVHOUTT":"signed_curve25519","WZHBOGMGVU":"signed_curve25519","XVKVQEOXWJ":"signed_curve25519","ZIZEDCTNBL":"signed_curve25519"}},"timeout":10000},"time":"2026-03-06T19:19:28.166093545Z","message":"Request completed"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","peer_user_id":"@theo:matrix.theocloud.dev","peer_device_id":"ZIZEDCTNBL","peer_otk_id":"signed_curve25519:AAAAAAAAAAI","time":"2026-03-06T19:19:28.168419779Z","message":"Created new Olm session"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","peer_user_id":"@theo:matrix.theocloud.dev","peer_device_id":"HJDBKJHAMT","peer_otk_id":"signed_curve25519:AAAAAAAAAAI","time":"2026-03-06T19:19:28.170679245Z","message":"Created new Olm session"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","peer_user_id":"@theo:matrix.theocloud.dev","peer_device_id":"JBMCELZDNB","peer_otk_id":"signed_curve25519:AAAAAAAAAAQ","time":"2026-03-06T19:19:28.17258901Z","message":"Created new Olm session"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","peer_user_id":"@theo:matrix.theocloud.dev","peer_device_id":"RKNFVHOUTT","peer_otk_id":"signed_curve25519:AAAAAAAAAAY","time":"2026-03-06T19:19:28.174415314Z","message":"Created new Olm session"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","peer_user_id":"@theo:matrix.theocloud.dev","peer_device_id":"WZHBOGMGVU","peer_otk_id":"signed_curve25519:AAAAAAAAAA8","time":"2026-03-06T19:19:28.176162487Z","message":"Created new Olm session"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","peer_user_id":"@theo:matrix.theocloud.dev","peer_device_id":"XVKVQEOXWJ","peer_otk_id":"signed_curve25519:AAAAAAAAAAU","time":"2026-03-06T19:19:28.177908193Z","message":"Created new Olm session"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","req_id":33,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/keys/query?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":5.977376,"status_code":200,"response_length":649,"response_mime":"application/json","req_body":{"device_keys":{"@whatsappbot:matrix.theocloud.dev":[]}},"time":"2026-03-06T19:19:28.184426497Z","message":"Request completed"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","target_user_id":"@theo:matrix.theocloud.dev","olm_session_count":6,"withheld_count":0,"time":"2026-03-06T19:19:28.187409458Z","message":"Completed post-fetch retry of finding olm sessions"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","recipient_identity_key":"pEXI7qVGWTu835Ng4l+SFuhoRp5vTeiQVRHuJTTM/Eo","olm_session_id":"JcH5ZFlsYZEx0MIcfVwOXAzelwNXrKFWrZAOZXBSBMM","olm_session_description":"sender chain index: 0 receiver chain indices: skipped message keys:","time":"2026-03-06T19:19:28.187687151Z","message":"Encrypting olm message"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","target_user_id":"@theo:matrix.theocloud.dev","target_device_id":"XVKVQEOXWJ","target_identity_key":"pEXI7qVGWTu835Ng4l+SFuhoRp5vTeiQVRHuJTTM/Eo","time":"2026-03-06T19:19:28.188036083Z","message":"Encrypted group session for device"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","recipient_identity_key":"Qplzw30/t43HImcYdptKsUgfeY94D5RrI8rlHjrNY1g","olm_session_id":"/DdW8ZCLv78MsFELaCQk/n84dc47rLS9wtwPpJMyOko","olm_session_description":"sender chain index: 0 receiver chain indices: skipped message keys:","time":"2026-03-06T19:19:28.188129531Z","message":"Encrypting olm message"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","target_user_id":"@theo:matrix.theocloud.dev","target_device_id":"ZIZEDCTNBL","target_identity_key":"Qplzw30/t43HImcYdptKsUgfeY94D5RrI8rlHjrNY1g","time":"2026-03-06T19:19:28.188483562Z","message":"Encrypted group session for device"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","recipient_identity_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","olm_session_id":"egC94gb7m37oLBRE+btlutn40hE5rqs6UEfmuB/5svk","olm_session_description":"sender chain index: 0 receiver chain indices: skipped message keys:","time":"2026-03-06T19:19:28.188576033Z","message":"Encrypting olm message"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","target_user_id":"@theo:matrix.theocloud.dev","target_device_id":"HJDBKJHAMT","target_identity_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","time":"2026-03-06T19:19:28.188957022Z","message":"Encrypted group session for device"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","recipient_identity_key":"C8I3SHmLd6e/gsVQP5z9CEzXi+RWFOOZtE0PZORgQDQ","olm_session_id":"tlX9kwjk6qtSyS/aj7RnZ96mmGHJN/Fu6r5KcM1q31g","olm_session_description":"sender chain index: 0 receiver chain indices: skipped message keys:","time":"2026-03-06T19:19:28.189051937Z","message":"Encrypting olm message"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","target_user_id":"@theo:matrix.theocloud.dev","target_device_id":"JBMCELZDNB","target_identity_key":"C8I3SHmLd6e/gsVQP5z9CEzXi+RWFOOZtE0PZORgQDQ","time":"2026-03-06T19:19:28.189403384Z","message":"Encrypted group session for device"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","recipient_identity_key":"YEgoFZ1Lc6fdY2Im0NZpQUeD+x/UTjKXuBg4XzqyjiI","olm_session_id":"sTc5vHXmdgFzS/1WfQaPS52Xyzo0CdPREE3lFySV16A","olm_session_description":"sender chain index: 0 receiver chain indices: skipped message keys:","time":"2026-03-06T19:19:28.189482864Z","message":"Encrypting olm message"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","target_user_id":"@theo:matrix.theocloud.dev","target_device_id":"RKNFVHOUTT","target_identity_key":"YEgoFZ1Lc6fdY2Im0NZpQUeD+x/UTjKXuBg4XzqyjiI","time":"2026-03-06T19:19:28.189809586Z","message":"Encrypted group session for device"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","recipient_identity_key":"xc33/ogyctjjCeBqp6FuSLm/CGxOrvEDjE391vlOUFU","olm_session_id":"w+o2Rptw1piV7LsUfZDEo61BA98Np/3RbJ7lHeEfP24","olm_session_description":"sender chain index: 0 receiver chain indices: skipped message keys:","time":"2026-03-06T19:19:28.189915886Z","message":"Encrypting olm message"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","target_user_id":"@theo:matrix.theocloud.dev","target_device_id":"WZHBOGMGVU","target_identity_key":"xc33/ogyctjjCeBqp6FuSLm/CGxOrvEDjE391vlOUFU","time":"2026-03-06T19:19:28.190252176Z","message":"Encrypted group session for device"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","device_count":6,"user_count":1,"time":"2026-03-06T19:19:28.190305466Z","message":"Sending to-device messages to share group session"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","req_id":34,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/sendToDevice/m.room.encrypted/mautrix-go_1772824768190377613_1?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":7.742708,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"messages":{"@theo:matrix.theocloud.dev":{"HJDBKJHAMT":{"algorithm":"m.olm.v1.curve25519-aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","ciphertext":{"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4":{"body":"Awog0YQCuvIPKFx4KRmKbwR74Lk7/5kctglmCXyBTsXC8yQSIIlFu1bmN3USReysfgnnltMvVP3UFmDWqos/XfNgFJF8GiAWfXgyj7JPMbRnfvYSTqVLUj98IfNk+FVDsUtczBjCPyKABwMKIAlkFQEO3KbixBlCmERaaibkQQehXeZaxcrajH0LWJkSEAAi0AZWmPAo4Ip/FQLISYi3dYaCwDj9sdAaSVGQ/NW2qoGbwP3wj4CzBUSJ0ypfkDZm245btM902iPC8QuLFzC7zeCExMJ9B+W90dIae8PpG+a8FQrTJF9ltEKCy9FetdxVEc2huB4lD7JaZZAKANPZbs7yyaIuhnfKRxfDw81bC1ivxP6bJlC9LAz2ITK32AsKXNeO/EL5wPC0FjTnFAYbhBg5l9zXEf1HpqzKfcwE4aXFrS5zV4okVf4HxMs2si9cRmnlovbNeJmH5lTvV9zqQeqDpVDv6PS1ycQgiULpIXJOqwiW3jGuOHBzghT1bUO5PXmy0jdejraFTeAPtAuAJa4lnsBQ88rMswb0D377UgGKuznmK0TV9lzA/tmVatlUXIz2qHsTHPZrNsxFGhGDJGuYDSvnq9Ys8+oL3KDVZDG/hqy/7wsqr4nGfjy5mhclETJm8lFC7/PNBY4igpq5PZI64jMSnuWOVSoGg5VpjX6O9vVaCJzt9VywFf5pmYCC05pK1FWLpFRwhBriTVDn8SPj+vckj0mKXkOSIpCDqgrZ7rr7DhlH+q6jvn2uyd/ExIJVwpNHi1YGESXuSgwFEa/G22PSGsGrUlgcnsTFyV3kvvbLJ/j4O6A6fVZYPR+nVr4TJLpqdeVNAI8iCdZjVC5XsXO42t9JvT4QatcyPNE05eq6JfJbFFhMw/SOf78vDvZPth6Bq29XIy34qGjXXFu4ljpfgV/TW2qRiiAoIMRsGrD/ZN8CNmqi2mTGh/kg52Pkrl8dNj80B1TjtePhH94hBc0M+Ru/+MIBqWA0E3YwDRVYDZyZv1rpZMdW5eauyO6K1A4jR6SCf+3jgiUB9rVeT/Th6QgxJhWDKZN4LfqNCB2vztO4Fj96RLncdPcv4591akn9WkhDpsc05WLQ1TCGz38AOnhPiuK97awZbmdeClGxPXW7IMko/XWQQF45VrbZR0Q+OdRjEYagZNZo7GdDZA4OK5Vd/w4BjQvuggRQ8qfK+m2DOqoGuInkK7basUmALKzQJ4mjorIsCOl6LLopLHAxwGb4FAkC0odv2j1XyUQb/sl7J2ALqf6nzcEZXpWhup+ZFnnCD4/NFwvKsw9DyWvxdF4yDws25IQe2zX7cYttWJ3zG0O1","type":0}}},"JBMCELZDNB":{"algorithm":"m.olm.v1.curve25519-aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","ciphertext":{"C8I3SHmLd6e/gsVQP5z9CEzXi+RWFOOZtE0PZORgQDQ":{"body":"Awog/Fz+KyVuyPWjkbBisL/OnsOR+5gyTIT89yDUXPlHTWkSIPSaOEN1WvX7rhSEMCJ2pkJtLEWN7iJz8e7yNAy8W5Z7GiAWfXgyj7JPMbRnfvYSTqVLUj98IfNk+FVDsUtczBjCPyKABwMKIOunqVTxPRH6OHCWbwg8tYn7PgMMN7yseQ+8a30zcKMFEAAi0AYpYrdOKb7TREUtpkSpoDSYPV/iaUGwBqxQnk3amp2lnIKZIekJ8sDl2mbHt4uTjdiP9IkWmp0X2uvX3OLKkcKkqBj9q1ymJIpeBg+AOwdpey5OcnRgZX0LBLvJS2twN/aO2JFkk/a/b0MeMhXKSgM0G0aRI3w7p6aNTy17afugRosMv4LKYvt8rj/AXbujl/t0tQwjWyll+jYrTKLjSewtMi1Fql38Mg11HDR+QoTohdlWjb95aJM+MODDSjXmvqZ/0xazUFj/+KQV8xwKjjfwFAe+jldIx3d4hckHH6ANOefHQZNb56zLIW/t4sUyVrC7nT41+/YTiUpa2VXVPHKbOYCwBOgnuvj8Zub2uX8BT+IzaZJvoRv9YavCZI3t6+seZ9KMKzIukZUObhrs4/A9m6ozly4UK665wTdGiCjSOd8ct6l5qWkPZCojGb93PEtnetA5HvoYuoZQF1klDsGv8Cf1yg/k52c/pb5WBLFv9/P6i5ljuPzhVnAIeA8H5qB6Q8hwD8ILQR7SHCKzrHB8cnwuiqMDNfn+JdjiyrJANg6SNEUTVg9e8LzUUJP/mOFPXR5HsErD7kKMldgrc+PJk5kxprD1GGoLy9elVNXSDcDWLy45y+a3sCh2RyXjz4CQejzvY79ngZEE3mdv32L8L4R584762c4vXwHIfMu7ou+itNKI0fphMxNEM6TWUslIRKcQ+yD61fPGaz77HgNf1NGJv2e2roI7SKcv+7bYaQNoZdUfBH76abUFCaqL2dcRqPkdaAwjJOZxUYM35cA/eTy3Yd2bmw7cHCFr8atjcT0qHZDf65Sr0qSAWT3dqETrqdJ5p7KysMXVdoGyfHOqRYBjkxuVoRB/xJrTAXd2RixoeiwcIZYqTy+1myrLZm6o/kotmyvg0X4kJX/wzMYI3toCqAIJ2GQJBC+DUpgv68dyOysXLKMi0XfhDgBQ4vfz4NUR7m0LVocaO1sWqC7ARALQ/vvGauClgL6VBZdk3oGezL6b0rA9sNmw8Y7m/HUTikDdgeUXzXgXQ8KmxGHUiP38PSUwvvLn1hv6sBb3FZQJlaHvPJ6StNLjEjqiVT3hBUP0i7C/YvKOdsiHXp3widsEpoZ+rWUxC79ZLg8WWwdPnE12axIx","type":0}}},"RKNFVHOUTT":{"algorithm":"m.olm.v1.curve25519-aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","ciphertext":{"YEgoFZ1Lc6fdY2Im0NZpQUeD+x/UTjKXuBg4XzqyjiI":{"body":"Awog2IvlSuxQlelI7VIK2u2pibFCvRPzpRNUCoE3/W/cXksSILxjRHCEb2EtQWFsVuybHZnFSKsCVyXCCY6Ppow5DHVrGiAWfXgyj7JPMbRnfvYSTqVLUj98IfNk+FVDsUtczBjCPyKABwMKIGEjTZPTyrp2v11ONP9zw5EDGkbA3JKgf4qJ1z8a+2gTEAAi0AY8/q3hG1kQloMAlYd5nJclxWb3Rjz7O58dgQGO+5GkEWDI+mQrb2nvUd8N9oicKgy7ISGZ34q7kEXVNjCX1poDBLKlgJhp34DkaOgFPriyujwOXtQowbJP82Icr26ewzyaVeyJnDkFt9K+mLpuzEKPI3PxFZ+90lHP09FSSRPp7Cie4HeWxRVIA2gw9hIdrO5RLEFYyLINo0Hu06OgPKdJR+ZW5nSQtZf/KjWewb386rKU0NJ9TRNQxRfGsjd8e2HJLza7Yb0zHi3GjagvUxBLpMg/umypF77P6JE6UaFYpDAl5UJPFDYN87kL8Lh7W1XSwOPHJovppJypj+GenSxgCvSUCf6WDOSIm/Sgru3txBc+83X+cW0FjPX30T/gosbJJSyO4VPZUC3rkU9sVcppdxcEGa1YzX/JxvM+1n8gUr7vc8cIQkzXAdFYfVI3uJG8KDSzNbfBiM+pN+SsyfmfRKvQyJtK/A7Td6edbMPbQMb5tF3eCA8FCH7Wox3US1NSkgIVY2HU7QvrIT5pUT2/kr6sLHpHuigWqz0woNa29kmCro6cHLIyxZOAJOEdXmXGy4vdTet5uJdl89MXNy1+Xhw+4AuZ5q5pVZJsYu21JzS+ahsHN/XRTXxX2BC6UflxFTlkg2cgvYrdp6G6+iYHoDYg1uG5xFj/7nX674/u8HlslS9VV+moHORGglnAdMZyuxK6arSTAes+JLqk5hhG+p36wek8TiPdijmU7jgG3+Wz9hi19cqEtTQX6o3zuwmuCa3IBZjeTuqAAes6rjOydNx3H29ui5tqjLBclByYy5u8S4gFWWE8zwUiCMljI3mdO/3/8wVZCc3gXDlls/Tha122Vr8MYbfGAHptjIgn3YWNsdeAQZ+6XHzAeeYXpy8L/3/b8i9SpHplRAgEvLTuROHFtpzaKnH/LRateWo9Ox8Nkmuof6qlrTszUoGB1KqxZwZwvkF/XG5H1JZvVnFChLUMprhBZfpC9PTPIFgtnbA0fvjHbswVvWkn+JDC/xuzLpykctxJYtMxvHT/Mj5pcHWcCqxqyD78EDcD9NKXcmJQKxaQdR0oFqAZ+Uo7lWSIFMjqaMsd76K8VybhK+4SVLqfi6NZioBm21uUA+gcZznDtC9y8tBb","type":0}}},"WZHBOGMGVU":{"algorithm":"m.olm.v1.curve25519-aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","ciphertext":{"xc33/ogyctjjCeBqp6FuSLm/CGxOrvEDjE391vlOUFU":{"body":"Awog0FhFlLHax7bInsm4BtTUIJcHSuQq1GIwhDUEM+HSkwESIBgJAGgMcMk2iJpEhnk3MvD4f2dTKvwtIqnu2Yx4BhhsGiAWfXgyj7JPMbRnfvYSTqVLUj98IfNk+FVDsUtczBjCPyKABwMKIAwuHg0bWY4P/VFVtR47KvX/WfnGF7vEnkTNeQPcOCdcEAAi0Abzm9uQjtLBe+kGECa6nyxCdrCJ9BzXxWtWjqEXvqsp5n/IBEcVeWSoEm7bbfaQMqv2Gq2NKMKt09m0J0NZSnpzLrPB36r7JkBAAf7jEbYsjfcTghXdT9b1CDcQSD5rCk5p2uJI+DEHjDMxzrIoKKp0HAjwFQ88HbO/pXvfhEtqszU/dq2nduDpFLdMzPo1Jyo56eVaH9fwDqU5R1Jy1o4Eh4RL2of8NZTs0j8UKdSTVhg2U9EF2oZEC71SRB0luqZBgJft0WcABsmF5Vpnr2OIYV5JDx6SsUBEfIPXIyl2E60OzHLs3iuplJfTj2uoaatrIBljatvNnKrLV1Bgqp5to0oQFkdckhps5NVuwXGONFqCbOLUC/wOUW1hi54COdQYXi50QV/MHWWOtkb8OSRb/FdecZu2xSpqYM5OdCDDRdhNSSvdoprBtFnaJnQaf5ODayLFNKkRDqIQmjBklQvUP0zKf7XYOZe1w5EmK/0O60Y9T/q5xxnUE8kxV3dRk7lt5d/Mi+oeadU5XFHuMJXL2F20nDGPuYMwTZ+/irkyeVbx59gMsfLWpyYsMcjRRUCs7J8qXRwvAQ7TL9FQXZbM6EouyTkvl537alOWiKJtCrqxwkfPv9hA7vgvPjdNrzymj2TL1TIzUDoAQ+2eu8hY8vBgkihgSEx2ASbUVNxkVUQCuZgve4h70gJ4M1xwnQJ/QXz2K2SREM9dTa5slwiQ9nMU7OD4wVaoQT4IdZr/vdXzJYZUkIc9SsAgxsSlrDGNFDTqV8G1tkxDhkV6G7FOtKlkXqPlOycPj7QDn3K6DwD0J3h6AuIHtRpJkpegDDcmISS+MbAUWGU7+1wzi1+GuR8ZrhCqfYjsOzICQlrg7KDQqNmHVlIgn5ybt2rPvfDYn1AjQ1BhUnoUnLhLKnp9ZjS4VbRbfe9vi375d95zqedr3V1fM01b+Kv23ep0b3naxvR5V0R1QaPeHcZJjhhT74+Rlq2JVzzqxpMVYzxoYyUSwMwyS8zGJOiQtiy8cy837SMcUb9cg8goO4EonD8sOiymwJCJEaIf4SqJN5+6n5k4723FB/upSUn+5dDOkdpBQte8RfhisKJTeGh5Miewgy0c8J6wGTj2rJLWyK4xw2Z8OsfQfTPl","type":0}}},"XVKVQEOXWJ":{"algorithm":"m.olm.v1.curve25519-aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","ciphertext":{"pEXI7qVGWTu835Ng4l+SFuhoRp5vTeiQVRHuJTTM/Eo":{"body":"AwogzHQkQsuhOnan3xm0VmrVgG+5QpkbXzDeYxoq0Y2W0Q4SIKW4h8ldYyHU/bvsd9MgoOcCCx0c2mc6hKGbeGNDMcJJGiAWfXgyj7JPMbRnfvYSTqVLUj98IfNk+FVDsUtczBjCPyKABwMKIKlNfRQcBOzGKkIpAD0p2VIhv8XbYCh2EXECbAQm8UxWEAAi0Aa5uH+IxBdX0R5jtPo8CWbI0gQwcVv3MliHEydoE1xNttxpt9FlvqMEo2K/Cih7SgT5qiEErncTnkU1w0rJxsiyWF7bglWa3nPpjIV4+GPOrBWGxREI3p4j5g0P8w+nfeNJ8y0EljTul89sfiNbQaXSJ57WxNXhDU4lgsWgHpRmiFQmZIVQ4c5LvsApMfcsbPXf6WY/HYYao0bYuJRbGPLpCCIcYqx30RV9hd/9BaHyt5a42g8ep84+A77sTj3coLhCOk8/NaB1HlPSreOqfm9GruyrsJQBvwmcJXvgsjrnL+oXDsyIm9t2lFH697+A540+B0aaI9rbFN58Wa9HHXAAqhke6VmGg3OOkZkJT4NhrDn2OzGnY/P0+QEf2DpYyaMkGlSRWZXM3+LTJmW2k+FTHLNnq4WBuw9buI2HO/onzJE2MkiZT56wVGNgY2bYGkAPx2jQu1O7hngGluHkizBkvcIGXI2aoA0v1nZd1txcpeml0VLspsuj42kQu7kGcfHyn5zE0dw7kCMU/TFo88brbsWGewgrxj0czFt/ZZgpQ7QgM4uz+uQKSaxhyCsOkr5xVl5UDYFEihyN3QZzVadbNz9Ee24CJjMOwS9SoOnTnBX8ao/aKCVjYg2MYsDLODb/QEZnQBGS3NcHEha+It5dcQNexgTYRSWxE3gIkXVEZe9+3oamM9BiIFDvpm/8v8nJwpDG7yYQ6enYJAVLx6qH6ZKjvLI5IaC8eV0pcB0RuUBWTp2sldm5zjQubHvTUt2uHj4iO4Jk7GlOacow7cPrhepv03Zg3KSD/4jr9ZkUvUc6EvVhGRpRohz6gcn7nuKYdKMOoSvukveBFVamWFttMDysaaztEbC41eZRsQ79zOUFr9yJdhXgPKx5FYAWXg4zGmFv7LAVLU6Y3uWMgpZQwD3gPKdtPv/x+sfmV4CbGtispd9+lXRaA9zFKkEY+wsgm+iFN2cAWFykseCr0+MNLvgF+0Ffkw8fntYN6Hc53A0vtkrmtH4ca9QyVvm1etaxL32e/Pt6Adb026zunK47mfRisvmFRfZGP07+LcvbAq2Cj10AX7wp4hAt0JDS1/tmfIAZX2F2I997j0waMGrhiYX+D7zyXn139GuRYRiN3PUaUKqB4otl","type":0}}},"ZIZEDCTNBL":{"algorithm":"m.olm.v1.curve25519-aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","ciphertext":{"Qplzw30/t43HImcYdptKsUgfeY94D5RrI8rlHjrNY1g":{"body":"AwogjuToUXP3gNFgyEzHynyLnOysph8qWvlxrgBlfpWzWwUSIOXegtYRioTvtSzKJjQJ8yQLgehWsjwjjo6DE0iT+d53GiAWfXgyj7JPMbRnfvYSTqVLUj98IfNk+FVDsUtczBjCPyKABwMKID9yhV5f+cYr96xt++WeMuPyH41glw3dnDXjhGCGaUIgEAAi0AaWdoedid7ERM/U+S+b89nj3gd+g+XDQkvpL0k8igZU7bpzbFjj3DcH3Wh5qvy1n0UNup0C8EYVf3HddKkjVRFysFkO/6jWV//uVq0E8x934BGixxrdLSaWUH8lVQdE20doE10eq8fHkKA4CPPpZRK3z7GcwYzIeSdzzw9tXrSbYOs65Wstr6Nb+2NdrfVR0m2v5uCxY9ZDiKI/I8UBliseWOvPqy2F3uvjn5dSGAfOytlpm0/5tZPOprXXmOGBBcRRVoxOyJIqayO5MwkVRml0zrMziXs1i11JTKoGcI65Yc+En/MTlV9f54Sjquwh6xNLDb5iKyb1j2nNEtck2pbJ491Gmay+M8me7RLNzkW28HOsrHxIhcEQYxKKhYkz2qihTaOUPENq7bneL5/YDCKK5P+Tax8aHP2UNpMaTbPgUlfnF+zKvvR+JHXOtMk3Ren+G4p2IAI2jvP/2oUjBbnK6qDUy8hV3NMmx8DU+TXR7Q37YKCxg6FFgx1mkMRDi33TGxtYaiY04xebOoTE3Xn73b+Ya+xTkMX/s2V67w5nx2sb54cU3oeqxIQmb65GdZQ2rd/YmYd5wSgwv4AfE8/vceR1oSzKYpjWMTG4pWooqlpIM9JOR+BJizqWIaXWUTdPm9UMuVoVe0MESno9DmdsUjrwvyHNO1nqraJ3A2av3XwmA28RJDaqS8JgI0YYIz18erzUqIygk/Ya+713Wr8l4Evo9JP7m6N2lgcPuSe8pvEQhgdl8q9bS2UK8fFqxPzHcEe/9yQn1GkkIgxRFYz6ihMuBHanC9f0viNZolp7OJkenhjJ8dm143QDbiTExMjZ4/gHV4d6WAeQ+nO9gU0tbRrS0SJ2DtQBhcwmKVXvFVo29uMJBEK7aAYAmK1lmHbHfS68jXnB2HX/gN+DGvc/FXZJhB2eVpf9bB69IkYNDOLRVQzHSzobqVqFRJYObs2mjPU8/399dR7r2sottBYSXWphFloBq4tvIAI21cZ8O6o5LmtViNybf7xa8xXT1ogGd8auQQ15ERO3M4f1lzG5Fn7HvzR70edSXFrnnf6L9v63WshOpVoYG2WMjYbAqmRbP//bPcoy2rrMEPMRuIY6HG1bnfRCG3cR5XOe90eZ7u6YffU7Eyi6","type":0}}}}}},"time":"2026-03-06T19:19:28.199447113Z","message":"Request completed"} +{"level":"debug","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","action":"share megolm session","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","time":"2026-03-06T19:19:28.200309175Z","message":"Group session successfully shared"} +{"level":"debug","event_type":"m.room.message","state_key":null,"room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","expected_index":0,"message_index":0,"time":"2026-03-06T19:19:28.20193175Z","message":"Encrypted event successfully"} +{"level":"debug","req_id":35,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev/send/m.room.encrypted/mautrix-go_1772824768202256586_2?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":43.017216,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"algorithm":"m.megolm.v1.aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","device_id":"PDSEQNSLKG","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","ciphertext":"AwgAEuAECxL/ccMmHygtuC8uWggDooUITwCdFIENnEuH4gEfIJsvTfQ3nf9ABKOPQrt/JEulKyA9Gs+J4BcTOTd82MPOi1q2ViIKZEjDEnOOc5EaCapz40RYarS+2KHH/J74+0AWwVWEUWGB6xqplZHHxuKvI5EPXQ4+t4Osw6F0oHFEmFd3lk+5/ufdxq3s8IL2DefvaRxwQOBsaxw7jxTb9zNezUgXhbcm2qq5ky0ZvPmGdrHPKFbnDPkSBYl1yUWhHu34+WBaB2+IqT+OmWArxSkrTZWtl9riTOghAnD34OpGvGa4zCS47r9NXXFFOCJ5/0FO50Od/q8dRu2nOzbLeRG5HhMvUh0qNg5IWQ4Ke/kIJ4IcMFlxxLbUtXwNYVztbQ8mLCege924LXhdIMuncpyXEE3TK1e17XE5Spg1lArRcc7EDa4mldvw7k0XpcIkXXZ3/4rpIgww6xnLEmrO9tjMNUine5r2gdSpqoJ9tqmQCeL47VePD5w02rmrJwVmEKjWAGc8Og+UxAah8p5qqpKV1w5cnJOL8Ew6AGW+HDrOf9Gs5AefKQZk0r2cmDCDA2AQ8UHCJjtrRw6z22TOd24hkIVx9s7SYezjiO9x8c3e2kcUL2/BbwIFe0rLfd9R3dgJmQhrmAHdHNseQuA45GenodTSDFaM2KwxjxHH2dTSYalaOXWIhSOeW9xvTXrkup1RSVITBasrPtDNuTGza62tx+VuS9HkhocMqtvs0Nw3WKekrZmECnTRr1aFdNQUzoeOKiBGXKvnDcOV8txOqvTAsfsWFyisfCkVqEf05Ug3K86Sot/Env4t+Rr7j9dQ4ydXb7Y3j3KUJZACm165qYb8ZwRF3ar519lNDQoK43cycswHmII0Gce9fUtYfW8ZDZr9PQo6o9qw7AQ"},"time":"2026-03-06T19:19:28.245525932Z","message":"Request completed"} +{"level":"debug","transaction_id":"1212","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:19:28.252671838Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1212","time":"2026-03-06T19:19:28.25277716Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1213","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:19:28.393398451Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1213","time":"2026-03-06T19:19:28.393524586Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":31,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1900_949_6_387_435_1_84_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":976.309774,"status_code":200,"response_length":2469,"response_mime":"application/json","time":"2026-03-06T19:19:29.124704395Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:19:29.125146","sender":"@theo:matrix.theocloud.dev","type":"m.room.encrypted","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","olm_msg_type":1,"olm_session_id":"egC94gb7m37oLBRE+btlutn40hE5rqs6UEfmuB/5svk","ciphertext_hash":"e720d34a1b3ad4f4ac4ed2e1e026b49201aa22975df09290962a5cb995cd8acd","session_description":"sender chain index: 0 receiver chain indices: 1 skipped message keys:","time":"2026-03-06T19:19:29.126635671Z","message":"Decrypted olm message"} +{"level":"debug","component":"crypto","trace_id":"19:19:29.125146","sender":"@theo:matrix.theocloud.dev","type":"m.room.encrypted","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","account_id":"","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","signing_key":"wQdldjkB7LWQqTiN+ORIk+dYY2fVUUjg11/dAkYhDVw","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","received_at":"2026-03-06T19:19:29.127071696Z","max_age":604800000,"max_messages":100,"is_scheduled":false,"key_backup_version":"","time":"2026-03-06T19:19:29.12714552Z","message":"Upserting megolm inbound group session"} +{"level":"debug","component":"crypto","trace_id":"19:19:29.125146","sender":"@theo:matrix.theocloud.dev","type":"m.room.encrypted","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","max_age":"168h0m0s","max_messages":100,"is_scheduled":false,"time":"2026-03-06T19:19:29.127530141Z","message":"Received inbound group session"} +{"level":"debug","transaction_id":"1214","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:19:29.234278237Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1214","time":"2026-03-06T19:19:29.234430772Z","message":"Finished dispatching events from transaction"} +{"level":"debug","event_id":"$k67HCpSX5Cgj3A0JjhoHanefk70CX4n82nbaasyDNBU","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","time":"2026-03-06T19:19:29.234627378Z","message":"Decrypting received event"} +{"level":"debug","event_id":"$k67HCpSX5Cgj3A0JjhoHanefk70CX4n82nbaasyDNBU","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","action":"decrypt megolm event","event_id":"$k67HCpSX5Cgj3A0JjhoHanefk70CX4n82nbaasyDNBU","sender":"@theo:matrix.theocloud.dev","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","account_id":"","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","signing_key":"wQdldjkB7LWQqTiN+ORIk+dYY2fVUUjg11/dAkYhDVw","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","received_at":"2026-03-06T19:19:29.127071696Z","max_age":604800000,"max_messages":100,"is_scheduled":false,"key_backup_version":"","time":"2026-03-06T19:19:29.235903186Z","message":"Upserting megolm inbound group session"} +{"level":"debug","event_id":"$k67HCpSX5Cgj3A0JjhoHanefk70CX4n82nbaasyDNBU","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","action":"decrypt megolm event","event_id":"$k67HCpSX5Cgj3A0JjhoHanefk70CX4n82nbaasyDNBU","sender":"@theo:matrix.theocloud.dev","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","prev_ratchet_index":0,"new_ratchet_index":1,"next_new_index":1,"missed_indices":[],"lost_indices":[],"max_messages":100,"time":"2026-03-06T19:19:29.236325452Z","message":"Ratchet safety data changed (ratchet state didn't change)"} +{"level":"debug","event_id":"$k67HCpSX5Cgj3A0JjhoHanefk70CX4n82nbaasyDNBU","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","action":"decrypt megolm event","event_id":"$k67HCpSX5Cgj3A0JjhoHanefk70CX4n82nbaasyDNBU","sender":"@theo:matrix.theocloud.dev","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","message_index":0,"decrypted_event_type":"m.room.message (message)","time":"2026-03-06T19:19:29.236855345Z","message":"Event decrypted successfully"} +{"level":"debug","event_id":"$k67HCpSX5Cgj3A0JjhoHanefk70CX4n82nbaasyDNBU","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","time":"2026-03-06T19:19:29.237317071Z","message":"Received command"} +{"level":"debug","event_id":"$k67HCpSX5Cgj3A0JjhoHanefk70CX4n82nbaasyDNBU","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","event_type":"m.room.message","state_key":null,"room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","expected_index":1,"message_index":1,"time":"2026-03-06T19:19:29.237973868Z","message":"Encrypted event successfully"} +{"level":"debug","event_id":"$k67HCpSX5Cgj3A0JjhoHanefk70CX4n82nbaasyDNBU","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","req_id":37,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev/send/m.room.encrypted/mautrix-go_1772824769238267694_3?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":36.021401,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"algorithm":"m.megolm.v1.aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","device_id":"PDSEQNSLKG","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","ciphertext":"AwgBEtAGkvrO5IY3KeY2JdVgptJP4Z3sUt6u0+BtBNT4jwF5Bhu7tDGDLLbc3DFADwwLoLK9kPnhCPxyvZz18cejZHEkAQqXsdZ/ZZKlK8LkIWjQGCmlAMwNg2gOt8wEaxEqP44hNUTquqd2eVqTG0DwFv0BDzoyrUAbAXMHFxyP3mfGCfEsgewommr0joM10YnStyGiUDHRct7Q4DV0RaH9xfVeDc11j6piwGcCGCww+sJYqe/GZXbBHhN8O91ohcVRUW5KFJ0/tYPPhHY79ndMXXWb71jb4NmZKeWQ9UaI00RhQ27HMHJAlsxgoFESzTa/peGyJizNUbDcJPTMH5GahSN0t78lkE0kpB0sT5HNYN3MpbOrpjhEazK7AbLwPOedp5qX050LCHHFYf0ZYlQvFZ5gL1MV1yMhKW2xDOf7oGvvhSHfy1ufBZC+T1yCJ5pNWWP6+4AZz7n3OYRUjTffQVI2nKbQ3kuDvAufhd8Ja2TMX1b4+GzBUsMQQiFnG/ZJDuBnAod8Ki5+3VhJbF6lBHdf/vYrZK/BzDJFYYTtVDOYg3n3qQn6RHarKzE31k49RAwBvhylv2I0Yjuo5mT2+dWxRddlOJEJw7A5ZeNpltHddTwehvMKcBIN4bQO8X+IsWxkocWusrWfbZxPXoKiRjRjLFJJqfCOtpBeyNvrgEzDLSN/CaL0B64qoVwrPmi5O3kOxbEz0myUCfuwjCuAa/mG+JtkCp49cTJyLWBCC/61Tul1RVyV2RJZaGZVDJVfke6FeZDl8Gg3qYTMAkIAaeFt5dQ4fzGq2Hx4msMz+kaw3AGWzF9Mk04+k+Fze2TfrX1dEaPUlK+LExo2xgvGMSNujBtx/ZA1/YaYYIGV6pxl+yZOf6Eaqq0XIvIoiIeQCfyDc8z46YzAsNpkxBHrZMvu8RABOusww9rvbJm1VHiOM3Rxk5YcDU15m9BHM9wx9aa/h+dvlA19eVQBipfFsc5qr4243oVFkUqZGYKvc9C0pUXX7x7DS16uEZad5h1F7FRrxsjqhLzZMFToybfHLg/eAL8s2SJTnbxd4xLkVSJdP2bUh7NlDjETWBG8c8i7J7yQGPaSKrBUPFSSfalRjcCoJTSDWH4crgf8dwxTYv0jQ5YeiZ7mBCW6rTbvapCnV99V+pmApxrZEIUA4WXy7c0JqRttB/iBzWeLPqDfpuQH/bfTW6cJ0i0NjyvmPEG2YlF67mWcvFgKTwU"},"time":"2026-03-06T19:19:29.274573073Z","message":"Request completed"} +{"level":"debug","transaction_id":"1215","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:19:29.282967339Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1215","time":"2026-03-06T19:19:29.2831219Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1216","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:19:31.392983578Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1216","time":"2026-03-06T19:19:31.393113414Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1217","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:19:32.796312484Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1217","time":"2026-03-06T19:19:32.796459921Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1218","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:19:36.585284189Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1218","time":"2026-03-06T19:19:36.58539852Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1219","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:19:36.691267093Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1219","time":"2026-03-06T19:19:36.6914102Z","message":"Finished dispatching events from transaction"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","time":"2026-03-06T19:19:36.691548627Z","message":"Decrypting received event"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","action":"decrypt megolm event","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","sender":"@theo:matrix.theocloud.dev","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","account_id":"","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","signing_key":"wQdldjkB7LWQqTiN+ORIk+dYY2fVUUjg11/dAkYhDVw","room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","received_at":"2026-03-06T19:19:29.127071696Z","max_age":604800000,"max_messages":100,"is_scheduled":false,"key_backup_version":"","time":"2026-03-06T19:19:36.692684541Z","message":"Upserting megolm inbound group session"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","action":"decrypt megolm event","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","sender":"@theo:matrix.theocloud.dev","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","prev_ratchet_index":0,"new_ratchet_index":0,"next_new_index":2,"missed_indices":[0],"lost_indices":[],"max_messages":100,"time":"2026-03-06T19:19:36.69307859Z","message":"Ratchet safety data changed (ratchet state didn't change)"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","action":"decrypt megolm event","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","sender":"@theo:matrix.theocloud.dev","sender_key":"RKNTyLYA6mllQnPvmL/QbR54Wy79FZ8QQvMT8X+tok4","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","message_index":1,"decrypted_event_type":"m.room.message (message)","time":"2026-03-06T19:19:36.693563854Z","message":"Event decrypted successfully"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","time":"2026-03-06T19:19:36.693971593Z","message":"Received command"} +{"level":"debug","time":"2026-03-06T19:19:36.69407021Z","message":"Fetching latest WhatsApp web version number"} +{"level":"debug","hardcoded_version":"2.3000.1033516464","latest_version":"2.3000.1034660987","time":"2026-03-06T19:19:36.905053898Z","message":"Got latest WhatsApp web version number"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Socket","time":"2026-03-06T19:19:36.908280049Z","message":"Dialing wss://web.whatsapp.com/ws/chat"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Socket","time":"2026-03-06T19:19:37.037500506Z","message":"Frame websocket read pump starting 0x8888be4000"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"time":"2026-03-06T19:19:37.147120373Z","message":"Starting handler queue loop"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Recv","time":"2026-03-06T19:19:37.36965715Z","message":"2@8BixdmI91l/gFDctss9DwY8v/vxfLJzMd3PDiPVtJSiyCIl/KEhikzn1z62eGfrL7/O7cUuYsK+GDD38rNSlOQ6PhQROTfjcRyI=2@8ThniFtGi4nauRFzsGhKeTbcYkfwnattDYHoAQF31QkZcj9OGUOmPPGPcqn2cT6JoRFeOq6VMSvFvNfIEyd57H1xIq82ChFJHts=2@vwuqv1oZe3SYy1YYLH8yAtBc/a8hEBSXUmWtJ8i4ELvsp1OD58MOMdLuWFg9SECuVcR0VNk6DrZ01FeFzNiiaZwXb44yiPfPPPQ=2@RIX2IBg6YnYcXrVcXpRrlYStrpe2/ubWPMkkpBZ197hVijYKq4vWvQizfW74J+506MDYIiPJZaWusAn0+FbJI4wNFtvTniUiLFA=2@/T+xAmC2fvhVom4bBJNZFytElG1x7N1IauQtzX7dCeOqbzG4RMuRQsnt6daqs3sEpupbn7h/CgN9PPIsomST/I9kkV8tBiW53Ho=2@JnO5GaDVBhygFkEtQIm7ELSBgyhQ/89m4TN1yeSGdC2gZsH31kc7aePsx84eiVpOTks1VFdXWxhNuMh1XNtw7B80BOxAn4yZJDU="} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Send","time":"2026-03-06T19:19:37.369862347Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"code_count":6,"time":"2026-03-06T19:19:37.370093874Z","message":"Received QR codes"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","event_type":"m.room.message","state_key":null,"room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","expected_index":2,"message_index":2,"time":"2026-03-06T19:19:37.370682643Z","message":"Encrypted event successfully"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","req_id":38,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev/send/m.room.encrypted/mautrix-go_1772824777371014045_4?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":39.352106,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"algorithm":"m.megolm.v1.aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","device_id":"PDSEQNSLKG","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","ciphertext":"AwgCEtAB3tsnVPtAhJoW0+LvDaATpV7yyWvuNCRhIDyNtN3cIC6FmRas9dN59O1lCe/Y/fBPjQTOZBlSPI80Hc+dEnfPg76MmLu2AWvQD6BhymSqGTyATlHMdzvM+NkUXgtDlXHcxZfdoua+OzKNl8+KntgjG9MiMIJvd41kcbvdPq2B0g21mdJoQwrR996LlIOvbCe+9t1vAFFL3IfdkCLAhyPhLCtvuHkdfS//tOPmSiQ12g3CjgkmRxe+8HnO7+GaUxaa1gZy83+XazCN+OGFtcegCH720crineBYAkcPhEvyWtKSzDRKuc9axf58Wio6aIMqy/n6KvIYjSAl76KDQg9i244JCZ6z+f+ELs5ir0OETrICwEUebE9bDA"},"time":"2026-03-06T19:19:37.410549766Z","message":"Request completed"} +{"level":"debug","transaction_id":"1220","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:19:37.427032319Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1220","time":"2026-03-06T19:19:37.427132822Z","message":"Finished dispatching events from transaction"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","req_id":39,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":8.674752,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1557 bytes>","time":"2026-03-06T19:19:37.432152731Z","message":"Request completed"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","event_type":"m.room.message","state_key":null,"room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","expected_index":3,"message_index":3,"time":"2026-03-06T19:19:37.432858137Z","message":"Encrypted event successfully"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","req_id":40,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev/send/m.room.encrypted/mautrix-go_1772824777433194567_5?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":25.783999,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"algorithm":"m.megolm.v1.aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","device_id":"PDSEQNSLKG","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","ciphertext":"AwgDEpAI5/iPyFkehCgqg/9nuiVuKE5tnXo5SK1s6qBfQcO8xclGDywarwKcxcPC+1E22i2vhtBZNh1AG347XvcEhc0IKcsPz6S73VIRbBRcBkrx0cNSJZK9hjYDzL+00l18vpd+nZj6/WgDETNah6Ni5LNVY6hXi5EKraJs3QRsgJ6H7Ro/ayY72m5nc84wxReel8Ncx8jm0NOvbYcb/5R2Fuzwn4fgJPPH/RFfOtGomgvMQbDQqAWrV+172e2ssnsxUzPPiHU7LvJOUe9lIiNkpTt1ETF20LdSFfl/LVbiUyWEig+xEcA2oMOkhZLQqCg9MXghRApM1538hJRres1iBXZLNE2FODE0egL34NlyjG6DWhs10zu+hhGx0Ziq10BUUbX/L09BYaIP8yBCLUkKfxnpOoQZaxMrTS8RszfRdazcoOLJr3njXYGkL0LrAG1F4keYMwJBoZSwqvtP4hW2lX4SV1z4KrKz1YOcdZVQHQsw9taDp2glS46Bg/YCZSBOAyk1lrhvNJ1OhjgV/gwO5mNgskPNT0s3RrLmJ6+qTU0arAXNSg/zIAIVs9Cm7+t530ijscmUuuiEKRiU/HQ99sGlOpdKmm2V5JIPwSuZC4WyKoYAgoRWXHAUN4BVvl31eDIGkWkQqUuZeol+quRxuHsuzunmhPR1g19asBaqMLI2CSPwBC3yeoaGxaz4H4YSAObNX2cfOHVxa8M6Ju703UagvPFD+VaqWmclP0KUtPX+vHkLJj1rtu3FyPFViM+3Spjd3H3jwFZ4WOMBZ1mz+GR3mGoUqYRO5JGDHGzkIoRsD8SGCkC32XoR6ePG8/gb5uLHf4zlY4TTAvfFwA30C+05PbzBEqga82XHHdqUyj8igKwMT+JnkWpClHEZfO6QM4atfwGzMqj16zs4wqi7B99IM3l/ysNHUjzHdu2whdFylvHHHX86TnnSCxd13JLVntq9LBUbZ1cSnttG+hbURLF8xNtl6Bra8m4kf3EqgbIwtKRtUhTAEzQqlqmuA0gq9M+Xyij1pRV+X2UAV/jn1gJ44x3gUaCskOmkTAUTYjtlMpfuj0ZIg1QTtCAgWaDbnuS2pN70Gu+oB12fhl+zmmvjZMWbFoEpWfFy8q4c8OVpMZW8Hqp0MYLiy6YTnhCpJgfLH/wZBlfImuRRAomlOm2jyF0FSeJWCI6tmGRWvDvQYUaWzcjR9Pd2ngHLnRa+M6wkDOYPuRWpC8s+yVvBZUmwekNju/uCmqJtsS5acflY2dw0tYOQx+SBilq6BlbWDZwmnJmT98jhGRtGXL17086742c9ff8I4m32eNYMm8MVJivL/ys8ODMCH+HzlKmppu0j++KrWJcmTiz5j4aKQTexRc0OXDw4bWhJ9JRT1T9tdom3ZqbessuXR0l2KS//B3As7EslL9zFdJFKJyqThHyXfKyUW+irRo0RwYWybvtX8Crl1KA7kwTU1M1EVLW2PyFLotg2mdHs/gU"},"time":"2026-03-06T19:19:37.459208557Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"prev_index":0,"current_index":0,"next_index":1,"time_until_next":"59.910829863s","time":"2026-03-06T19:19:37.459322399Z","message":"Waiting for next QR"} +{"level":"debug","transaction_id":"1221","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:19:37.46456287Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1221","time":"2026-03-06T19:19:37.464670776Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1222","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:19:40.450874958Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1222","time":"2026-03-06T19:19:40.450978813Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":36,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1901_949_6_388_437_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30005.274626,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:19:59.132997461Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Send","time":"2026-03-06T19:20:04.085045671Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Recv","time":"2026-03-06T19:20:04.192015165Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Send","time":"2026-03-06T19:20:28.898297247Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Recv","time":"2026-03-06T19:20:29.004521314Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":41,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1906_949_8_390_440_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30005.28789,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:20:29.138802393Z","message":"Request completed"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","event_type":"m.room.message","state_key":null,"room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","expected_index":4,"message_index":4,"time":"2026-03-06T19:20:37.371767651Z","message":"Encrypted event successfully"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","req_id":43,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev/send/m.room.encrypted/mautrix-go_1772824837372103103_6?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":35.66688,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"algorithm":"m.megolm.v1.aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","device_id":"PDSEQNSLKG","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","ciphertext":"AwgEEtABc/xuBgw4v+kwkCwvrwHpQPtgfQokQMDxKT08j2pW6a2zJZh1JQUhuy2wNE7FC5ZXOQSfIKDWdBABZygYh2GNJEJySQYPMI2KjIsmFgJkajRL4MdW1/IqWWkSNtmci4EvEfMVgTncbvk88/dm5sEM+8PP2euw7PJl6lSqBSCid2z2I7Yi64pv1qJlzkR8qMf/AK1k1FO0eR5/G3ZAkE48jGsgsdPgDzpRTH5s+JksQU381wj2SytKfxej2PgFPO3hdZGsKRxZlg+GNlFegbakR0Ecer1NEteZW3sBROh1Hm7H7L1tAU7LxraX90U05qs48oJXZfBI2sUy3AUa77mIFSU03bBFlNFfq+z/PTbFyn7OLFKd2g1xCA"},"time":"2026-03-06T19:20:37.407955205Z","message":"Request completed"} +{"level":"debug","transaction_id":"1223","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:20:37.420417849Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1223","time":"2026-03-06T19:20:37.420650494Z","message":"Finished dispatching events from transaction"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","req_id":44,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":13.517052,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1575 bytes>","time":"2026-03-06T19:20:37.434483931Z","message":"Request completed"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","event_type":"m.room.message","state_key":null,"room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","expected_index":5,"message_index":5,"time":"2026-03-06T19:20:37.435046021Z","message":"Encrypted event successfully"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","req_id":45,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev/send/m.room.encrypted/mautrix-go_1772824837435258900_7?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":21.35677,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"algorithm":"m.megolm.v1.aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","device_id":"PDSEQNSLKG","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","ciphertext":"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","m.relates_to":{"rel_type":"m.replace","event_id":"$ilrDqzFEz2xmwdZiB4GV2lMKYwJtGZPb7LolYMnR8Yg"}},"time":"2026-03-06T19:20:37.456904398Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"prev_index":1,"current_index":1,"next_index":2,"time_until_next":"19.913070325s","time":"2026-03-06T19:20:37.457081308Z","message":"Waiting for next QR"} +{"level":"debug","transaction_id":"1224","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:20:37.461675948Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1224","time":"2026-03-06T19:20:37.461804737Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Recv","time":"2026-03-06T19:20:45.827308615Z","message":"redactedfee9da49c68225363205be8f621f6ba8bb7ff707eda94af9056b0119a709c7c381b1daae62e20585d298b304f7cfd2de395263e50b729f4275d930ce7c1647e77e2d818580d44360693ffb4e48174f766e0ab8e2f63cebc5a1466cb45bb237eaa38a51600f4dafba0c509c4c9c1583acb2c01cd16d5e68671cc4058d240828a2323defa2060291e3cfc4fc2fed98e76c307b2420608208011801"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Send","time":"2026-03-06T19:20:45.828239542Z","message":""} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"time":"2026-03-06T19:20:45.828407442Z","message":"Successfully paired 4917641870516:54@s.whatsapp.net"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"event_data":{"ID":"4917641870516:54@s.whatsapp.net","LID":"195790463058158:54@lid","BusinessName":"","Platform":"iphone"},"time":"2026-03-06T19:20:45.828462338Z","message":"Got pair successful event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"time":"2026-03-06T19:20:45.828511996Z","message":"Login completed without error, waiting for 515 event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Send","time":"2026-03-06T19:20:45.828574016Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Recv","time":"2026-03-06T19:20:46.258309296Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Recv","time":"2026-03-06T19:20:46.258430612Z","message":""} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"time":"2026-03-06T19:20:46.258504435Z","message":"Got 515 code, but login autoreconnect is disabled, not reconnecting"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Socket","time":"2026-03-06T19:20:46.357278292Z","message":"Frame websocket read pump exiting 0x8888be4000"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"sublogger":"Socket","time":"2026-03-06T19:20:46.357387106Z","message":"Error sending close to websocket: failed to close WebSocket: failed to read frame header: EOF"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","action":"login","phone_code":false,"time":"2026-03-06T19:20:46.357490682Z","message":"Closing handler queue loop"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","time":"2026-03-06T19:20:46.358607669Z","message":"Connecting to WhatsApp"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Socket","time":"2026-03-06T19:20:46.358663124Z","message":"Dialing wss://web.whatsapp.com/ws/chat"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","time":"2026-03-06T19:20:46.358646781Z","message":"Starting history sync loops"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","bridge_state":{"state_event":"CONNECTING","timestamp":1772824846,"ttl":21600,"source":"bridge","user_id":"@theo:matrix.theocloud.dev","remote_id":"4917641870516","remote_name":"+4917641870516","remote_profile":{"phone":"+4917641870516"}},"time":"2026-03-06T19:20:46.358705378Z","message":"Sent new bridge state"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"ghost resync loop","first_resync":"2026-03-06T22:58:10.358762998Z","time":"2026-03-06T19:20:46.358778014Z","message":"Ghost resync queue starting"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","time":"2026-03-06T19:20:46.358881031Z","message":"No more queued history sync notifications"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Socket","time":"2026-03-06T19:20:46.43052538Z","message":"Frame websocket read pump starting 0x88889ae0e0"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:46.474183676Z","message":"Starting handler queue loop"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","req_id":46,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev/redact/$ilrDqzFEz2xmwdZiB4GV2lMKYwJtGZPb7LolYMnR8Yg/mautrix-go_1772824846474280548_8?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":34.198378,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:20:46.508594095Z","message":"Request completed"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","event_type":"m.room.message","state_key":null,"room_id":"!XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","expected_index":6,"message_index":6,"time":"2026-03-06T19:20:46.509184681Z","message":"Encrypted event successfully"} +{"level":"debug","transaction_id":"1225","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:20:46.52686831Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1225","time":"2026-03-06T19:20:46.526990184Z","message":"Finished dispatching events from transaction"} +{"level":"debug","event_id":"$PF63X_xtskrwKb6p_6CvkNQTxM991vrS3odJmvAT_Hw","session_id":"3RRyIK5/0ymjetAit1VbarsiqmPsjAlZLTBkCYdWsaQ","mx_command":"login","req_id":47,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21XwZhVSbRBHsPJdIGvR:matrix.theocloud.dev/send/m.room.encrypted/mautrix-go_1772824846509536616_9?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.981607,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"algorithm":"m.megolm.v1.aes-sha2","sender_key":"Fn14Mo+yTzG0Z372Ek6lS1I/fCHzZPhVQ7FLXMwYwj8","device_id":"PDSEQNSLKG","session_id":"q0C3881cWWp/crd1ySNJYRB5CK6PR9anAvYpj3VphWk","ciphertext":"AwgGEsAB1V9XPa1DB9NPcZ2yG6JhegHZzD0mV1b7xYTgW/gyRDSI6oKlDGSiQ63RZOV4W2PiVpu/qtSh5t4DRsb28Xhr4JSRyW9sA79+ZZ4TWJtKbY2LKSwTdWBFGkzvSgnqcWruwXM7fCoy8RTmp09pBvqcfg5nPlhpe2QVS0GGLs+i54/wxyYCpB5jpJGFZ46EOAT4kdpRLBiVLtBhmKbUBk15cwIOPd0ercZcXF4wmGgSOpxNvmI7znTEQwHO93HXaQ08wP93OYuV5c5j6nYnjs4hl4YnskDoPiHl9Pn534ITmtWrkBcc+U8i4EPkPYBwyiB/HAqvNBZDuaYLinKMyvZuy7oHPRHeWv0F"},"time":"2026-03-06T19:20:46.567685634Z","message":"Request completed"} +{"level":"debug","transaction_id":"1226","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:20:46.57219346Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1226","time":"2026-03-06T19:20:46.572279296Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:46.712796585Z","message":""} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:46.712921603Z","message":"Successfully authenticated"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:46.713291836Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:47.902292402Z","message":"080908030812"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:47.90301052Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:48.077926634Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:48.078038801Z","message":"Database has 0 prekeys, server says we have 0"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:48.213514391Z","message":"Uploading 812 new prekeys to server"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:48.218154917Z","message":"089ab2eb057a11a81275d35845ffd39270fca31bf4e830578170ed60a99116ff35e9648c0e00000151e19f79b70e6fb3f0e83f94fb4511fe301b3186008c4a13a4a8c72ecd76e704000002c33e3301a027c61fd8fab29502dbb972385f54a4cb855a2f86d51ddc89704a32000003ee5be44390827c4650a858a8d6bd321d80b8eb42dc0ed26429dc3b8c268e157f000004d0dd1b3317ab150bbc2fe463463bd7366be0e64d3d909c7ee5080c4eb4a38747000005ec0dc7911c39608a5b56d4a6c053c61072a7140e5b7c7c37c3247c2e40e7b024000006b4d04eea92c2eeb97dda67ca914edd7fa29a281c8d72352d3cd123e4f175ed280000077586cbc571668e1f58bbf6346a38d720a65836347ff2a67431976fe062efc957000008066327fc63ab664d157086d1bb8a73e2d20e98204986142d0e3d8f25e76c881900000972be2e99c5220868862ff83851b7f1e5557078fe688629482762f8146adcf77200000aa391914375e702b8b7ed6b8da7046e8bcb9dc8be3cf4a7bda4aaf8f4f1c05e2500000b782e5d51462ef79fad38a96aa307aa40a4cbfe7a474b72073eb9edd35600277700000cc931e345bc50af26a935a0cc60cc0a81d64b7dcf736aedb2c15990df3f7a916b00000d81f32415a2dd3b9b78c057954521378e1a25d39b2e8274de38751b334fb8ce2300000ebbd7ab95986993bd2ccfcdbcf3a7ba28bfbf9853a193bc2c2a5db394d567440d00000f8e0964abfbcde9f718903eff38e449a394531fea6058e34924a94b7f31c74e28000010eff38edca5079683ff9bedc013861a9e05ee0d57772fd930d422e8bb04a0cb430000114c62bef0fe574647a9a6ee4d1677f66b9cb43fb179b92fca30ecacfb04e3da4c0000122e1c39cccd9cf2cd14784320cdafa6639feb2d37d7acf908f3066072a8933505000013dbc6f7de29f0b7315642eaaed5b4f64192b1ad1126be261116999f4463dbd13800001439a1ffb9af7f4b797e95beeb93bd83410b0d3df647e23da0b03013c639365c330000150d58dc2b824cb4eb6fab5218101439f88fe7afd78288503640e29b169c28475600001624e91b7933692e524d9d62d5d51b6579be85b4622e8159633e0c115661129820000017c8a474d217308193b0892e5640e794931b406afca32285986f71bc15a3e5ad4a0000181aab0f3b765237e3fd099d0bc05a1a2e398163c3622d13d2b5cac76625ed9637000019ca7a4e593c0382767e2fdde971b9ba6aebb80b695d500d8c1fcc83530bdceb6e00001aa7f237a8d4fd0b48b15bbe84d5145a464708f2a2af6a2593ef23761324f7164300001b3b8c805073a57674ca8928f0ad6c448b7f1d1b728e5a3549a234e2ae13c08a7b00001c99e331949c64798948d95874a50aad9daacbbcf7e2fd459294e46b3fc92bce3100001d3923953e338e1d390439e341806c5d8c27fdde885c6c51bdcbc692b131332c5000001ec7fd0f0a400cacfc254951205a1e9871ce80e50a7288143fccb85b73b89cea3300001fef48eb6a64f392127c09de3379d5a2f4705db8acbb445f7fe1cb6b3f3cc04771000020d9536bc92809da3bfae48748f8e6289f9c65ff62017c88424149c92d906f554b0000214e3384c28aefff97907c941d15fd36740e309fa6895cc369e8e36a3796e80c45000022b04258c2e81252dfc18524364df2cd3c3b7d5f43c575e47d587d691d167d6021000023aaf8fe58ec27cddbc377ca04304e55781c393253e189190b77cd037794ab090a000024450851677d8393d225932d710efba5f70703de1dffdedffc6d4d077194f4a808000025a5853cc7784a38d597d7d68cbc4318fcc4a389429ca19a56509a1b188b68c775000026744765ce2cdee56232802d6c8d7303603f413cfb43d6feb1c82bff964c0f93330000276dc4b3b0dbdcffb15e9834473c953a162496179f39ecd4d9c4b21c86f8a3a6330000285ebab8d3ca50c97538b4606d32134905cf1ca1bacd4ae771f4bc069427377a57000029edbe87d070f6786b2472d2201f50aa650b05fc53e9c647fe758bec0bf66fcb4400002a7239bcb3a366a57eedeaac631ebd18c234de8cba7a2f59843586cb2e183dc76400002bac8042fdeeb5afe62843f91a9d39249b6acf2b17e2c0aa6644bac3e61029573700002c5bd0bfe51a1947d07cd6ab4d8be298f088699fc90dd60daf19d24353d661be6600002d8b409c9cb01c7c6dd4383e31b8ad46450b5f6ddaee80dca265737985514bd76b00002e65272f1269f7af676b03acc81d55d912998b16771dddc9b194b6942cae502f1800002f32066f666d600d773527f996f51ddd4444102e4be4e44997c660954dcc61776e000030ebd54e3ffc7e13ec1865e496e1e8cc3b54f248c4f67f363d725e53d0510754520000317147ca45bd2731c5bccccfdce0c51e785ea113c4c1c09c294695e185049c343a000032400cfa89b184c5c83e65c2ca3c5e3732b3dbf20690732e0a3bbe5f24fba24a51000033d7b6fb74c07f56890865aaf318c256c76f4083efc5a61f266c81bf1af440443700003424d845f55be51e7974df6f8f452b36a50950e23bdcc0ee00840f64dfd546ad4a0000354a811b7c50e2d234ea79d930179611775e74642bb667633e801631ef93555f16000036ce4073e67a0ca257e5021bcd0ee3bfc2526425ccab554e51be9a281ab9c3b51f0000376a40b51a2ab07ac93ce3311a7e428af01582e1fe701dd1a527c19e05f962b93100003894cf10e9cfaba4e697cf694ebaa019eb0f730ffff7bdecadc9eca1531b16432700003922c2c1139be807cedeadeba51b1eb83c3691bbb586d9cb4f8a99da6e6eb0db0b00003a2b8ea27e79e555648efe5d06f4fa4c71afd4511ad697b8ee8683ceb4600e0c1200003be3f588a565038985dd7480340c4cbe950b0dde5cab32b7d375755d4b8dd8902400003c573b1846fca6e77cbc058dd9d7eab6ab2df09d7796c7a906bf8021391211570300003d6ac0c5404e4d0245af8eb81f5618ebe1467aa0b2849388c1c9c928536871e14700003ec606675ac5ddb536469046b4f4a811d4dd918a4b181bf99a62875294e50d631200003f2a1295c99044739854171c3b3535ee28a8270cb0c975f9ac38418d52478ec41b0000401b4f501a0ad5fde73c9249574123b8538ce46fa200eece49c181e22c250fe2330000413fab33ecb8c81c2bd3ae6c7458934c93ec2d1177e97ea74f952468821f74027100004214111f95cad712549599b460646008b584770149a892f9f8afb657e7210f2e6d0000435cadb935072ccfea95d1e5ebfb7c980edf835b6c245f8ef9eefabdbbef136d47000044759e364524db014b8b1b088d0e56792038c2c4d40a38a14042f9938a3510bb3e0000450a0d6f4653727f8f25b2340d89e70fc5db21875c323d40abd6356a4c68c671340000467d66160313728fbc330c80f59060b538b74933246cb1a581d7830db93dbd4b7d000047808d1d1e635735f29fb42c8dd7650d7c7103fab97b56c28305ab6269e9a8d32e000048d0bd7005a53d3383156515f75241c56411cfdfded387578ee6dc3a38f6a7a44000004906ebbe1333cf3bab028bbda383056a350edab32424a11e31b96647d3dd69f80800004ad7cddbab78266a976d5d98e6f8e4f1101798e0e2ffb8c7cb28faf03856f8331900004beb282ee7728ea197f4f66d016350de6a3dfdc6f63d69b3b26e05d9122bb9ba1a00004c33d032dbd8fddbe16008b99ac3a632a0c5e0eecb6d0765b7fed094f37a514e5e00004d16ff7e91d72a51bd296ea97f0c8e45da4bd27e7972df29036ff9b6049b88610900004ee4eab10f5ccacac5540659ef1e48d7dfb1174a7c0bb4aba19d4153dc3fb1da5e00004fd9a9df8f8b80750ed09c1076d2fcf23126d236a26909c6f73484ea99530a246200005040470b7d46b5fa6a6a14975bf421dff613dbbfa5074b3ddae82d9cac1e32c323000051c93b166394954777c4f03d1896c740db0642df0730db4095d40170c0da8364130000522a771e263c403903063341a647ab1ff0c9e2496fc514be536c8be24a602ac3590000532c7097120505bf182f27dca42eedf87723e666198f1b0a34cd097f23b729923000005440c5407d96f218fa697fac491e58c1df252035269acdc12d18b1660979c97769000055cf38b9679e2a038ee57cc362430986ccc5aa84ca998ddddd106a8737fb4c9d7400005673214b8fc1d6269d52e1880e5049d0f12eadd55c166d7d92a3bc160ef853ee13000057013452b79c941fe3629a05668a89fd78618535849e3dacbfdc51a745db04fc3e000058d67b7092263c70497674118d6c72fbd97d8d478d45b230c3f44e2201d0fa4c60000059efc60edbdb76d2e8643fda514f2efff75bbbdad8030337671b2f791720e03b4b00005a0fc6b4745fa415f349512e128a6aaada631ed98824e94ea3c31d2cbb9e66df6f00005b9892b8fc7fbdcc8a3044a1d5b336f76feb5383cbd4761fb53526f2e99fbecb6500005c32908168e207e38c878c7d86bc21257527a01201333ad421bd533b684230b82b00005dda8701c92bf2ee4d3b9f14c0a3aeb6f55562cff652b99b143c30295a115f440c00005e0e35e4e1eac01abe0c7779d3980ba377a939d5062077893111f7772f0834b86d00005f99819e34b628821ee9bd4acb2dd2ba3196883326798e09380893f3e198e39f49000060ee78060f49825153abbb099ad8510349d14e8c985d38c06e1e36f909bf6a78320000612ccc0ebcb3054ff5d10e692863a3b60ff0d1ddc3c5665a8f19adc70253469b14000062889ef1c5c5c2bdf9da3ef02c891637727a4055a513a803b64bedbabc35b2417a0000636be6eb4cb68a5c3d43f8c114621ff7e5133774978953767ed352f8be2379e47f000064be535ac24896feea44815d30e85ab840d0b8444a01bb653e9753debc49c6a60800006599be95f68192ab99d2cf64b12c635ebf466fbe9dc21665e12ca2bb2f04098340000066d24a27f75bee2c8586883b1bcf59365c578a569588a4136bcb183cdc4a87bf19000067cb1b930de712120df16969cc68896b6c16873c73065313d117ce556806e4c979000068942d7017db3b0438b302962fe84d73df6ea2f75d794b99fca15cf8e148c96c29000069e591c727213b0ab15ed9e5b56477ba62d1d5ab48845c2821847889cedcb5cc3600006ad42f85208f7535e6c77c9cbb34a343a745ce5b78f14844ecc5e3570ee1ea212300006b80d50c4b87af2bc719741df35c5dedbfc43a263dfd6439fb58ad54a819e9da4600006c4a0d608e25abf5997c9624ea635b93f709fe93850ca7b2027924a23567b83c6700006ddc0c47cf6e648205d612eb886baf19e2171e2e3da051c22ed1b8381facb1290300006ed154890d3c2263c110fe9f75dd653be3e74f4cd6c2048de112993b24f7f7c24100006f9e1d804e3d796c867a3ce112556392508dd18dc8d4b8dabe260d342dbee1cc4700007029468d0be213cc1d1ce52e9a7dea19d0196258d02095f9cb05736cd61fc7240f000071c55c9b391d911463ed4e76547e9ddb20b7674f16144e713ff583d88759535049000072b2932bee74e633237410f15760184a00d663573287613607e070b313a1009c16000073801c3703c9cef5c56eeebe7b8d1738970ce6b35b7715cc29447a4ff89e141550000074f300a0382c329db4f0560289e9f826d11341526534e2694d67d7f0c9de7ed400000075b0457cbd3441e452feb38745ad1cebd8d55ec1cae393cbd3f706368916c50b1e000076f77738aacd1784a22fcce3353c605c6f04c2e7c7fcb6d3ddb166459c75d3d3700000776ff1df7d3865791110669150e4330851ce4ce848c3204fb2e117286d453dc601000078b772a2be7c7c3126b0833dac42133ff9bede80a72c519af6e6fb5f5109ff037f0000799ae8f288f7b4161a41d83b00a3625c9aca29bed506a8774297611c97c2fc291d00007a456243df8a2443be50305722a9bb6c4f37cf0657b75f58ea741232c9b30e3b3200007b571a82486b6db4b161dc1393f9906da778cb4266b22f8a93cd57fa3e4757714200007c571a1e79c7c061f6b3d04964fcaa61c089554dfe371a8e3bfe67049ff825da0f00007d88e372051a5521961b30cb7c392fe1ebe1f7b988252175b727ca642cd887971100007e44c19375151065736a47ac03bd3da4958e4f1997709b4177570212e3d912ee3d00007f7a098180d155523f23baeb645bf8d427e5851dbef86fe79276a96a29413840460000801d966a670c2306dde42edc0e40d32311afa392470f2bd0af159fc269cb4fce1b00008198e918d1aaa3d20b7c053c88f9a89b0fec7703cbbce847b2babe0a1cc292c67600008297ba0b299ead7f2601ab1f6ad941bc9b681e223735860ff267f6edf4c0784a09000083d42a1fb3c76fbe19f6851dd0b649b628b678f3feb2dc1bd80a6507954e0a01300000843ab2dc36f50acb81d2cb45b48f745aa0e4d0c9c4fe8eb3fcd5543136f18b770c000085744692955745bfba636bc4a735583013ae315787aa8bddc50be83c7f029bb8100000866282849cb22a062613e10ba8cf051b4615f7530a2d171a9289ad4a53dafbba12000087f4168c3e85dfa446a778a7a32a05fc03272882fe9e5315501c993eba64de7841000088665a955ab518e8a7f51768356077bd71f271254ebe096e6cc68855935057a10000008971bff64f0f16e820f01d72454480ea68ffb63636500c5a884526c7c91d30485100008a408790d23fb2a5aae5c9e7057cfe85c048799fb6c164215d4df539e5ef37300200008b258ba2cc21eae73d46e57ed90c7545c78764d137a8888298113645b979dd174600008c95a662dd3995563863e9d1f957d54e5cb12212fab23b7ad6a556c8913f6fb51a00008df934160abbbc195ef335dca4ab1b06904e1be37d7f30051447110f308f03b60900008efc86d313cc6c644ca73ac7de7460588fdc7d70d74e32545a8e4bdd46fe18101700008fb45b0a2ac864bf42808e7a3ab5cb88c7dac77268bfe510e5a42d8987c0485b4c00009058017e3eef0c5e5fa34d96be799d623ec8d8adccd6cf1e515f8c0ca5683fc04d000091915e3ff6fb5a8a359f8a2e71033f4e538b47627145dc51ab37c72d193918e948000092e6b6c53ea6c70340bf459753f35fd5ecac3596bfe820242e44a2aeac22c0d81200009344a083cc22f6af6bd3233cb7051817a97b7a7aa1543cab5684199b0221196d5c00009464046f3739716956eb2913c86adb023b2f17b941346d801d2523e9f914e6fa440000953fe7d08269b5f32292a24f0194c11a56d8e50177ddf5b559e550218acf700a4c000096a1e0ce261f2fc1ae2993738c9613cc33ca10f3b51e468be5ca2d5d6761a4810c000097da61abef7007347270f6c4950c32cd3bde1fd45a06a49d242790395c23eb3c1e000098e655d2fcfe9f7f0c56daf9ea377bf3b12ed5673a09531586d2988d498fb69b3a00009919059c321965abfc9caa5bb4d228c0237ffd1c47cf854914670379455bddf45600009a1a5910a8616f6fc949c77bbbeef2ce880db74b165c19854f89697726862b985700009b140adeae944fd3ee38d6ee93c92709f14d48a9023ab6c6ce9a20c179db6c9f6700009c871c23c508b33be1c48681d12b1f5a4352cea2ead0bd6842355a9fc5dadd071b00009db1cfda94ccc0a2283022c8067784ff6c4185208897fdfec2f2633c2b737cb80d00009ea3893c3fd9a4161fbc99b25ffca06d360e6db4304537a50c76fcdb04990c1f5800009f6073478023aa8b37c599c9ef9d31340b69bf54efdcc05aea9c4d3e754ea0600c0000a03a7705868f842f9c64df0b67516a0d3c0fa73dbc41eccbeb99f0442d8c54e3580000a180bf80c441eb2020987696cc78e51e0990eb249da5dcd7450eacdd203bc8f7570000a2f0174e52b509fb9ee6f412e11e33e5b60fdca2aba282653c5e0e55812765ec000000a3393aa89f507a06c2246b9844ee2b6cfb634c8f6096458aaa7e7fc8c5ba4faa3a0000a4a801d597f2bb63d7d2f0bdbcf87d327bd34d135b46db6c7efb2939995c4934700000a5b4b6c91247fe246f348055e61edd5f521576e3dd30bb663756885dd3a04c55670000a6f4b443f68237ad1f108e32eedde01fb116928c07f2ce37b5cf2271071a2828300000a7aac8896b8a61eba079c1f001aa535901218f1b80d403a695fe052833fbeb5b0c0000a8b6cca72794c4da7809236ae3e80c33a03d8f34e3560eb4290b1fd7a237ece9410000a90be6d974767e176424bd460c5907b2978fa01c0c5ac03bd629f2915f6efecd260000aa85be27943cd35c27cac1b9589f9e2d1f31066cc29dd2a6e5d8aa86efff83b4450000ab3ecf7126fe710ee02a27fe2ea28ccdf82cbfa95ec8a98568ba4c5fa2d39224510000acf7b0f0ab329c773a519135cb18245f57f765e705fef2c85ed616a9ceb29193540000ad65eb79efb65ba518ce57da62e939f5c33f75fb5598922320b476bd2c845e7c270000ae28f4d56433a79f5860cf3389fd16e2a039f74eb53243c2ea723d605d7aea6f7a0000af66816dec443813f16f697bf82e91024a22fa03038a4855181b67c82f9fb8197b0000b0a9962d613420e3f2b85e3e5e1075c5a7a54af70c8be7b1b2e5be1990c9ca174b0000b14d8e70e5324afd9602fcd1b02b5a8d5266676e930d14c8ac3a57009263d8d31b0000b2d3578c87cff9ca77437e12fd2b6f9e9eb37afa9220bbc496a1b4a8708dd195310000b34c57d933e054a52280debdf5f34edfd5138eb861da91d1abf29816339893a6300000b441d07050a76cf79a4646705bc367fbc1c04fdd13c84ada183a743e9d2c061c7a0000b5f1e49b8be66ca9d1b54175a45b9a8e77a558687ae0c4a4a93e5d2e0bddc9db180000b68f3506be9497a73a764c09ca843f5b12bef3644fc2e8d90fc4537b204b15db380000b7dddd9ee0ccec5fad433d8b5aa745cfa0bdc8c054fcad111e5621d4dbd31233370000b8a9c932bdf86da619b24fc02eca9bd3d81f93d0b1b672f3ec4f6aec4e25f7d10e0000b9641efb45caa5f2ef47d782c316aa9eb7536906f733ba9f4039cb9e8832069d7f0000ba4a41b840d21acc20b62168fc21a900ab668ed250277e309293ed5f6a7269564d0000bbff760449698ddea18055c861b2170149c6d23c37cd331a14f5908ad8dbd64c680000bc850e9fe274c3af2b596396524a36ae39d6609e02ff17cb86d60e054584183f4f0000bd561e574e4ee83da7d07aea7eb444dfd0b16f0be9e5419a16a7638d12b90bc9480000be570324301315cf7d00359e3546dbc74453668d5a08fbbe48d08b914d1013126d0000bf15d7ace90b6134fc541d387c7d5ff9502db3b9dbbb00d677cf23e89381058f310000c09895f33cdb4237ac76e1cae6544c32422194fc3ff7c865f1beda569c40500d5c0000c1fb87b479130e0580716097032245ba1457e5453daa18f92c745d10a9d3cbcc500000c249291c1bb7dffee4288a3479f2b0b8643a36b7e7195b50ceb5c2034c86d3b84d0000c35446bb7937cd562ae7c3f1b8bbe8d0bf314fdc44a46b2e94fecb797b5027321c0000c4c9e8b4fafcb9b8f2e7ace379f54a0094afbe714c5d44ff587edf03b53b06e3620000c59ff2b24870d1621681e10e1acaddf06889bf566964a60d0ee75d374d9d3d2a160000c655a2d920220c474277f3d2df2195ed45875c54f76e6f8ad65f8e633eb13c91720000c7898bae5a115d9529b6eacc7bcd83f5865af11b4813fe01e4ce7be5c74066057a0000c889ecd19a310d64e15c8617a299f7300dca7a75165ca4beee9ecd450ad5af8b620000c9f27e8d33a35d32cd8c50e0da9e0d9132c59f25568ad44570256007117fe5af5c0000cae20835391c10e9da056c7ac2bfa8450b4b39a6dfb150582238ebf3d347c884460000cb14c4b1a370cf82fea143e5996271159dc7aafae5e7d4bfd9dc4f99bae807f76f0000cc1190ac1dfcfd5cd9c8aeabebda14e097aabe69ad824ad9adfd3c963a1508ca530000cdf88ecb3772925e10108853076993398cb61483f39a9ddf7b68cbe5507dab5c220000ce3749e8a6d0b569746d06d04aed1a618882af77f4678ec9ba4ce3123b390d58250000cf9e5090f453989b1391c830242ee44712c2b018ba7f49dd230f7d7ddfe0b7a1030000d092c9bc98b2e1941c6f33fc48a3fece9fc011f0ad7e0be4e0005afb465548c11e0000d17e6728c86ac7c33769355d31d39755c66ab5d4f997cc9fe33f28da8cdf8c86760000d2820c9097d46577def8db4d28740191004fc047f1bacae74fa72f9560761b9a090000d3a8da69cfc4d8ff939747686ee4649bc44d372c8a615489e9ccb4d746d20b86540000d4c92829b70ba0d346a12ea00f231bf32f4d5a4bce1fd0f1b39f9873967cd06c580000d5ee031a6a8a6f6efa51bf1e1647756e212b5f92c9c85c07744647440be46a51600000d62a8a06fb28f8448a8c0425444cdef4c307c2f706d163ef50e83fe6e5afc9ec280000d7a7f16cbf4ca274b72ef99f3b4ec24a53ba59177ccacbdc47c2506eaff7d1e4300000d81a3c5f6ed4de201cf5d30e2dd0f7fbe968db643d2dd96dbdff8c63375965bf500000d96402dd27aa441f63a111504a30918f6553590fb32c654932a22e33084a42ec770000da8546743101563b961a64917608976456f4467c040eccebec78d715948ab13c620000db456c7c728ace1cf388e7f6056a45cc15a45f8a19023cc90dde1b4af4755ff20c0000dca7a304e54242fe2a828d5631c720811ebc980ba3dcdacd35fe847fc094d6a41f0000dd9040fcd1ada2d53583125f99f4d78b5746a8c306c15eb031a7c1e7cfc78d9f7c0000de20a3256c5e57df64bc8465de30bc935afa3b63805106d7ff80ce45476553ef480000dff6476d73d27e1421115d36395552e081712b6761f8ef1666f4cf5da862c035240000e0c956fbcd377ff9ca52103bc29cc04aa82c9b3808e4fb2f4b624aef39798e7f290000e138c42369e42bf3e6fa2c099eabf4dd7581d63ceea97407bf134fe58df710e1560000e219a7849ce8f1751f7acb1d040c3df21af5425d53defb3b574fe42c95b3278b430000e3c689c08660f5736ef4757a8552d0a7064264575a9a8e86a18b35862e5a1250130000e40bf4f5e4c51f280685635850757af0d3ca0977ae3f8eb850f7e68b710b313b710000e52879f75d1df7bffd430113051d4b31ecf1cfe2faa8f32d5abcb84fd6cbf8707f0000e645c70acbbb51b41d75c0f53e533952e281d68c88f27791c899b8382d0a70cf370000e7c2a19e0c68e5c01264cb90ac7c9060fd42518553f4375765e96b1b2da920ee380000e865803fbb993446fc5c77db25028c3fc1b119fa957644250bd9da640c8bc03c110000e9c58db7b58ba981b300c2dca1d5058e3612a1aa993d0b377a321a208dfee991070000ea3f47db85fab25bc387600f0f8d9b86ecdd40e459734e450157e590c7587e61460000eb676803b306c7e740723474bd2d023e8feae96bdbeac16df5f17bf5af3ca4fa4d0000eca5677e07aef41d2d82fa8b69f9afe9104cb80ab4e5de331103f1f4b7fcc3e1790000ed2bfe26a8561d9522a4b0fe3ce67cd628c0ee9c7bcfc710d5e64dc70ea546951c0000ee0a8ae42085b9c2195ff81dd8efe431d75567951409c1c0d596c929bd4aae0a590000ef9b4d07842fe1d8308204e10688a128ca40215543772b9aa7cbde5222e2a4c96d0000f067b7e0c7a201b9a7f38ed57be763c66987e556a6167b572ea3b8da9336f6ae170000f129ede5046ba76a33b46f89f630ccdfd4fc9758beb0af6aeacfbf656f8e4575640000f254c1b9ad8230bb63dd8f04b7c446866aace0f22308535b195ed39599f30092310000f3d0a12c80e76a25fa3e59068e0d71b2e3e3a29c2304badf65bc800acfcd3547790000f4fd560cc1b82738054cce4e90be714aadba4bfaca8ef94fcd63a1bafd49cecf050000f5f4316705daa3beabeaf44dcb784c8b371ee7ca7e794f3b1fcd84f55bda5028340000f6b8f2a3d7aa3f38bf4beaa5ecf9ae70a37c80928b815db6fd4f5e4e9d85a4323a0000f77e06f2151fd506ff10289b87fb95e46ccfc014d2bdb7e1a6092723f2d008ad7a0000f8ba00f05d3a8beecc57564c94ee7a2145c0b62e276b3dfc50083bea92d2c816080000f979edd3fea997a62a00b7da9416675c28a0f3bd7a2663ac2c1aec6ee72c73bb4b0000facb360edafdd543fef5bca4ca6f2736cef92e4daccf89014e0eed1999d84ebe280000fbf802dffec8c6722aa88161c453054274802af0dcca246ed954dec48e7d2eb4330000fca0d29aa98f19c5ec74827223f82963ecca8cba7ae674e04a2a4aab46074a4a060000fd63c33fad8f4b97ab0768dc3bfb83770e39e9e87fa97b26b8f1090061739352590000fe42b6d3640243190a254273c890a20747a7954d574fa909b93c9ec550697d656c0000ff9abc64c9d01283e8a1df1519107aa13cfe519882d80164c758d7385f1bb44a1c000100e43ea463e7b1b7c39d0acc9b5b85d651e5497448f234a3666ffe96bec6c3fd3800010125edd6d9b9d01d65c601589619cd613ac75cf8b4020958e902ab28322645a12700010250e588fb8d38039a7de59e4fe0c8ad40c0805afd9be18deecafcfd5eb34c527500010350bff56d288431aebd4abb4c15bf652f6ac30e6ce599ff1ab36127b41dc8494c00010443f2d1a38ae1feeef67fdf507115d96c8bdae8e71ab8411c6fe8fb2d7f6c9d5a000105a4ef749b8c28773c74da60861df4629ee5596a34f9b0e687ae82c3804b66f330000106e6ed4412c6f40331495b5f885414b7a7a807ff3b9a2dffdd5ea70bc3846321450001074b7e4b95a63e01eda001d88026b66f29be6103cd584813ff757f57e5c0d25e55000108c23a35c1544db56130788c9882b4d3d3db6da360db470509ee2ea72132048d01000109d1c4438ce0956e47a5818e8d66ef7f56a865bfc415191120da6dc98034d4f00400010af2e2a11205fad3bde0c11f82fbf2f2ea598e5b6756854ca408a87a90293a065100010b9a59c213943e01db44dade9b03cb530837874f2ffa9d00fe00a198f53904ca7f00010c6f26e312ebd90a7cbbbd0b2b81548a1c484aa494501f2ff8e0083dd7bcc50b4700010da28cf13dfad8db6c8012c445efda00e65b7dc84e00c507cda6fad280a6c51e4300010e4a04ad3b5abd07ef927110df5a6ed68813f9a857024450eb1fb717019d64235b00010f643bdb7b11ecbd4abc42f99e33d972110a68069775528fdcfb6c1b25c26a192100011020ce2f0ededfa698d1e3d2537d3c4cfd8dc961f0c05020b3a68e5b005d3f8e680001112bbbd2dc9d5d63cb3e888306faf5a13244c098d656054bea8fd9fca90fa2b515000112027ae90b1de06244c03b1a74536aad9d6796dd96d9df9e4e417a9e3618b4c115000113d09447c1f09da3313312d00a0242d00b314a5a5e85dd3da3c436647a2c4ffb120001147dfae837a6799b331a540c4bd491a411662386e73caf3195a7032f23998c1d5f000115734eb0b0c4e45dd1aa21f5cebbd3d2607fdbe643d9ebe50f937a6dc85032f65f0001167c3a08c2ed13caccf0423507035aee8ccf395ceafe842ede698548aa765ec1500001172c4719b7ba20aaaf8819afb6af4de89324eec21929ceb3bee3865902e554f022000118a429d8b6823c67c60223d63c313c594eaaa12866e2fde0329f51125b18cc8648000119c82daca6cb849000630e7144ff34a08dfa9f39e3ed0a4987ccd1b399100b4a5400011a47003449731f51a200a91e40361b2508c03ef1b578927e308ee9dd335316f02700011b072e793de1ec8115b5713823c559d693cfa42a9fcbb519b765ac2faca445661900011c49d88e69abcb14d36a9480b680655ded27afb3bf4a7480b056255429310e332a00011d790d49b47879e933e43a2e7cf83304141b43fb4e67dd84a6876ffc0ed99ce85400011e081527162646ad8183788260593e3cae9daae589e37072c32f61cf35b8a37c2e00011f7b04969a34456ba21c461197090e2c310bfb4f668a845691d47497a4559e466d000120e97e981bc2e98243a9f432d73bceed8f178c242681e8c44cfce1b8e0b7c4c95d00012157554b51101e8c014788fec8ee94070ffb03739a9395caf90f945bb0bdb7083000012265dc95c4b40df688ad6eec67d7177f35e88328477d254136f38db280b1c48f22000123477966f5d27e8ad5b915de4a7df51469faf10f861a18726db4647793320c5709000124f9b646a5cb13e2ae7b7431f78e64a0e61abfbcb51f553acd1c17024e3362400b0001251939c9b1f0dae4e20976d9bbe2ccd5661515d5591387f7f7f8ee3a4e0898dc3e00012653be8ccee4bba6ebb616a3f540300e0bbc3cc27d7091c09b82a1a25a4fd4a358000127826658b4b761331e5f08e7212ab65cbe40dd0f2a47a0d8f9be664bda7e6df7470001284d358792ad87ce2e10bedfac3157d12bb5ba10d7550199982e0e28b741cb222f0001294d87e14a4cc8e2074b492d7345476ff259d244dedd7cd2afcaf6b5cfdfeebf4a00012a70fc29a5bff91b84df37bd769a4ea13f616d30c3af1a0bff15a524cd6db0921f00012be1237a5547eb7426c143c3c57b20a3a1b782b9c4260b526dc1d2181f5004ad5800012c7fc82ca4173c0a37a37abe6ff7adf11b094fdd5a8e34308ff1eb692919e0135300012d6c72522537dfa372cf27787bd9336fabd84b371376f13ca65ca400f9d219fc6100012ef3b21816320e552b988286a14b144e47ee3a6a80bcf38e15b801a783bebfd03300012fd8dc60e834a3b169d3cd9de8747eedf4beda6f824096b6b0b221b0a1c22ee83b00013065ab79d25f9dee8577d41d028e5e43d32c651814a4b455c2b8bd9def0f89d8330001317743fdd861d7e9515a55f7fc944ef668773b8e4e0da4110e10bc9d09c49d6c6b0001320929d53e7e91538a415fba24715e17aebb6dbef95f2a2a0fecf0d3fea0bf5b770001338231136af15731b057110411e7bcd56221508ac09c839dd6f391c11a74973442000134c91ebfe3650e15899f75f7fd3a2cbc35e5b7aed5b658af1d632a3e1e75ff2f020001352dd7844d820432018944fd1ab1178229c90d85aca1d94e987be5bd1a1bdeaa31000136ef2ca9ff64c51990ff304f2cc5ca01c86b4c3e3d10b44948f88235b0369ef96f000137307a9f2bfee0c75e0d2944e508353be48326a55bc7df9d1aea5c68f196dc257700013867d0e35c2b5b245f485b8417d5e67619e2a50c87e3056ee8fa2a2aa9159882680001399b0630b70c0adeb1f48670a0421167f4a159fe2e6dc2b7c08dc642621350f52100013a9b49f4586a449b29520d5e11436d526b5a4ffab58ef8e12d5989fd39f60f927500013b2af1a59893abb3e98d68915876ba5d8b184c6b529a2c2d782e2eb6045643cd1d00013c66e326573c2425c8072e1dd3e21f945117158b76cffa0a3844ca51bd73b98c5200013d4f6cffead795f180eddc6e7be26d9ec412dfbc552f3a3e07628d1ba52d45bb7000013ee97ac5faaafc0418bc48a863016b36b77c0239d4233e620b5ab9e3b3fd0aca2a00013fc1404c255880fbbc48b6745baddd0edfa3f8f0ba518be20f291a3a04c1ce7b4c00014016cf736e6dd473357e585415f5c93dc1c14de7e6b42ec34382683f24595ada7400014171f39dec9de28f72d2382f0724486a7cf3346ba807d3c87dac1ec126f555cf05000142381ae401e6547d7eebe203d922a4f2b04458be6c99753dbd6e11064dc774fa550001431e0f070de31c6bd5e865fb38a8cb8189f667f052eb09a3286b534c9d8556271e0001443e3c77e1bf4e57c00558fd73ba8ebe1f715016458aa50b082760af1668f9f33200014573157883ec5d33b2d0234d39db82d34eb9b191d85f28b07aab33462681c6c42900014682aa4f338e2141a5d57d4c544282d2baf9a392dfbeb368f144c20965b7a298280001473cec9baa90832e7cd3f12018de880a4072e220c4c01e563ccfdcd709c523d96a000148b9c4ff1e8f1f0ed26083f53ee29b8de70f8cf2b1b4cf18ceb14793e73dc7b9440001496b4d4dc4f9ffeeca5c375fd43bf2f8aaff880da9d1b9cf8c79f6549eb90c863700014a59c1391b010dcf73f3829fe5e2caa1ce0798493ce3a9d32e740ca11a29fba86200014be019bdbe29725f7971cc78da92d3acc8795346afe29fbb5f8200f960db66697400014c26908f6803af6841e23738dc88a3ec0b8eff2a9c273261b9a189090766ee281700014d3f942d1847c11098196acbdb1f433aa385909a5cdc7615db3c88b835b959010200014e5273eaa4936297ac0e210263fe1076ef4922d79f2eaf58f46f73769c0125441d00014f54749b3bf524ae64d6e2ae6bf40c7e5d854e7d09d8cb6ef60a22778109617f240001508bd1b61c6011e993d1aa287dd277b38be1ab9b30f7b6609e7b1929bc19a8372f00015172811e96445c0792e6b736655fa389fd2d5d6a18c3231bb6b5e1698262e13c1f000152a271877f0c4ef74340fd817ce77b192d3be5f9f732993d6d8bdfe65aee5acb6a000153474c18d80722778c05bc8a079be7542ada52997dcdb75a9914fd01831ac61241000154148580832e2fadfa7e1fc13938511c9ec8e2804e35a7f18049ac6a9515b86338000155e21d98e84161f39efe2d2c1548eab89e1dfa8fc284a1171d73e942c34332490c000156905b5985399ce2e8ec5135a191d69a89119449261c7319eccf6a696dc2cf9f4d000157af7553a6ac1cd225f1ab87589c82b6859cea167304d92ab4f03da4c0bf50921900015861ae33c501b45e0ef9f80958e22c7522785665e0a70139fb7a75fde605101c060001591467e5e3831b5985bc00eaddb533ab6de4fd8bcadcc3c703368a476865144e4b00015a3794e1bc8ce3b9c5fb7693f76bedd4264f4d6e0599a7715618132e29edf4537600015bfc1478574987f3caa402efc78e6474ff5817f5b2b5874f4aa8782146036a1b7000015c58e528cf18db618df9a771fe70ebbb931086e2410b6482d16b3dfc86129f0c7900015df247f9155d0b322ba0134780bf69c0d4aa6204c58457d7694afb81a88a94fd6400015e9a35227d40d58024824bde1bd8ddf1f90ece1415bf1a6669fa57003138a38c0c00015f8f39a64d8bff347115406dafd7940f301ee4dea69ad5d9bca4cd18c7f139a56b000160459931225f2ae02b2784fd3d990903807c39eebc4064fb1dd4679d4617cd702c000161ff7eb5223c9072e2782560c756b35589685443b0e5b5deddb161a8cd6e89ff1a000162e5524d52827b6c26cf82a633dc9f73180422c3c2f192c923418b202b74b0dd7d0001632da96878fb9064623bc815b512d27b7f56d0dd965ca7f775ca0212207cd79c64000164cd427376b2c8df35ae4a72130a63a85037a11c4fb6699853001334c0d5032074000165293cd278ab4536407c67452fca48cce0217e23c8aad92c4dfd3191cf993f22260001660198d92efe7e3c07f9dd83e294de29cbb037427021cf64ece346185e701d7563000167781311dcec923dec8bd66d56b757086e6bddff5855f6bee4b3ad52d1c45bc9410001685e675e45463b2d047dad201021c15311a6ab034b40be2fc4d1643fea8859c83a000169f8b4573dc3dcef0096ad21a30ec2ace767a0432db02092f0eadad8bf59142f7f00016a9be67aa10d60d67fadbf1ddff83e55b798b4b2ac3ad60f4840b65a817b7d6b4a00016b2495409e616957362e4784d7e589ea7be4dca281972b034ed5103385e844c25600016c579453c7024ac51f7fc393897dd7c8cf497e9b080a8d0808d677a1e40474615400016dda603c6cf37d289676e500f6431c99ea7a918d63c53ee061cec161de7dbce11200016ee126e31928d3ac31a1e24524de78c9da339e3777bd8b7ef80cf75db882132a2500016f1e53ee9b63d838ef9ec93847bec2239ea88d894646f9e3436cbe914febcc343b000170e910739bf0f76925d48ee75ac09846f8fdbad7f9ef2888dde28bac57770e9a2d000171d4ae623a37b0fd3b4c76e645194f81265c652d19bc4029e81f46f355ea89c937000172b0010cb1be51da96fa00f534d816d581bc2d3b1fbb8157504d6b19bf3bdbac6e0001733209ac54c26d359a5f2a6df0b59c354c6a83f8683f120045bfcca9f56fd1c569000174135d2ff02ca560248d2b7a2291723ae30b50cff0d61dbc9835ca2226beefc737000175855ab562884e950117a11544b69fbf76381be238e706b60b6e2a9824f0fef537000176f0835c72e40620007619446bfe5fb63a4a4e28b789bce77b75405e96dd759e440001773dc297d92b49cfa9ccbf0f3e4d8759a0d8b50241436b3603dc370e3759c4d970000178930044da020462b18abe534a2e3b73664969d8e870f9ab02b7965fbf10e056120001799d8b4a5cffa414471dc08e45fe463f823984d9fcb31ff52d68b97cdb3dff770900017a0900b72056b6b0a8f47e2fbbc3c1bcbfbfa4c60eeecbf62f627ecaf806f00b7b00017b5bac297222e7e981bbd3a784d6ad0361abc1a015b3560f41a1f3c8ec71eea16c00017c497e2682d03dceea8bdf487bacf50a3953ce87a59974303d2da03337c781ab3a00017d441be135c92b1f7b07ff9ba91f97f493b3acd1ab8624cef86e6a808bc0675c0b00017e7d1d4a640acf759cad28d6e52cd6a41211ea27cb6088f63697bd1fb86b31ef0600017fb90611721edb9216255b2576d41c0a5f04c609654e64060be27b75f472a11c740001807b1889c8593c5d98bf7ae2e292d0e0c6f4f9d6831b92220854040ca4c2586748000181df54da11ba51901a7c2c69c268d54bbcb4c8f86f7d4ad0796280b25d1209961b0001828097b7b2df8e75e4ea683c2efdd6037072c584a3d53168dd06d438604b5599090001834b8a85ba026418762f84fd35714b0ebddcb25231a61812f8fa18c37e65d9f56d000184850d6aecc784223abf2604ffcc4986d17db63736923c31ae2abe96fae0a6366e0001857d45f426ec3c84b208c0bc46181c1655d3c7fa77ec09074cfa3b1b66392f855f0001862d11d255dcb62a6701f5c18ef598d750d9e0514cafd7a28147a28de181bb667d000187e954640dc29896feabb552c9097a5492e06c1f5013cfc01e15ab4b773bfb8c58000188f00fe9c3b54c4ffaa3110b9c1d93aeaee44d4859914de6de2e04b2241220e557000189df426be94d81272accaf9861aa1fae29d5abd475796804a54eb756ae16cda46f00018a4c92d5f071f2f87c92bd1c6838dbfc7ad338336168b474d7fe7b877d2c56433100018b356c5c7a6ea15021692aefc237e706d5049e917769e40e4ba7a62d4bd1c73f7700018c6a621a82a0f4582a4c2da793d428a90f69fb5a8175eac625659a2becd562e32700018dd0260a6dbcfd361b6540e11f91acd8aa59a7279c70c72b3fc5421727c454847100018e39dad718841a2c0e6b33099955184140aefa2bee7bfe6e2e6da0b80e092ee71200018f6149917ea0a339ed388b1de520a7c6cbac4b5e954f916c10227e15ce406169030001903eab1149f43d121edf27fe54bce50506bd08d66fdaefbe415fb6e3b1ccd9ed380001911abf4ad12f7775d24113970d2a5e2c276f866eeb631eaadc7e1ead12aa26526a000192d5807cd383ec91d7a4b6543b72c76fba8696a9f5317973a1f42c6976b08d8608000193e6dbf06c6255b76fd0a4e4508fa29036d7c73564f28df11e3c6f763df781da4c00019437f71e889a04ccf02f21b1ce2b6e186a4c1d4875b439cd1a9f3674a427e0942c000195269a0fff7a67f93aa163a2518e4018df6280078494481a61ec1a36a7799d712b000196d76f98356a3579a2426dacdbe61de72488a615a97e42384fedfe3a4fc708422e0001978bf1166a16712bc8f95b5340d115c492930c165726dddf3743ec1b13a20ea100000198df82ac10e01ae930b5a18dceedbd5193cb3b4069c1a86affad3c3b11f2adba2e000199bf824fd23503b7b3ee987045217874be27fa18f65c3927b790a72602977d2f5600019ac4244bd51b00ea762dda5667ac781c86c6522844d7ea9955e1dc9d48bccaf75000019b9ead13c042d7e0f6952570637e5bfeedbd130e36cfef45b33890ffbfdfec410f00019ce0c8eae1f11d9bb0617d0a4f3d612b7e7b0f6bafddca6dbb19bb04200422923200019d4eb741ae5bc43aedda44597607a7362594ba026653f075602a65fe34a2e2e42100019e5755b69d9f801db78b6d9636401149cb086f087bb9c1c0385e445dad7c8c916800019f1a92936cae673a85c249dc825faf3a19a20c33ea47a61b763177cf593c320c470001a07b5782bbdf1d39c6de2ca9c734766eeaee30fd8b132c5b3698621ac57a0b092c0001a156951d7b3f5e63b65065acd660eef1f98a73ea4e9a113cf250507da687fd9c2c0001a2fc887e60428fc2c1e996eda85b9d90cdeebdc80685d70c35339ae253316ec0700001a33f5d735321281d24cbcc24c7c759e684737bd49368586a04fa12fd96668c030a0001a46f556a1c1ede5df374e85f7fc1e7787ae0585947e3f0fd0b84de443b80db283e0001a5e562ccd850263cabaa758cce24c05eec160de1115fb7fb44186c600f44e7817a0001a6557b1a1f0de2c638c28ccd0ef1090b24985b51ba239e40df2d6ad1bbcc73326a0001a7e3deb4ca9ccf65a82010fd6ee3f3edfa8e0d8e6e29a0db15fca2ce0eb0be75280001a8b4cdf829bac054556918edae7a87db262ee19af2d1c3c2ea85f911780fbdd9600001a9f5b8fa4420f4a8712dd02481afde46a464c8e4a39ad2df14ee63d2ad61fcda760001aa566bd000d98f5de90d6850c8800c74a381ffdafddf97bdd1d1280f90300879440001abc39bb9d3735c44a411cf54db1f5d5dc9810282caee5e2a94a21d931d430244600001acf8a37dc6e87501e89f0dc851344e6e2564a9bcf364480f744a531012b09622250001adf35c44693008ff9e56fe5fdebca8298aacd53e5af52f759e4d1c84342c548a670001ae23573c1dbefaf79b329c7011e9dadb9bee493a7c5e8f68496d28558719d91c110001af9e1efbc0c7fe2bea121c4a5c1be3b279bd93214a46b83b304aee8fff54e7333d0001b02884baa52a69bd350508d0404ee94d9f80838c01ea16302183bd9f9c034208680001b1a0f28ea67e755e7783bb1d8cccb304926d71e58b3cb01db0b033f29da5a7a9270001b21c014b92307f1e4f6634316356d6f314441067dfd60ec88d63019bbc636459480001b399d5d036c47cb910bd91675329823936fd8cffedfd3673840122d3d87c7014090001b4013392a2dee4a643a1de66805f0df2300bc48ee87a2a242accbc3941fb6a94310001b5055b062ed3e14920d2f39f1b366c568f55b3953228a21e26c158dc4562baca520001b6828cef37beb24dae8d63524040e02f9c50787e18d2b9777b5681620ce38a20190001b767e2d57f27cf09f52d4ff3cb987fbc3d6b64a1e37456448f38d4344df67b98480001b8fa93c8db44fe60d87789b8e0759800527de41e35ff96a8ae31c76fa191a9a30a0001b9da7242b8746f613418f0b14cc7cdd7f5c4d565ef6eaa21f65f2bc9066eb80d010001ba21ffbdceb7c854b9633a04e7a1f8153cb5d1075d6a25795375853ff7dda310030001bb7fe5831ac3a097a1db0a4fe2e7213b3fcacf31264f3255dab1e764f55ecbb3060001bca1ceb1f56ae7c3080ac69bd23c5eb7ba095b14f7f3fbb4c40367bee5fef7984e0001bdce658a626f4011dff7842594d968c52ed86195f6367e41b191dfbfc00053ee390001bee3966412e49ef89a080ee68813ad758409fce9c524eb64a3348bb17554f23d2f0001bfe7ec54964cb53b1857fcab0cefbb68122c1db36ba1095bedda325789ce12357e0001c09c920aee5d6fc734a80a018dcb64c16ef4ecbd27a767cd629284075fc973d9490001c1ca79ea084b8eab0474df8575172c19628c5540f8e99da76cb275585fbf6d446a0001c28c83ffd631b3d0cf884ac99911d0028391bc31bd4663ac4d168d66dcc38a54730001c3ebbd3c050f83fa345e017d901a528abcffe31a1c7f27f249d08ca8c49394d30a0001c446cfb092512d1181cc5cfc17bb18964d7414bc254c24bd8760ac3a8898a8aa760001c5dad3492b0cb424bdd4912def922087b6f4cc3c2639c1cf358280ad49093f2f6b0001c69544bd0a83d1370fb4aa0cad979e0e30bc463ee334216ec6045272b95725ed2a0001c778e51d28ab5cc2de3ceb9c51128c03379307f8085f6322a4c5ebc74ac0373e220001c84863fd03eb7d979139ce21090c4e61c2e79cce43cdb4075fcfe31aaaa66f17700001c9951f2ff3ee32c88f4be7beed7302e10fd73bd5ce2788bf970b8aa89ee1ddd0770001ca21564e08bb77b21127a75fd9f9c828c5ec6dcdac8b536e0a7b6e13620d95184c0001cb90b11503e450df925c029917a6a9070ae54d54fe8b3ed2c9a76728eddda5e47c0001ccbeff12b81bd591d5be79edf521796aa82cc01b244fb4f7b5b531e7c6b591d04b0001cd8589ef2a059854f3133904ef82f36c13ce8d349bbb66580d2e98452e23b83e400001ce67949f6385305d113f310314dd1e339a4830222ad2d8372541b2dd44b1c70f600001cf57c1ac296480803fe713d411167e0988ebe87ecff030e78b568e502efc595a0a0001d03c07531563107a41b331e6d7050313fcf0a247c84628cee123acacb11671e26e0001d15c530985d78f368ce9786d4628b7f97253617a613a19726c536373ed2ce7ad0c0001d2594773106dded6e7eeb43cf7ad0c4faddc2878c35f166ed96f43273dc9502f690001d3d4577b6a7a8ab0219a99c861aad775561b19641537a9475f9b594c9f7ed7b8640001d474b08c9666d46ecc28d112bcd9c6cff08b192e41ceccb8432fb44667294f8d2f0001d55c789628de084bb010d53b72bead2fc06f8f966dd29e4be3e1ab6dbef382494a0001d6adb2315c65def6f0897f02c5a66953779450ea34c64ac3df1037f6364f10ff6e0001d70d4ec6d2b2e615751a116a3a09311e63b9614a43a8479b4d9675ff6e81514a200001d84c517f41194b689b2aad162de8c6381aaf7521aa3d2c9558130402da4eb3bf7b0001d9e8e4b1b6afeae7223721d7a53fcd45476210e0dcd0c687985f7fa661c85ca44e0001da0de29c830af3b5dd68b4af8d0bbf5a70b64dbc87c333b41fcf9529439ba19f150001db7555304313173d4794fe66e0a9fb54813c01bcac9ba4e3f64e12d4235b473a2f0001dc25f0c9789d667d2de4aab9a2c34f3bb83a350fc53d747f753eb9b582519405740001ddafa475b15abf90f9f7145c54f8f77c6e1146cb9e3f537af75e176eba316c82740001ded74322578610503e3be73594099a94695d1cf541936db5c3831f7f1a5bfe84220001df206bd6548f0560705d82dcdc01ea39372d742ed5ee6f7a26d285a8d89514971f0001e08576cfcb108088b93812ebf24fcd5830471794da8230fb380053503ec27bb95d0001e1b0ada6274bdb85f3ac25097ab92d4d9542998ca8b666011f78d4eab92d56bd420001e22925e173ff4fc991864cb482c96a7b67ec28f2352155366089b2ea9f0d4252480001e3dd989865d33beb64a0162892abebd851663da317166923cbad4755af0bbdf44b0001e4a4df12d42de56dd63fa07ea4e34879ab82c52005ae5af0e9e26be530c53eb5480001e5920aaf1632cbe3462d163a87a81f719fc5b6e8fe6488808120ffe6a90df8bd5c0001e603865b8e4b868e105162e443d9459322981f87d17c45ab35474699aec9dad8520001e75ed5e8ef69bc6dbb48c0e575a4c471b617938d2ccedc7802bc118096f8da7d6e0001e85483edff0d78e375774cadf34c9e3179c4e176d4b5b93440be953ce059e9c61c0001e91148d071eec4909a927784a64d0e4013dcbd452dbf8625251af6f642b4748d000001ea365c01c46c87de79fcf83e4834445bd0de5b70eae81931f676459e3bd226e0210001ebfb3f1e9acda1e298d0eeb17164dd4ed32bfb9d262b7fca2ebf41bf4df15bbc070001ec192920cc07c830a365154c4b7a8241b7463b420285346217d8883d77959d45490001edc101bf5eb994d0944cdbfc9f33e52e690c7164cedd14ff919d37ea2f9298682a0001eed8b070e6e0e716aea93fc8dfab0501a785ffe7db7609a9570f2a22aec97b5d000001efcd4543e4f75a248976d03bf9f4938ff71078368870b8826073f52fee57bbd4000001f0b6b636d02cb6fc457536af6ff58329433c6cff4225814e94011f269f0c69562d0001f14a133f00e703959fe9fbfb17c54fbf89233b0cdde07be7b8d024c50673e3f90e0001f238785ef2a045ab2487bde8187fa9cbb003657f4d7f3eda019bf142665f32dd0b0001f3e1ed34e9daf470a1e0d7456b7e7197ea2ebbd6c390703f0a3d63726655f0e64f0001f421f093ddecaf5dd5995f704d9c9b4514d5ebd1021115616c1f5926001246f1010001f5df75ce0e583172b55ef22710faa278874c789e7d7375bcc374b9ee0f79ea09790001f6a83e8871b0de4c486f5222a632afcad04010523ab60b2d87bafb465fd229634c0001f7a4a97cb13e9b26ab65976e33379d2cdcaef86b860cfb0ce6a52aa68e35f4b12d0001f8f3df05aa36f784d13df76659d5b1b666f7f7759c1819fee7b1ab6c81e0791e350001f9f64d4b3e243070b505a7430a06fd4c5ed32797d47cc37819123db1e061da3c2e0001fa695c5cc2b63d3f92d00d06acc0406d1456869edde04dfc69ce7b6572190a374a0001fbc4a7575a6e57329e008651643bb06309cd82625087e0181e0c310e63d2032c480001fc02a5912878d79ca259d613700e6496a290d67dcbb6d8b149554c0f0a5d992c3d0001fd96a78c5f5ee5e4ba68afade2c0848b465294f83d50af37c99b696888d391ee510001fee7910fe21beea07079109405a8c332d0f9759a8b435039aa30722c9547c0155c0001ff7af47d7295fe5f15a81972e2329346e1ec12149d0fa8c6509bbab1fdd5b4226e0002000b1ace91845c9d3b6de4ce18ce4059f964c9d30c779f3ee77898ecbea2c5f4670002012ef36ac13c44cb5ce5eabc62564480cbcf471cafb979989020eaf91f1d483826000202801724e997a2f5369da85c68695a15da9e3fc4415216040a82ef4461885f6d1f000203dbd89484bacf676543057af51111cafac1f57e611ba6df91e3a5cb21fdbd8714000204b282641e6104fb0ae043adc062b7aa67f98535108ddbefc339ce81220c941817000205abbd76039bec9273d795d0509afb43d6c7172eb13fb1c749cca4c2852ff7ce7e0002062e9bc0a351a8529919563fb96692b9a170754116a07cb76514d7c3154d85b807000207f005d549e8a435dbdf7a9ec3f6dce7547608983ff183fc618dd54535f9ef1423000208e7f0f4900fa7d2a30493d158f1347dd55c969736f0cce7655ee3e26d22bdc9190002094abad2c92ed6dd3c2f6adac8c7532a98697b4b84d7f80b6974e3664517b9913a00020a2a7bff756c51039d74d7782ddb103e65d5e878a9d7b4b0a1d8dc5e5aadab4a6200020be2e442f89d0cee748d669f4902ae547183e60bb2544b105a68e2a282aa877e0600020cddd5ae2639a1b4c053d33749f0d5d39c619dd0f6f24bb7d90d6d19f45b67062d00020d851aab015b7489a2bd98902ece608f9df75c1a60cab2586a526d863152a8d83100020e0e31dbc7bb951f7804b4016e8c6be1fe43b875ba53ddf11841e4496cd60d531700020f2590b7939be3f51f048a8654dc96e31be83f972e0978690db4b9e6cd2be27d3a000210ccd9b6235be96c9eb7de0b5838cbc9c61e7589abda554426cfd1d63514ff265a00021161254ebbc957f4f00471b382e716a5dd2fbf137669b1c3e80882762ca4cddd560002125faa7c16ef546fdd5afd1efcb04e4d5024a15ef34b672ff47aa68a40291bec620002130f0c527fba14f3406da9181752fc311d8c4328903500e68a773143db2f628c4600021416690460bd085a810b072c6fab331fcdeaac328573f232ee89b72b2637af663d000215b35888187efb911d28808160da733c9f221a6a28284f053ca7dcd811541b0800000216623624016ccbe4b17191a5c5744c56ba911f520d0a38935aa41dfaef3cb48508000217fc641c40a600286a211a33ca5fcf43f428f2c88c77a357aec153c8d54d94467c000218a14314669afe070a9f233684d7e5ec48c452a9c49d39caeb62b1eda64ad86b13000219dce9551d0626f0a9b993ce838cbb00c4d8f46e269c412b45b0b67d020c51362a00021a00ae8216bc6f7715fe927b73900e5ede308ce111c05b82a367901bb88ac70e7700021b77b7fc1dd092a6fe9e4b83e3e384e493b2b208a2f25a8913b261f772052aa45800021ccb118038ff174047b7b7f24d15b30f54337ef52549c878adf39f0f223ea7922800021d1eb7a9852a650e4ccfd5b5b9c93308e9be09a9a0d4f8e677f909a409cd5a6e2f00021eb1e8c7a97162157c73e6c372d989110d0a90d0de82f97362292204dbf31df34e00021f9cf4f56ae59d266285bcd000b54ff96036a72589a9c4a16a591efe859b94c7560002204648b36df39fd166f33e040d29e2ab909c1f8403fbf80f996e756dd1ed1202600002218f6229547a259368ae95e13932c0e58a4f6d81f391d29e169d60e9e2f5109c2a000222fe918c74fae5d6ba70ed37ebe1881e86d9da60f82abdd0ed3b06a7e2e8e0162d000223e2b01e772dc19a79d10f74746a1873c146104ca5fce28d9de2a4057d38bebf5b00022499dcb97fc83984936016390f4b441b298a53ca81d2a735e35eace330c3284f6d000225180a8b7bcf1d3edd42ebbbbaf63c4a947fdbd21979af3a5cd5f662d58007f0460002267efc95a1b7fb7617da68c6b97a37d5f7fd41ef0564cd43ee8f683c87091ffb4a000227c0beb93e07545c9a1e57b6cdc13832664133575870d0616808b3b43fc3aa2175000228ff88a956895c925ba566414ed56c0c977b471649ab9367fa867af98bf637a4440002294044b9dd5a42f51bf276306316398996c0159b4cc56811333e3831b0f5e5794c00022a6ba269ec1898a4569d4e287148b37663ecb25638227224892eec1226dc1d8f6800022bb8e2b965039068a8ffa3e941ab5137c94b075106fbade32bfdbb2944143d585e00022ced3f4a9db44f280f64ed9ba86701f0e1dab2a3e5548a69c97c0b37c16a9c3b6900022dc3e745668c8b2bb7fbc6b1d6366cb3953436cebc3cc4bd8456482ca14313f04e00022e8e835c40681ffaa3da79e5cf5cbd28a9febe29d4f5efbbbbe9507d6492f9e95700022f91b9363e5af6bc3f1b2dbaee5e81a52aeaab47fc2903f0e545fd7b48e4b9ff080002301e31ba079e6abe822ba95d56ed8f755744fc23281fc7c3e08526cbfb08f16817000231d4c15afe6f3f0fa2af7acea8e2cee4c79b7154c67d82dd097d1e6ace023d857f0002320166c5e20f36def020fd981ce9b2dd9f9ba28d3d78587543bc63cdc7bc4b2d120002333fa8cb30831668ca9d8f303cacf39b47228ffd0b37b762cdfd945715b23f635e0002345c21a4b7b71a6da4fe5ac5650e162e923d4f67a0c557f948c910e8a2243501490002358d32f99ba631cfc6521ed82d93b14f1e1a1555ef270b03231b180c166beb65070002360ff61c0112e514f04573723ac7222dc80adf0cb3b5291a30399b32f4997a894c00023729ff8d8df96967decd66aee4f961137556d9694ead10c7923a3a683e07df1453000238fea22bfc3d878ed0592ffd4a3e289ba10448c72d145cef0e721ed6a36bf90e3a000239a8230ef96515098d660d2a16e03fe02f5ea02774cd61b296b2bedf0012bc161200023a68949536b044ab1ba8daef068e940ac46af2a86e8187111a270cb70ee74aee6b00023be36141cb7d90291ed6e6f296836f4fde218c5a2e09330ab85f1c10333df07a2b00023c043f7141e4cb28086180aa86a995735bfdb1fda6a0a42c3f59edffd667c0436a00023d642fdefb20ea27f1670ef7e3387f6b4dd8e50fe9055273a5ead5573483d1a80100023e3110fec4cc6279c79dff9d0397d021bf8cd4a317f7b848e280163e8532aa4c4a00023f0c4d83cb6d95c1b126d445a80c219ea2a1cae7d64932d3bb3cc759d49984c77a0002401b01338f5a86ddb2d41870f48ff45cc43e34a722f35492eed642a3b795f7812f0002419ad9cede7ba570e2c7a3cae3bfcdddc5c8006455eafbddb4f8d0b0cab04fb919000242c73c6e8b1f34adb5076d67ed81bcd807bc8a40fb309b5a7cc09c0ac10db13467000243dd0558320543bc8d0556b002c4fb4f664724473cfde122d7b1be098a5b8d93610002445973dc56b616516c6b5d37d02d98a009334f539afd49586b25d9aa6bcbc10432000245dc3af47c23a9759e1e033ab9feca8bdd18d883801ba4f54b88b5070a9cd1c83e000246d1ae269dca305224e713f8a62cd212a9dd50efd359e9de7264ae3d8db333692f0002474bbadff8373ec6f93231e2c16b72502dde1b556589d148867d9a9fe4cc4f2e230002483beb91c03f06cf6879ffad9faee09424dd40a1ccd2531cd05c6810440236df000002494dc91cbb86c056f4053b251e5b958eb3c746b6105f9a812090510d1ef289015b00024a8ef9257b0f4ca69cfcfb766723a67f8373dbc050993ebfa214be9b0ac8c50c7a00024b7868296a87cf18d21eb2943931fff56a5fe4a777fe6ba153937c39a29335f96d00024c086039c84b6e20178eaaf2b0cca84ca0ac86a82794db7cf7b1c5f7ef6e93705100024d21d6667dba14485ae6262c0be755b1d676ecb479e1a37754d201cd26bffc1a0900024e0839ee843cf6790dd1fb5c9054c7a503584e49c26fdfbfddba67424c9b7c6f6800024fd23e95841476ffc2793557493527af8ca5d9ce538cd068a2c5ddd95e922c9b4d00025033be8290cf2afffdb834ff1e54284df97680e4baa8ed048a1c1c9a32d6f0337300025184cababdbda627aef33da1feeddddf993f9a593694b38aa6194f5a165d5c0d39000252626a2092cd4b9a6d4caa4903e374d58110a7f3e2e2428d7af3f1154ad7b99c0e000253e2b7fd863413d18fc99e074d873b3d1da1b158d24a84d5d0ce52bbccf1110806000254db57df35ee5c6e17a9d80cbc60984c3119ba888748a78cb9290c83ee345d9b720002556584a7f41f55603aabd741f1af241f7f56c540b2786a6addf56e7356e7fda2480002568fa4b268fa84750c11ff2d260f0a76f529cf1bee5f2cdbc8375a0e2f56fdee66000257d290900685de3a7df7c59c188e7cbe40cb9d8c08bf6d0f7fa375b7a55d3a563f000258938ccd64489a0284338e5461904fab81ec15bc13d0a56335b7c702c600ce944400025952445860274e9a02da357ad5459d59172c2d1ca77f40048ad0b201e0dc8a4f0400025adca7457a42c0acc394b17f81f312786f4ff4b4b0fe86eab2684872def3ea140200025bafce315021d04f4414c9ae7726094e0d393e496805b90863f670400591ed470300025ca6e9e66d9eb9483686bb884d05cc876f8e81353e08fff4e38efee0173ea34b6800025dede381b106ee2defb88983efa5a62a44f8607ccf7cd295d4fad7c36a381acf1300025eef5b4af2450934c2dac864712f6d7209e6e5c9a8ee71fd6805a6d8a800b5db4400025f90d6520c60d06e555daaca374285920caed31b3b8da74cfa5f85d45271996d69000260731db06ec6c0c77894912b260d5c17c9e5ef2fde3ba7f0a3f4cc722c433356740002614dcea270ac673063684c05a3f42f9216f095590fc68f6e526f5a6e950f0ef54500026245df60ab6a9f1721f7950bb122a53c4b2f8cf4d6b834ae2a5893808643f8c611000263f538121874d57b3eb6d16a4e1a5288de4d926e6ecd789c702ea74c4e1108ca0d0002649d4b0d25e1b0e1fa377d53a5ca5d3fed0f37f4880bf4a0964beb8f06dc3de7100002657e63056ba4b97ce3e9ecdbc9d5e9c1e315c0e6ea3697ffa346b9ffa0f4c81d29000266eef4940d983ea7455d6db1e960326e5fce6f06db03255679aa6641bf38ee143d000267344f86a0fa327789eb0d3e513ddda2b6d98d02ba41f6530905f0cdddfbd2d313000268efef8f8970bee4af659ca08b21ed825434b508a27e479287e09c3d5edca90a3d0002696e58ba74c2b063a8a4e782b7d72a920ab86759e1cf4e59880535720e6237ae2500026a3a72f7493011756956665c376bf2827d436f1172e90907937d50e57be948dc6000026bc278f7f10cd032235242480d995f974949b65f2c8ea166174e0101189189c37400026c459e45bab1da986bc4a16d4f5ab9bcad5a857e7390a912f9e6640e10efc26d5800026d7a82085093fde24e523bc2691ff1591ca211534d4f0a40d04f9bbb3bb1f8e32f00026ec38395ecc3bffc6175acf5541038b79175362477da7bed6327f8aa97d3236d1700026f5773ec1ed74130d9e52a7c865f532e9133568db85e63fe7d0d614c4705acde6f0002701fcb03aa5f8ec1a8c98596c7b85138e8688c091922b3c68d9d2f0921c229f31f000271564764150deaf4f3df394555b81e66a475bcedba2be5d4752fcd8ec3c66fc16f000272497855e0cd2a79bf93a7f1cd8f92640601ff8232eee8c1ae24e0094f852da9390002737da8be6d94dbfaaedfceeae33cb1b90b8b19351a1d8b26f691cfc0516fffda390002740012eedadbacc66e292a7ead5ee24e6af4886569cf5a65aa68084af7467c3a670002750a5ef656d5adb2955d6643b47b5d562cce2cc403e5fa9a7a8f8b0433ec3d5457000276bba835213f70aba4b2fbc3d000b957e52cd70790b4dfaf194dc4495b379f7e3e00027757fef04641c4072a628edc0739263ce76665f5dd8961756c8e2c2633530ceb1b0002783689c1ed163eaef020be8ab0e2dbaf0504ef25b6e48ee2f7755400f52594e404000279b80280cec9e9290990fb750a1fccf08951bb3a11793c189590b904bc1899c93f00027a27c394531859db651e26aa947f5ab45f6e0f5cf9fa7b7aaae4fdd42f946f0d6f00027b9c311666ad9aaa21050d16a1bc7ba24ad6bbea327408f291d7275a67ae1c990200027c26316c849e29d42076cd2dfadcba97a7b4557766949e8c8a14e226f13ad01c5800027da3281a5bd9920ea2f7e16af07c8aa777129e9a04dd659bff9b6eba9a039aed5a00027eb865218f5846f9cd225b4fc73e459b30624e34cd40810feab14c7037bfd0c56e00027f8c3296fb020a14bb86348926cb1f7ce1de0b0d7633e8e3393d23f4666c649b060002807f71aac77c8378f015ee319fa5e320393d75c68babd8d9352a72ab1241ed4158000281227967aedfe8c7ed5847736d620c9f574c6cdb247e625bb26d8e55b9446d1a3e000282301ceec49e9660cd645f2c62322aad507b21d4b4ab3cc93ccf4f916477bc1f1c000283082f80fe9a5b22d047fd1c778272342fe06d4fd62674cea0f51f7078c8918f6f000284edd9d32852a5f4dd355c225083747cca755dd87ca3dffc08d34b28899adacf3900028563d04b0d06dd0a7aaee3ecbd5d10043e47b32944bec012e96a709250da93e0420002861e0c8d4763bcc7b4331d32f64195eb9bddef4d7eac8624317ccf397355ef0e7d00028784ca1cb75983d937976c71d99576145ed59145d8951d45fab41cba98fc3c5e1f0002888cb02be45f05b81371a8f4ab0ed5296e6aeb8513200803e80255d612f9269118000289c4461602be824a6edb2ad723c2f59237b8ed1729a0b95091f3b3a671fdc6925f00028ac93243962e039e1d96193feda0d533ae900a7dfe2098246ff05ecef1a82d8a7a00028baaa06d60fe4ebd1fac32485171c0b04f0e2b82756c83079421b86a2471cebd0600028c24c8b89219f490ea99f6f5251e1b3f7a28544edaad1a518633255ac628944a7f00028d8fdd8c3c445d2cab0103b0fafb0598c2bf0470665883e728df1705df56db5a5f00028e42efd9f0e87e094c01743a49400709b3a0f265be520e0f9bb06203ca792aa55f00028f7e71bce30efec995631d25d16c0b245b8c563e54a9c78657fef0e03e3dcdf73a00029075f23ce2d60577ba7acbb834c5ebd9e6558a697423d5db95eb550dd21f1170500002913520c5673c1a422ed4af73b79ffdcf66399e6d8e5778221b3a19902dfda9a200000292a3556c877f0afb53ed31957e1fe307a086c7c6c4ab8ab68db944e678a519ff25000293f09b7f7bf0b5705ec420069e7a638a9ac0488fe0f2264b20d82c59b0853a0b0f000294d44e186ac2a36ce7d86a45c52061e3e6a22aaf275cdca300df5f9379ea2399550002954cf70f75232084dd2b92adb0b22f2d43d9f97bf9eb08a938271000dfb6b92f55000296747dc05c7f9649874c3398bb5006a44ed87cee3c1ef20bf7e9ee7450c0db486f000297fd2c7dfc2cd536945305b808eeef47a05289820af7d0fd70b15ab96c3981f758000298e1d714154f2424c296928daab2e14d3ce840dc35dae60bc21d3199c1686c59730002991b569e4fa219dde5ba0b1c92d4f0561543179f58a13aad7797c171c069d27b6100029afc42744b3724b383c545a2015541f0fb0c4b016712465048e85c5d30b665724000029bec7434f29f4deb6e2918d3c74fb83743e6b5e27db1c11a3de6a7fa5027c3985e00029c012760ef6f983f51881d5ef1bcc5e8fe92f8cf1e5139c1233a39c12e9e15552900029decb1f19cb448239196038c85793681af834d94328e8768b62f235e486bcaf24500029e0f8c70af33881cfd160f179211e6a6c0931c7478ab7e6ea393da1c985e80694f00029fe1380c3e9c9819b1c074ebcbb774f697ace7ebd95b878452de85f9894f45a6470002a00b83a6d22a3f166f4184f8aee93e91d3f4c42d18666f38689ad53361c22343190002a100f575bef0a52d69368167da89ab79a7f7957067d330fe2d0a864a293e2a53650002a22737d1dc352de181b93724eed8c759072ecb062358c9668ae10022c072865a1b0002a3126a2ad45f8ea29e52493727b85817b8c87b95c149aff2f26160b28fd931516c0002a443b4c2b1e60154848f5823a9fca847105b6895170e25dfea0c7f878ab974bd450002a53b5a7962e1dd1f7d387b68c66ec4253443cf1117f991be4f3607a80faeedae650002a6abe98ff4123d246ac84a5386c87535e8a123c3ca09e3a483047a2267ebaf255b0002a7569a82c719f23844583e060191378f862c97ec2f225cc1479812b32acb32b2760002a857bda6bec0c58471e7da0dfa7bdc67514fad77c8494ca1a77dbb6fddaf8975100002a92e88742070a240726b9230922e0cda1ffa8d5a48d765a17b97bc230dbe2e242d0002aa256e2912121af9d2212a78fcca04f513ea113385598455a5e5a668a11be80c010002ab5203b0de7406a49af0dce0bad3b40e4a053df9518cbd0bb42870751e99cfa20a0002acfb22014cd783b7479df7b2c7e8a537c441a41b9078189c6b882dc1244fc119680002adf8f2426e755c178e63c5ffb131f2dbacf3a01320212fb35d6cae90b2e57ea0480002ae53c38388e5d555e8a2170828e432d5d70256bd24b478a4085e3b9f336f3b00540002afa6d9621d1b00a21a6158922e73c01a87b17edfbbb067ebe8653ce535b27085510002b094fbb19f34548754fd640783f2694a43dfe229a5ad225e04f47d3e9d1ba3c10d0002b16991e9b9df11f3fbcc281689d54de23126c223231a25bca534a665f8189101070002b2b9aaa84764ad01f561ef96a0a7484bc00c54696849fac81f39c6e5b5f7be94050002b30872cdf845eec373113ba2a7ae5572e34d524fadbb0a3a000fef827e3db8d1410002b4cefdf1485fba056b2b3631dfb9ab1996d1ca1e301115e64fea3ad4bfaf218e000002b51ac176f0e51f20a288c70e1f082223dc7f466a162094cc151ddcc61939be34480002b662cfdeef1596c14539f16c55ee52392236c8eae3e5df9d54d6edd0473d38d02f0002b7be53681b2561f2a14a201c8edb3a47d70e4ec929a923388a60d6292adebdd4400002b8e10ce32d224fb9519b90d0d630c15930194064b0e183dc279a3636a4236a75350002b9b83bda5b1675be80cb6221085d47ca25bc50740a5a798b9629fc7755efaad03c0002ba15c1554a953bec4b773bbe1903072c1abba8bd8fb27a0823dd2355c7165d7d250002bb8aea55b58540ef4354663add5afb6694d5d9405595e7ae2507e03cbcebeb3e120002bc4b9bf208699879e4e217506d806cbef8d3c8a07126b801ae6fdc7fc5bd7546290002bd4ea2f8e4e4adf2b348b5a2dccad401eec5c9980a2576945824ff3f59d98b4d690002be0c51ed381ec0341199d13be366870c9350366390bc38d74ed1ca625985223c690002bfef746b9687e1df3b46cc2fade92c5327b3f6c341a63fc88cbf43479037e7d37d0002c078c50ffe419c55b8fa1ccf0a9578bb20faafa17259fd28433dea9552c55b03290002c145362d966d3e25918897285d9992dec09122dc0229a6e5d452c64273f53151520002c21476765919bb6124cead71a3503b97bc5d0eaa72db86e01a190a7d40da50422e0002c345f6c23db7932dd6290593c7dcad6a3e5d9b1a11822cc23d907a3ed6110edc0b0002c443346ec12641bea0476973f07d2aec3a21e1255fffc5b91605b3d3cedd3e164e0002c5d86e015d5a49f8033452586314be4854608690f0908ad2fb8b01c5a5a7d88d420002c602fa74e5f3859264a3cc6de4584148d17eb15269ddd910eb0c6763e9691ee0010002c71e7c04cc5d4be37cd9432cdef56c0e7e29f9de8d769e51dd7209ce2f0a08206b0002c8bffabbe47652a357a3e473b17ea6e9c9afb19a5a993c66843be085f930c11d250002c90fc1c174308ae5137dcc035d8f252d8a8d7e6dd6183f7c3ca8b8ba91e71dde600002ca87a96ff5361b8d8b19fae54bd566b21a63c7f3cb180b44bf79164ecaa317be0e0002cb283fb521838cd0c0ec5bf4078ba59985213bbfc4cb4718a222092c984e7b0e790002cce405da5e52e9d688a4604016b371e64607c2502db0995864d16ff3a8a8fb721f0002cd37983659beb6eec598512a8a3a48875a114020d5809b59f97eb471031dddd9620002cef4c501deabadd1d1a01797953bb2b7e77b0188b8f137f2577f9ffc7cf8af9c680002cf2ffa0c81e348646934def10d22adb7b86d9b0e126e95017c2ffee71489b67d510002d00343438dfa87d7076a63d4a7994b2e8087154807eb6e239f59811ca045153c1d0002d1750518d5a58cc8f66cc6de9f08486489482ad79aa5299bd91f59815b42aafd0a0002d256d59bda45baaf0025df167dcfa50f23c0f65044d642231a6bddf853d0b89a060002d3a75d9f0443f1f23b40c9175d29fe249158e71c997a68ee02e20178969d54aa2b0002d4bed1a9ca3e305e18d7ea8ed6b79c729b35a36f13fa158c8f792b7d1bc4fc9f700002d5b42d7f277c700747b421e2715764a00fcfd94b6940a50001a722724eec58f63f0002d61ae4f5e756abc2e69903d0168c7940336c4aacab8ae8e0c5697bdfe58c5a20240002d709fee01ab5d94fe7c0ac1e7b24497931b2564dfe711502adac2a0ba795f99c070002d8c5fbcce93cabb2d6e525953825269459a0bf9390da103f56b54260ec22b592790002d902d0d74c72ea983e18114bb9320f2bf041a6a5ead4a29e5d852435ed848851070002daaab9241a33d51c3b2a2884b8497e07b20db3a7d126d730c3ef34cd3afcf261380002db508ce1e17dabfc5ef27b005e902aad6d9c6a80f487c931935c5facb9703b6e2e0002dcdefba6ac740bc564544949c2bc0fdc304e67c4a1bef0ebdeef479cbd2e9d7a210002dd1a05f816a5988ffa82f57ac59b3624885982dd8bf480cdf66f26daaa7a9399580002de9cb9f720668a7558d657c19630231adaf451a40bc5cfb3d02b46a905d0f7a2660002df052444a1988827cad039a7348dce00b93abb40b548c8418a0657e065045470510002e00a065b5823281b32bc1acc39667687f28ec6621f8f3c3644943b41e49f892d100002e195502d613c8b476d0a92f114f46f03341e657c28e48ac0353ef45ce7b942713b0002e257e941c838b1ad1b443acd55c1de8dca2319a418b2873af832c76113ba6cb1730002e3259c5c67f039a62bb0384cf577d76caa8be4c0404cc833404ba9db3b7735d9260002e490e73d105c41e970b85e058c0a2216d95615bdadb0f3589b497ef39970e2983c0002e5a31a846dd2d36e63d2872b1bd89fced7e6efb71bc554b5e8e9e26ffd237fb97c0002e6fe9a1367e1f11311e6f41d0e9f4a503ccd66ff75a22c1aa42ecc4c125fe930270002e7513f447ec055e8c8fcf9383069a4950de42a36daa26b4f3546d184520d754d2e0002e8b49b67325ffce2d327ed2ad643ff40a4b7be0a80446b76bd16eb15a390afa8650002e9d19afe95c235964c91c8643915e3dfcbbdcb550fae27ebc18e56b6a4c46bba5a0002ea6cdb55916ecfb58f148d4028e581b67566b61f295f36a4de5d12f41b75bdd1180002eb35f6a952c1701849c2e20e9bdbd2d5086a25bcc2b2f7f8488ecb6c6d12aa95560002ecc48efccc2f5683b3fa13fd191653649116bae53f2f8ef5db422da4ebda5390480002edd33b3844bf0f5ab54477ae8f3266120783f0b91b05378f2a604a0fb4228408330002ee9e36131054d8909c220cb27f12325e2e4be5969d48d6b0ea0e673ad76e08ec490002ef0579df454d2414227156b0ba447f5b2b5f2a8cf9ebfa48f18dd86f16172536170002f0345bb6979407c83cddc0b9f04c0a6eefa73ce73d7cd2f8abe6f158f30d558c3c0002f1f73b6ef29e9fbadd05249212e9586f1cef31aa29c05f0af391bdc63dc24cad2d0002f27430ee0ac2686f1854618f5c51542e53299d5d7cf14dce46c4e13e11c1bf9d720002f3dfe3cc9a4e493de3825b869682803c1faa961f18e9f914364e510efb398a3c5c0002f4764f1ddf4932954c86d440675a5945f7163a418428a74dd4df9c6441bb2f0e320002f5acfb57fc411d95e71528094a1f035a08e2fdfd43c241e7d2ff79a700e27eab110002f626061ad6b5eb2e31be490ff8cd359fa02a790610c336aec5f820977bea74eb550002f748e13468db1512176e3543138acc74f4079a997b4498265818e3ca9185fc07290002f8bbece216c98a3d8f25d079643ca437be77c550178267e565ec1edc2344c4cb610002f9a55b261ee098e0421d38a77ba76a316586fd0886d679ce826fac44ff9fb29c230002faac5a005819f6539b9e34d2c7e3e8a8aaab914cef3b97790fae3c199f815e122b0002fbcd12463a4196337266b968cacfe8d4dcba7d41fb7997866aca914542cf5860760002fcd16808a1707fc8f15e8db47bb454e9eb9285c78f9c4389bf79fdb57a2e42c54a0002fdc0bd2d54ba3bc366ad64828365b3655698a61ede7fcaf9869beabe38677a20030002fe7b2ad40ad3d8a96b7f1145ae46d50a8352e2aa1813b440a75864b973bfdd70670002ff61e68eb8af60c7b233fed7ff6be1a59b688de7d571af592705666a4f51b9580a000300ebb219b91256af268722aa58c922ebf7d45d5463f6a186a95b4b5ad5ae89ac4d0003015f3f050ec426cbf7df1d7c0250bce5c5003b448e3c6f8ecdd3c1cec01bc37b12000302ba48a6762444d7ea5c96d15e92d423428605225c15c2c9206ecd8bc59b57b96e0003031d3e581d91fade28933065388495f45cdd4db283c8bcd1863752b80a3891de06000304e56c3b08c1713eabeb3f612cea40ff4ef2b75f2a31135d57a6ad2960e284e50a000305c042692f182d059e614dabf4d5329ee74fe116598b60c09706e7ec76674b2820000306f72c33b173e8c99ffb385f9324b9c4c25f2b85c39aecfa3faae61d39f2735403000307ed3e498a0a84dd4bc626c26c15a8c7df79f330687b699d80e26ddea67efd527d0003085a23959b3e80f49c3363bc8a7665ed636396327b1f6890e1e08594ff22636a04000309b6c326a5858a16c4bd71be73019e641eb7b38580eeb95c69e545f94f2f61983b00030a94200695e1ce423a0899344323de3f86f3a8e291579a25d7d1c1be30e60a842700030bad39353faaa35335b9cfbea0247f12face89c0f39b71d3315e9ce3285e5a385000030c4840a14ad2cb6c146664986547906aa103abb3937aa650b5a6a1b06057f2211200030d23c6affe4dbb50869ea39591f9fd84394214b46590a263c51249b7f5fb96951100030ea18512f7cbdc8153a79fe7b764d05b015298c40c23d07d68facf8058d26b782200030f07b13e522544c16be6b08c9b7ca006101654f89cf2da1a5d9d5ea4604300611e000310e3c6eb44c035840cdd1845de01685e59c6437203d402b29522abc8cbad69b445000311ef136ae8f1fc82d17a089e8a4e6afd56b330029f4b63033aed3f9a716bf9e76300031287ed93031e2cc258b450ad9e13fd296fb5ba26201d32ff5c3622d1fb793c50340003136de5b6a256d5966a2d228d4864b1a887f3e5816bcbbfbdd8a88fa0334438e274000314f527c6603768f5cb0a485281d5fbdda4815445ffb10ea7ab96cfa8c9f7b73055000315941a4d24bf10b71a577bae6d6dc738dc192e7097e519a153909dfc6ee1c24014000316c57da8eb4b00aba5dddba28e64838d4aa32d15d4b34587f9b7ee853aae045307000317b9a752469599e6a878a042717f9660be8a555395ac92dfebf1108b401621ca0900031836fff91747379fef7c2dd6ab38f17d8ce97015ce0a08ae794fa6906adeb59b30000319c6b2084e193df6d35fb02d981b5c603f317c94cf3b25e85e396d8ff9db381c6600031a312faa417676da7e64b618683e7252f8602344383a19a0bb1b430ba5bee2aa5500031b6bb1618cbe082da859d790e9beba30ee55544030ba6187859258a7cda90f354f00031c56a19d2b2700d85989ecb34c5ba5bf797c851456fb7bb72127ec56af097d491600031d18986c175d7c201ce588931e7c8015b3ab62032cf9325f44bd45e2ce67de403600031ef4d13d317611118da06b488211bb561c6f4c815ffa36006db26cb93f77bbd74f00031ff8d6873f2ea42731116968e2e4910372293c9bfa90188ebbff69b3a57f2e213c000320021637f10cb52abfa135366e82b6a35ef8ea6e7c301fe8b7352acf5044f1d316000321bc9bea280ca8cc6001671a6f4fd60ca0c0bd40a89cc23618702a253d08a9df690003223e340e28ad251930b029a9da740b7a1165c18542c0efb2c8d82e8c049d6aeb62000323ebda43dfbd6c7e2981fc6c97031e805b4c8a215eb592606447af1379996b2135000324eda59b02a4b797b1815c696e2f50d04b2aeb3e7f66accdc4ec16906d8adc005d000325cb82c51b2fe163ebfbdecc5b416f1fe7f4ddb61f7a571ab64a53e66a374a620e0003269bd8a3d4f0676f38eea3f7f0f250240bc283bc6937ad9ac9de531c2a46245b7400032750f89e0aeff0c729394516f8fd36e526da65202074c120968b54e95b688bf869000328433666881a1e500addd55a917a1847c6480dfcfe3bab0e99f7a628145f7c8c44000329be62e4e639c956ef0b7aa84f04b37371890b419f863ec9f43d0861f3f460b56e00032a24a1d865ef9dfc8d89444674dfc159f82535fa7c7c66bbed8437c825f06d8a1600032b6140528d0a8bfa75e48749579bcccf4dd379d104a1477ad01b58a2f1b0af745800032caa8c29f24ce32b4c9b411dbc90726abb0debfe2f4a32b4e3b147760cdb28355a000001a1eca73cd4255007f1629b0eadc6160d92d499333adb3e56024225dc1b161b34d55118f64ebad9eb5440f4822833f9529dda53ae0910a80df17cc85c975fad4efa416f23ecb9224ecbf7822596ef34dae96db2d362d567ae18a8959fb23a490e"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:48.98027612Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:48.980418528Z","message":"Got response to uploading prekeys"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:48.981149008Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.206628368Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.206741932Z","message":"Prekey count after upload: 812"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.206805418Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.249326334Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","time":"2026-03-06T19:20:49.249429561Z","message":"Connected to WhatsApp socket"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","bridge_state":{"state_event":"CONNECTED","timestamp":1772824849,"ttl":21600,"source":"bridge","user_id":"@theo:matrix.theocloud.dev","remote_id":"4917641870516","remote_name":"+4917641870516","remote_profile":{"phone":"+4917641870516"}},"time":"2026-03-06T19:20:49.249556464Z","message":"Sent new bridge state"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.446077987Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.446229195Z","message":"0a1508cc9c90b30f1089d2accd061802220300010228001240d884d8224128fae529e0f52b3f46c8389f648aee4528eca1c66651b1b54b4b46a1f2abbbeccf85bb99c6fc9c073faa37e542459fa4b55ffa01b2e10364af5b8b"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","message_count":0,"receipt_count":0,"notification_count":1,"app_data_change_count":0,"time":"2026-03-06T19:20:49.446251335Z","message":"Server sent number of events that were missed during downtime"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.446363711Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.446439001Z","message":"No device list cached for 195790463058158@lid, ignoring device list notification"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.446499135Z","message":""} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","evt_count":1,"time":"2026-03-06T19:20:49.446757691Z","message":"Offline sync completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","state_event":"CONNECTED","time":"2026-03-06T19:20:49.446843737Z","message":"Not sending bridge state as it's a duplicate"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.536840733Z","message":"0a1508cc9c90b30f1089d2accd061802220300010228001240d884d8224128fae529e0f52b3f46c8389f648aee4528eca1c66651b1b54b4b46a1f2abbbeccf85bb99c6fc9c073faa37e542459fa4b55ffa01b2e10364af5b8b"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.53697916Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.537080012Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.537087485Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.537171924Z","message":"Ignoring own device change notification, device list not cached"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.537201049Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.537293031Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.537406175Z","message":"Decrypting message from 4917641870516@s.whatsapp.net"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.537425242Z","message":"0a1508cc9c90b30f1089d2accd061802220300010228001240d884d8224128fae529e0f52b3f46c8389f648aee4528eca1c66651b1b54b4b46a1f2abbbeccf85bb99c6fc9c073faa37e542459fa4b55ffa01b2e10364af5b8b"} +{"level":"debug","db_section":"whatsmeow","time":"2026-03-06T19:20:49.53871411Z","message":"No sessions or sender keys found to migrate from 4917641870516 to 195790463058158_1"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.544217816Z","message":"Got 1 new app state keys"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.544303513Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.544241493Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.544574011Z","message":"Decrypting message from 4917641870516@s.whatsapp.net"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.54464979Z","message":"Received app state sync key 000000002542 (ts: 1772743557161)"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.545487897Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.545608025Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.545697214Z","message":"Decrypting message from 4917641870516@s.whatsapp.net"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.547259863Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.548722709Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.548807986Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"time":"2026-03-06T19:20:49.549205039Z","message":"Stored history sync notification in queue"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.549277116Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.549486992Z","message":"Decrypting message from 4917641870516@s.whatsapp.net"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"download history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"time":"2026-03-06T19:20:49.549689953Z","message":"Downloading history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.553858136Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.553858136Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","sync_type":"NON_BLOCKING_DATA","chunk_order":0,"progress":0,"time":"2026-03-06T19:20:49.553949141Z","message":"Stored history sync notification in queue"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.554037631Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.554305685Z","message":"No device list cached for 195790463058158@lid, ignoring device list notification"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.554400601Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.556768322Z","message":"Received history sync (type INITIAL_BOOTSTRAP, chunk 1, progress 100)"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.556864075Z","message":"Storing 101 message secret keys in history sync"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.563135906Z","message":"Stored 101 message secret keys from history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.563223697Z","message":"Storing 13 privacy tokens in history sync"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.563636674Z","message":"Stored 13 privacy tokens from history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"download history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"pair_count":49,"time":"2026-03-06T19:20:49.570456976Z","message":"Stored PN-LID mappings from history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"download history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"lid_migration_timestamp":1765576291,"time":"2026-03-06T19:20:49.570743957Z","message":"Saved chat DB LID migration timestamp"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"global_settings":{"mediaVisibility":1,"darkThemeWallpaper":{"filename":"current_wallpaper_dark.jpg","opacity":25},"autoDownloadWiFi":{"downloadImages":true,"downloadAudio":true,"downloadVideo":true,"downloadDocuments":true},"autoDownloadCellular":{"downloadImages":true,"downloadAudio":false,"downloadVideo":false,"downloadDocuments":false},"showIndividualNotificationsPreview":true,"showGroupNotificationsPreview":true,"chatLockSettings":{"hideLockedChats":false},"chatDbLidMigrationTimestamp":1765576291},"time":"2026-03-06T19:20:49.571112585Z","message":"Got global settings in history sync"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"conversation_count":41,"past_participant_count":0,"time":"2026-03-06T19:20:49.571199538Z","message":"Storing history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":30,"chat_jid":"4915903048642@s.whatsapp.net","wrapped_count":30,"ignored_msg_type_count":0,"lowest_time":"2026-03-05T20:53:42Z","lowest_time_index":29,"highest_time":"2026-03-06T16:44:05Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.571480094Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":30,"chat_jid":"491736748726@s.whatsapp.net","wrapped_count":30,"ignored_msg_type_count":0,"lowest_time":"2026-03-03T11:29:28Z","lowest_time_index":29,"highest_time":"2026-03-06T12:49:02Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.572784398Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"491628947581@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-03-04T17:59:11Z","lowest_time_index":0,"highest_time":"2026-03-04T17:59:11Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.57384998Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4917657607100@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-03-02T13:43:53Z","lowest_time_index":0,"highest_time":"2026-03-02T13:43:53Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.574424363Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4917623702252@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-02-26T16:27:31Z","lowest_time_index":0,"highest_time":"2026-02-26T16:27:31Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.574972694Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"491783743461@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-02-21T20:00:22Z","lowest_time_index":0,"highest_time":"2026-02-21T20:00:22Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.575531851Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":30,"chat_jid":"120363163455706585@g.us","wrapped_count":26,"ignored_msg_type_count":4,"lowest_time":"2026-02-28T06:41:56Z","lowest_time_index":29,"highest_time":"2026-03-06T15:44:51Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.576283492Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363192861790277@g.us","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-03-05T10:36:05Z","lowest_time_index":0,"highest_time":"2026-03-05T10:36:05Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.577393006Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"491637362958@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-03-04T06:33:03Z","lowest_time_index":0,"highest_time":"2026-03-04T06:33:03Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.577896708Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"0@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-03-04T06:32:20Z","lowest_time_index":0,"highest_time":"2026-03-04T06:32:20Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.578403134Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363400918258753@g.us","wrapped_count":0,"ignored_msg_type_count":1,"lowest_time":"2026-03-04T08:30:10Z","lowest_time_index":0,"highest_time":"2026-03-04T08:30:10Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.578977516Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"491731828379@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-03-03T06:41:28Z","lowest_time_index":0,"highest_time":"2026-03-03T06:41:28Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.579079905Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4917620338641@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-03-01T23:19:07Z","lowest_time_index":0,"highest_time":"2026-03-01T23:19:07Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":1723059169000,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.579577949Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363173737697025@g.us","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-02-26T11:20:41Z","lowest_time_index":0,"highest_time":"2026-02-26T11:20:41Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.580068381Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"lid":"266657507356684@lid","pn":"4915150515988@s.whatsapp.net","time":"2026-03-06T19:20:49.580567683Z","message":"Rerouting LID DM to phone number in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4915150515988@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-02-26T07:08:23Z","lowest_time_index":0,"highest_time":"2026-02-26T07:08:23Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.580654777Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":0,"chat_jid":"491736669329@s.whatsapp.net","wrapped_count":0,"ignored_msg_type_count":0,"lowest_time":"0001-01-01T00:00:00Z","lowest_time_index":0,"highest_time":"0001-01-01T00:00:00Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.581112942Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"lid":"198041059483854@lid","pn":"491605556877@s.whatsapp.net","time":"2026-03-06T19:20:49.58121114Z","message":"Rerouting LID DM to phone number in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"491605556877@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-02-16T09:14:06Z","lowest_time_index":0,"highest_time":"2026-02-16T09:14:06Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.581272112Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4915735701057@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-02-10T10:42:40Z","lowest_time_index":0,"highest_time":"2026-02-10T10:42:40Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.58176443Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"lid":"105699396837592@lid","pn":"4915234825973@s.whatsapp.net","time":"2026-03-06T19:20:49.582225807Z","message":"Rerouting LID DM to phone number in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4915234825973@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-02-06T18:18:15Z","lowest_time_index":0,"highest_time":"2026-02-06T18:18:15Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.582322958Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4917680834617@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2026-01-01T00:07:45Z","lowest_time_index":0,"highest_time":"2026-01-01T00:07:45Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.582850965Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363393464932293@g.us","wrapped_count":0,"ignored_msg_type_count":1,"lowest_time":"2025-12-21T11:49:12Z","lowest_time_index":0,"highest_time":"2025-12-21T11:49:12Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.583298723Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363422109419332@g.us","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2025-11-29T09:35:58Z","lowest_time_index":0,"highest_time":"2025-11-29T09:35:58Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.583453703Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4917641870516@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2024-07-17T19:47:35Z","lowest_time_index":0,"highest_time":"2024-07-17T19:47:35Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.583949932Z","message":"Collected messages to save from history sync conversation"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363402100533692@g.us","error":"couldn't find sender of message 3A7460AAAE4A8F7B9226","msg_index":0,"msg_id":"3A7460AAAE4A8F7B9226","msg_time_seconds":1755087955,"time":"2026-03-06T19:20:49.584449653Z","message":"Dropping historical message due to parse error"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363402100533692@g.us","wrapped_count":0,"ignored_msg_type_count":0,"lowest_time":"0001-01-01T00:00:00Z","lowest_time_index":0,"highest_time":"0001-01-01T00:00:00Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.584531788Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363417948931600@g.us","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2025-07-23T19:03:14Z","lowest_time_index":0,"highest_time":"2025-07-23T19:03:14Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.584626703Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363373705450816@g.us","wrapped_count":0,"ignored_msg_type_count":1,"lowest_time":"2025-12-21T11:49:12Z","lowest_time_index":0,"highest_time":"2025-12-21T11:49:12Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.58509269Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4917616043654@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2025-02-22T14:49:43Z","lowest_time_index":0,"highest_time":"2025-02-22T14:49:43Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.585197244Z","message":"Collected messages to save from history sync conversation"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363192066603177@g.us","error":"couldn't find sender of message 5C8B82ABDBE4DD5CD119819C4F863C17","msg_index":0,"msg_id":"5C8B82ABDBE4DD5CD119819C4F863C17","msg_time_seconds":1750263955,"time":"2026-03-06T19:20:49.585677898Z","message":"Dropping historical message due to parse error"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363192066603177@g.us","wrapped_count":0,"ignored_msg_type_count":0,"lowest_time":"0001-01-01T00:00:00Z","lowest_time_index":0,"highest_time":"0001-01-01T00:00:00Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.585771836Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4917658289477@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2024-09-17T05:41:56Z","lowest_time_index":0,"highest_time":"2024-09-17T05:41:56Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.585869196Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4915901353554@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2024-09-07T10:32:41Z","lowest_time_index":0,"highest_time":"2024-09-07T10:32:41Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.58632345Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4915258731774@s.whatsapp.net","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2024-09-04T21:42:47Z","lowest_time_index":0,"highest_time":"2024-09-04T21:42:47Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.586892245Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363326854732201@g.us","wrapped_count":1,"ignored_msg_type_count":0,"lowest_time":"2024-08-31T10:25:02Z","lowest_time_index":0,"highest_time":"2024-08-31T10:25:02Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.587377089Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4915146137587-1583773347@g.us","wrapped_count":0,"ignored_msg_type_count":1,"lowest_time":"2025-08-10T16:41:38Z","lowest_time_index":0,"highest_time":"2025-08-10T16:41:38Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.587858721Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4917661014451@s.whatsapp.net","wrapped_count":0,"ignored_msg_type_count":1,"lowest_time":"2024-04-03T12:44:21Z","lowest_time_index":0,"highest_time":"2024-04-03T12:44:21Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.587965929Z","message":"Collected messages to save from history sync conversation"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363171915313530@g.us","error":"couldn't find sender of message BAE0CC6F7968FBCD6C295F0217B79F4A","msg_index":0,"msg_id":"BAE0CC6F7968FBCD6C295F0217B79F4A","msg_time_seconds":1736890695,"time":"2026-03-06T19:20:49.588050229Z","message":"Dropping historical message due to parse error"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363171915313530@g.us","wrapped_count":0,"ignored_msg_type_count":0,"lowest_time":"0001-01-01T00:00:00Z","lowest_time_index":0,"highest_time":"0001-01-01T00:00:00Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.588117277Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"120363023877766288@g.us","wrapped_count":0,"ignored_msg_type_count":1,"lowest_time":"2025-09-16T22:29:13Z","lowest_time_index":0,"highest_time":"2025-09-16T22:29:13Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.588195431Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4915206843979@s.whatsapp.net","wrapped_count":0,"ignored_msg_type_count":1,"lowest_time":"2024-01-29T14:21:39Z","lowest_time_index":0,"highest_time":"2024-01-29T14:21:39Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.588273305Z","message":"Collected messages to save from history sync conversation"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4915750452518-1628699323@g.us","error":"couldn't find sender of message C15A9752AE02CD69E4E1569BE6B8DADB","msg_index":0,"msg_id":"C15A9752AE02CD69E4E1569BE6B8DADB","msg_time_seconds":1750263955,"time":"2026-03-06T19:20:49.588376322Z","message":"Dropping historical message due to parse error"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4915750452518-1628699323@g.us","wrapped_count":0,"ignored_msg_type_count":0,"lowest_time":"0001-01-01T00:00:00Z","lowest_time_index":0,"highest_time":"0001-01-01T00:00:00Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.588441624Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4917642763519-1632554108@g.us","wrapped_count":0,"ignored_msg_type_count":1,"lowest_time":"2025-06-20T13:28:17Z","lowest_time_index":0,"highest_time":"2025-06-20T13:28:17Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.588529486Z","message":"Collected messages to save from history sync conversation"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"491723825475-1534758475@g.us","error":"couldn't find sender of message 68A101524AAA7B8E24077F542F7271F6","msg_index":0,"msg_id":"68A101524AAA7B8E24077F542F7271F6","msg_time_seconds":1739826585,"time":"2026-03-06T19:20:49.58861169Z","message":"Dropping historical message due to parse error"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"491723825475-1534758475@g.us","wrapped_count":0,"ignored_msg_type_count":0,"lowest_time":"0001-01-01T00:00:00Z","lowest_time_index":0,"highest_time":"0001-01-01T00:00:00Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.588674199Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"msg_count":1,"chat_jid":"4917679326938-1420886344@g.us","wrapped_count":0,"ignored_msg_type_count":1,"lowest_time":"2025-08-16T09:40:33Z","lowest_time_index":0,"highest_time":"2025-08-16T09:40:33Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":true,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:49.588752492Z","message":"Collected messages to save from history sync conversation"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"INITIAL_BOOTSTRAP","chunk_order":1,"progress":100,"total_saved_count":109,"total_failed_count":0,"total_message_count":127,"duration":17.564966,"time":"2026-03-06T19:20:49.588832671Z","message":"Finished storing history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.589106243Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.589813744Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.591202068Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.592007349Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"download history sync","sync_type":"NON_BLOCKING_DATA","chunk_order":0,"progress":0,"time":"2026-03-06T19:20:49.595774149Z","message":"Downloading history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.595844619Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.597254734Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.598030192Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.641706227Z","message":"<0/><0/>"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.680318144Z","message":"Received history sync (type NON_BLOCKING_DATA, chunk 0, progress 0)"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"NON_BLOCKING_DATA","chunk_order":0,"progress":0,"conversation_count":3,"pushname_count":0,"status_count":0,"recent_sticker_count":20,"past_participant_count":4,"time":"2026-03-06T19:20:49.680524039Z","message":"Ignoring history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","time":"2026-03-06T19:20:49.68167881Z","message":"No more queued history sync notifications"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.727807355Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.727977002Z","message":"Decrypting message from 4917641870516@s.whatsapp.net"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.729087423Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.729098249Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","sync_type":"PUSH_NAME","chunk_order":1,"progress":100,"time":"2026-03-06T19:20:49.729249457Z","message":"Stored history sync notification in queue"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.729368398Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"download history sync","sync_type":"PUSH_NAME","chunk_order":1,"progress":100,"time":"2026-03-06T19:20:49.729612078Z","message":"Downloading history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.730141482Z","message":"Received history sync (type PUSH_NAME, chunk 1, progress 0)"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.730200638Z","message":"Updating contact store with 326 push names from history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.730516046Z","message":"Got push name Wagner Ribeiro for 13069475909@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.730785916Z","message":"Got push name Julio Cela for 206734241087531@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.731041189Z","message":"Got push name Laura ^^ for 33994833981513@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.731278094Z","message":"Got push name Al koudsi for 38504566390811@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.731672912Z","message":"Got push name Esther for 224927957410033@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.731915264Z","message":"Got push name Lori 🦉 for 4915141346015@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.732318813Z","message":"Got push name Phie for 1876967866385@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.732324121Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.732623185Z","message":"Got push name Lulu for 242828928122951@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.732930351Z","message":"Got push name 🏋️Матвей for 4917627560255@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.733227111Z","message":"Got push name Brn for 491783900163@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.733525686Z","message":"Got push name Julia for 206699780640847@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.73379381Z","message":"Got push name Pasi for 59463872561404@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.734072411Z","message":"Got push name Martin Ryu for 84533647044725@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.734410308Z","message":"Got push name christian rzadeh for 87162133413943@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.734722851Z","message":"Got push name Wowaa for 39964771365006@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.734979522Z","message":"Got push name Felix for 59622887026730@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.73544062Z","message":"Got push name Harun for 11373224415308@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.735819793Z","message":"Got push name Nick for 40570445631616@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.73608666Z","message":"Got push name Mahmoud for 491624155301@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.737376297Z","message":"Full sync of app state critical_block completed. Current version: 2"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.73745019Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:49.737712727Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.738966534Z","message":"Got push name Chrissi for 4917655091547@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.739224601Z","message":"Got push name Karl for 4915157563910@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.73954378Z","message":"Got push name Zaki for 267950527361145@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.739792069Z","message":"Got push name LENA for 256676053647524@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.740040987Z","message":"Got push name Mumen Moawia for 70476638453883@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.740285295Z","message":"Got push name Dmytro for 182961395781844@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.740574372Z","message":"Got push name MM for 228681305870497@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.74083607Z","message":"Got push name Ella 🦖 for 4917672609462@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.741099864Z","message":"Got push name Tami for 154361158209573@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.74143371Z","message":"Got push name Brn for 265076942577859@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.741704698Z","message":"Got push name Julius for 491785548939@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.741943488Z","message":"Got push name Karl for 80358888464591@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.742305341Z","message":"Got push name 4915234801116 for 4915234801116@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.742588202Z","message":"Got push name Momo for 261327436177425@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.742835653Z","message":"Got push name Yasin Güner for 5768224989416@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.743084082Z","message":"Got push name Liam for 491639747105@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.743324199Z","message":"Got push name Vale for 491605556877@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.743610901Z","message":"Got push name Philipp for 74526322876491@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.743882029Z","message":"Got push name Robin for 197577119109324@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.744137721Z","message":"Got push name Florian C. for 491776941237@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.744415972Z","message":"Got push name Balou for 102692751978521@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.744685424Z","message":"Got push name Nico for 4915787360808@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.74492617Z","message":"Got push name Stefan for 186646947455090@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.745165589Z","message":"Got push name Karl for 131026634416177@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.745431897Z","message":"Got push name Nate Jo for 62921489018884@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.745686612Z","message":"Got push name Bryan for 174715159236763@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.745954038Z","message":"Got push name Wik Wak for 171970641588327@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.746189196Z","message":"Got push name JH for 4915782942616@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.746469264Z","message":"Got push name Wiktor for 253395034206287@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.74671888Z","message":"Got push name Florian Weis for 4915126692444@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.746985677Z","message":"Got push name Dya Singh for 168212561981526@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.747237179Z","message":"Got push name Ahmad Azimi for 151466652258375@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.747504046Z","message":"Got push name Yasin Dalowar for 50058112307202@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.747764068Z","message":"Got push name Vitali for 187849085329414@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.748023392Z","message":"Got push name Vivian for 4917610305000@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.748266653Z","message":"Got push name Ahmed for 99939661148216@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.748551958Z","message":"Got push name Ahmad Bakdad for 220538484043940@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.748825321Z","message":"Got push name Razik for 56895431819388@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.749110626Z","message":"Got push name Sandra for 156500169334858@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.749428897Z","message":"Got push name Lisa for 220327544094730@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.749692202Z","message":"Got push name Junior for 177811813859547@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.749943215Z","message":"Got push name 🤎☁️ ~ Lukas for 69114630545617@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.750253873Z","message":"Got push name Mahkam for 80522080477241@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.750528283Z","message":"Got push name Ali for 61955406606386@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.750782509Z","message":"Got push name Alex for 241506145304775@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.751035897Z","message":"Got push name Tobi for 196232895029386@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.751280833Z","message":"Got push name Lorena for 80565550247962@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.751551821Z","message":"Got push name Josh for 127753970032737@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.751812263Z","message":"Got push name Nora Ouwerkerk for 84069857669232@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.752095682Z","message":"Got push name Saad for 4917630390609@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.752496926Z","message":"Got push name Nihal for 245517661540533@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.752745145Z","message":"Got push name Elias Spurny for 92655430197386@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.75299085Z","message":"Got push name ben for 143632363450509@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.753262327Z","message":"Got push name davidevo_ for 191890615967944@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.753562927Z","message":"Got push name Meta AI for 13135550002@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.75382735Z","message":"Got push name Filippo for 6000186790141@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.754081157Z","message":"Got push name Nes The One for 4915776207693@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.754387345Z","message":"Got push name Colin for 70231405916394@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.754660218Z","message":"Got push name Juan Pablo for 109869759754428@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.754922127Z","message":"Got push name Armano 7 for 280664972746828@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.75518166Z","message":"Got push name Illia for 146720914698447@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.755496719Z","message":"Got push name Alessia for 123531916480575@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.755753389Z","message":"Got push name Sven for 266502737506505@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.756002027Z","message":"Got push name Aaron for 32156537630722@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.756256881Z","message":"Got push name Anastasia for 4915903048642@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.756548472Z","message":"Got push name Mahmoud for 129064018960516@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.756822882Z","message":"Got push name الزير for 21273073692847@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.75707187Z","message":"Got push name Uwe Leuthardt for 87321047232618@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.75732854Z","message":"Got push name Vitali for 491783743461@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.757624601Z","message":"Got push name Marielle for 111437372489803@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.757885043Z","message":"Got push name Imo for 228500967542864@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.758142691Z","message":"Got push name Daniil Bykov for 145066932846614@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.758424225Z","message":"Got push name Wally for 156203732750524@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.758674888Z","message":"Got push name Roman Demchenko for 106669891670209@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.758933025Z","message":"Got push name Boris ✞ for 83017473200255@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.759191092Z","message":"Got push name Danilo for 4915174428025@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.759467667Z","message":"Got push name Jannic for 151054134034515@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.759722661Z","message":"Got push name Siddhant for 252960856604824@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.759978912Z","message":"Got push name Leon for 4915111226110@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.760233627Z","message":"Got push name vladislavilcuk8 for 38276949905550@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.760518932Z","message":"Got push name 🥳 for 146415502245916@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.760776301Z","message":"Got push name Bea for 110364100427965@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.761046939Z","message":"Got push name Yasin Demir for 235862491136132@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.7613122Z","message":"Got push name Chris for 491774904330@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.761598832Z","message":"Got push name Christian for 66709616595045@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.761858645Z","message":"Got push name B for 4917634652400@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.762116712Z","message":"Got push name Mihoshi for 157088495980744@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.76250734Z","message":"Got push name Sero for 4917617625494@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.762773718Z","message":"Got push name Philip for 21479232127054@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.76302969Z","message":"Got push name TJ for 13473413128380@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.763286849Z","message":"Got push name Giuseppe Tullo for 393201550470@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.76356056Z","message":"Got push name Sasha for 59197668491519@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.763824913Z","message":"Got push name Vale for 198041059483854@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.76413194Z","message":"Got push name yousef for 274010575245356@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.764415429Z","message":"Got push name andac for 275883097071617@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.764670702Z","message":"Got push name Johannes for 251826901377165@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.764957125Z","message":"Got push name Jonas for 218845914619936@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.765213795Z","message":"Got push name Jakob for 46462989807759@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.765519006Z","message":"Got push name Hoa for 184331557449759@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.765782451Z","message":"Got push name Lisunka for 4917666512961@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.766044569Z","message":"Got push name Jules for 256693099352121@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.766301728Z","message":"Got push name Taha, for 114310957285378@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.766593249Z","message":"Got push name A. for 239363409617131@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.766846008Z","message":"Got push name Anja for 199870648455306@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.767096322Z","message":"Got push name FloJ for 102147257532455@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.767376739Z","message":"Got push name Anastasia for 220641227747573@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.767645352Z","message":"Got push name Julius for 46858126766286@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.767894968Z","message":"Got push name Neesha for 35472185270487@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.768152337Z","message":"Got push name . for 66189975912485@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.768428423Z","message":"Got push name Elias for 97882405363848@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.768716592Z","message":"Got push name Marcyś for 4917620338641@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.76897424Z","message":"Got push name Paul for 4917648311543@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.769233564Z","message":"Got push name Domi for 65244881764452@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.769507834Z","message":"Got push name Jonny Philippos for 491759232609@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.769771139Z","message":"Got push name Michael Spaller for 491735440250@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.770099049Z","message":"Got push name leonie for 88369103143137@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.77038156Z","message":"Got push name Martin Kuhn for 4917671069363@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.770710377Z","message":"Got push name Paula for 138817721917594@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.771069646Z","message":"Got push name Uwe Leuthardt for 491794159819@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.771359421Z","message":"Got push name Lucas for 251037097177288@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.77165653Z","message":"Got push name Aitor sav for 101829530640580@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.771911803Z","message":"Got push name Liam for 242047260864591@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.772041919Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.772182442Z","message":"Got push name M for 166829649616999@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.772529488Z","message":"Got push name Fiona for 4915224432375@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.772791396Z","message":"Got push name Shane for 156668226703416@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:49.772808926Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.773062733Z","message":"Got push name Dya for 4917672322250@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.773360051Z","message":"Got push name TJ for 491756680777@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.773645077Z","message":"Got push name Sven for 77859284607025@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.773911106Z","message":"Got push name AP for 491727724601@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.774186564Z","message":"Got push name Bes for 267847112642661@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.774466422Z","message":"Got push name Silvia🌻 for 275436907065507@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.774745092Z","message":"Got push name Sero for 86861754155032@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.775007978Z","message":"Got push name Nads for 141378109608075@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.775270305Z","message":"Got push name Zakaria for 83674703904795@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.775563643Z","message":"Got push name Milanko for 4915141630205@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.775846294Z","message":"Got push name Florian C. for 184928843075621@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.77610059Z","message":"Got push name Tobi for 190219840168190@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.77636585Z","message":"Got push name Katie Bird for 116685805768767@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.776623708Z","message":"Got push name Chris for 242661625704624@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.776806974Z","message":"Got push name Anna vdM for 165566878843022@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.776984932Z","message":"Got push name Maja for 4915150515988@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.777166661Z","message":"Got push name Marco for 170402944921672@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.777367527Z","message":"Got push name Костя for 235244099776580@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.777562178Z","message":"Got push name Stefan Strolch for 30653349408787@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.777735526Z","message":"Got push name Brn for 57879650386021@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.777942678Z","message":"Got push name Merle Lea Luttropp for 191783325712532@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.778110928Z","message":"Got push name Michał for 273069826400467@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.778268003Z","message":"Got push name Shaimn for 194820068913233@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.778444494Z","message":"Got push name Vincent for 75930894614615@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.778602827Z","message":"Got push name Mustafa for 40566117134352@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.778753965Z","message":"Got push name Taha for 35442120491030@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.778907269Z","message":"Got push name Georges Paul for 159292468543547@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.779058337Z","message":"Got push name Paul for 4917662348078@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.779225819Z","message":"Got push name Florian for 152510111158412@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.779408945Z","message":"Got push name Anjo for 237597657964579@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.779620218Z","message":"Got push name Dmytro for 380976416447@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.779771357Z","message":"Got push name Tami for 4917670136222@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.77993339Z","message":"Got push name Alvin for 86230310109332@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.780082364Z","message":"Got push name Paul for 105029298036926@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.780250474Z","message":"Got push name 🏋️Матвей for 199450228215815@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.780424311Z","message":"Got push name Nico for 142237052747971@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.780573774Z","message":"Got push name hanneskannes for 25628103458978@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.780727846Z","message":"Got push name Yasmine for 4917652878401@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.780871581Z","message":"Got push name Chrissi for 251745280225436@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.781041996Z","message":"Got push name Makhkam for 4917673282928@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.781188874Z","message":"Got push name Luis for 491729374600@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.781371232Z","message":"Got push name Jonny Cragg for 276334119006314@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.781543672Z","message":"Got push name Pat for 247824025391160@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.781714716Z","message":"Got push name Batu for 79564369862829@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.781869905Z","message":"Got push name . for 54975749202069@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.782041228Z","message":"Got push name Gianni_ for 198749678780508@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.782197256Z","message":"Got push name Christian for 4915906323168@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.782393373Z","message":"Got push name Rudi for 54756772999170@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.782560156Z","message":"Got push name Ibrahim for 260580380246145@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.782709688Z","message":"Got push name Mici for 105699396837592@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.782887786Z","message":"Got push name Yazan Elahmad for 4917670876760@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.783053731Z","message":"Got push name Sofía for 135613944741978@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.783196558Z","message":"Got push name Linda Elke Alice for 72000915652689@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.783430739Z","message":"Got push name Beatle for 4915253435944@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.783597103Z","message":"Got push name Tino for 58927135879305@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.78375362Z","message":"Got push name . for 4917636343979@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.783913419Z","message":"Got push name Burak C. for 21079833710744@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.784090259Z","message":"Got push name Helena for 70029659869242@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.784305443Z","message":"Got push name Daniel Gleissenberg for 4917696505264@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.784525306Z","message":"Got push name René for 491608358183@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.784744331Z","message":"Got push name Nikhil for 281144599826466@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.784925083Z","message":"Got push name Loredana Strano for 131061430358216@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.785080971Z","message":"Got push name Sonja Eigenbrod for 88601031344164@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.785246148Z","message":"Got push name Alex for 66662220976313@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.785416702Z","message":"Got push name Alex for 27956059590853@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.785567212Z","message":"Got push name Viktor Tevosyan for 102886059073748@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.785726802Z","message":"Got push name Ahmad Al koudsi for 4917656979328@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.785875286Z","message":"Got push name Emre-Can for 210453582090448@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.786022095Z","message":"Got push name Yazan Elahmad for 10501648023786@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.786180846Z","message":"Got push name Sidonie for 73736032112697@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.786363134Z","message":"Got push name dokkis for 393490711350@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.78651532Z","message":"Got push name Andrey for 172988750102720@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.786656541Z","message":"Got push name Anna vdM for 4915157953288@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.786831287Z","message":"Got push name Raha for 95765573664918@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.787006102Z","message":"Got push name Margarita Pantzali for 4915566025985@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.787150954Z","message":"Got push name Nico for 169187452428542@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.787305026Z","message":"Got push name Giuseppe Tullo for 12786134462711@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.787482565Z","message":"Got push name andac for 4917647781821@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.787655285Z","message":"Got push name Jenny for 256783310393511@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.787801744Z","message":"Got push name Theo Leuthardt for 195790463058158@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.787976769Z","message":"Got push name Amon for 4917623702252@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.788162689Z","message":"Got push name Arsam for 157204946649128@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.788347701Z","message":"Got push name Vivian for 25696839700643@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.788524681Z","message":"Got push name Fiona for 231584770842851@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.788672048Z","message":"Got push name Erman for 215492065255495@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.788933886Z","message":"Got push name C R for 223072531550244@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.789228132Z","message":"Got push name Jonas for 151414944854040@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.789504078Z","message":"Got push name Zou for 105094192341121@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.789866908Z","message":"Got push name Javier- for 261301750251678@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.790138455Z","message":"Got push name Harun for 4917657902857@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.790424948Z","message":"Got push name leoni for 23858610438397@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.790683992Z","message":"Got push name Tobi for 2864843874519@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.790960218Z","message":"Got push name Carlo for 4917684488832@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.791234Z","message":"Got push name 🤏🏻😎 for 9461947228209@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.79152182Z","message":"Got push name Nihal for 919150986374@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.791783379Z","message":"Got push name Seiar for 101641122517221@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.792003801Z","message":"Got push name Lucas for 4915561837637@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.792293366Z","message":"Got push name Martin Kuhn for 29888778084533@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.792569872Z","message":"Got push name sirajedine for 209689514090663@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.792855247Z","message":"Got push name marcyś for 236399445938270@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.793138108Z","message":"Got push name JH for 101816561881152@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.793358879Z","message":"Got push name Amon for 256181947912368@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.793577136Z","message":"Got push name Mirko for 88180091007092@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.793772764Z","message":"Got push name MrCarter for 270832349786148@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.793955402Z","message":"Got push name Nasser for 173804609343590@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.794112896Z","message":"Got push name Louis for 8821896405131@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.794262847Z","message":"Got push name Kai for 115431574622245@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.794431586Z","message":"Got push name Vicente for 243705789296680@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.794589359Z","message":"Got push name Nazar for 108778989056067@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.794747063Z","message":"Got push name Filippo for 4915256749404@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.794901414Z","message":"Got push name Paul for 67950677643499@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.795068407Z","message":"Got push name Tobi for 4915736562158@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.795254467Z","message":"Got push name Yating for 19460647870473@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.795423205Z","message":"Got push name Abdallah for 16724787208198@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.795582027Z","message":"Got push name Milanko for 236846508454136@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.795751184Z","message":"Got push name Darin for 178941893574847@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.795909656Z","message":"Got push name Michael Spaller for 25529302425761@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.79605856Z","message":"Got push name Charles Grütte for 198268692730012@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.796230232Z","message":"Got push name Yasmine for 157088529567880@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.796403441Z","message":"Got push name Nemanja for 100738508263616@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.796608917Z","message":"Got push name Joan for 190885543293102@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.796764385Z","message":"Got push name Nathalia Marmolejos Feliz for 196215597719577@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.796917968Z","message":"Got push name Stefan for 4917655425926@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.79707644Z","message":"Got push name Jens B. for 140325221875807@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.7972405Z","message":"Got push name Claire✨ for 138035987497154@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.797426559Z","message":"Got push name Leander for 4917663325906@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.797578187Z","message":"Got push name Claudia Leuthardt for 130898087411771@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.797736798Z","message":"Got push name Claudia Leuthardt for 491628947581@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.797938712Z","message":"Got push name Vicente for 138440217739301@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.798098511Z","message":"Got push name Ali for 491788110151@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.798251117Z","message":"Got push name Maja for 266657507356684@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.798448421Z","message":"Got push name . for 4917655219065@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.798618975Z","message":"Got push name Josi for 130794756513956@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.798770463Z","message":"Got push name Scheggia for 69050206027927@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.798920205Z","message":"Got push name René for 213099231596676@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.799093972Z","message":"Got push name Ante Up! for 73950780473356@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.799239244Z","message":"Got push name Pablo for 161684144570509@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.799415037Z","message":"Got push name Bes for 4915735701057@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.799571064Z","message":"Got push name yousef for 4915901096609@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.799726952Z","message":"Got push name Katie Bird for 491703010843@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.799919507Z","message":"Got push name Kadl for 67585655734448@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.800062265Z","message":"Got push name Domi for 491736748726@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.800223321Z","message":"Got push name 9annas🖤 for 220697532047610@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.800425165Z","message":"Got push name Андрій for 205368659542264@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.800572811Z","message":"Got push name Ben for 4917645835716@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.800771931Z","message":"Got push name Sascha for 242897714737270@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.800923559Z","message":"Got push name Linus Grabenhenrich for 264544232407203@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.801102425Z","message":"Got push name Mahmoud for 491796839444@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.801265087Z","message":"Got push name Sirajedine for 226147862347841@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.801447795Z","message":"Got push name Carlo for 61169360498824@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.801605079Z","message":"Got push name Julius for 86522250412262@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.801784713Z","message":"Got push name Tuan for 207820683223254@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.801948563Z","message":"Got push name Mahmoud for 165339312693343@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.802098864Z","message":"Got push name Alex for 491731828379@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.802244764Z","message":"Got push name 4917688800103 for 4917688800103@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.802437528Z","message":"Got push name tizian. for 221745000792223@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.802617861Z","message":"Got push name Seyyid for 219241135489206@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.802772981Z","message":"Got push name ~Lilly♥️ for 252780333793437@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.802929916Z","message":"Got push name Shirin for 12730350215211@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.80307414Z","message":"Got push name Artur for 4917641523941@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.803221158Z","message":"Got push name Martín for 188257056890939@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.803392341Z","message":"Got push name AP for 223690570625160@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.803559334Z","message":"Got push name Sven for 491708034509@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.803715222Z","message":"Got push name Burak C. for 4917642922234@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.803877116Z","message":"Got push name Alex for 4917657607100@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.804045226Z","message":"Got push name Nizar Khalifa for 115070881280105@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.804226467Z","message":"Got push name Lennart for 2160435707964@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.804399745Z","message":"Got push name Melvin for 1975802458312@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.804566319Z","message":"Got push name Valentin for 491736669329@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.804704537Z","message":"Got push name clid for 68904781090845@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.804856374Z","message":"Got push name Adri for 15985952219342@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.805010935Z","message":"Got push name davidevo_ for 393351986428@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.805174854Z","message":"Got push name Enes for 491756898822@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.805321243Z","message":"Got push name Mohammed Chahrour for 4915233687713@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.805497316Z","message":"Got push name Juli for 101992705880128@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.805645591Z","message":"Got push name Max for 491732544648@s.whatsapp.net in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.80600451Z","message":"Got push name Dennis Ma for 36984131166382@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.806799943Z","message":"Got push name Sedjlo for 92174427373665@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.807497597Z","message":"Got push name Daniel Gleissenberg for 195562762690743@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.807684075Z","message":"Got push name Aylin for 16114767646828@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.807843525Z","message":"Got push name Valentin for 150147879182516@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:49.808004791Z","message":"Got push name Nes The One for 44419206123644@lid in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"PUSH_NAME","chunk_order":1,"progress":0,"conversation_count":0,"pushname_count":326,"status_count":0,"recent_sticker_count":0,"past_participant_count":0,"time":"2026-03-06T19:20:49.808095376Z","message":"Ignoring history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","time":"2026-03-06T19:20:49.808293658Z","message":"No more queued history sync notifications"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:50.054814661Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:50.062495278Z","message":"Mass inserting app state snapshot with 100 contacts into the store"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:50.064103395Z","message":"Full sync of app state critical_unblock_low completed. Current version: 1"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:50.064250902Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","time":"2026-03-06T19:20:50.06422974Z","message":"Waiting for push name history sync before resyncing contacts"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","contact_count":401,"time":"2026-03-06T19:20:50.069542218Z","message":"Resyncing displaynames with contact info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"156668226703416@lid","time":"2026-03-06T19:20:50.069946464Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":48,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-156668226703416%3Amatrix.theocloud.dev","duration":4.565166,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-156668226703416","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:50.074811463Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":49,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-156668226703416:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-156668226703416%3Amatrix.theocloud.dev","duration":2.471437,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:50.0776942Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":50,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-156668226703416:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-156668226703416%3Amatrix.theocloud.dev","duration":6.627676,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Shane (WA)"},"time":"2026-03-06T19:20:50.084501162Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:50.085415327Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:50.243794621Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":51,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-156668226703416:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-156668226703416%3Amatrix.theocloud.dev","duration":2.707853,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:50.246856364Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"25529302425761@lid","time":"2026-03-06T19:20:50.247613314Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":52,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-25529302425761%3Amatrix.theocloud.dev","duration":3.595337,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-25529302425761","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:50.251459664Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":53,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25529302425761:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-25529302425761%3Amatrix.theocloud.dev","duration":2.228665,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:20:50.254023711Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":54,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25529302425761:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-25529302425761%3Amatrix.theocloud.dev","duration":6.254929,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Michael Spaller (WA)"},"time":"2026-03-06T19:20:50.260445004Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:50.261212919Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:50.338325704Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:50.343604308Z","message":"Full sync of app state regular_high completed. Current version: 1"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:50.343761034Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:50.348789953Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:50.348924818Z","message":"Decrypting message from 4917641870516@s.whatsapp.net"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:50.349844011Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:50.349940882Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:50.392993507Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:50.425430534Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:50.519321373Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:50.521068965Z","message":"Full sync of app state regular completed. Current version: 2"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:50.521224852Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":55,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-25529302425761%3Amatrix.theocloud.dev","duration":85.295638,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<119078 bytes>","time":"2026-03-06T19:20:50.666154074Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":56,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25529302425761:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-25529302425761%3Amatrix.theocloud.dev","duration":2.315549,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:50.668867304Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":57,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/OUIiCSWWOIfTUYLvgoSIqMqJ?user_id=%40whatsapp_lid-25529302425761%3Amatrix.theocloud.dev","duration":2.422617,"status_code":200,"response_length":119078,"response_mime":"image/jpeg","time":"2026-03-06T19:20:50.671410748Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":58,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25529302425761:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-25529302425761%3Amatrix.theocloud.dev","duration":4.866466,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OUIiCSWWOIfTUYLvgoSIqMqJ"},"time":"2026-03-06T19:20:50.676643676Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917688800103@s.whatsapp.net","time":"2026-03-06T19:20:50.677539891Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":59,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917688800103%3Amatrix.theocloud.dev","duration":3.086956,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917688800103","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:50.680892526Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":60,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917688800103:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917688800103%3Amatrix.theocloud.dev","duration":1.674886,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:20:50.682885823Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":61,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917688800103:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917688800103%3Amatrix.theocloud.dev","duration":5.90446,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"4917688800103 (WA)"},"time":"2026-03-06T19:20:50.68894659Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:50.689809142Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:50.735080374Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:50.753356404Z","message":"Full sync of app state regular_low completed. Current version: 4"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:51.067324518Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":62,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917688800103%3Amatrix.theocloud.dev","duration":77.051742,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35117 bytes>","time":"2026-03-06T19:20:51.158270949Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":63,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917688800103:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917688800103%3Amatrix.theocloud.dev","duration":2.076898,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:51.160770951Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":64,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WQVnlppASOhgPXAqBAVnDYLA?user_id=%40whatsapp_4917688800103%3Amatrix.theocloud.dev","duration":2.826445,"status_code":200,"response_length":35117,"response_mime":"image/jpeg","time":"2026-03-06T19:20:51.163718641Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":65,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917688800103:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917688800103%3Amatrix.theocloud.dev","duration":5.011598,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WQVnlppASOhgPXAqBAVnDYLA"},"time":"2026-03-06T19:20:51.168965258Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"101992705880128@lid","time":"2026-03-06T19:20:51.169782691Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":66,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-101992705880128%3Amatrix.theocloud.dev","duration":3.646462,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-101992705880128","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:51.173709639Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":67,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101992705880128:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-101992705880128%3Amatrix.theocloud.dev","duration":2.247523,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:51.176391301Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":68,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101992705880128:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-101992705880128%3Amatrix.theocloud.dev","duration":6.532203,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Juli (WA)"},"time":"2026-03-06T19:20:51.183146718Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:51.184015695Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:51.365868887Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":69,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-101992705880128%3Amatrix.theocloud.dev","duration":79.612996,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<30808 bytes>","time":"2026-03-06T19:20:51.45271104Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":70,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101992705880128:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-101992705880128%3Amatrix.theocloud.dev","duration":2.296063,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:51.455385159Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":71,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XtmCxYQmxoDAxNyFqLSUqTvO?user_id=%40whatsapp_lid-101992705880128%3Amatrix.theocloud.dev","duration":2.70471,"status_code":200,"response_length":30808,"response_mime":"image/jpeg","time":"2026-03-06T19:20:51.458244639Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":72,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101992705880128:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-101992705880128%3Amatrix.theocloud.dev","duration":4.632774,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XtmCxYQmxoDAxNyFqLSUqTvO"},"time":"2026-03-06T19:20:51.463148191Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":73,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-105699396837592%3Amatrix.theocloud.dev","duration":3.389023,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-105699396837592","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:51.467527227Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":74,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-105699396837592:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-105699396837592%3Amatrix.theocloud.dev","duration":2.127813,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:51.469996638Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":75,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-105699396837592:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-105699396837592%3Amatrix.theocloud.dev","duration":6.089962,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mici (WA)"},"time":"2026-03-06T19:20:51.47624598Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:51.477139122Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:51.746874138Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":76,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-105699396837592%3Amatrix.theocloud.dev","duration":72.111524,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<46293 bytes>","time":"2026-03-06T19:20:51.831249395Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":77,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-105699396837592:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-105699396837592%3Amatrix.theocloud.dev","duration":1.43421,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:51.832953475Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":78,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/lNADXETPUHZIEWauyAdUFhoc?user_id=%40whatsapp_lid-105699396837592%3Amatrix.theocloud.dev","duration":1.500699,"status_code":200,"response_length":46293,"response_mime":"image/jpeg","time":"2026-03-06T19:20:51.834542385Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":79,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-105699396837592:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-105699396837592%3Amatrix.theocloud.dev","duration":3.228596,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lNADXETPUHZIEWauyAdUFhoc"},"time":"2026-03-06T19:20:51.838004603Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":80,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":2.23942,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915234825973","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:51.840983374Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":81,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915234825973:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":1.395098,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:20:51.84260064Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":82,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915234825973:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":4.383855,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mici (WA)"},"time":"2026-03-06T19:20:51.847129768Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:51.847688924Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:52.120412698Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":83,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":78.207072,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<46293 bytes>","time":"2026-03-06T19:20:52.210892304Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":84,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915234825973:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":2.103089,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:52.21337289Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":85,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/lyGoEouXaxbYbHonsiEnPPND?user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":2.884065,"status_code":200,"response_length":46293,"response_mime":"image/jpeg","time":"2026-03-06T19:20:52.216389584Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":86,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915234825973:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":5.03234,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lyGoEouXaxbYbHonsiEnPPND"},"time":"2026-03-06T19:20:52.221635363Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"105699396837592@lid","alternate_jid":"4915234825973@s.whatsapp.net","time":"2026-03-06T19:20:52.222175383Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":87,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":3.349912,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-127753970032737","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:52.226155621Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":88,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127753970032737:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":2.143108,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:52.228628174Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":89,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127753970032737:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":6.615663,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Josh (WA)"},"time":"2026-03-06T19:20:52.235443727Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:52.236242372Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:52.508183355Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":90,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":74.726904,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41842 bytes>","time":"2026-03-06T19:20:52.70246399Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":91,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127753970032737:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":2.11154,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:52.704900226Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":92,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/sYSbpNQTvisKpJOIimOumfcj?user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":2.18669,"status_code":200,"response_length":41842,"response_mime":"image/jpeg","time":"2026-03-06T19:20:52.70722227Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":93,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127753970032737:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":4.504613,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sYSbpNQTvisKpJOIimOumfcj"},"time":"2026-03-06T19:20:52.711998848Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":94,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491753774472%3Amatrix.theocloud.dev","duration":3.295435,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491753774472","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:52.716381098Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":95,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491753774472:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491753774472%3Amatrix.theocloud.dev","duration":2.27951,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:20:52.718998016Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":96,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491753774472:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491753774472%3Amatrix.theocloud.dev","duration":6.390353,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Josh (WA)"},"time":"2026-03-06T19:20:52.725567514Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:52.726466942Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:53.00384521Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":97,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491753774472%3Amatrix.theocloud.dev","duration":66.474559,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41842 bytes>","time":"2026-03-06T19:20:53.085719696Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":98,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491753774472:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491753774472%3Amatrix.theocloud.dev","duration":2.226569,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:53.088197977Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":99,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/qmOFNTZczyyIYAwcgBrAaXQa?user_id=%40whatsapp_491753774472%3Amatrix.theocloud.dev","duration":1.479817,"status_code":200,"response_length":41842,"response_mime":"image/jpeg","time":"2026-03-06T19:20:53.089756856Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":100,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491753774472:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491753774472%3Amatrix.theocloud.dev","duration":3.521514,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qmOFNTZczyyIYAwcgBrAaXQa"},"time":"2026-03-06T19:20:53.093479725Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"127753970032737@lid","alternate_jid":"491753774472@s.whatsapp.net","time":"2026-03-06T19:20:53.093902619Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"251037097177288@lid","time":"2026-03-06T19:20:53.094135892Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":101,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-251037097177288%3Amatrix.theocloud.dev","duration":2.46124,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-251037097177288","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:53.096765382Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":102,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251037097177288:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-251037097177288%3Amatrix.theocloud.dev","duration":1.373726,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:53.098380483Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":103,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251037097177288:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-251037097177288%3Amatrix.theocloud.dev","duration":4.95754,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lucas (WA)"},"time":"2026-03-06T19:20:53.10353379Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:53.104051112Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:53.432828777Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":104,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251037097177288:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-251037097177288%3Amatrix.theocloud.dev","duration":1.828609,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:53.43499619Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917627560255@s.whatsapp.net","time":"2026-03-06T19:20:53.435796931Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":105,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917627560255%3Amatrix.theocloud.dev","duration":2.561463,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917627560255","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:53.438608429Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":106,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917627560255:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917627560255%3Amatrix.theocloud.dev","duration":1.44287,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:20:53.440277239Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":107,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917627560255:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917627560255%3Amatrix.theocloud.dev","duration":4.471857,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"🏋️Матвей (WA)"},"time":"2026-03-06T19:20:53.444914971Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:53.445546834Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:53.594889524Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":108,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917627560255%3Amatrix.theocloud.dev","duration":75.626402,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<67249 bytes>","time":"2026-03-06T19:20:53.756371349Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":109,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917627560255:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917627560255%3Amatrix.theocloud.dev","duration":2.451252,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:53.759226359Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":110,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/wbxCenhlALkVFYexvSkNLbWz?user_id=%40whatsapp_4917627560255%3Amatrix.theocloud.dev","duration":3.392306,"status_code":200,"response_length":67249,"response_mime":"image/jpeg","time":"2026-03-06T19:20:53.762769105Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917627560255:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917627560255%3Amatrix.theocloud.dev","duration":4.642203,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wbxCenhlALkVFYexvSkNLbWz"},"time":"2026-03-06T19:20:53.767701152Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917695111675@s.whatsapp.net","time":"2026-03-06T19:20:53.768612244Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":112,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917695111675%3Amatrix.theocloud.dev","duration":3.081438,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917695111675","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:53.77196048Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":113,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695111675:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917695111675%3Amatrix.theocloud.dev","duration":2.079202,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:20:53.774378487Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695111675:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917695111675%3Amatrix.theocloud.dev","duration":6.481567,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917695111675 (WA)"},"time":"2026-03-06T19:20:53.781033052Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:53.781918861Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:53.949624675Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":115,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917695111675%3Amatrix.theocloud.dev","duration":63.240724,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<48132 bytes>","time":"2026-03-06T19:20:54.127883716Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":116,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695111675:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917695111675%3Amatrix.theocloud.dev","duration":2.291104,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:54.130447135Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":117,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ckeDdvSVlxWuiWExBwhziRAx?user_id=%40whatsapp_4917695111675%3Amatrix.theocloud.dev","duration":2.358711,"status_code":200,"response_length":48132,"response_mime":"image/jpeg","time":"2026-03-06T19:20:54.132940502Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":118,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695111675:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917695111675%3Amatrix.theocloud.dev","duration":4.567471,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ckeDdvSVlxWuiWExBwhziRAx"},"time":"2026-03-06T19:20:54.137793278Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"54975749202069@lid","time":"2026-03-06T19:20:54.138706745Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":119,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-54975749202069%3Amatrix.theocloud.dev","duration":3.224685,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-54975749202069","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:54.142199414Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":120,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54975749202069:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-54975749202069%3Amatrix.theocloud.dev","duration":2.087654,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:20:54.14464438Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":121,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54975749202069:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-54975749202069%3Amatrix.theocloud.dev","duration":6.448461,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":". (WA)"},"time":"2026-03-06T19:20:54.151247752Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:54.151811797Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:54.310380434Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":122,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-54975749202069%3Amatrix.theocloud.dev","duration":74.406538,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26038 bytes>","time":"2026-03-06T19:20:54.392542461Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":123,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54975749202069:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-54975749202069%3Amatrix.theocloud.dev","duration":2.238023,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:54.395146388Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":124,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/jnnPELKejCzCqucCZGnhsglN?user_id=%40whatsapp_lid-54975749202069%3Amatrix.theocloud.dev","duration":2.927366,"status_code":200,"response_length":26038,"response_mime":"image/jpeg","time":"2026-03-06T19:20:54.398192626Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":125,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54975749202069:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-54975749202069%3Amatrix.theocloud.dev","duration":4.770572,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jnnPELKejCzCqucCZGnhsglN"},"time":"2026-03-06T19:20:54.403207646Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"102692751978521@lid","time":"2026-03-06T19:20:54.404132845Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":126,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-102692751978521%3Amatrix.theocloud.dev","duration":3.354661,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-102692751978521","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:54.407767644Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":127,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102692751978521:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-102692751978521%3Amatrix.theocloud.dev","duration":2.153934,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:54.410226508Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":128,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102692751978521:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-102692751978521%3Amatrix.theocloud.dev","duration":6.593733,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Balou (WA)"},"time":"2026-03-06T19:20:54.417016987Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:54.417853906Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:54.566144005Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":129,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102692751978521:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-102692751978521%3Amatrix.theocloud.dev","duration":2.588004,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:54.569100565Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"106669891670209@lid","time":"2026-03-06T19:20:54.569908151Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":130,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-106669891670209%3Amatrix.theocloud.dev","duration":3.573965,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-106669891670209","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:54.57375052Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":131,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-106669891670209:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-106669891670209%3Amatrix.theocloud.dev","duration":2.1774,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:54.576259392Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":132,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-106669891670209:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-106669891670209%3Amatrix.theocloud.dev","duration":6.60847,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Roman Demchenko (WA)"},"time":"2026-03-06T19:20:54.583086398Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:54.583914307Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:55.073959312Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":133,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-106669891670209%3Amatrix.theocloud.dev","duration":75.130732,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<62928 bytes>","time":"2026-03-06T19:20:55.163686647Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":134,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-106669891670209:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-106669891670209%3Amatrix.theocloud.dev","duration":2.400198,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:55.166396106Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":135,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ijVaSlJKJPgcYolqYpXnLSve?user_id=%40whatsapp_lid-106669891670209%3Amatrix.theocloud.dev","duration":2.25744,"status_code":200,"response_length":62928,"response_mime":"image/jpeg","time":"2026-03-06T19:20:55.168734004Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":136,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-106669891670209:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-106669891670209%3Amatrix.theocloud.dev","duration":4.692698,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ijVaSlJKJPgcYolqYpXnLSve"},"time":"2026-03-06T19:20:55.173638394Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"173804609343590@lid","time":"2026-03-06T19:20:55.180871043Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":137,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":3.471088,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-173804609343590","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:55.184613748Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":138,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-173804609343590:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":2.280907,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:55.187986917Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-173804609343590:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":6.744871,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nasser (WA)"},"time":"2026-03-06T19:20:55.194856387Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:55.195657128Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:55.362650062Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":140,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-173804609343590:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":2.49183,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:55.365533847Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"223072531550244@lid","time":"2026-03-06T19:20:55.366418049Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":141,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-223072531550244%3Amatrix.theocloud.dev","duration":3.529057,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-223072531550244","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:55.370223332Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":142,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-223072531550244:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-223072531550244%3Amatrix.theocloud.dev","duration":2.214696,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:55.372794154Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":143,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-223072531550244:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-223072531550244%3Amatrix.theocloud.dev","duration":6.64807,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"C R (WA)"},"time":"2026-03-06T19:20:55.37961697Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:55.380469115Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:55.900494097Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":144,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-223072531550244:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-223072531550244%3Amatrix.theocloud.dev","duration":2.479678,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:55.903326967Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917663076528@s.whatsapp.net","time":"2026-03-06T19:20:55.904199366Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":145,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917663076528%3Amatrix.theocloud.dev","duration":3.484148,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917663076528","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:55.907971614Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":146,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663076528:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663076528%3Amatrix.theocloud.dev","duration":2.216093,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:20:55.910535941Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":147,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663076528:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663076528%3Amatrix.theocloud.dev","duration":7.039117,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917663076528 (WA)"},"time":"2026-03-06T19:20:55.917747079Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:55.918631491Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:56.077155219Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":148,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917663076528%3Amatrix.theocloud.dev","duration":75.504737,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<49234 bytes>","time":"2026-03-06T19:20:56.166065121Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":149,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663076528:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917663076528%3Amatrix.theocloud.dev","duration":2.488758,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:56.168958264Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":150,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ufYuBTYfjckxhSxuxySyMwpc?user_id=%40whatsapp_4917663076528%3Amatrix.theocloud.dev","duration":2.406693,"status_code":200,"response_length":49234,"response_mime":"image/jpeg","time":"2026-03-06T19:20:56.17150988Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":151,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663076528:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917663076528%3Amatrix.theocloud.dev","duration":4.965782,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ufYuBTYfjckxhSxuxySyMwpc"},"time":"2026-03-06T19:20:56.17672395Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"5768224989416@lid","time":"2026-03-06T19:20:56.177397368Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":152,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-5768224989416%3Amatrix.theocloud.dev","duration":3.624252,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-5768224989416","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:56.181224791Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":153,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-5768224989416:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-5768224989416%3Amatrix.theocloud.dev","duration":2.459773,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:20:56.184053052Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":154,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-5768224989416:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-5768224989416%3Amatrix.theocloud.dev","duration":6.980659,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yasin Güner (WA)"},"time":"2026-03-06T19:20:56.191214323Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:56.191823556Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:56.360168915Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":155,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-5768224989416%3Amatrix.theocloud.dev","duration":24.519715,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<25869 bytes>","time":"2026-03-06T19:20:56.561838157Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":156,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-5768224989416:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-5768224989416%3Amatrix.theocloud.dev","duration":2.392515,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:56.564584562Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":157,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/TYtClsGDFdkzBzIQLdODsxVz?user_id=%40whatsapp_lid-5768224989416%3Amatrix.theocloud.dev","duration":2.237884,"status_code":200,"response_length":25869,"response_mime":"image/jpeg","time":"2026-03-06T19:20:56.566950956Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":158,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-5768224989416:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-5768224989416%3Amatrix.theocloud.dev","duration":4.89985,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TYtClsGDFdkzBzIQLdODsxVz"},"time":"2026-03-06T19:20:56.572112994Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":159,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-150147879182516%3Amatrix.theocloud.dev","duration":3.436935,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-150147879182516","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:56.576723488Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":160,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150147879182516:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-150147879182516%3Amatrix.theocloud.dev","duration":2.135285,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:56.579168943Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":161,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150147879182516:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-150147879182516%3Amatrix.theocloud.dev","duration":6.602883,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Valentin (WA)"},"time":"2026-03-06T19:20:56.585933719Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:56.586808004Z","message":"040122552cb20e915c73a7"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:56.600100234Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:56.60022602Z","message":"Decrypting message from 4917641870516@s.whatsapp.net"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:56.601087174Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:56.601111549Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","sync_type":"RECENT","chunk_order":1,"progress":0,"time":"2026-03-06T19:20:56.60116442Z","message":"Stored history sync notification in queue"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:56.601267507Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"download history sync","sync_type":"RECENT","chunk_order":1,"progress":0,"time":"2026-03-06T19:20:56.601498754Z","message":"Downloading history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:56.645092725Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:56.646574498Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:56.70039246Z","message":"Received history sync (type RECENT, chunk 1, progress 71)"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:56.703728334Z","message":"Storing 4959 message secret keys in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:56.743359528Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":162,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-150147879182516%3Amatrix.theocloud.dev","duration":60.598803,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41936 bytes>","time":"2026-03-06T19:20:56.817463719Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":163,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150147879182516:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-150147879182516%3Amatrix.theocloud.dev","duration":1.841111,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:56.819551303Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":164,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/HXwEjfNeDAQoKemtoZQeqUaG?user_id=%40whatsapp_lid-150147879182516%3Amatrix.theocloud.dev","duration":2.028008,"status_code":200,"response_length":41936,"response_mime":"image/jpeg","time":"2026-03-06T19:20:56.821701465Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":165,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150147879182516:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-150147879182516%3Amatrix.theocloud.dev","duration":4.115522,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/HXwEjfNeDAQoKemtoZQeqUaG"},"time":"2026-03-06T19:20:56.826012056Z","message":"Request completed"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:56.895753694Z","message":"Stored 4959 message secret keys from history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"download history sync","sync_type":"RECENT","chunk_order":1,"progress":0,"pair_count":38,"time":"2026-03-06T19:20:56.897931514Z","message":"Stored PN-LID mappings from history sync"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":1,"progress":71,"conversation_count":8,"past_participant_count":0,"time":"2026-03-06T19:20:56.898070011Z","message":"Storing history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":1,"progress":71,"msg_count":3653,"chat_jid":"4915903048642@s.whatsapp.net","wrapped_count":3651,"ignored_msg_type_count":2,"lowest_time":"2025-12-06T22:33:21Z","lowest_time_index":3652,"highest_time":"2026-03-05T20:48:02Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:56.920256367Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":1,"progress":71,"msg_count":272,"chat_jid":"120363192861790277@g.us","wrapped_count":271,"ignored_msg_type_count":1,"lowest_time":"2025-12-07T10:44:09Z","lowest_time_index":271,"highest_time":"2026-03-05T10:35:48Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:56.993594529Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":1,"progress":71,"msg_count":70,"chat_jid":"491628947581@s.whatsapp.net","wrapped_count":70,"ignored_msg_type_count":0,"lowest_time":"2025-12-09T11:46:28Z","lowest_time_index":69,"highest_time":"2026-03-04T17:59:10Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:57.001790652Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":1,"progress":71,"msg_count":48,"chat_jid":"120363400918258753@g.us","wrapped_count":27,"ignored_msg_type_count":21,"lowest_time":"2025-12-11T20:08:18Z","lowest_time_index":47,"highest_time":"2026-03-04T06:51:57Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:57.004480834Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":1,"progress":71,"msg_count":50,"chat_jid":"491637362958@s.whatsapp.net","wrapped_count":50,"ignored_msg_type_count":0,"lowest_time":"2026-02-06T07:27:45Z","lowest_time_index":49,"highest_time":"2026-03-04T06:09:49Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:57.006057452Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":1,"progress":71,"msg_count":6,"chat_jid":"0@s.whatsapp.net","wrapped_count":5,"ignored_msg_type_count":1,"lowest_time":"2026-01-10T14:00:56Z","lowest_time_index":4,"highest_time":"2026-02-24T06:01:39Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:57.007892626Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":1,"progress":71,"msg_count":899,"chat_jid":"491736748726@s.whatsapp.net","wrapped_count":897,"ignored_msg_type_count":2,"lowest_time":"2026-01-07T18:22:13Z","lowest_time_index":898,"highest_time":"2026-03-03T11:29:24Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:57.014181288Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":1,"progress":71,"msg_count":2,"chat_jid":"491731828379@s.whatsapp.net","wrapped_count":2,"ignored_msg_type_count":0,"lowest_time":"2026-03-03T06:40:48Z","lowest_time_index":1,"highest_time":"2026-03-03T06:41:14Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:57.038040016Z","message":"Collected messages to save from history sync conversation"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":1,"progress":71,"total_saved_count":4973,"total_failed_count":0,"total_message_count":5000,"duration":140.586432,"time":"2026-03-06T19:20:57.038748356Z","message":"Finished storing history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":166,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491736669329%3Amatrix.theocloud.dev","duration":3.235231,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491736669329","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:57.059036191Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":167,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491736669329:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491736669329%3Amatrix.theocloud.dev","duration":1.746823,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:20:57.061204512Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","time":"2026-03-06T19:20:57.062736571Z","message":"No more queued history sync notifications"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":168,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491736669329:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491736669329%3Amatrix.theocloud.dev","duration":5.165879,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Valentin (WA)"},"time":"2026-03-06T19:20:57.066507421Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:57.067396932Z","message":"040122552cb20e915c73a7"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:57.489825597Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":169,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491736669329%3Amatrix.theocloud.dev","duration":73.41429,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41936 bytes>","time":"2026-03-06T19:20:57.570290108Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":170,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491736669329:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491736669329%3Amatrix.theocloud.dev","duration":2.01858,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:57.572642674Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":171,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/TxVtskyLKZzeaFIfiRbEEHaY?user_id=%40whatsapp_491736669329%3Amatrix.theocloud.dev","duration":2.222659,"status_code":200,"response_length":41936,"response_mime":"image/jpeg","time":"2026-03-06T19:20:57.575040007Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491736669329:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491736669329%3Amatrix.theocloud.dev","duration":4.240539,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TxVtskyLKZzeaFIfiRbEEHaY"},"time":"2026-03-06T19:20:57.57948707Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"150147879182516@lid","alternate_jid":"491736669329@s.whatsapp.net","time":"2026-03-06T19:20:57.585620543Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":173,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-243705789296680%3Amatrix.theocloud.dev","duration":3.09415,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-243705789296680","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:57.589860874Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":174,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-243705789296680:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-243705789296680%3Amatrix.theocloud.dev","duration":2.002656,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:57.592214975Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":175,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-243705789296680:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-243705789296680%3Amatrix.theocloud.dev","duration":5.462918,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vicente (WA)"},"time":"2026-03-06T19:20:57.597846143Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:57.598266034Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:57.755198128Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":176,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-243705789296680%3Amatrix.theocloud.dev","duration":50.407008,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41913 bytes>","time":"2026-03-06T19:20:57.81801484Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":177,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-243705789296680:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-243705789296680%3Amatrix.theocloud.dev","duration":2.600645,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:57.820953312Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":178,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/wEvgswXxqMzXVjAzbSYdoWIA?user_id=%40whatsapp_lid-243705789296680%3Amatrix.theocloud.dev","duration":2.414794,"status_code":200,"response_length":41913,"response_mime":"image/jpeg","time":"2026-03-06T19:20:57.823499759Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":179,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-243705789296680:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-243705789296680%3Amatrix.theocloud.dev","duration":4.922898,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wEvgswXxqMzXVjAzbSYdoWIA"},"time":"2026-03-06T19:20:57.828634069Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":180,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915254596937%3Amatrix.theocloud.dev","duration":3.384554,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915254596937","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:57.83291847Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":181,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915254596937:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915254596937%3Amatrix.theocloud.dev","duration":2.203102,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:20:57.835458072Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":182,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915254596937:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915254596937%3Amatrix.theocloud.dev","duration":6.138152,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vicente (WA)"},"time":"2026-03-06T19:20:57.841756862Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:57.842500472Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:58.003481598Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":183,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915254596937%3Amatrix.theocloud.dev","duration":48.464697,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41913 bytes>","time":"2026-03-06T19:20:58.05992444Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":184,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915254596937:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915254596937%3Amatrix.theocloud.dev","duration":2.253669,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:58.062520056Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":185,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ETFHhrMDhVHoTCtEgXMBYjiI?user_id=%40whatsapp_4915254596937%3Amatrix.theocloud.dev","duration":2.183896,"status_code":200,"response_length":41913,"response_mime":"image/jpeg","time":"2026-03-06T19:20:58.064821985Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":186,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915254596937:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915254596937%3Amatrix.theocloud.dev","duration":4.715606,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ETFHhrMDhVHoTCtEgXMBYjiI"},"time":"2026-03-06T19:20:58.069780084Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"243705789296680@lid","alternate_jid":"4915254596937@s.whatsapp.net","time":"2026-03-06T19:20:58.070305856Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915221654021@s.whatsapp.net","time":"2026-03-06T19:20:58.070688731Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":187,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915221654021%3Amatrix.theocloud.dev","duration":3.342229,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915221654021","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:58.074306697Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":188,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915221654021:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915221654021%3Amatrix.theocloud.dev","duration":2.131165,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:20:58.076790216Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":189,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915221654021:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915221654021%3Amatrix.theocloud.dev","duration":6.166857,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915221654021 (WA)"},"time":"2026-03-06T19:20:58.083113521Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:58.083840857Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:58.46918722Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":190,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915221654021%3Amatrix.theocloud.dev","duration":62.028753,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61605 bytes>","time":"2026-03-06T19:20:58.551751747Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":191,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915221654021:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915221654021%3Amatrix.theocloud.dev","duration":1.343555,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:58.553384099Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":192,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/wMvyiKczFuQrbDJbpklghPSi?user_id=%40whatsapp_4915221654021%3Amatrix.theocloud.dev","duration":1.280278,"status_code":200,"response_length":61605,"response_mime":"image/jpeg","time":"2026-03-06T19:20:58.554743089Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":193,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915221654021:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915221654021%3Amatrix.theocloud.dev","duration":3.00133,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wMvyiKczFuQrbDJbpklghPSi"},"time":"2026-03-06T19:20:58.557956319Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915561837637@s.whatsapp.net","time":"2026-03-06T19:20:58.558453736Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":194,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915561837637%3Amatrix.theocloud.dev","duration":2.07606,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915561837637","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:58.560716763Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":195,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915561837637:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915561837637%3Amatrix.theocloud.dev","duration":1.22161,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:20:58.562152789Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":196,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915561837637:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915561837637%3Amatrix.theocloud.dev","duration":3.8196,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lucas (WA)"},"time":"2026-03-06T19:20:58.566091121Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:58.566559972Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:58.732406306Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":197,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915561837637:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915561837637%3Amatrix.theocloud.dev","duration":2.563908,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:58.735381514Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491639747105@s.whatsapp.net","time":"2026-03-06T19:20:58.736093137Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":198,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491639747105%3Amatrix.theocloud.dev","duration":3.514111,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491639747105","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:58.739850368Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":199,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639747105:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491639747105%3Amatrix.theocloud.dev","duration":2.184874,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:20:58.742370554Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":200,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639747105:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491639747105%3Amatrix.theocloud.dev","duration":6.613289,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Liam (WA)"},"time":"2026-03-06T19:20:58.749159776Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:58.749999768Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:58.899023768Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":201,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639747105:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491639747105%3Amatrix.theocloud.dev","duration":2.577876,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:58.90193123Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917634652400@s.whatsapp.net","time":"2026-03-06T19:20:58.902614845Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":202,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917634652400%3Amatrix.theocloud.dev","duration":3.558321,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917634652400","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:58.906444922Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":203,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634652400:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634652400%3Amatrix.theocloud.dev","duration":2.125438,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:20:58.908931794Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":204,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634652400:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634652400%3Amatrix.theocloud.dev","duration":6.506012,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"B (WA)"},"time":"2026-03-06T19:20:58.91562603Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:58.916360909Z","message":""} +{"level":"debug","transaction_id":"1227","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:20:59.077494431Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1227","time":"2026-03-06T19:20:59.07760548Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:59.093851058Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":205,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634652400:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917634652400%3Amatrix.theocloud.dev","duration":2.320228,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:59.096473144Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"105029298036926@lid","time":"2026-03-06T19:20:59.097162905Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":206,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-105029298036926%3Amatrix.theocloud.dev","duration":3.341321,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-105029298036926","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:59.100757754Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":207,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-105029298036926:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-105029298036926%3Amatrix.theocloud.dev","duration":2.156797,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:59.103230727Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":208,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-105029298036926:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-105029298036926%3Amatrix.theocloud.dev","duration":6.409978,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Paul (WA)"},"time":"2026-03-06T19:20:59.109816219Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:59.110590419Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":42,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1906_952_8_390_440_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.139637,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:20:59.143460748Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:59.270904133Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":210,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-105029298036926:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-105029298036926%3Amatrix.theocloud.dev","duration":2.398312,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:59.273686926Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"108778989056067@lid","time":"2026-03-06T19:20:59.274387513Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":211,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-108778989056067%3Amatrix.theocloud.dev","duration":3.398731,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-108778989056067","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:59.278026153Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":212,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-108778989056067:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-108778989056067%3Amatrix.theocloud.dev","duration":2.012923,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:59.280371803Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":213,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-108778989056067:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-108778989056067%3Amatrix.theocloud.dev","duration":6.596876,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nazar (WA)"},"time":"2026-03-06T19:20:59.287148314Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:59.287905543Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:59.445104154Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":214,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-108778989056067:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-108778989056067%3Amatrix.theocloud.dev","duration":2.733554,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:59.448208291Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"178941893574847@lid","time":"2026-03-06T19:20:59.448916561Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":215,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-178941893574847%3Amatrix.theocloud.dev","duration":3.512016,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-178941893574847","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:59.452687552Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":216,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-178941893574847:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-178941893574847%3Amatrix.theocloud.dev","duration":2.132073,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:20:59.455115197Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":217,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-178941893574847:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-178941893574847%3Amatrix.theocloud.dev","duration":6.181454,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Darin (WA)"},"time":"2026-03-06T19:20:59.46146567Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:59.462156828Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:59.58684012Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:59.587004458Z","message":"Decrypting message from 4917641870516@s.whatsapp.net"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:59.587974148Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:59.587996567Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","sync_type":"RECENT","chunk_order":2,"progress":100,"time":"2026-03-06T19:20:59.588083311Z","message":"Stored history sync notification in queue"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:59.588168658Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"download history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"time":"2026-03-06T19:20:59.588400534Z","message":"Downloading history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:59.618181811Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:59.63166038Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:59.632322065Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:59.632925991Z","message":"Received history sync (type RECENT, chunk 2, progress 100)"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:59.634198027Z","message":"Storing 1921 message secret keys in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":218,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-178941893574847%3Amatrix.theocloud.dev","duration":80.908289,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<47670 bytes>","time":"2026-03-06T19:20:59.712134181Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":219,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-178941893574847:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-178941893574847%3Amatrix.theocloud.dev","duration":2.355359,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:20:59.716637327Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":220,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/EVTxahldSVlRkzCAzOObjuVA?user_id=%40whatsapp_lid-178941893574847%3Amatrix.theocloud.dev","duration":3.373937,"status_code":200,"response_length":47670,"response_mime":"image/jpeg","time":"2026-03-06T19:20:59.720163311Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":221,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-178941893574847:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-178941893574847%3Amatrix.theocloud.dev","duration":5.535763,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EVTxahldSVlRkzCAzOObjuVA"},"time":"2026-03-06T19:20:59.726025797Z","message":"Request completed"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:20:59.743889339Z","message":"Stored 1921 message secret keys from history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"download history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"pair_count":163,"time":"2026-03-06T19:20:59.75114797Z","message":"Stored PN-LID mappings from history sync"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"conversation_count":13,"past_participant_count":0,"time":"2026-03-06T19:20:59.751229615Z","message":"Storing history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":68,"chat_jid":"491731828379@s.whatsapp.net","wrapped_count":68,"ignored_msg_type_count":0,"lowest_time":"2025-12-15T08:58:49Z","lowest_time_index":67,"highest_time":"2026-03-02T09:40:52Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.751598731Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":81,"chat_jid":"4917657607100@s.whatsapp.net","wrapped_count":81,"ignored_msg_type_count":0,"lowest_time":"2025-12-24T07:44:06Z","lowest_time_index":80,"highest_time":"2026-03-02T13:29:26Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.75323681Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":285,"chat_jid":"4917620338641@s.whatsapp.net","wrapped_count":285,"ignored_msg_type_count":0,"lowest_time":"2025-12-24T12:04:30Z","lowest_time_index":284,"highest_time":"2026-03-01T20:48:40Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.75574233Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":492,"chat_jid":"120363163455706585@g.us","wrapped_count":417,"ignored_msg_type_count":75,"lowest_time":"2025-12-07T10:32:42Z","lowest_time_index":491,"highest_time":"2026-02-27T21:16:38Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.761500192Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":142,"chat_jid":"4917623702252@s.whatsapp.net","wrapped_count":142,"ignored_msg_type_count":0,"lowest_time":"2025-12-07T11:23:19Z","lowest_time_index":141,"highest_time":"2026-02-26T16:27:25Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.768248905Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":66,"chat_jid":"120363173737697025@g.us","wrapped_count":64,"ignored_msg_type_count":2,"lowest_time":"2025-12-07T10:58:27Z","lowest_time_index":65,"highest_time":"2026-02-26T10:59:33Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.770439715Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":39,"lid":"266657507356684@lid","pn":"4915150515988@s.whatsapp.net","time":"2026-03-06T19:20:59.771556213Z","message":"Rerouting LID DM to phone number in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":39,"chat_jid":"4915150515988@s.whatsapp.net","wrapped_count":38,"ignored_msg_type_count":1,"lowest_time":"2026-02-17T08:34:48Z","lowest_time_index":37,"highest_time":"2026-02-26T07:08:16Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.771745485Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":240,"chat_jid":"491783743461@s.whatsapp.net","wrapped_count":240,"ignored_msg_type_count":0,"lowest_time":"2026-01-05T21:39:35Z","lowest_time_index":239,"highest_time":"2026-02-21T20:00:04Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.773476384Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":3,"lid":"198041059483854@lid","pn":"491605556877@s.whatsapp.net","time":"2026-03-06T19:20:59.77652381Z","message":"Rerouting LID DM to phone number in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":3,"chat_jid":"491605556877@s.whatsapp.net","wrapped_count":2,"ignored_msg_type_count":1,"lowest_time":"2026-02-16T09:12:47Z","lowest_time_index":1,"highest_time":"2026-02-16T09:13:28Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.77657682Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":24,"chat_jid":"4915735701057@s.whatsapp.net","wrapped_count":24,"ignored_msg_type_count":0,"lowest_time":"2025-12-08T20:17:25Z","lowest_time_index":23,"highest_time":"2026-01-01T09:59:46Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.776994616Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":10,"lid":"105699396837592@lid","pn":"4915234825973@s.whatsapp.net","time":"2026-03-06T19:20:59.777527582Z","message":"Rerouting LID DM to phone number in history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":10,"chat_jid":"4915234825973@s.whatsapp.net","wrapped_count":9,"ignored_msg_type_count":1,"lowest_time":"2026-02-02T19:10:47Z","lowest_time_index":8,"highest_time":"2026-02-06T17:59:33Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.777622707Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":588,"chat_jid":"491736748726@s.whatsapp.net","wrapped_count":586,"ignored_msg_type_count":2,"lowest_time":"2025-12-07T20:58:03Z","lowest_time_index":587,"highest_time":"2026-01-07T18:22:11Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.780159376Z","message":"Collected messages to save from history sync conversation"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"msg_count":5,"chat_jid":"4917680834617@s.whatsapp.net","wrapped_count":5,"ignored_msg_type_count":0,"lowest_time":"2025-12-24T14:27:46Z","lowest_time_index":4,"highest_time":"2025-12-31T23:11:51Z","highest_time_index":0,"metadata":{"ephemeral_expiration":0,"ephemeral_setting_timestamp":0,"last_message_ts":0,"marked_unread":false,"archived":false,"pinned":0,"mute_end":0,"unread_count":0},"time":"2026-03-06T19:20:59.788749339Z","message":"Collected messages to save from history sync conversation"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"store history sync","sync_type":"RECENT","chunk_order":2,"progress":100,"total_saved_count":1961,"total_failed_count":0,"total_message_count":2043,"duration":37.881786,"time":"2026-03-06T19:20:59.789150932Z","message":"Finished storing history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","time":"2026-03-06T19:20:59.791374708Z","message":"No more queued history sync notifications"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":222,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491784794876%3Amatrix.theocloud.dev","duration":3.588702,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491784794876","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:20:59.810280505Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":223,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491784794876:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491784794876%3Amatrix.theocloud.dev","duration":2.20415,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:20:59.812868578Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":224,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491784794876:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491784794876%3Amatrix.theocloud.dev","duration":5.594501,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Darin (WA)"},"time":"2026-03-06T19:20:59.81862651Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:20:59.819495626Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:20:59.967631373Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":225,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491784794876%3Amatrix.theocloud.dev","duration":76.483436,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<47670 bytes>","time":"2026-03-06T19:21:00.052649108Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":226,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491784794876:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491784794876%3Amatrix.theocloud.dev","duration":2.275529,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:00.055289562Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":227,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/PYcfUexZNIHupwzAtQHFgVtn?user_id=%40whatsapp_491784794876%3Amatrix.theocloud.dev","duration":2.754018,"status_code":200,"response_length":47670,"response_mime":"image/jpeg","time":"2026-03-06T19:21:00.05818103Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":228,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491784794876:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491784794876%3Amatrix.theocloud.dev","duration":4.513623,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PYcfUexZNIHupwzAtQHFgVtn"},"time":"2026-03-06T19:21:00.062948459Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"178941893574847@lid","alternate_jid":"491784794876@s.whatsapp.net","time":"2026-03-06T19:21:00.063660291Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":229,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-219241135489206%3Amatrix.theocloud.dev","duration":3.007546,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-219241135489206","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:00.06738763Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":230,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-219241135489206:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-219241135489206%3Amatrix.theocloud.dev","duration":2.174468,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:00.069894407Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":231,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-219241135489206:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-219241135489206%3Amatrix.theocloud.dev","duration":6.738656,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Seyyid (WA)"},"time":"2026-03-06T19:21:00.076809135Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:00.077622307Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:00.52725584Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":232,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-219241135489206:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-219241135489206%3Amatrix.theocloud.dev","duration":2.576479,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:00.530194101Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":233,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491787166894%3Amatrix.theocloud.dev","duration":3.494345,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491787166894","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:00.534545969Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":234,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491787166894:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491787166894%3Amatrix.theocloud.dev","duration":2.356686,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:00.537251447Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":235,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491787166894:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491787166894%3Amatrix.theocloud.dev","duration":6.763939,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Seyyid (WA)"},"time":"2026-03-06T19:21:00.544235249Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:00.545070283Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:00.71859919Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":236,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491787166894:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491787166894%3Amatrix.theocloud.dev","duration":2.56265,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:00.721571605Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"219241135489206@lid","alternate_jid":"491787166894@s.whatsapp.net","time":"2026-03-06T19:21:00.722126431Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":237,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-241506145304775%3Amatrix.theocloud.dev","duration":3.672373,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-241506145304775","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:00.726387085Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":238,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-241506145304775:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-241506145304775%3Amatrix.theocloud.dev","duration":2.183547,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:00.728908389Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":239,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-241506145304775:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-241506145304775%3Amatrix.theocloud.dev","duration":6.585212,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Alex (WA)"},"time":"2026-03-06T19:21:00.735651375Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:00.736449252Z","message":"04012361d72515befe8710"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:00.893185369Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":240,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-241506145304775%3Amatrix.theocloud.dev","duration":80.099237,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<56863 bytes>","time":"2026-03-06T19:21:00.989478081Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":241,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-241506145304775:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-241506145304775%3Amatrix.theocloud.dev","duration":2.281884,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:00.992047715Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":242,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ySbytOsqkBwYFSzCzlzglJuQ?user_id=%40whatsapp_lid-241506145304775%3Amatrix.theocloud.dev","duration":2.350679,"status_code":200,"response_length":56863,"response_mime":"image/jpeg","time":"2026-03-06T19:21:00.994576003Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":243,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-241506145304775:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-241506145304775%3Amatrix.theocloud.dev","duration":4.789919,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ySbytOsqkBwYFSzCzlzglJuQ"},"time":"2026-03-06T19:21:00.999559036Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":244,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":3.504683,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917657607100","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:01.003761651Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":245,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657607100:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":2.382178,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:01.006468805Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":246,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657607100:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":7.000565,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Alex (WA)"},"time":"2026-03-06T19:21:01.013666184Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:01.014427255Z","message":"04012361d72515befe8710"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:01.172935198Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":247,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":76.898648,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<56863 bytes>","time":"2026-03-06T19:21:01.257678104Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":248,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657607100:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":2.068167,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:01.260100092Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":249,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YNWVkqhhjrMzHXcXqoAfgdLb?user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":2.205548,"status_code":200,"response_length":56863,"response_mime":"image/jpeg","time":"2026-03-06T19:21:01.262429749Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":250,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657607100:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":4.616501,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YNWVkqhhjrMzHXcXqoAfgdLb"},"time":"2026-03-06T19:21:01.267376463Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"241506145304775@lid","alternate_jid":"4917657607100@s.whatsapp.net","time":"2026-03-06T19:21:01.267961671Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":251,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-256181947912368%3Amatrix.theocloud.dev","duration":3.297111,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-256181947912368","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:01.271839939Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":252,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256181947912368:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-256181947912368%3Amatrix.theocloud.dev","duration":2.315479,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:01.274487028Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":253,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256181947912368:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-256181947912368%3Amatrix.theocloud.dev","duration":6.29411,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Amon (WA)"},"time":"2026-03-06T19:21:01.280949947Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:01.281852448Z","message":"0401228e782ecbce6e994f"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:01.975452223Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":254,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-256181947912368%3Amatrix.theocloud.dev","duration":75.427282,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64209 bytes>","time":"2026-03-06T19:21:02.064777685Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":255,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256181947912368:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-256181947912368%3Amatrix.theocloud.dev","duration":2.07585,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:02.067130809Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":256,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ZLYrPNtoMkGokRIpKtdHYgxv?user_id=%40whatsapp_lid-256181947912368%3Amatrix.theocloud.dev","duration":2.107209,"status_code":200,"response_length":64209,"response_mime":"image/jpeg","time":"2026-03-06T19:21:02.069370649Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":257,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256181947912368:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-256181947912368%3Amatrix.theocloud.dev","duration":4.459914,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZLYrPNtoMkGokRIpKtdHYgxv"},"time":"2026-03-06T19:21:02.074018578Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":258,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":3.292991,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917623702252","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:02.078300604Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":259,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917623702252:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":2.090167,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:02.080631867Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":260,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917623702252:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":5.928905,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Amon (WA)"},"time":"2026-03-06T19:21:02.086670634Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:02.087470677Z","message":"0401228e782ecbce6e994f"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:02.348197094Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":261,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":71.067172,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64209 bytes>","time":"2026-03-06T19:21:02.431641703Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":262,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917623702252:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":2.453207,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:02.434458858Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":263,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/sEWrJTaMMLVCkLTmuCbVdDzk?user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":2.30626,"status_code":200,"response_length":64209,"response_mime":"image/jpeg","time":"2026-03-06T19:21:02.436899425Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":264,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917623702252:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":3.93945,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sEWrJTaMMLVCkLTmuCbVdDzk"},"time":"2026-03-06T19:21:02.441156796Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"256181947912368@lid","alternate_jid":"4917623702252@s.whatsapp.net","time":"2026-03-06T19:21:02.441791173Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491716206744@s.whatsapp.net","time":"2026-03-06T19:21:02.442132143Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":265,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491716206744%3Amatrix.theocloud.dev","duration":2.30172,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491716206744","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:02.44473132Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":266,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491716206744:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491716206744%3Amatrix.theocloud.dev","duration":1.274131,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:02.446371076Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":267,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491716206744:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491716206744%3Amatrix.theocloud.dev","duration":3.756184,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491716206744 (WA)"},"time":"2026-03-06T19:21:02.450278328Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:02.45080012Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:02.614451872Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":268,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491716206744%3Amatrix.theocloud.dev","duration":49.443954,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<21859 bytes>","time":"2026-03-06T19:21:02.733188587Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":269,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491716206744:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491716206744%3Amatrix.theocloud.dev","duration":2.283282,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:02.735852439Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":270,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YYqWimtRTTliqKarDAYnaaQS?user_id=%40whatsapp_491716206744%3Amatrix.theocloud.dev","duration":3.00084,"status_code":200,"response_length":21859,"response_mime":"image/jpeg","time":"2026-03-06T19:21:02.738975224Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":271,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491716206744:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491716206744%3Amatrix.theocloud.dev","duration":4.991693,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YYqWimtRTTliqKarDAYnaaQS"},"time":"2026-03-06T19:21:02.744199561Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"79564369862829@lid","time":"2026-03-06T19:21:02.744842319Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":272,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-79564369862829%3Amatrix.theocloud.dev","duration":3.357036,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-79564369862829","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:02.748433116Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":273,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-79564369862829:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-79564369862829%3Amatrix.theocloud.dev","duration":2.315199,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:02.75111401Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":274,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-79564369862829:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-79564369862829%3Amatrix.theocloud.dev","duration":6.848587,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Batu (WA)"},"time":"2026-03-06T19:21:02.758153685Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:02.758902394Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:02.918947285Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":275,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-79564369862829%3Amatrix.theocloud.dev","duration":78.968422,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<89458 bytes>","time":"2026-03-06T19:21:03.01243667Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":276,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-79564369862829:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-79564369862829%3Amatrix.theocloud.dev","duration":2.276157,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:03.015064134Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":277,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/flJkpRufCIwToDVTWBMGyAsV?user_id=%40whatsapp_lid-79564369862829%3Amatrix.theocloud.dev","duration":2.405017,"status_code":200,"response_length":89458,"response_mime":"image/jpeg","time":"2026-03-06T19:21:03.017591584Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":278,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-79564369862829:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-79564369862829%3Amatrix.theocloud.dev","duration":4.722381,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/flJkpRufCIwToDVTWBMGyAsV"},"time":"2026-03-06T19:21:03.022660243Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":279,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-13069475909%3Amatrix.theocloud.dev","duration":3.46571,"status_code":200,"response_length":97,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-13069475909","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:03.027271924Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":280,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-13069475909:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-13069475909%3Amatrix.theocloud.dev","duration":2.158124,"status_code":200,"response_length":42,"response_mime":"application/json","time":"2026-03-06T19:21:03.029806428Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":281,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-13069475909:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-13069475909%3Amatrix.theocloud.dev","duration":7.862626,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wagner Ribeiro (WA)"},"time":"2026-03-06T19:21:03.037846803Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:03.038678972Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:03.193410757Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":282,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-13069475909:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-13069475909%3Amatrix.theocloud.dev","duration":2.470389,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:03.196195016Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":283,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_33768539740%3Amatrix.theocloud.dev","duration":3.525704,"status_code":200,"response_length":93,"response_mime":"application/json","req_body":{"username":"whatsapp_33768539740","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:03.200621686Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":284,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_33768539740:matrix.theocloud.dev/displayname?user_id=%40whatsapp_33768539740%3Amatrix.theocloud.dev","duration":2.025494,"status_code":200,"response_length":38,"response_mime":"application/json","time":"2026-03-06T19:21:03.202986054Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":285,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_33768539740:matrix.theocloud.dev/displayname?user_id=%40whatsapp_33768539740%3Amatrix.theocloud.dev","duration":6.107073,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wagner Ribeiro (WA)"},"time":"2026-03-06T19:21:03.209261586Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:03.210066727Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:03.370648076Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":286,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_33768539740:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_33768539740%3Amatrix.theocloud.dev","duration":2.475138,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:03.373447002Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"13069475909@lid","alternate_jid":"33768539740@s.whatsapp.net","time":"2026-03-06T19:21:03.37397012Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"23858610438397@lid","time":"2026-03-06T19:21:03.37429775Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":287,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-23858610438397%3Amatrix.theocloud.dev","duration":3.231041,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-23858610438397","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:03.377813258Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":288,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-23858610438397:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-23858610438397%3Amatrix.theocloud.dev","duration":2.195979,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:03.38035279Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":289,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-23858610438397:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-23858610438397%3Amatrix.theocloud.dev","duration":7.726434,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"leoni (WA)"},"time":"2026-03-06T19:21:03.388241747Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:03.38907727Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:03.705685138Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":290,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-23858610438397%3Amatrix.theocloud.dev","duration":72.651822,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40866 bytes>","time":"2026-03-06T19:21:03.785663059Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":291,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-23858610438397:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-23858610438397%3Amatrix.theocloud.dev","duration":1.966407,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:03.787961566Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":292,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/qvZyUImWKoalNQsyVVGqcLDe?user_id=%40whatsapp_lid-23858610438397%3Amatrix.theocloud.dev","duration":2.738932,"status_code":200,"response_length":40866,"response_mime":"image/jpeg","time":"2026-03-06T19:21:03.790817833Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":293,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-23858610438397:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-23858610438397%3Amatrix.theocloud.dev","duration":4.161269,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qvZyUImWKoalNQsyVVGqcLDe"},"time":"2026-03-06T19:21:03.795150005Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":294,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-242828928122951%3Amatrix.theocloud.dev","duration":2.971786,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-242828928122951","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:03.79924646Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":295,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242828928122951:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-242828928122951%3Amatrix.theocloud.dev","duration":1.979817,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:03.801550974Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":296,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242828928122951:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-242828928122951%3Amatrix.theocloud.dev","duration":5.555808,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lulu (WA)"},"time":"2026-03-06T19:21:03.807257502Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:03.808044204Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:03.975074084Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":297,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-242828928122951%3Amatrix.theocloud.dev","duration":79.103217,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<76016 bytes>","time":"2026-03-06T19:21:04.063627092Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":298,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242828928122951:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-242828928122951%3Amatrix.theocloud.dev","duration":2.315479,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:04.066301211Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":299,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/uLBwZSpsbtKsjdaywYYetTPS?user_id=%40whatsapp_lid-242828928122951%3Amatrix.theocloud.dev","duration":2.074314,"status_code":200,"response_length":76016,"response_mime":"image/jpeg","time":"2026-03-06T19:21:04.068531552Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":300,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242828928122951:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-242828928122951%3Amatrix.theocloud.dev","duration":4.676774,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uLBwZSpsbtKsjdaywYYetTPS"},"time":"2026-03-06T19:21:04.073500057Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":301,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917634536621%3Amatrix.theocloud.dev","duration":3.28433,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917634536621","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:04.077875601Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":302,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634536621:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634536621%3Amatrix.theocloud.dev","duration":2.035831,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:04.080243601Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":303,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634536621:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634536621%3Amatrix.theocloud.dev","duration":6.315551,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lulu (WA)"},"time":"2026-03-06T19:21:04.086748286Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:04.087617821Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:04.253923298Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":304,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917634536621%3Amatrix.theocloud.dev","duration":73.519123,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<76016 bytes>","time":"2026-03-06T19:21:04.338387812Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":305,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634536621:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917634536621%3Amatrix.theocloud.dev","duration":1.995252,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:04.340712161Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":306,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/QHhatvZKRHvtswfnxtkUcwBX?user_id=%40whatsapp_4917634536621%3Amatrix.theocloud.dev","duration":2.278671,"status_code":200,"response_length":76016,"response_mime":"image/jpeg","time":"2026-03-06T19:21:04.343123254Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":307,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634536621:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917634536621%3Amatrix.theocloud.dev","duration":4.746128,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QHhatvZKRHvtswfnxtkUcwBX"},"time":"2026-03-06T19:21:04.348208046Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"242828928122951@lid","alternate_jid":"4917634536621@s.whatsapp.net","time":"2026-03-06T19:21:04.348824474Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"29888778084533@lid","time":"2026-03-06T19:21:04.349178434Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":308,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-29888778084533%3Amatrix.theocloud.dev","duration":3.200519,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-29888778084533","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:04.352645471Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":309,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-29888778084533:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-29888778084533%3Amatrix.theocloud.dev","duration":2.119152,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:04.355091275Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":310,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-29888778084533:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-29888778084533%3Amatrix.theocloud.dev","duration":6.401876,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Martin Kuhn (WA)"},"time":"2026-03-06T19:21:04.361652113Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:04.362440352Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:04.63797234Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":311,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-29888778084533:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-29888778084533%3Amatrix.theocloud.dev","duration":2.585908,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:04.640916888Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491794159819@s.whatsapp.net","time":"2026-03-06T19:21:04.641744867Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":312,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491794159819%3Amatrix.theocloud.dev","duration":3.481704,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491794159819","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:04.645500073Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":313,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491794159819:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491794159819%3Amatrix.theocloud.dev","duration":2.034852,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:04.647848098Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":314,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491794159819:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491794159819%3Amatrix.theocloud.dev","duration":6.813457,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Uwe Leuthardt (WA)"},"time":"2026-03-06T19:21:04.654850548Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:04.65559339Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:04.823186128Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":315,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491794159819%3Amatrix.theocloud.dev","duration":79.319309,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<47576 bytes>","time":"2026-03-06T19:21:04.909852768Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":316,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491794159819:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491794159819%3Amatrix.theocloud.dev","duration":2.316037,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:04.912546163Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":317,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/SmTspnvJncqQcxitHTuHvgBj?user_id=%40whatsapp_491794159819%3Amatrix.theocloud.dev","duration":2.401594,"status_code":200,"response_length":47576,"response_mime":"image/jpeg","time":"2026-03-06T19:21:04.915071797Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":318,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491794159819:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491794159819%3Amatrix.theocloud.dev","duration":4.776858,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SmTspnvJncqQcxitHTuHvgBj"},"time":"2026-03-06T19:21:04.920177192Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"68904781090845@lid","time":"2026-03-06T19:21:04.921014181Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":319,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-68904781090845%3Amatrix.theocloud.dev","duration":3.323721,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-68904781090845","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:04.924603582Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":320,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-68904781090845:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-68904781090845%3Amatrix.theocloud.dev","duration":2.213579,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:04.927146327Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":321,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-68904781090845:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-68904781090845%3Amatrix.theocloud.dev","duration":6.438753,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"clid (WA)"},"time":"2026-03-06T19:21:04.933750188Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:04.934570834Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:05.199153518Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":322,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-68904781090845:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-68904781090845%3Amatrix.theocloud.dev","duration":2.535482,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:05.202075717Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"115431574622245@lid","time":"2026-03-06T19:21:05.202804101Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":323,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-115431574622245%3Amatrix.theocloud.dev","duration":3.604976,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-115431574622245","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:05.206663931Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":324,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-115431574622245:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-115431574622245%3Amatrix.theocloud.dev","duration":2.109723,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:05.209086408Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":325,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-115431574622245:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-115431574622245%3Amatrix.theocloud.dev","duration":6.802422,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Kai (WA)"},"time":"2026-03-06T19:21:05.216044019Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:05.216639563Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:05.376709876Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":326,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-115431574622245:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-115431574622245%3Amatrix.theocloud.dev","duration":2.517043,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:05.379577737Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":327,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-1876967866385%3Amatrix.theocloud.dev","duration":3.480935,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-1876967866385","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:05.38404701Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":328,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1876967866385:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-1876967866385%3Amatrix.theocloud.dev","duration":2.248221,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:21:05.386613502Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":329,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1876967866385:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-1876967866385%3Amatrix.theocloud.dev","duration":6.207716,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Phie (WA)"},"time":"2026-03-06T19:21:05.392980667Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:05.393757661Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:05.561202614Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":330,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1876967866385:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-1876967866385%3Amatrix.theocloud.dev","duration":2.234811,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:05.563809823Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":331,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4916094954618%3Amatrix.theocloud.dev","duration":2.168251,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4916094954618","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:05.566624394Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":332,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916094954618:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4916094954618%3Amatrix.theocloud.dev","duration":1.349421,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:05.568206041Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":333,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916094954618:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4916094954618%3Amatrix.theocloud.dev","duration":3.763866,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Phie (WA)"},"time":"2026-03-06T19:21:05.572126145Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:05.572627891Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:05.990200146Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":334,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916094954618:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4916094954618%3Amatrix.theocloud.dev","duration":2.610841,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:05.993200288Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"1876967866385@lid","alternate_jid":"4916094954618@s.whatsapp.net","time":"2026-03-06T19:21:05.993710835Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":335,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-196232895029386%3Amatrix.theocloud.dev","duration":3.392306,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-196232895029386","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:05.997684368Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":336,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-196232895029386:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-196232895029386%3Amatrix.theocloud.dev","duration":2.20003,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:06.000217405Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":337,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-196232895029386:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-196232895029386%3Amatrix.theocloud.dev","duration":6.593035,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tobi (WA)"},"time":"2026-03-06T19:21:06.007007185Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:06.007858073Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:06.176241425Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":338,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-196232895029386:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-196232895029386%3Amatrix.theocloud.dev","duration":2.300462,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:06.178884603Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":339,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491601415978%3Amatrix.theocloud.dev","duration":3.554829,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491601415978","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:06.183319304Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":340,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491601415978:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491601415978%3Amatrix.theocloud.dev","duration":2.087374,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:06.185739267Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":341,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491601415978:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491601415978%3Amatrix.theocloud.dev","duration":6.378968,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tobi (WA)"},"time":"2026-03-06T19:21:06.192280548Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:06.193055378Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:06.358452417Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":342,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491601415978:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491601415978%3Amatrix.theocloud.dev","duration":2.433512,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:06.361237654Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"196232895029386@lid","alternate_jid":"491601415978@s.whatsapp.net","time":"2026-03-06T19:21:06.361791293Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917673282928@s.whatsapp.net","alt_jid":"80522080477241@lid","source_push_name":"Makhkam","alt_push_name":"Mahkam","time":"2026-03-06T19:21:06.362117526Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":343,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917673282928%3Amatrix.theocloud.dev","duration":3.58074,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917673282928","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:06.365990277Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":344,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917673282928:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917673282928%3Amatrix.theocloud.dev","duration":2.1026,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:06.368400182Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":345,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917673282928:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917673282928%3Amatrix.theocloud.dev","duration":6.430931,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Makhkam (WA)"},"time":"2026-03-06T19:21:06.374994195Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:06.375853813Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:06.532469101Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":346,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917673282928%3Amatrix.theocloud.dev","duration":59.211318,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32213 bytes>","time":"2026-03-06T19:21:06.619774588Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":347,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917673282928:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917673282928%3Amatrix.theocloud.dev","duration":1.868489,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:06.621905613Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":348,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/fOuJdEqqGNJWoXYyvBfyPuWU?user_id=%40whatsapp_4917673282928%3Amatrix.theocloud.dev","duration":2.53639,"status_code":200,"response_length":32213,"response_mime":"image/jpeg","time":"2026-03-06T19:21:06.624535102Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":349,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917673282928:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917673282928%3Amatrix.theocloud.dev","duration":3.304654,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fOuJdEqqGNJWoXYyvBfyPuWU"},"time":"2026-03-06T19:21:06.628035524Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":350,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":2.09792,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-80522080477241","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:06.630828654Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":351,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80522080477241:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":1.219166,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:06.632378243Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":352,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80522080477241:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":3.752133,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Makhkam (WA)"},"time":"2026-03-06T19:21:06.636268454Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:06.636785217Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:06.794983479Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":353,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":75.205393,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32213 bytes>","time":"2026-03-06T19:21:06.881913424Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":354,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80522080477241:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":2.193604,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:06.884471045Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":355,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/BGFNBeGGNGSHJjqGowzMuqpx?user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":2.086815,"status_code":200,"response_length":32213,"response_mime":"image/jpeg","time":"2026-03-06T19:21:06.886693285Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":356,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80522080477241:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":5.770294,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BGFNBeGGNGSHJjqGowzMuqpx"},"time":"2026-03-06T19:21:06.892714032Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917673282928@s.whatsapp.net","alternate_jid":"80522080477241@lid","time":"2026-03-06T19:21:06.89326404Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":357,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-61169360498824%3Amatrix.theocloud.dev","duration":3.685154,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-61169360498824","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:06.89751296Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":358,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-61169360498824:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-61169360498824%3Amatrix.theocloud.dev","duration":1.830774,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:06.899724165Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":359,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-61169360498824:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-61169360498824%3Amatrix.theocloud.dev","duration":5.538627,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Carlo (WA)"},"time":"2026-03-06T19:21:06.905446756Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:06.90611787Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:07.073235471Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":360,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-61169360498824%3Amatrix.theocloud.dev","duration":78.369735,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<79791 bytes>","time":"2026-03-06T19:21:07.167620304Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":361,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-61169360498824:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-61169360498824%3Amatrix.theocloud.dev","duration":2.105952,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:07.170068483Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":362,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ozOWBtbeKJycQWGYvxqLbBEQ?user_id=%40whatsapp_lid-61169360498824%3Amatrix.theocloud.dev","duration":1.977652,"status_code":200,"response_length":79791,"response_mime":"image/jpeg","time":"2026-03-06T19:21:07.17216766Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":363,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-61169360498824:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-61169360498824%3Amatrix.theocloud.dev","duration":4.365697,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ozOWBtbeKJycQWGYvxqLbBEQ"},"time":"2026-03-06T19:21:07.176715855Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":364,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917684488832%3Amatrix.theocloud.dev","duration":3.317785,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917684488832","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:07.181093215Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":365,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917684488832:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917684488832%3Amatrix.theocloud.dev","duration":2.066351,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:07.183495228Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":366,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917684488832:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917684488832%3Amatrix.theocloud.dev","duration":6.325609,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Carlo (WA)"},"time":"2026-03-06T19:21:07.189951372Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:07.190779561Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:07.35898733Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":367,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917684488832%3Amatrix.theocloud.dev","duration":74.549505,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<79791 bytes>","time":"2026-03-06T19:21:07.441631966Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":368,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917684488832:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917684488832%3Amatrix.theocloud.dev","duration":1.937004,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:07.443910289Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":369,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/CYrvsxuuWTmvSujpkoFOYLDB?user_id=%40whatsapp_4917684488832%3Amatrix.theocloud.dev","duration":2.020325,"status_code":200,"response_length":79791,"response_mime":"image/jpeg","time":"2026-03-06T19:21:07.446011282Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":370,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917684488832:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917684488832%3Amatrix.theocloud.dev","duration":4.236978,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CYrvsxuuWTmvSujpkoFOYLDB"},"time":"2026-03-06T19:21:07.450503254Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"61169360498824@lid","alternate_jid":"4917684488832@s.whatsapp.net","time":"2026-03-06T19:21:07.451091255Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":371,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-70231405916394%3Amatrix.theocloud.dev","duration":3.033946,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-70231405916394","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:07.454725914Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":372,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70231405916394:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-70231405916394%3Amatrix.theocloud.dev","duration":2.075361,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:07.45710865Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":373,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70231405916394:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-70231405916394%3Amatrix.theocloud.dev","duration":5.74075,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Colin (WA)"},"time":"2026-03-06T19:21:07.463002146Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:07.463738562Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:07.63053426Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":374,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-70231405916394%3Amatrix.theocloud.dev","duration":48.466024,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<80133 bytes>","time":"2026-03-06T19:21:07.69279894Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":375,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70231405916394:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-70231405916394%3Amatrix.theocloud.dev","duration":2.134518,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:07.695211779Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":376,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/KtarwtREFgNNmUXKUiWDaInP?user_id=%40whatsapp_lid-70231405916394%3Amatrix.theocloud.dev","duration":2.178867,"status_code":200,"response_length":80133,"response_mime":"image/jpeg","time":"2026-03-06T19:21:07.69752174Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":377,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70231405916394:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-70231405916394%3Amatrix.theocloud.dev","duration":4.145764,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KtarwtREFgNNmUXKUiWDaInP"},"time":"2026-03-06T19:21:07.701978581Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":378,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491731365871%3Amatrix.theocloud.dev","duration":2.846769,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491731365871","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:07.705826817Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":379,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491731365871:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491731365871%3Amatrix.theocloud.dev","duration":1.907321,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:07.70796315Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":380,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491731365871:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491731365871%3Amatrix.theocloud.dev","duration":6.410607,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Colin (WA)"},"time":"2026-03-06T19:21:07.714496749Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:07.71525789Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:07.863734047Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":381,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491731365871%3Amatrix.theocloud.dev","duration":72.781868,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<80133 bytes>","time":"2026-03-06T19:21:07.948087582Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":382,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491731365871:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491731365871%3Amatrix.theocloud.dev","duration":1.909696,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:07.950262608Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":383,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/xoicLlZjwzmWFnCXRWRkiUWe?user_id=%40whatsapp_491731365871%3Amatrix.theocloud.dev","duration":2.089679,"status_code":200,"response_length":80133,"response_mime":"image/jpeg","time":"2026-03-06T19:21:07.952498816Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":384,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491731365871:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491731365871%3Amatrix.theocloud.dev","duration":4.426948,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xoicLlZjwzmWFnCXRWRkiUWe"},"time":"2026-03-06T19:21:07.957178244Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"70231405916394@lid","alternate_jid":"491731365871@s.whatsapp.net","time":"2026-03-06T19:21:07.957793624Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"161684144570509@lid","time":"2026-03-06T19:21:07.958181527Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":385,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-161684144570509%3Amatrix.theocloud.dev","duration":2.962148,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-161684144570509","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:07.96144232Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":386,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-161684144570509:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-161684144570509%3Amatrix.theocloud.dev","duration":2.026262,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:07.963782942Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":387,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-161684144570509:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-161684144570509%3Amatrix.theocloud.dev","duration":5.468086,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Pablo (WA)"},"time":"2026-03-06T19:21:07.969425075Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:07.970150037Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:08.126168664Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":388,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-161684144570509:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-161684144570509%3Amatrix.theocloud.dev","duration":2.550358,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:08.129049516Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"206699780640847@lid","time":"2026-03-06T19:21:08.129814846Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":389,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-206699780640847%3Amatrix.theocloud.dev","duration":3.588702,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-206699780640847","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:08.13365512Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":390,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-206699780640847:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-206699780640847%3Amatrix.theocloud.dev","duration":2.248011,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:08.136224685Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":391,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-206699780640847:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-206699780640847%3Amatrix.theocloud.dev","duration":6.521167,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Julia (WA)"},"time":"2026-03-06T19:21:08.142958033Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:08.143701224Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:08.31151166Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":392,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-206699780640847%3Amatrix.theocloud.dev","duration":74.846963,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<59691 bytes>","time":"2026-03-06T19:21:08.398640934Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":393,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-206699780640847:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-206699780640847%3Amatrix.theocloud.dev","duration":2.372051,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:08.401311002Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":394,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/BjGscMHCGvMJzaQSxPmYrAPY?user_id=%40whatsapp_lid-206699780640847%3Amatrix.theocloud.dev","duration":2.107838,"status_code":200,"response_length":59691,"response_mime":"image/jpeg","time":"2026-03-06T19:21:08.403555102Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":395,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-206699780640847:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-206699780640847%3Amatrix.theocloud.dev","duration":4.244171,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BjGscMHCGvMJzaQSxPmYrAPY"},"time":"2026-03-06T19:21:08.408046026Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":396,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-39964771365006%3Amatrix.theocloud.dev","duration":3.228106,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-39964771365006","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:08.412442453Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":397,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-39964771365006:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-39964771365006%3Amatrix.theocloud.dev","duration":2.046866,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:08.414715398Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":398,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-39964771365006:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-39964771365006%3Amatrix.theocloud.dev","duration":6.322326,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wowaa (WA)"},"time":"2026-03-06T19:21:08.421155758Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:08.421617485Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:08.820738824Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":399,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-39964771365006%3Amatrix.theocloud.dev","duration":73.416385,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<92246 bytes>","time":"2026-03-06T19:21:08.907224432Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":400,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-39964771365006:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-39964771365006%3Amatrix.theocloud.dev","duration":2.086257,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:08.909601372Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":401,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/fkvGUnFmYnkpxGHAWbhMPNWK?user_id=%40whatsapp_lid-39964771365006%3Amatrix.theocloud.dev","duration":2.185014,"status_code":200,"response_length":92246,"response_mime":"image/jpeg","time":"2026-03-06T19:21:08.91191713Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":402,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-39964771365006:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-39964771365006%3Amatrix.theocloud.dev","duration":4.457959,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fkvGUnFmYnkpxGHAWbhMPNWK"},"time":"2026-03-06T19:21:08.916688401Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":403,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491788173192%3Amatrix.theocloud.dev","duration":3.086048,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491788173192","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:08.920745814Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":404,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491788173192:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491788173192%3Amatrix.theocloud.dev","duration":1.946154,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:08.922989146Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":405,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491788173192:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491788173192%3Amatrix.theocloud.dev","duration":6.57725,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wowaa (WA)"},"time":"2026-03-06T19:21:08.929706989Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:08.930542791Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:09.086963569Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":406,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491788173192%3Amatrix.theocloud.dev","duration":62.373354,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<92246 bytes>","time":"2026-03-06T19:21:09.162470121Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":407,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491788173192:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491788173192%3Amatrix.theocloud.dev","duration":2.052453,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:09.164872763Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":408,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/zvhqSNxHKxLpqivxuRPcGiQq?user_id=%40whatsapp_491788173192%3Amatrix.theocloud.dev","duration":2.336012,"status_code":200,"response_length":92246,"response_mime":"image/jpeg","time":"2026-03-06T19:21:09.167352441Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":409,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491788173192:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491788173192%3Amatrix.theocloud.dev","duration":4.500492,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/zvhqSNxHKxLpqivxuRPcGiQq"},"time":"2026-03-06T19:21:09.172120359Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"39964771365006@lid","alternate_jid":"491788173192@s.whatsapp.net","time":"2026-03-06T19:21:09.17269977Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915782034308@s.whatsapp.net","time":"2026-03-06T19:21:09.173026981Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":410,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915782034308%3Amatrix.theocloud.dev","duration":3.328191,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915782034308","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:09.176598921Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":411,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915782034308:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915782034308%3Amatrix.theocloud.dev","duration":2.160778,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:09.179082999Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":412,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915782034308:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915782034308%3Amatrix.theocloud.dev","duration":6.563212,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915782034308 (WA)"},"time":"2026-03-06T19:21:09.18581055Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:09.186606611Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:09.353212828Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":413,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915782034308%3Amatrix.theocloud.dev","duration":77.301846,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<82451 bytes>","time":"2026-03-06T19:21:09.443637048Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":414,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915782034308:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915782034308%3Amatrix.theocloud.dev","duration":2.239909,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:09.446255083Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":415,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/EdsqVEjYKhupDPtPYRFZvLQy?user_id=%40whatsapp_4915782034308%3Amatrix.theocloud.dev","duration":2.392724,"status_code":200,"response_length":82451,"response_mime":"image/jpeg","time":"2026-03-06T19:21:09.448775199Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":416,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915782034308:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915782034308%3Amatrix.theocloud.dev","duration":4.738235,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EdsqVEjYKhupDPtPYRFZvLQy"},"time":"2026-03-06T19:21:09.453830518Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491721081999@s.whatsapp.net","time":"2026-03-06T19:21:09.454703686Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":417,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491721081999%3Amatrix.theocloud.dev","duration":3.370305,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491721081999","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:09.458369424Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":418,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491721081999:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491721081999%3Amatrix.theocloud.dev","duration":2.138359,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:09.460848683Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":419,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491721081999:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491721081999%3Amatrix.theocloud.dev","duration":6.418569,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491721081999 (WA)"},"time":"2026-03-06T19:21:09.467436339Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:09.468218153Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:09.629249076Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":420,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491721081999%3Amatrix.theocloud.dev","duration":72.746179,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<55098 bytes>","time":"2026-03-06T19:21:09.716600867Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":421,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491721081999:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491721081999%3Amatrix.theocloud.dev","duration":2.020954,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:09.718962442Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":422,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/aBlgLdnAmPpQNHthSIRMOMxO?user_id=%40whatsapp_491721081999%3Amatrix.theocloud.dev","duration":1.931207,"status_code":200,"response_length":55098,"response_mime":"image/jpeg","time":"2026-03-06T19:21:09.721018666Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":423,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491721081999:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491721081999%3Amatrix.theocloud.dev","duration":4.023679,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/aBlgLdnAmPpQNHthSIRMOMxO"},"time":"2026-03-06T19:21:09.725386319Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":424,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-151054134034515%3Amatrix.theocloud.dev","duration":2.719516,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-151054134034515","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:09.729285609Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":425,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-151054134034515:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-151054134034515%3Amatrix.theocloud.dev","duration":1.596733,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:09.731169114Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":426,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-151054134034515:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-151054134034515%3Amatrix.theocloud.dev","duration":4.799417,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jannic (WA)"},"time":"2026-03-06T19:21:09.73615934Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:09.736974748Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:10.132506686Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":427,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-151054134034515:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-151054134034515%3Amatrix.theocloud.dev","duration":2.413886,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:10.135318324Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":428,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915238583118%3Amatrix.theocloud.dev","duration":3.569845,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915238583118","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:10.139916945Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":429,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915238583118:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915238583118%3Amatrix.theocloud.dev","duration":2.166296,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:10.142412756Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":430,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915238583118:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915238583118%3Amatrix.theocloud.dev","duration":6.460614,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jannic (WA)"},"time":"2026-03-06T19:21:10.149044623Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:10.14982483Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:10.304980347Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":431,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915238583118:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915238583118%3Amatrix.theocloud.dev","duration":2.436655,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:10.307753292Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"151054134034515@lid","alternate_jid":"4915238583118@s.whatsapp.net","time":"2026-03-06T19:21:10.308258461Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":432,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-205368659542264%3Amatrix.theocloud.dev","duration":3.58514,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-205368659542264","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:10.312496416Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":433,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-205368659542264:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-205368659542264%3Amatrix.theocloud.dev","duration":2.227129,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:10.315058089Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":434,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-205368659542264:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-205368659542264%3Amatrix.theocloud.dev","duration":6.233696,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Андрій (WA)"},"time":"2026-03-06T19:21:10.321481966Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:10.322183251Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:10.699664331Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":435,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-205368659542264%3Amatrix.theocloud.dev","duration":66.341648,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<49408 bytes>","time":"2026-03-06T19:21:10.827135303Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":436,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-205368659542264:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-205368659542264%3Amatrix.theocloud.dev","duration":2.3372,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:10.829846089Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":437,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/GFtggElICquYGOwlpiPAKrGb?user_id=%40whatsapp_lid-205368659542264%3Amatrix.theocloud.dev","duration":2.300532,"status_code":200,"response_length":49408,"response_mime":"image/jpeg","time":"2026-03-06T19:21:10.832253829Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":438,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-205368659542264:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-205368659542264%3Amatrix.theocloud.dev","duration":4.628024,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GFtggElICquYGOwlpiPAKrGb"},"time":"2026-03-06T19:21:10.837124974Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":439,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_380962379005%3Amatrix.theocloud.dev","duration":3.273295,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_380962379005","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:10.84143787Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":440,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380962379005:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380962379005%3Amatrix.theocloud.dev","duration":2.128581,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:10.843894361Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":441,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380962379005:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380962379005%3Amatrix.theocloud.dev","duration":6.610495,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Андрій (WA)"},"time":"2026-03-06T19:21:10.850664725Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:10.851435992Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:11.256003906Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":442,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_380962379005%3Amatrix.theocloud.dev","duration":73.502361,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<49408 bytes>","time":"2026-03-06T19:21:11.343497757Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":443,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380962379005:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380962379005%3Amatrix.theocloud.dev","duration":2.253947,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:11.346066134Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":444,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/dVyOkcdydUoOVqIbUvanQVzl?user_id=%40whatsapp_380962379005%3Amatrix.theocloud.dev","duration":2.410115,"status_code":200,"response_length":49408,"response_mime":"image/jpeg","time":"2026-03-06T19:21:11.348606225Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":445,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380962379005:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380962379005%3Amatrix.theocloud.dev","duration":4.67419,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dVyOkcdydUoOVqIbUvanQVzl"},"time":"2026-03-06T19:21:11.353612305Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"205368659542264@lid","alternate_jid":"380962379005@s.whatsapp.net","time":"2026-03-06T19:21:11.354152186Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"380976416447@s.whatsapp.net","time":"2026-03-06T19:21:11.354508032Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":446,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_380976416447%3Amatrix.theocloud.dev","duration":3.214698,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_380976416447","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:11.357979609Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":447,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380976416447:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380976416447%3Amatrix.theocloud.dev","duration":2.066142,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:11.360357177Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":448,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380976416447:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380976416447%3Amatrix.theocloud.dev","duration":5.716515,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Dmytro (WA)"},"time":"2026-03-06T19:21:11.366274628Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:11.367074391Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:11.535029261Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":449,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_380976416447%3Amatrix.theocloud.dev","duration":75.873923,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43609 bytes>","time":"2026-03-06T19:21:11.742653109Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":450,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380976416447:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380976416447%3Amatrix.theocloud.dev","duration":2.326095,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:11.745367386Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":451,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/cNKJROiiXAWaKYZjMgvsHVhF?user_id=%40whatsapp_380976416447%3Amatrix.theocloud.dev","duration":2.974789,"status_code":200,"response_length":43609,"response_mime":"image/jpeg","time":"2026-03-06T19:21:11.748481581Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":452,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380976416447:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380976416447%3Amatrix.theocloud.dev","duration":4.576062,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/cNKJROiiXAWaKYZjMgvsHVhF"},"time":"2026-03-06T19:21:11.753316547Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915126692444@s.whatsapp.net","time":"2026-03-06T19:21:11.754155632Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":453,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915126692444%3Amatrix.theocloud.dev","duration":3.225732,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915126692444","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:11.757664155Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":454,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915126692444:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915126692444%3Amatrix.theocloud.dev","duration":2.144994,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:11.760104232Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":455,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915126692444:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915126692444%3Amatrix.theocloud.dev","duration":6.276021,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Florian Weis (WA)"},"time":"2026-03-06T19:21:11.766555976Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:11.767370057Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:12.156035808Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":456,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915126692444%3Amatrix.theocloud.dev","duration":77.417435,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<91211 bytes>","time":"2026-03-06T19:21:12.398051007Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":457,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915126692444:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915126692444%3Amatrix.theocloud.dev","duration":2.16008,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:12.400605486Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":458,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/rFloiTPSTYSfGgGJlwRcnhlA?user_id=%40whatsapp_4915126692444%3Amatrix.theocloud.dev","duration":2.393423,"status_code":200,"response_length":91211,"response_mime":"image/jpeg","time":"2026-03-06T19:21:12.403116383Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":459,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915126692444:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915126692444%3Amatrix.theocloud.dev","duration":4.630538,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rFloiTPSTYSfGgGJlwRcnhlA"},"time":"2026-03-06T19:21:12.407960569Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":460,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":3.181801,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915903048642","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:12.412106472Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":461,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915903048642:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":2.052942,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:12.414500733Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":462,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915903048642:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":6.308847,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Anastasia (WA)"},"time":"2026-03-06T19:21:12.421009957Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:12.421866991Z","message":"040123462d975e65cbb9b9"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:12.590300838Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":463,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":78.632061,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<72203 bytes>","time":"2026-03-06T19:21:12.683557439Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":464,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915903048642:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":2.574593,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:12.686563238Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":465,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/hospTNjwHxazNUQHfktPZToC?user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":2.189135,"status_code":200,"response_length":72203,"response_mime":"image/jpeg","time":"2026-03-06T19:21:12.68886852Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":466,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915903048642:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":4.766033,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hospTNjwHxazNUQHfktPZToC"},"time":"2026-03-06T19:21:12.693858467Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":467,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-220641227747573%3Amatrix.theocloud.dev","duration":3.384693,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-220641227747573","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:12.69830965Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":468,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220641227747573:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-220641227747573%3Amatrix.theocloud.dev","duration":2.083533,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:12.700767817Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":469,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220641227747573:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-220641227747573%3Amatrix.theocloud.dev","duration":6.553713,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Anastasia (WA)"},"time":"2026-03-06T19:21:12.707452624Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:12.708257695Z","message":"040123462d975e65cbb9b9"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:12.87303656Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":470,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-220641227747573%3Amatrix.theocloud.dev","duration":77.800101,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<72203 bytes>","time":"2026-03-06T19:21:12.963144534Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":471,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220641227747573:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-220641227747573%3Amatrix.theocloud.dev","duration":2.308774,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:12.965830247Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":472,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/hcAkoMihfYoWRUINswywSzGJ?user_id=%40whatsapp_lid-220641227747573%3Amatrix.theocloud.dev","duration":2.442312,"status_code":200,"response_length":72203,"response_mime":"image/jpeg","time":"2026-03-06T19:21:12.968414967Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":473,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220641227747573:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-220641227747573%3Amatrix.theocloud.dev","duration":4.768686,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hcAkoMihfYoWRUINswywSzGJ"},"time":"2026-03-06T19:21:12.973503391Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915903048642@s.whatsapp.net","alternate_jid":"220641227747573@lid","time":"2026-03-06T19:21:12.974102777Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":474,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491703010843%3Amatrix.theocloud.dev","duration":3.508244,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491703010843","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:12.978179607Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":475,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491703010843:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491703010843%3Amatrix.theocloud.dev","duration":2.125996,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:12.98069225Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":476,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491703010843:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491703010843%3Amatrix.theocloud.dev","duration":6.405578,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Katie Bird (WA)"},"time":"2026-03-06T19:21:12.987259233Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:12.988037485Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:13.144495629Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":477,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491703010843%3Amatrix.theocloud.dev","duration":72.561725,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<37174 bytes>","time":"2026-03-06T19:21:13.229462378Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":478,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491703010843:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491703010843%3Amatrix.theocloud.dev","duration":2.103508,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:13.231817946Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":479,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/nAOPcurjVbIeMqkuYeMTXtPc?user_id=%40whatsapp_491703010843%3Amatrix.theocloud.dev","duration":2.14667,"status_code":200,"response_length":37174,"response_mime":"image/jpeg","time":"2026-03-06T19:21:13.234075177Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":480,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491703010843:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491703010843%3Amatrix.theocloud.dev","duration":4.612939,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nAOPcurjVbIeMqkuYeMTXtPc"},"time":"2026-03-06T19:21:13.238931794Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":481,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":3.151839,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-116685805768767","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:13.243081749Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":482,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-116685805768767:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":2.129558,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:13.245521407Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":483,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-116685805768767:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":6.499377,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Katie Bird (WA)"},"time":"2026-03-06T19:21:13.252180931Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:13.252939627Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:13.419037742Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":484,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":74.708396,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<37174 bytes>","time":"2026-03-06T19:21:13.50528414Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":485,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-116685805768767:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":2.210227,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:13.507803558Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":486,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/QNDzRJhZgftWogJzkIiWZwhq?user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":2.426878,"status_code":200,"response_length":37174,"response_mime":"image/jpeg","time":"2026-03-06T19:21:13.510365929Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":487,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-116685805768767:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":4.665181,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QNDzRJhZgftWogJzkIiWZwhq"},"time":"2026-03-06T19:21:13.515258725Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491703010843@s.whatsapp.net","alternate_jid":"116685805768767@lid","time":"2026-03-06T19:21:13.51580098Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":488,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917670136222%3Amatrix.theocloud.dev","duration":3.302489,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917670136222","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:13.519651451Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":489,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670136222:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917670136222%3Amatrix.theocloud.dev","duration":2.280768,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:13.522327595Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":490,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670136222:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917670136222%3Amatrix.theocloud.dev","duration":7.485549,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tami (WA)"},"time":"2026-03-06T19:21:13.530020505Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:13.530843735Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:13.694280582Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":491,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917670136222%3Amatrix.theocloud.dev","duration":65.163131,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<59917 bytes>","time":"2026-03-06T19:21:13.772609528Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":492,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670136222:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917670136222%3Amatrix.theocloud.dev","duration":2.031291,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:13.774905101Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":493,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ePYZNOteXdUxPNiEjXhaSjzW?user_id=%40whatsapp_4917670136222%3Amatrix.theocloud.dev","duration":1.651768,"status_code":200,"response_length":59917,"response_mime":"image/jpeg","time":"2026-03-06T19:21:13.776657303Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":494,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670136222:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917670136222%3Amatrix.theocloud.dev","duration":3.259257,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ePYZNOteXdUxPNiEjXhaSjzW"},"time":"2026-03-06T19:21:13.780074403Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":495,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-154361158209573%3Amatrix.theocloud.dev","duration":2.528776,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-154361158209573","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:13.783271569Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":496,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-154361158209573:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-154361158209573%3Amatrix.theocloud.dev","duration":2.172651,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:13.785710809Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":497,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-154361158209573:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-154361158209573%3Amatrix.theocloud.dev","duration":6.795507,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tami (WA)"},"time":"2026-03-06T19:21:13.79263741Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:13.793116388Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:14.199037773Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":498,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-154361158209573%3Amatrix.theocloud.dev","duration":76.666981,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<59917 bytes>","time":"2026-03-06T19:21:14.287488043Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":499,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-154361158209573:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-154361158209573%3Amatrix.theocloud.dev","duration":2.113984,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:14.289968Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":500,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/IXopfLpbkZjTYKqCxXuZQBCZ?user_id=%40whatsapp_lid-154361158209573%3Amatrix.theocloud.dev","duration":2.149673,"status_code":200,"response_length":59917,"response_mime":"image/jpeg","time":"2026-03-06T19:21:14.292251351Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":501,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-154361158209573:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-154361158209573%3Amatrix.theocloud.dev","duration":4.743823,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IXopfLpbkZjTYKqCxXuZQBCZ"},"time":"2026-03-06T19:21:14.297244231Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917670136222@s.whatsapp.net","alternate_jid":"154361158209573@lid","time":"2026-03-06T19:21:14.297862544Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917672609462@s.whatsapp.net","time":"2026-03-06T19:21:14.298199742Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":502,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917672609462%3Amatrix.theocloud.dev","duration":3.325606,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917672609462","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:14.301820432Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":503,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672609462:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917672609462%3Amatrix.theocloud.dev","duration":2.14681,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:14.304321971Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":504,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672609462:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917672609462%3Amatrix.theocloud.dev","duration":6.588704,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ella 🦖 (WA)"},"time":"2026-03-06T19:21:14.311099319Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:14.311880714Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:14.461508987Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":505,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672609462:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917672609462%3Amatrix.theocloud.dev","duration":2.448389,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:14.464363578Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":506,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915141630205%3Amatrix.theocloud.dev","duration":3.601693,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915141630205","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:14.468957868Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":507,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915141630205:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915141630205%3Amatrix.theocloud.dev","duration":2.17768,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:14.471493839Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":508,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915141630205:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915141630205%3Amatrix.theocloud.dev","duration":6.562165,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Milanko (WA)"},"time":"2026-03-06T19:21:14.478226698Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:14.479024086Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:14.540418112Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:14.584451041Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:14.63040491Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":509,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915141630205%3Amatrix.theocloud.dev","duration":77.561729,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<49806 bytes>","time":"2026-03-06T19:21:14.720918249Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":510,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915141630205:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915141630205%3Amatrix.theocloud.dev","duration":1.644854,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:14.722908053Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":511,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/QFYxlGdboVhZQBXxdolAwJTX?user_id=%40whatsapp_4915141630205%3Amatrix.theocloud.dev","duration":1.663781,"status_code":200,"response_length":49806,"response_mime":"image/jpeg","time":"2026-03-06T19:21:14.724654597Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":512,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915141630205:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915141630205%3Amatrix.theocloud.dev","duration":4.235721,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QFYxlGdboVhZQBXxdolAwJTX"},"time":"2026-03-06T19:21:14.729155998Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":513,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":2.804165,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-236846508454136","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:14.732920283Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":514,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-236846508454136:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":1.879664,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:14.73511724Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":515,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-236846508454136:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":5.744801,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Milanko (WA)"},"time":"2026-03-06T19:21:14.741024983Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:14.74184528Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:14.890521604Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":516,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":65.524145,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<49806 bytes>","time":"2026-03-06T19:21:14.967073485Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":517,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-236846508454136:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":2.158823,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:14.969597582Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":518,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/RlfOvolUvlxcihDBkLmmyRFC?user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":2.176423,"status_code":200,"response_length":49806,"response_mime":"image/jpeg","time":"2026-03-06T19:21:14.971910686Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":519,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-236846508454136:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":4.285518,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RlfOvolUvlxcihDBkLmmyRFC"},"time":"2026-03-06T19:21:14.976443446Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915141630205@s.whatsapp.net","alternate_jid":"236846508454136@lid","time":"2026-03-06T19:21:14.977014685Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491601415978@s.whatsapp.net","alternate_jid":"196232895029386@lid","time":"2026-03-06T19:21:14.977134395Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"72000915652689@lid","time":"2026-03-06T19:21:14.977503231Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":520,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-72000915652689%3Amatrix.theocloud.dev","duration":3.060695,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-72000915652689","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:14.980818431Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":521,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-72000915652689:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-72000915652689%3Amatrix.theocloud.dev","duration":2.204569,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:14.98335077Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":522,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-72000915652689:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-72000915652689%3Amatrix.theocloud.dev","duration":6.458937,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Linda Elke Alice (WA)"},"time":"2026-03-06T19:21:14.990044378Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:14.99091992Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:15.157515869Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":523,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-72000915652689:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-72000915652689%3Amatrix.theocloud.dev","duration":2.386648,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:15.16020228Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":524,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-146720914698447%3Amatrix.theocloud.dev","duration":3.550987,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-146720914698447","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:15.164859219Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":525,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-146720914698447:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-146720914698447%3Amatrix.theocloud.dev","duration":2.377988,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:15.16754968Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":526,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-146720914698447:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-146720914698447%3Amatrix.theocloud.dev","duration":6.469204,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Illia (WA)"},"time":"2026-03-06T19:21:15.174211859Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:15.175033483Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:15.326980168Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":527,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-146720914698447:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-146720914698447%3Amatrix.theocloud.dev","duration":2.767707,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:15.330086191Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":528,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491712144182%3Amatrix.theocloud.dev","duration":3.643529,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491712144182","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:15.334721339Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":529,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491712144182:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491712144182%3Amatrix.theocloud.dev","duration":2.109654,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:15.337143816Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":530,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491712144182:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491712144182%3Amatrix.theocloud.dev","duration":6.179918,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Illia (WA)"},"time":"2026-03-06T19:21:15.343482695Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:15.344218343Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:15.526526834Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":531,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491712144182:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491712144182%3Amatrix.theocloud.dev","duration":2.542256,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:15.529429406Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"146720914698447@lid","alternate_jid":"491712144182@s.whatsapp.net","time":"2026-03-06T19:21:15.529895184Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":532,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-12786134462711%3Amatrix.theocloud.dev","duration":3.505171,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-12786134462711","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:15.533936184Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":533,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12786134462711:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12786134462711%3Amatrix.theocloud.dev","duration":2.207433,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:15.536442751Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":534,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12786134462711:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12786134462711%3Amatrix.theocloud.dev","duration":6.424435,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Giuseppe Tullo (WA)"},"time":"2026-03-06T19:21:15.543047799Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:15.543782679Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:15.693910953Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":535,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-12786134462711%3Amatrix.theocloud.dev","duration":77.526878,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<47401 bytes>","time":"2026-03-06T19:21:15.779269098Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":536,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12786134462711:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-12786134462711%3Amatrix.theocloud.dev","duration":2.08458,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:15.781747658Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":537,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/iBMYaSAapOMhftFicdtIYIGH?user_id=%40whatsapp_lid-12786134462711%3Amatrix.theocloud.dev","duration":2.887975,"status_code":200,"response_length":47401,"response_mime":"image/jpeg","time":"2026-03-06T19:21:15.78475681Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":538,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12786134462711:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-12786134462711%3Amatrix.theocloud.dev","duration":4.891748,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iBMYaSAapOMhftFicdtIYIGH"},"time":"2026-03-06T19:21:15.789880155Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":539,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_393201550470%3Amatrix.theocloud.dev","duration":3.29774,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_393201550470","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:15.79408703Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":540,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393201550470:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393201550470%3Amatrix.theocloud.dev","duration":2.136403,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:15.796587521Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":541,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393201550470:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393201550470%3Amatrix.theocloud.dev","duration":6.173422,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Giuseppe Tullo (WA)"},"time":"2026-03-06T19:21:15.802917879Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:15.803690055Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:15.96529948Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":542,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_393201550470%3Amatrix.theocloud.dev","duration":57.290097,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<47401 bytes>","time":"2026-03-06T19:21:16.034821114Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":543,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393201550470:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_393201550470%3Amatrix.theocloud.dev","duration":1.997208,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:16.037182758Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":544,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/TonMRjgcQmzRYDoavrYFaekm?user_id=%40whatsapp_393201550470%3Amatrix.theocloud.dev","duration":2.789777,"status_code":200,"response_length":47401,"response_mime":"image/jpeg","time":"2026-03-06T19:21:16.040096505Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":545,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393201550470:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_393201550470%3Amatrix.theocloud.dev","duration":4.584094,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TonMRjgcQmzRYDoavrYFaekm"},"time":"2026-03-06T19:21:16.044963111Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"12786134462711@lid","alternate_jid":"393201550470@s.whatsapp.net","time":"2026-03-06T19:21:16.045517309Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":546,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-141378109608075%3Amatrix.theocloud.dev","duration":3.017952,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-141378109608075","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:16.049156577Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":547,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-141378109608075:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-141378109608075%3Amatrix.theocloud.dev","duration":1.94315,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:16.051490983Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":548,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-141378109608075:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-141378109608075%3Amatrix.theocloud.dev","duration":5.684248,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nads (WA)"},"time":"2026-03-06T19:21:16.057359125Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:16.058113351Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:16.21424589Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":549,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-141378109608075:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-141378109608075%3Amatrix.theocloud.dev","duration":2.273783,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:16.216825023Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":550,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491622835744%3Amatrix.theocloud.dev","duration":3.233345,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491622835744","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:16.220932024Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":551,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491622835744:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491622835744%3Amatrix.theocloud.dev","duration":1.978071,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:16.223225503Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":552,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491622835744:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491622835744%3Amatrix.theocloud.dev","duration":6.332244,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nads (WA)"},"time":"2026-03-06T19:21:16.229767902Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:16.2304724Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:16.386035026Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":553,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491622835744:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491622835744%3Amatrix.theocloud.dev","duration":2.385391,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:16.388762155Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"141378109608075@lid","alternate_jid":"491622835744@s.whatsapp.net","time":"2026-03-06T19:21:16.389206491Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"38276949905550@lid","time":"2026-03-06T19:21:16.389542851Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":554,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-38276949905550%3Amatrix.theocloud.dev","duration":3.490015,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-38276949905550","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:16.393286114Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":555,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-38276949905550:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-38276949905550%3Amatrix.theocloud.dev","duration":2.249478,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:16.395867482Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":556,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-38276949905550:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-38276949905550%3Amatrix.theocloud.dev","duration":6.168394,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"vladislavilcuk8 (WA)"},"time":"2026-03-06T19:21:16.402232203Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:16.403049636Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:16.580309723Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":557,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-38276949905550%3Amatrix.theocloud.dev","duration":71.208323,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38950 bytes>","time":"2026-03-06T19:21:16.663760617Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":558,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-38276949905550:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-38276949905550%3Amatrix.theocloud.dev","duration":2.155959,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:16.666242949Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":559,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/KEUxPVqyNVnUIADeRCgdyddY?user_id=%40whatsapp_lid-38276949905550%3Amatrix.theocloud.dev","duration":2.490992,"status_code":200,"response_length":38950,"response_mime":"image/jpeg","time":"2026-03-06T19:21:16.668814329Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":560,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-38276949905550:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-38276949905550%3Amatrix.theocloud.dev","duration":3.933304,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KEUxPVqyNVnUIADeRCgdyddY"},"time":"2026-03-06T19:21:16.673018341Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":561,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":2.909975,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915150515988","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:16.676595869Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":562,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915150515988:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":1.917867,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:16.678818248Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":563,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915150515988:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":5.235791,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Maja (WA)"},"time":"2026-03-06T19:21:16.684169837Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:16.684679336Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:16.851938018Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":564,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":79.111877,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<75685 bytes>","time":"2026-03-06T19:21:16.945031118Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":565,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915150515988:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":2.344463,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:16.947769422Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":566,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/CLOiNyKbSlasDdKXAMAFbPPT?user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":2.50936,"status_code":200,"response_length":75685,"response_mime":"image/jpeg","time":"2026-03-06T19:21:16.950412251Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":567,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915150515988:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":4.535902,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CLOiNyKbSlasDdKXAMAFbPPT"},"time":"2026-03-06T19:21:16.955249662Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":568,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":3.153306,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-266657507356684","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:16.959256789Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":569,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-266657507356684:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":2.12439,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:16.961742054Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":570,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-266657507356684:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":6.09527,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Maja (WA)"},"time":"2026-03-06T19:21:16.968036374Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:16.96897645Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:17.127761037Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":571,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":69.76231,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<75685 bytes>","time":"2026-03-06T19:21:17.206282678Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":572,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-266657507356684:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":2.064117,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:17.208666811Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":573,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/BlaAgKqAVGSAjbgkWHdoWAAF?user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":3.312616,"status_code":200,"response_length":75685,"response_mime":"image/jpeg","time":"2026-03-06T19:21:17.212095295Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":574,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-266657507356684:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":5.650235,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BlaAgKqAVGSAjbgkWHdoWAAF"},"time":"2026-03-06T19:21:17.217927958Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915150515988@s.whatsapp.net","alternate_jid":"266657507356684@lid","time":"2026-03-06T19:21:17.218294979Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491759232609@s.whatsapp.net","alt_jid":"276334119006314@lid","source_push_name":"Jonny Philippos","alt_push_name":"Jonny Cragg","time":"2026-03-06T19:21:17.218529718Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":575,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491759232609%3Amatrix.theocloud.dev","duration":7.900481,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491759232609","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:17.226654323Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":576,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491759232609:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491759232609%3Amatrix.theocloud.dev","duration":3.018581,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:17.230025187Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":577,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491759232609:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491759232609%3Amatrix.theocloud.dev","duration":8.170491,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jonny Philippos (WA)"},"time":"2026-03-06T19:21:17.238405554Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:17.239201266Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:17.406796099Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":578,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491759232609:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491759232609%3Amatrix.theocloud.dev","duration":2.469202,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:17.409655369Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":579,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-276334119006314%3Amatrix.theocloud.dev","duration":3.436307,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-276334119006314","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:17.413991593Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":580,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-276334119006314:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-276334119006314%3Amatrix.theocloud.dev","duration":2.285028,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:17.416651812Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":581,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-276334119006314:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-276334119006314%3Amatrix.theocloud.dev","duration":6.134031,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jonny Philippos (WA)"},"time":"2026-03-06T19:21:17.422949205Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:17.4237614Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:17.784782835Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":582,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-276334119006314:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-276334119006314%3Amatrix.theocloud.dev","duration":2.454744,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:17.787588746Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491759232609@s.whatsapp.net","alternate_jid":"276334119006314@lid","time":"2026-03-06T19:21:17.788114238Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"131061430358216@lid","alt_jid":"4915141346015@s.whatsapp.net","source_push_name":"Loredana Strano","alt_push_name":"Lori 🦉","time":"2026-03-06T19:21:17.788523095Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":583,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-131061430358216%3Amatrix.theocloud.dev","duration":3.108328,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-131061430358216","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:17.791956887Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":584,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-131061430358216:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-131061430358216%3Amatrix.theocloud.dev","duration":2.064466,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:17.794420012Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":585,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-131061430358216:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-131061430358216%3Amatrix.theocloud.dev","duration":5.868492,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lori 🦉 (WA)"},"time":"2026-03-06T19:21:17.800599651Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:17.801370849Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:18.187541694Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":586,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-131061430358216%3Amatrix.theocloud.dev","duration":77.660835,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41883 bytes>","time":"2026-03-06T19:21:18.279851584Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":587,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-131061430358216:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-131061430358216%3Amatrix.theocloud.dev","duration":2.388674,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:18.282628999Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":588,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WwCpqlcSNcLfpqffabZfpqxw?user_id=%40whatsapp_lid-131061430358216%3Amatrix.theocloud.dev","duration":2.936306,"status_code":200,"response_length":41883,"response_mime":"image/jpeg","time":"2026-03-06T19:21:18.285694094Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":589,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-131061430358216:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-131061430358216%3Amatrix.theocloud.dev","duration":4.945317,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WwCpqlcSNcLfpqffabZfpqxw"},"time":"2026-03-06T19:21:18.290947067Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":590,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915141346015%3Amatrix.theocloud.dev","duration":3.250107,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915141346015","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:18.295173498Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":591,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915141346015:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915141346015%3Amatrix.theocloud.dev","duration":2.118174,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:18.297617137Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":592,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915141346015:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915141346015%3Amatrix.theocloud.dev","duration":6.712465,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lori 🦉 (WA)"},"time":"2026-03-06T19:21:18.304500925Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:18.305179302Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:18.454530093Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":593,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915141346015%3Amatrix.theocloud.dev","duration":73.691633,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41883 bytes>","time":"2026-03-06T19:21:18.535537767Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":594,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915141346015:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915141346015%3Amatrix.theocloud.dev","duration":2.2617,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:18.538102652Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":595,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/SvoMiOgPOUTlVEsGukkUfRsw?user_id=%40whatsapp_4915141346015%3Amatrix.theocloud.dev","duration":2.178798,"status_code":200,"response_length":41883,"response_mime":"image/jpeg","time":"2026-03-06T19:21:18.540394175Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":596,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915141346015:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915141346015%3Amatrix.theocloud.dev","duration":4.486454,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SvoMiOgPOUTlVEsGukkUfRsw"},"time":"2026-03-06T19:21:18.545202182Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"131061430358216@lid","alternate_jid":"4915141346015@s.whatsapp.net","time":"2026-03-06T19:21:18.545766228Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":597,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-159292468543547%3Amatrix.theocloud.dev","duration":2.788589,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-159292468543547","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:18.549169569Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":598,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-159292468543547:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-159292468543547%3Amatrix.theocloud.dev","duration":2.207503,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:18.551705819Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":599,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-159292468543547:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-159292468543547%3Amatrix.theocloud.dev","duration":6.388747,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Georges Paul (WA)"},"time":"2026-03-06T19:21:18.5583226Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:18.559152186Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:18.9352763Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":600,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-159292468543547:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-159292468543547%3Amatrix.theocloud.dev","duration":2.798856,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:18.938442945Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":601,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491741839210%3Amatrix.theocloud.dev","duration":3.387836,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491741839210","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:18.942620208Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":602,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741839210:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491741839210%3Amatrix.theocloud.dev","duration":2.538066,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:18.956311865Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":603,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741839210:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491741839210%3Amatrix.theocloud.dev","duration":6.082488,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Georges Paul (WA)"},"time":"2026-03-06T19:21:18.962608769Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:18.96348459Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:19.329817874Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":604,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741839210:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491741839210%3Amatrix.theocloud.dev","duration":2.71344,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:19.332882899Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"159292468543547@lid","alternate_jid":"491741839210@s.whatsapp.net","time":"2026-03-06T19:21:19.334440171Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":605,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-226147862347841%3Amatrix.theocloud.dev","duration":3.543863,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-226147862347841","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:19.338637129Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":606,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-226147862347841:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-226147862347841%3Amatrix.theocloud.dev","duration":2.219236,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:19.341195519Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":607,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-226147862347841:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-226147862347841%3Amatrix.theocloud.dev","duration":6.332314,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sirajedine (WA)"},"time":"2026-03-06T19:21:19.347712496Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:19.34854718Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:19.497057279Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":608,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-226147862347841:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-226147862347841%3Amatrix.theocloud.dev","duration":2.755135,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:19.500182369Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":609,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915757977499%3Amatrix.theocloud.dev","duration":3.597502,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915757977499","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:19.504651851Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":610,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915757977499:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915757977499%3Amatrix.theocloud.dev","duration":2.08472,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:19.507045414Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":611,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915757977499:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915757977499%3Amatrix.theocloud.dev","duration":6.396708,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sirajedine (WA)"},"time":"2026-03-06T19:21:19.513629997Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:19.514506936Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:19.890103532Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":612,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915757977499:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915757977499%3Amatrix.theocloud.dev","duration":2.917589,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:19.893405532Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"226147862347841@lid","alternate_jid":"4915757977499@s.whatsapp.net","time":"2026-03-06T19:21:19.89380468Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"235862491136132@lid","time":"2026-03-06T19:21:19.894112335Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":613,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-235862491136132%3Amatrix.theocloud.dev","duration":3.714279,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-235862491136132","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:19.89805807Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":614,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-235862491136132:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-235862491136132%3Amatrix.theocloud.dev","duration":2.151419,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:19.900484668Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":615,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-235862491136132:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-235862491136132%3Amatrix.theocloud.dev","duration":6.169022,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yasin Demir (WA)"},"time":"2026-03-06T19:21:19.906833674Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:19.907717667Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:20.074003098Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":616,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-235862491136132%3Amatrix.theocloud.dev","duration":56.569326,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<73514 bytes>","time":"2026-03-06T19:21:20.145047012Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":617,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-235862491136132:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-235862491136132%3Amatrix.theocloud.dev","duration":2.121597,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:20.147441552Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":618,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/HqyJjTEctYMpsUyCRKZTEifn?user_id=%40whatsapp_lid-235862491136132%3Amatrix.theocloud.dev","duration":2.058878,"status_code":200,"response_length":73514,"response_mime":"image/jpeg","time":"2026-03-06T19:21:20.149617975Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":619,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-235862491136132:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-235862491136132%3Amatrix.theocloud.dev","duration":4.338319,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/HqyJjTEctYMpsUyCRKZTEifn"},"time":"2026-03-06T19:21:20.154121331Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":620,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-274010575245356%3Amatrix.theocloud.dev","duration":3.091705,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-274010575245356","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:20.157862289Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":621,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-274010575245356:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-274010575245356%3Amatrix.theocloud.dev","duration":2.020954,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:20.16010171Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":622,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-274010575245356:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-274010575245356%3Amatrix.theocloud.dev","duration":6.158687,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"yousef (WA)"},"time":"2026-03-06T19:21:20.166418309Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:20.166893306Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:20.331051063Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":623,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-274010575245356%3Amatrix.theocloud.dev","duration":72.855481,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34877 bytes>","time":"2026-03-06T19:21:20.415516555Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":624,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-274010575245356:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-274010575245356%3Amatrix.theocloud.dev","duration":2.181103,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:20.418018024Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":625,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LSzszKTpZPgXUivtQKJhwaUu?user_id=%40whatsapp_lid-274010575245356%3Amatrix.theocloud.dev","duration":2.189972,"status_code":200,"response_length":34877,"response_mime":"image/jpeg","time":"2026-03-06T19:21:20.42028608Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":626,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-274010575245356:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-274010575245356%3Amatrix.theocloud.dev","duration":4.649186,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LSzszKTpZPgXUivtQKJhwaUu"},"time":"2026-03-06T19:21:20.425243759Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":627,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915901096609%3Amatrix.theocloud.dev","duration":3.210786,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915901096609","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:20.429207654Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":628,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915901096609:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915901096609%3Amatrix.theocloud.dev","duration":2.071939,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:20.431638023Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":629,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915901096609:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915901096609%3Amatrix.theocloud.dev","duration":5.939312,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"yousef (WA)"},"time":"2026-03-06T19:21:20.437738041Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:20.43826549Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:20.597377357Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":630,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915901096609%3Amatrix.theocloud.dev","duration":76.284944,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34877 bytes>","time":"2026-03-06T19:21:20.685884757Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":631,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915901096609:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915901096609%3Amatrix.theocloud.dev","duration":1.857034,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:20.688119429Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":632,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/AkOLzrmnscnYDpSzJWDrOMcx?user_id=%40whatsapp_4915901096609%3Amatrix.theocloud.dev","duration":1.844254,"status_code":200,"response_length":34877,"response_mime":"image/jpeg","time":"2026-03-06T19:21:20.690092052Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":633,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915901096609:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915901096609%3Amatrix.theocloud.dev","duration":3.862414,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AkOLzrmnscnYDpSzJWDrOMcx"},"time":"2026-03-06T19:21:20.694131586Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"274010575245356@lid","alternate_jid":"4915901096609@s.whatsapp.net","time":"2026-03-06T19:21:20.694456911Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917681447587@s.whatsapp.net","time":"2026-03-06T19:21:20.694670837Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":634,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917681447587%3Amatrix.theocloud.dev","duration":2.50517,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917681447587","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:20.69737394Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":635,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917681447587:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917681447587%3Amatrix.theocloud.dev","duration":1.442731,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:20.69913152Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":636,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917681447587:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917681447587%3Amatrix.theocloud.dev","duration":4.807868,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917681447587 (WA)"},"time":"2026-03-06T19:21:20.704047084Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:20.704503712Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:20.869575914Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":637,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917681447587%3Amatrix.theocloud.dev","duration":72.344376,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43076 bytes>","time":"2026-03-06T19:21:20.954930707Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":638,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917681447587:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917681447587%3Amatrix.theocloud.dev","duration":2.259745,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:20.957451102Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":639,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/yuTBCXcJgZrhqdWprijrGGwF?user_id=%40whatsapp_4917681447587%3Amatrix.theocloud.dev","duration":2.172092,"status_code":200,"response_length":43076,"response_mime":"image/jpeg","time":"2026-03-06T19:21:20.959747025Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":640,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917681447587:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917681447587%3Amatrix.theocloud.dev","duration":4.241797,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/yuTBCXcJgZrhqdWprijrGGwF"},"time":"2026-03-06T19:21:20.964308979Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"87321047232618@lid","time":"2026-03-06T19:21:20.96505203Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":641,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-87321047232618%3Amatrix.theocloud.dev","duration":2.901385,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-87321047232618","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:20.968225241Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":642,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-87321047232618:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-87321047232618%3Amatrix.theocloud.dev","duration":1.976674,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:20.970526751Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":643,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-87321047232618:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-87321047232618%3Amatrix.theocloud.dev","duration":5.66553,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Uwe Leuthardt (WA)"},"time":"2026-03-06T19:21:20.976327286Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:20.977086122Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:21.128372798Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":644,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-87321047232618%3Amatrix.theocloud.dev","duration":52.705306,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<47576 bytes>","time":"2026-03-06T19:21:21.193442061Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":645,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-87321047232618:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-87321047232618%3Amatrix.theocloud.dev","duration":1.35424,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:21.195154243Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":646,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VMlUDoGaIhRfZyvhVeoCGSNB?user_id=%40whatsapp_lid-87321047232618%3Amatrix.theocloud.dev","duration":2.109234,"status_code":200,"response_length":47576,"response_mime":"image/jpeg","time":"2026-03-06T19:21:21.197392197Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":647,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-87321047232618:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-87321047232618%3Amatrix.theocloud.dev","duration":3.142759,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VMlUDoGaIhRfZyvhVeoCGSNB"},"time":"2026-03-06T19:21:21.200834649Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"88601031344164@lid","time":"2026-03-06T19:21:21.201645238Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":648,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-88601031344164%3Amatrix.theocloud.dev","duration":2.114822,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-88601031344164","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:21.204027556Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":649,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88601031344164:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-88601031344164%3Amatrix.theocloud.dev","duration":1.250175,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:21.205576726Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":650,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88601031344164:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-88601031344164%3Amatrix.theocloud.dev","duration":3.636894,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sonja Eigenbrod (WA)"},"time":"2026-03-06T19:21:21.209346878Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:21.210080221Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:21.360017476Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":651,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88601031344164:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-88601031344164%3Amatrix.theocloud.dev","duration":2.344463,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:21.362672877Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"110364100427965@lid","time":"2026-03-06T19:21:21.363354956Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":652,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-110364100427965%3Amatrix.theocloud.dev","duration":3.682081,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-110364100427965","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:21.367303276Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":653,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-110364100427965:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-110364100427965%3Amatrix.theocloud.dev","duration":2.084301,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:21.369733016Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":654,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-110364100427965:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-110364100427965%3Amatrix.theocloud.dev","duration":6.538209,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Bea (WA)"},"time":"2026-03-06T19:21:21.376434307Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:21.377132729Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:21.787717617Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":655,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-110364100427965%3Amatrix.theocloud.dev","duration":72.623256,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61179 bytes>","time":"2026-03-06T19:21:21.877797305Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":656,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-110364100427965:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-110364100427965%3Amatrix.theocloud.dev","duration":2.16015,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:21.880223902Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":657,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/DirJwkctBFoGwKEzXTTMWYyH?user_id=%40whatsapp_lid-110364100427965%3Amatrix.theocloud.dev","duration":1.997487,"status_code":200,"response_length":61179,"response_mime":"image/jpeg","time":"2026-03-06T19:21:21.882311626Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":658,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-110364100427965:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-110364100427965%3Amatrix.theocloud.dev","duration":4.068797,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DirJwkctBFoGwKEzXTTMWYyH"},"time":"2026-03-06T19:21:21.886671106Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"13135550002@s.whatsapp.net","time":"2026-03-06T19:21:21.887144706Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":659,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_13135550002%3Amatrix.theocloud.dev","duration":2.950065,"status_code":200,"response_length":93,"response_mime":"application/json","req_body":{"username":"whatsapp_13135550002","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:21.890267352Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":660,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_13135550002:matrix.theocloud.dev/displayname?user_id=%40whatsapp_13135550002%3Amatrix.theocloud.dev","duration":1.853194,"status_code":200,"response_length":38,"response_mime":"application/json","time":"2026-03-06T19:21:21.892365132Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":661,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_13135550002:matrix.theocloud.dev/displayname?user_id=%40whatsapp_13135550002%3Amatrix.theocloud.dev","duration":5.368211,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Meta AI (WA)"},"time":"2026-03-06T19:21:21.897862971Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:21.898487361Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:21.963087633Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":662,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.png&user_id=%40whatsapp_13135550002%3Amatrix.theocloud.dev","duration":84.142751,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40266 bytes>","time":"2026-03-06T19:21:22.058802819Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":663,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_13135550002:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_13135550002%3Amatrix.theocloud.dev","duration":2.314431,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:22.061491325Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":664,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/yGEXoJNcvvmYzciNvibyBIKK?user_id=%40whatsapp_13135550002%3Amatrix.theocloud.dev","duration":3.061184,"status_code":200,"response_length":40266,"response_mime":"image/png","time":"2026-03-06T19:21:22.064665653Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":665,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_13135550002:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_13135550002%3Amatrix.theocloud.dev","duration":4.926599,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/yGEXoJNcvvmYzciNvibyBIKK"},"time":"2026-03-06T19:21:22.06991234Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915906323168@s.whatsapp.net","time":"2026-03-06T19:21:22.070697017Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":666,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915906323168%3Amatrix.theocloud.dev","duration":3.261491,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915906323168","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:22.074220207Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":667,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915906323168:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915906323168%3Amatrix.theocloud.dev","duration":2.088492,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:22.076662589Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":668,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915906323168:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915906323168%3Amatrix.theocloud.dev","duration":6.282167,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Christian (WA)"},"time":"2026-03-06T19:21:22.083120758Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:22.083901455Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:22.233140567Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":669,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915906323168:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915906323168%3Amatrix.theocloud.dev","duration":2.515717,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:22.236086022Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917648311543@s.whatsapp.net","time":"2026-03-06T19:21:22.236701961Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":670,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917648311543%3Amatrix.theocloud.dev","duration":2.640384,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917648311543","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:22.239543351Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":671,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917648311543:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917648311543%3Amatrix.theocloud.dev","duration":1.319389,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:22.241134636Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":672,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917648311543:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917648311543%3Amatrix.theocloud.dev","duration":3.777416,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Paul (WA)"},"time":"2026-03-06T19:21:22.245015698Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:22.245507946Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:22.412310907Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":673,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917648311543:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917648311543%3Amatrix.theocloud.dev","duration":2.442033,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:22.415144615Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491785548939@s.whatsapp.net","time":"2026-03-06T19:21:22.415924403Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":674,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491785548939%3Amatrix.theocloud.dev","duration":3.5014,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491785548939","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:22.419700213Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":675,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491785548939:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491785548939%3Amatrix.theocloud.dev","duration":2.139686,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:22.422186107Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":676,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491785548939:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491785548939%3Amatrix.theocloud.dev","duration":6.534088,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Julius (WA)"},"time":"2026-03-06T19:21:22.42887713Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:22.429604816Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:22.715479804Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":677,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491785548939:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491785548939%3Amatrix.theocloud.dev","duration":2.421709,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:22.718266927Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"92174427373665@lid","time":"2026-03-06T19:21:22.719007185Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":678,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-92174427373665%3Amatrix.theocloud.dev","duration":3.259606,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-92174427373665","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:22.722532889Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":679,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-92174427373665:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-92174427373665%3Amatrix.theocloud.dev","duration":2.077178,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:22.724957392Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":680,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-92174427373665:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-92174427373665%3Amatrix.theocloud.dev","duration":6.406137,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sedjlo (WA)"},"time":"2026-03-06T19:21:22.731533595Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:22.732291313Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:22.899212028Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":681,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-92174427373665:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-92174427373665%3Amatrix.theocloud.dev","duration":2.494135,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:22.902058657Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"194820068913233@lid","time":"2026-03-06T19:21:22.902802336Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":682,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-194820068913233%3Amatrix.theocloud.dev","duration":3.298298,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-194820068913233","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:22.906389223Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":683,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-194820068913233:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-194820068913233%3Amatrix.theocloud.dev","duration":2.147229,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:22.908855281Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":684,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-194820068913233:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-194820068913233%3Amatrix.theocloud.dev","duration":6.316669,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Shaimn (WA)"},"time":"2026-03-06T19:21:22.915355775Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:22.916037295Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:23.091833139Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":685,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-194820068913233%3Amatrix.theocloud.dev","duration":79.341728,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<101454 bytes>","time":"2026-03-06T19:21:23.188141216Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":686,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-194820068913233:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-194820068913233%3Amatrix.theocloud.dev","duration":2.23509,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:23.190745701Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":687,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/PJyVzOlntKKtpBUixEuIuXtv?user_id=%40whatsapp_lid-194820068913233%3Amatrix.theocloud.dev","duration":2.333708,"status_code":200,"response_length":101454,"response_mime":"image/jpeg","time":"2026-03-06T19:21:23.19316315Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":688,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-194820068913233:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-194820068913233%3Amatrix.theocloud.dev","duration":4.649536,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PJyVzOlntKKtpBUixEuIuXtv"},"time":"2026-03-06T19:21:23.198067889Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":689,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-196215597719577%3Amatrix.theocloud.dev","duration":3.231041,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-196215597719577","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:23.202058393Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":690,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-196215597719577:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-196215597719577%3Amatrix.theocloud.dev","duration":2.01858,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:23.204415777Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":691,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-196215597719577:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-196215597719577%3Amatrix.theocloud.dev","duration":5.445946,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nathalia Marmolejos Feliz (WA)"},"time":"2026-03-06T19:21:23.210023688Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:23.21060233Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:23.372365268Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":692,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-196215597719577%3Amatrix.theocloud.dev","duration":75.133594,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<42428 bytes>","time":"2026-03-06T19:21:23.45904385Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":693,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-196215597719577:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-196215597719577%3Amatrix.theocloud.dev","duration":2.309543,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:23.461739061Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":694,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/CDAKyKnmgnBdOwuGvFMTOIhy?user_id=%40whatsapp_lid-196215597719577%3Amatrix.theocloud.dev","duration":3.001539,"status_code":200,"response_length":42428,"response_mime":"image/jpeg","time":"2026-03-06T19:21:23.464870855Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":695,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-196215597719577:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-196215597719577%3Amatrix.theocloud.dev","duration":4.343837,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CDAKyKnmgnBdOwuGvFMTOIhy"},"time":"2026-03-06T19:21:23.469450688Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":696,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917627546456%3Amatrix.theocloud.dev","duration":3.297111,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917627546456","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:23.47361517Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":697,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917627546456:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917627546456%3Amatrix.theocloud.dev","duration":2.12453,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:23.476077736Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":698,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917627546456:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917627546456%3Amatrix.theocloud.dev","duration":6.048684,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nathalia Marmolejos Feliz (WA)"},"time":"2026-03-06T19:21:23.482296766Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:23.483019214Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:23.657380359Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":699,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917627546456%3Amatrix.theocloud.dev","duration":74.528063,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<42428 bytes>","time":"2026-03-06T19:21:23.744167685Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":700,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917627546456:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917627546456%3Amatrix.theocloud.dev","duration":2.164829,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:23.746703167Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":701,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/reAaCkXuyRneyFHfZBMcVIdr?user_id=%40whatsapp_4917627546456%3Amatrix.theocloud.dev","duration":2.233623,"status_code":200,"response_length":42428,"response_mime":"image/jpeg","time":"2026-03-06T19:21:23.749051611Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":702,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917627546456:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917627546456%3Amatrix.theocloud.dev","duration":4.895101,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/reAaCkXuyRneyFHfZBMcVIdr"},"time":"2026-03-06T19:21:23.754200658Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"196215597719577@lid","alternate_jid":"4917627546456@s.whatsapp.net","time":"2026-03-06T19:21:23.754683477Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":703,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":3.276228,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-213099231596676","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:23.758507129Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":704,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-213099231596676:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":2.059507,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:23.760871148Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":705,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-213099231596676:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":6.156241,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"René (WA)"},"time":"2026-03-06T19:21:23.767229722Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:23.767998545Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:24.052553865Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":706,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-213099231596676:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":2.512713,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:24.055460069Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":707,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491608358183%3Amatrix.theocloud.dev","duration":3.89077,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491608358183","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:24.060553102Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":708,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491608358183:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491608358183%3Amatrix.theocloud.dev","duration":2.006497,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:24.062928296Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":709,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491608358183:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491608358183%3Amatrix.theocloud.dev","duration":5.856619,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"René (WA)"},"time":"2026-03-06T19:21:24.068965946Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:24.069788338Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:24.216067467Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":710,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491608358183:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491608358183%3Amatrix.theocloud.dev","duration":2.528008,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:24.218970738Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"213099231596676@lid","alternate_jid":"491608358183@s.whatsapp.net","time":"2026-03-06T19:21:24.219471297Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":711,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-270832349786148%3Amatrix.theocloud.dev","duration":3.293968,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-270832349786148","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:24.223350962Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":712,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-270832349786148:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-270832349786148%3Amatrix.theocloud.dev","duration":1.940845,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:24.225572573Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":713,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-270832349786148:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-270832349786148%3Amatrix.theocloud.dev","duration":5.823653,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"MrCarter (WA)"},"time":"2026-03-06T19:21:24.231581028Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:24.23227505Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:24.618276947Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":714,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-270832349786148:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-270832349786148%3Amatrix.theocloud.dev","duration":2.537437,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:24.621233647Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":715,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915202847057%3Amatrix.theocloud.dev","duration":3.250456,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915202847057","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:24.625421525Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":716,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915202847057:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915202847057%3Amatrix.theocloud.dev","duration":2.002516,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:24.627751531Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":717,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915202847057:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915202847057%3Amatrix.theocloud.dev","duration":5.953978,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"MrCarter (WA)"},"time":"2026-03-06T19:21:24.633880045Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:24.634631268Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:24.818359581Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":718,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915202847057:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915202847057%3Amatrix.theocloud.dev","duration":2.542815,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:24.821287366Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"270832349786148@lid","alternate_jid":"4915202847057@s.whatsapp.net","time":"2026-03-06T19:21:24.821708934Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":719,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915227205397%3Amatrix.theocloud.dev","duration":3.659592,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915227205397","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:24.825966864Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":720,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915227205397:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915227205397%3Amatrix.theocloud.dev","duration":2.175445,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:24.828440884Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":721,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915227205397:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915227205397%3Amatrix.theocloud.dev","duration":6.502309,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915227205397 (WA)"},"time":"2026-03-06T19:21:24.835102365Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:24.835862597Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:24.993925993Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":722,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915227205397%3Amatrix.theocloud.dev","duration":76.337674,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<59885 bytes>","time":"2026-03-06T19:21:25.087095779Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":723,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915227205397:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915227205397%3Amatrix.theocloud.dev","duration":2.202055,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:25.08968902Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":724,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ZPjTfgBRxAZmbMqqjGlQLxib?user_id=%40whatsapp_4915227205397%3Amatrix.theocloud.dev","duration":2.087794,"status_code":200,"response_length":59885,"response_mime":"image/jpeg","time":"2026-03-06T19:21:25.09190253Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":725,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915227205397:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915227205397%3Amatrix.theocloud.dev","duration":4.65631,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZPjTfgBRxAZmbMqqjGlQLxib"},"time":"2026-03-06T19:21:25.096867961Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":726,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-53932357341378%3Amatrix.theocloud.dev","duration":3.193255,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-53932357341378","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:25.100974753Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":727,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-53932357341378:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-53932357341378%3Amatrix.theocloud.dev","duration":2.131235,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:25.103430405Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":728,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-53932357341378:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-53932357341378%3Amatrix.theocloud.dev","duration":6.260097,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915227205397 (WA)"},"time":"2026-03-06T19:21:25.109854771Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:25.110634769Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:25.258593533Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":729,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-53932357341378%3Amatrix.theocloud.dev","duration":70.966319,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<59885 bytes>","time":"2026-03-06T19:21:25.340389307Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":730,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-53932357341378:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-53932357341378%3Amatrix.theocloud.dev","duration":2.219236,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:25.342870661Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":731,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/mEVVoaLBYXjhSXZnQhaeuTwi?user_id=%40whatsapp_lid-53932357341378%3Amatrix.theocloud.dev","duration":2.347466,"status_code":200,"response_length":59885,"response_mime":"image/jpeg","time":"2026-03-06T19:21:25.345295373Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":732,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-53932357341378:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-53932357341378%3Amatrix.theocloud.dev","duration":4.690114,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mEVVoaLBYXjhSXZnQhaeuTwi"},"time":"2026-03-06T19:21:25.350297122Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915227205397@s.whatsapp.net","alternate_jid":"53932357341378@lid","time":"2026-03-06T19:21:25.350661769Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":733,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915258731774%3Amatrix.theocloud.dev","duration":3.252761,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915258731774","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:25.354308789Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":734,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915258731774:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915258731774%3Amatrix.theocloud.dev","duration":2.081577,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:25.356613163Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":735,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915258731774:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915258731774%3Amatrix.theocloud.dev","duration":6.737678,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915258731774 (WA)"},"time":"2026-03-06T19:21:25.363463706Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:25.363925572Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:25.513583738Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":736,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915258731774%3Amatrix.theocloud.dev","duration":61.631,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43613 bytes>","time":"2026-03-06T19:21:25.739780653Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":737,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915258731774:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915258731774%3Amatrix.theocloud.dev","duration":2.29271,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:25.742412936Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":738,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/MVXbCQlVlZXaAIccCKeicuRA?user_id=%40whatsapp_4915258731774%3Amatrix.theocloud.dev","duration":3.071381,"status_code":200,"response_length":43613,"response_mime":"image/jpeg","time":"2026-03-06T19:21:25.745601582Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":739,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915258731774:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915258731774%3Amatrix.theocloud.dev","duration":4.705898,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MVXbCQlVlZXaAIccCKeicuRA"},"time":"2026-03-06T19:21:25.750614297Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":740,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-5532052148299%3Amatrix.theocloud.dev","duration":3.154424,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-5532052148299","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:25.754704187Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":741,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-5532052148299:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-5532052148299%3Amatrix.theocloud.dev","duration":2.086816,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:21:25.757144823Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":742,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-5532052148299:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-5532052148299%3Amatrix.theocloud.dev","duration":6.458868,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915258731774 (WA)"},"time":"2026-03-06T19:21:25.763764188Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:25.764521068Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:26.186493378Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":743,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-5532052148299%3Amatrix.theocloud.dev","duration":60.525747,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43613 bytes>","time":"2026-03-06T19:21:26.263961868Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":744,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-5532052148299:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-5532052148299%3Amatrix.theocloud.dev","duration":2.25262,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:26.266576132Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":745,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/bRUPsnblzWKQPucbhwisrUlW?user_id=%40whatsapp_lid-5532052148299%3Amatrix.theocloud.dev","duration":2.382039,"status_code":200,"response_length":43613,"response_mime":"image/jpeg","time":"2026-03-06T19:21:26.269080883Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":746,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-5532052148299:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-5532052148299%3Amatrix.theocloud.dev","duration":4.734813,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/bRUPsnblzWKQPucbhwisrUlW"},"time":"2026-03-06T19:21:26.274139205Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915258731774@s.whatsapp.net","alternate_jid":"5532052148299@lid","time":"2026-03-06T19:21:26.274705206Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917620338641@s.whatsapp.net","alt_jid":"236399445938270@lid","source_push_name":"Marcyś","alt_push_name":"marcyś","time":"2026-03-06T19:21:26.275048411Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":747,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":3.32882,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917620338641","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:26.2786295Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":748,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620338641:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":2.041977,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:26.280976897Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":749,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620338641:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":6.4933,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Marcyś (WA)"},"time":"2026-03-06T19:21:26.28763684Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:26.288408108Z","message":"04012343cea31cbeb2e2d0"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:26.459383652Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":750,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":76.429098,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<28324 bytes>","time":"2026-03-06T19:21:26.766317672Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":751,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620338641:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":2.280418,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:26.768984317Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":752,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/gzmDybURnbFaydYpgticRewF?user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":2.391118,"status_code":200,"response_length":28324,"response_mime":"image/jpeg","time":"2026-03-06T19:21:26.771517983Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":753,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620338641:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":4.685295,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gzmDybURnbFaydYpgticRewF"},"time":"2026-03-06T19:21:26.776448424Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":754,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-236399445938270%3Amatrix.theocloud.dev","duration":3.395658,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-236399445938270","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:26.780752101Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":755,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-236399445938270:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-236399445938270%3Amatrix.theocloud.dev","duration":2.11112,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:26.783192807Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":756,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-236399445938270:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-236399445938270%3Amatrix.theocloud.dev","duration":6.381762,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Marcyś (WA)"},"time":"2026-03-06T19:21:26.78974645Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:26.790495229Z","message":"04012343cea31cbeb2e2d0"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:26.949108352Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":757,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-236399445938270%3Amatrix.theocloud.dev","duration":77.233889,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<28324 bytes>","time":"2026-03-06T19:21:27.033280297Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":758,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-236399445938270:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-236399445938270%3Amatrix.theocloud.dev","duration":2.147299,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:27.035817455Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":759,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/axYyOXFXDpicPGMYhRTnQRnH?user_id=%40whatsapp_lid-236399445938270%3Amatrix.theocloud.dev","duration":2.163503,"status_code":200,"response_length":28324,"response_mime":"image/jpeg","time":"2026-03-06T19:21:27.038089073Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":760,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-236399445938270:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-236399445938270%3Amatrix.theocloud.dev","duration":5.253671,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/axYyOXFXDpicPGMYhRTnQRnH"},"time":"2026-03-06T19:21:27.043549895Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917620338641@s.whatsapp.net","alternate_jid":"236399445938270@lid","time":"2026-03-06T19:21:27.044039908Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"86522250412262@lid","time":"2026-03-06T19:21:27.044391215Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":761,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-86522250412262%3Amatrix.theocloud.dev","duration":3.344674,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-86522250412262","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:27.047976285Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":762,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-86522250412262:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-86522250412262%3Amatrix.theocloud.dev","duration":2.199331,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:27.050497519Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":763,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-86522250412262:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-86522250412262%3Amatrix.theocloud.dev","duration":6.029827,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Julius (WA)"},"time":"2026-03-06T19:21:27.056699018Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:27.057480413Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:27.342809793Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":764,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-86522250412262:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-86522250412262%3Amatrix.theocloud.dev","duration":2.424154,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:27.34548461Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"166829649616999@lid","time":"2026-03-06T19:21:27.345970712Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":765,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-166829649616999%3Amatrix.theocloud.dev","duration":3.072918,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-166829649616999","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:27.349218794Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":766,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-166829649616999:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-166829649616999%3Amatrix.theocloud.dev","duration":1.99616,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:27.351617105Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":767,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-166829649616999:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-166829649616999%3Amatrix.theocloud.dev","duration":5.471997,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"M (WA)"},"time":"2026-03-06T19:21:27.357222361Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:27.357949279Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:27.511607028Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":768,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-166829649616999:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-166829649616999%3Amatrix.theocloud.dev","duration":2.778253,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:27.514704041Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":769,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-260580380246145%3Amatrix.theocloud.dev","duration":3.653307,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-260580380246145","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:27.51936978Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":770,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-260580380246145:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-260580380246145%3Amatrix.theocloud.dev","duration":2.365905,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:27.522065131Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":771,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-260580380246145:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-260580380246145%3Amatrix.theocloud.dev","duration":6.172445,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ibrahim (WA)"},"time":"2026-03-06T19:21:27.528447312Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:27.529197138Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:27.691610306Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":772,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-260580380246145:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-260580380246145%3Amatrix.theocloud.dev","duration":2.711344,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:27.694682525Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":773,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917681278118%3Amatrix.theocloud.dev","duration":3.438123,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917681278118","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:27.699127283Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":774,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917681278118:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917681278118%3Amatrix.theocloud.dev","duration":2.119153,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:27.701592783Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":775,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917681278118:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917681278118%3Amatrix.theocloud.dev","duration":6.088424,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ibrahim (WA)"},"time":"2026-03-06T19:21:27.70789262Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:27.708674294Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:27.875384505Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":776,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917681278118:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917681278118%3Amatrix.theocloud.dev","duration":2.450833,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:27.878183222Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"260580380246145@lid","alternate_jid":"4917681278118@s.whatsapp.net","time":"2026-03-06T19:21:27.878679241Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":777,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-70029659869242%3Amatrix.theocloud.dev","duration":3.255834,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-70029659869242","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:27.882580068Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":778,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70029659869242:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-70029659869242%3Amatrix.theocloud.dev","duration":2.513691,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:27.885560165Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":779,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70029659869242:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-70029659869242%3Amatrix.theocloud.dev","duration":6.282795,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Helena (WA)"},"time":"2026-03-06T19:21:27.892004785Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:27.892809018Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:28.170216336Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":780,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-70029659869242%3Amatrix.theocloud.dev","duration":80.060683,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<111733 bytes>","time":"2026-03-06T19:21:28.318758283Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":781,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70029659869242:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-70029659869242%3Amatrix.theocloud.dev","duration":2.118803,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:28.321266876Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":782,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WjSuHViEFInUkmDqEAsBENJI?user_id=%40whatsapp_lid-70029659869242%3Amatrix.theocloud.dev","duration":2.236138,"status_code":200,"response_length":111733,"response_mime":"image/jpeg","time":"2026-03-06T19:21:28.323662813Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":783,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70029659869242:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-70029659869242%3Amatrix.theocloud.dev","duration":4.786845,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WjSuHViEFInUkmDqEAsBENJI"},"time":"2026-03-06T19:21:28.328682302Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":784,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915759322544%3Amatrix.theocloud.dev","duration":3.227129,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915759322544","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:28.332807253Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":785,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915759322544:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915759322544%3Amatrix.theocloud.dev","duration":2.129768,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:28.33527848Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":786,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915759322544:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915759322544%3Amatrix.theocloud.dev","duration":6.646534,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Helena (WA)"},"time":"2026-03-06T19:21:28.342114146Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:28.342898125Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:28.616448896Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":787,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915759322544%3Amatrix.theocloud.dev","duration":78.469259,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<111733 bytes>","time":"2026-03-06T19:21:28.704275404Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":788,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915759322544:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915759322544%3Amatrix.theocloud.dev","duration":2.262189,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:28.706922983Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":789,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/myeSUNTPdJWGkfvztNQTFxKl?user_id=%40whatsapp_4915759322544%3Amatrix.theocloud.dev","duration":2.474929,"status_code":200,"response_length":111733,"response_mime":"image/jpeg","time":"2026-03-06T19:21:28.709527329Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":790,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915759322544:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915759322544%3Amatrix.theocloud.dev","duration":4.967876,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/myeSUNTPdJWGkfvztNQTFxKl"},"time":"2026-03-06T19:21:28.714836524Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"70029659869242@lid","alternate_jid":"4915759322544@s.whatsapp.net","time":"2026-03-06T19:21:28.715372982Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":791,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-99939661148216%3Amatrix.theocloud.dev","duration":3.374776,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-99939661148216","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:28.719435075Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":792,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-99939661148216:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-99939661148216%3Amatrix.theocloud.dev","duration":2.13794,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:28.721902879Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":793,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-99939661148216:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-99939661148216%3Amatrix.theocloud.dev","duration":6.760586,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ahmed (WA)"},"time":"2026-03-06T19:21:28.728823474Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:28.729609339Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:28.886400139Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":794,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-99939661148216%3Amatrix.theocloud.dev","duration":78.503272,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61286 bytes>","time":"2026-03-06T19:21:28.977939878Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":795,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-99939661148216:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-99939661148216%3Amatrix.theocloud.dev","duration":2.26589,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:28.980474522Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":796,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LCFaAaSzAqspzYhRWICrFPdb?user_id=%40whatsapp_lid-99939661148216%3Amatrix.theocloud.dev","duration":2.21735,"status_code":200,"response_length":61286,"response_mime":"image/jpeg","time":"2026-03-06T19:21:28.982816121Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":797,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-99939661148216:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-99939661148216%3Amatrix.theocloud.dev","duration":4.344675,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LCFaAaSzAqspzYhRWICrFPdb"},"time":"2026-03-06T19:21:28.98736697Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":798,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_201069425498%3Amatrix.theocloud.dev","duration":3.339365,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_201069425498","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:28.991351817Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":799,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_201069425498:matrix.theocloud.dev/displayname?user_id=%40whatsapp_201069425498%3Amatrix.theocloud.dev","duration":2.101413,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:28.993675328Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":800,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_201069425498:matrix.theocloud.dev/displayname?user_id=%40whatsapp_201069425498%3Amatrix.theocloud.dev","duration":6.796765,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ahmed (WA)"},"time":"2026-03-06T19:21:29.000637548Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:29.001171702Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":209,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1910_952_8_391_440_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.880921,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:21:29.148852704Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:29.157080325Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":802,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_201069425498%3Amatrix.theocloud.dev","duration":76.769928,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61286 bytes>","time":"2026-03-06T19:21:29.246202057Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":803,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_201069425498:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_201069425498%3Amatrix.theocloud.dev","duration":2.388115,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:29.248981148Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":804,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/MymjVrDTRkTaIIKxtrHojsVl?user_id=%40whatsapp_201069425498%3Amatrix.theocloud.dev","duration":2.317504,"status_code":200,"response_length":61286,"response_mime":"image/jpeg","time":"2026-03-06T19:21:29.251420388Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":805,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_201069425498:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_201069425498%3Amatrix.theocloud.dev","duration":4.703175,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MymjVrDTRkTaIIKxtrHojsVl"},"time":"2026-03-06T19:21:29.256410404Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"99939661148216@lid","alternate_jid":"201069425498@s.whatsapp.net","time":"2026-03-06T19:21:29.256955662Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"157204946649128@lid","time":"2026-03-06T19:21:29.257325477Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":806,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-157204946649128%3Amatrix.theocloud.dev","duration":6.858295,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-157204946649128","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:29.264478925Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":807,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157204946649128:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-157204946649128%3Amatrix.theocloud.dev","duration":2.156797,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:29.266989124Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":808,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157204946649128:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-157204946649128%3Amatrix.theocloud.dev","duration":6.884975,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Arsam (WA)"},"time":"2026-03-06T19:21:29.274030336Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:29.274775762Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:29.546501975Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":809,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157204946649128:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-157204946649128%3Amatrix.theocloud.dev","duration":2.433791,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:29.549293708Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":810,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-190885543293102%3Amatrix.theocloud.dev","duration":3.502237,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-190885543293102","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:29.553808797Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":811,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-190885543293102:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-190885543293102%3Amatrix.theocloud.dev","duration":2.172023,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:29.556306703Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":812,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-190885543293102:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-190885543293102%3Amatrix.theocloud.dev","duration":6.264148,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Joan (WA)"},"time":"2026-03-06T19:21:29.562766898Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:29.563490324Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:29.844150193Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":813,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-190885543293102%3Amatrix.theocloud.dev","duration":78.838723,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<85809 bytes>","time":"2026-03-06T19:21:30.050090982Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":814,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-190885543293102:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-190885543293102%3Amatrix.theocloud.dev","duration":2.249548,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:30.052724592Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":815,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/wtnwAVZzmVhFImxbAmdsghOo?user_id=%40whatsapp_lid-190885543293102%3Amatrix.theocloud.dev","duration":2.313174,"status_code":200,"response_length":85809,"response_mime":"image/jpeg","time":"2026-03-06T19:21:30.055166834Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":816,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-190885543293102:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-190885543293102%3Amatrix.theocloud.dev","duration":4.672164,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wtnwAVZzmVhFImxbAmdsghOo"},"time":"2026-03-06T19:21:30.06011285Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":817,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917645800822%3Amatrix.theocloud.dev","duration":3.203872,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917645800822","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:30.064294373Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":818,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917645800822:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917645800822%3Amatrix.theocloud.dev","duration":2.178728,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:30.066861772Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":819,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917645800822:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917645800822%3Amatrix.theocloud.dev","duration":6.271202,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Joan (WA)"},"time":"2026-03-06T19:21:30.073322805Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:30.074059711Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:30.2416331Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":820,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917645800822%3Amatrix.theocloud.dev","duration":78.575628,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<85809 bytes>","time":"2026-03-06T19:21:30.334856246Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":821,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917645800822:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917645800822%3Amatrix.theocloud.dev","duration":2.169299,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:30.337388375Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":822,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/dVfpFbEPQXrYOucQuyeknFNl?user_id=%40whatsapp_4917645800822%3Amatrix.theocloud.dev","duration":2.375753,"status_code":200,"response_length":85809,"response_mime":"image/jpeg","time":"2026-03-06T19:21:30.339897177Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":823,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917645800822:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917645800822%3Amatrix.theocloud.dev","duration":4.64318,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dVfpFbEPQXrYOucQuyeknFNl"},"time":"2026-03-06T19:21:30.344771535Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"190885543293102@lid","alternate_jid":"4917645800822@s.whatsapp.net","time":"2026-03-06T19:21:30.345270558Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":824,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-195562762690743%3Amatrix.theocloud.dev","duration":4.248432,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-195562762690743","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:30.350350112Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":825,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-195562762690743:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-195562762690743%3Amatrix.theocloud.dev","duration":2.384763,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:30.353114187Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":826,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-195562762690743:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-195562762690743%3Amatrix.theocloud.dev","duration":6.578507,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Daniel Gleissenberg (WA)"},"time":"2026-03-06T19:21:30.359891046Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:30.360629837Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:30.631634231Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":827,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-195562762690743:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-195562762690743%3Amatrix.theocloud.dev","duration":2.670207,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:30.634634093Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":828,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917696505264%3Amatrix.theocloud.dev","duration":3.414237,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917696505264","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:30.638983028Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":829,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917696505264:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917696505264%3Amatrix.theocloud.dev","duration":2.166784,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:30.641504332Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":830,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917696505264:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917696505264%3Amatrix.theocloud.dev","duration":6.097434,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Daniel Gleissenberg (WA)"},"time":"2026-03-06T19:21:30.647771692Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:30.648598205Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:30.91805706Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":831,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917696505264:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917696505264%3Amatrix.theocloud.dev","duration":2.465221,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:30.920803954Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"195562762690743@lid","alternate_jid":"4917696505264@s.whatsapp.net","time":"2026-03-06T19:21:30.921216163Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"35472185270487@lid","time":"2026-03-06T19:21:30.921468293Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":832,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-35472185270487%3Amatrix.theocloud.dev","duration":3.832032,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-35472185270487","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:30.925483452Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":833,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-35472185270487:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-35472185270487%3Amatrix.theocloud.dev","duration":2.149394,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:30.92791417Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":834,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-35472185270487:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-35472185270487%3Amatrix.theocloud.dev","duration":6.353406,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Neesha (WA)"},"time":"2026-03-06T19:21:30.934440715Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:30.935162115Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:31.084649726Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":835,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-35472185270487%3Amatrix.theocloud.dev","duration":74.805965,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40436 bytes>","time":"2026-03-06T19:21:31.304613991Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":836,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-35472185270487:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-35472185270487%3Amatrix.theocloud.dev","duration":2.217141,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:31.307192845Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":837,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/aGIkoYZtmMGdsipWSbCCBnSl?user_id=%40whatsapp_lid-35472185270487%3Amatrix.theocloud.dev","duration":2.355568,"status_code":200,"response_length":40436,"response_mime":"image/jpeg","time":"2026-03-06T19:21:31.30967364Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":838,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-35472185270487:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-35472185270487%3Amatrix.theocloud.dev","duration":4.577877,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/aGIkoYZtmMGdsipWSbCCBnSl"},"time":"2026-03-06T19:21:31.314468308Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":839,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915111161587%3Amatrix.theocloud.dev","duration":3.255136,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915111161587","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:31.31885845Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":840,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915111161587:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915111161587%3Amatrix.theocloud.dev","duration":2.112028,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:31.321310749Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":841,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915111161587:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915111161587%3Amatrix.theocloud.dev","duration":6.549802,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915111161587 (WA)"},"time":"2026-03-06T19:21:31.328093336Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:31.328840508Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:31.485159035Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":842,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915111161587%3Amatrix.theocloud.dev","duration":70.766082,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64764 bytes>","time":"2026-03-06T19:21:31.571254783Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":843,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915111161587:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915111161587%3Amatrix.theocloud.dev","duration":1.334545,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:31.572865903Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":844,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/enkYxcqHfqeeXttoZiEcgYhm?user_id=%40whatsapp_4915111161587%3Amatrix.theocloud.dev","duration":1.543652,"status_code":200,"response_length":64764,"response_mime":"image/jpeg","time":"2026-03-06T19:21:31.574486731Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":845,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915111161587:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915111161587%3Amatrix.theocloud.dev","duration":4.045261,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/enkYxcqHfqeeXttoZiEcgYhm"},"time":"2026-03-06T19:21:31.578791526Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":846,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-1632221794310%3Amatrix.theocloud.dev","duration":2.378058,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-1632221794310","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:31.581797325Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":847,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1632221794310:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-1632221794310%3Amatrix.theocloud.dev","duration":1.876171,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:21:31.583982338Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":848,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1632221794310:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-1632221794310%3Amatrix.theocloud.dev","duration":5.553643,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915111161587 (WA)"},"time":"2026-03-06T19:21:31.589649405Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:31.590416622Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:31.757458931Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":849,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-1632221794310%3Amatrix.theocloud.dev","duration":67.656777,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64764 bytes>","time":"2026-03-06T19:21:31.837395714Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":850,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1632221794310:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-1632221794310%3Amatrix.theocloud.dev","duration":2.214627,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:31.839942301Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":851,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VlGNIdKCznvibjNSWcvXjQYs?user_id=%40whatsapp_lid-1632221794310%3Amatrix.theocloud.dev","duration":2.000979,"status_code":200,"response_length":64764,"response_mime":"image/jpeg","time":"2026-03-06T19:21:31.842040151Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":852,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1632221794310:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-1632221794310%3Amatrix.theocloud.dev","duration":4.118316,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VlGNIdKCznvibjNSWcvXjQYs"},"time":"2026-03-06T19:21:31.846371625Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915111161587@s.whatsapp.net","alternate_jid":"1632221794310@lid","time":"2026-03-06T19:21:31.846911156Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915256749404@s.whatsapp.net","time":"2026-03-06T19:21:31.847253942Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":853,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915256749404%3Amatrix.theocloud.dev","duration":3.077876,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915256749404","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:31.850604832Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":854,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256749404:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915256749404%3Amatrix.theocloud.dev","duration":1.939727,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:31.852861294Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":855,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256749404:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915256749404%3Amatrix.theocloud.dev","duration":5.375894,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Filippo (WA)"},"time":"2026-03-06T19:21:31.858357456Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:31.858886371Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:32.016883347Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":856,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256749404:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915256749404%3Amatrix.theocloud.dev","duration":2.425411,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:32.019646165Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491708034509@s.whatsapp.net","time":"2026-03-06T19:21:32.020303939Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":857,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491708034509%3Amatrix.theocloud.dev","duration":3.625998,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491708034509","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:32.024238919Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":858,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491708034509:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491708034509%3Amatrix.theocloud.dev","duration":2.169229,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:32.026742064Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":859,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491708034509:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491708034509%3Amatrix.theocloud.dev","duration":6.387419,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sven (WA)"},"time":"2026-03-06T19:21:32.033295288Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:32.034053006Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:32.190850302Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":860,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491708034509:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491708034509%3Amatrix.theocloud.dev","duration":2.71763,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:32.193881384Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491777952196@s.whatsapp.net","time":"2026-03-06T19:21:32.194620245Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":861,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491777952196%3Amatrix.theocloud.dev","duration":3.554061,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491777952196","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:32.19843314Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":862,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491777952196:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491777952196%3Amatrix.theocloud.dev","duration":2.126626,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:32.20088097Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":863,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491777952196:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491777952196%3Amatrix.theocloud.dev","duration":6.865629,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491777952196 (WA)"},"time":"2026-03-06T19:21:32.207939224Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:32.208730396Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:32.373140563Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":864,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491777952196%3Amatrix.theocloud.dev","duration":71.143369,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<106987 bytes>","time":"2026-03-06T19:21:32.518959431Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":865,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491777952196:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491777952196%3Amatrix.theocloud.dev","duration":2.291522,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:32.521587943Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":866,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/jjUkSGGUWymSIDRpXFkZBKof?user_id=%40whatsapp_491777952196%3Amatrix.theocloud.dev","duration":2.367441,"status_code":200,"response_length":106987,"response_mime":"image/jpeg","time":"2026-03-06T19:21:32.524067062Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":867,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491777952196:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491777952196%3Amatrix.theocloud.dev","duration":4.625789,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jjUkSGGUWymSIDRpXFkZBKof"},"time":"2026-03-06T19:21:32.528942746Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":868,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-115070881280105%3Amatrix.theocloud.dev","duration":3.11175,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-115070881280105","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:32.533155279Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":869,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-115070881280105:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-115070881280105%3Amatrix.theocloud.dev","duration":2.201636,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:32.535732876Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":870,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-115070881280105:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-115070881280105%3Amatrix.theocloud.dev","duration":6.495116,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nizar Khalifa (WA)"},"time":"2026-03-06T19:21:32.542389048Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:32.542908534Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:32.691137378Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":871,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-115070881280105:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-115070881280105%3Amatrix.theocloud.dev","duration":2.532827,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:32.694060973Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":872,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491728367505%3Amatrix.theocloud.dev","duration":3.314013,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491728367505","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:32.698323722Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":873,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491728367505:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491728367505%3Amatrix.theocloud.dev","duration":2.13815,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:32.700799699Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":874,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491728367505:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491728367505%3Amatrix.theocloud.dev","duration":6.377501,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nizar Khalifa (WA)"},"time":"2026-03-06T19:21:32.707368568Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:32.708083054Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:32.876441889Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":875,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491728367505:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491728367505%3Amatrix.theocloud.dev","duration":1.821345,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:32.878620477Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"115070881280105@lid","alternate_jid":"491728367505@s.whatsapp.net","time":"2026-03-06T19:21:32.878957396Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"16724787208198@lid","time":"2026-03-06T19:21:32.879183545Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":876,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-16724787208198%3Amatrix.theocloud.dev","duration":2.34607,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-16724787208198","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:32.881739351Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":877,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-16724787208198:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-16724787208198%3Amatrix.theocloud.dev","duration":1.430228,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:32.883405227Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":878,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-16724787208198:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-16724787208198%3Amatrix.theocloud.dev","duration":4.002727,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Abdallah (WA)"},"time":"2026-03-06T19:21:32.887567264Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:32.888053715Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:33.052641909Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":879,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-16724787208198%3Amatrix.theocloud.dev","duration":69.395289,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<82451 bytes>","time":"2026-03-06T19:21:33.131968899Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":880,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-16724787208198:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-16724787208198%3Amatrix.theocloud.dev","duration":2.318272,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:33.134565353Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":881,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/xXPtzTEqtTkrxiglFsdCxXzd?user_id=%40whatsapp_lid-16724787208198%3Amatrix.theocloud.dev","duration":2.478491,"status_code":200,"response_length":82451,"response_mime":"image/jpeg","time":"2026-03-06T19:21:33.137190652Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":882,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-16724787208198:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-16724787208198%3Amatrix.theocloud.dev","duration":4.666927,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xXPtzTEqtTkrxiglFsdCxXzd"},"time":"2026-03-06T19:21:33.142160624Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"393490711350@s.whatsapp.net","time":"2026-03-06T19:21:33.143032115Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":883,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_393490711350%3Amatrix.theocloud.dev","duration":3.359899,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_393490711350","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:33.146728164Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":884,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393490711350:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393490711350%3Amatrix.theocloud.dev","duration":2.178379,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:33.149298497Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":885,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393490711350:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393490711350%3Amatrix.theocloud.dev","duration":6.339507,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"dokkis (WA)"},"time":"2026-03-06T19:21:33.155830211Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:33.156466543Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:33.324146721Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":886,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_393490711350%3Amatrix.theocloud.dev","duration":73.97156,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41855 bytes>","time":"2026-03-06T19:21:33.41128668Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":887,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393490711350:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_393490711350%3Amatrix.theocloud.dev","duration":2.147369,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:33.413793527Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":888,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/hwlXvfVIWdBmIotnkAfLFjBa?user_id=%40whatsapp_393490711350%3Amatrix.theocloud.dev","duration":2.246195,"status_code":200,"response_length":41855,"response_mime":"image/jpeg","time":"2026-03-06T19:21:33.416122066Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":889,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393490711350:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_393490711350%3Amatrix.theocloud.dev","duration":4.239212,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hwlXvfVIWdBmIotnkAfLFjBa"},"time":"2026-03-06T19:21:33.420569618Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491709963980@s.whatsapp.net","time":"2026-03-06T19:21:33.421074717Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":890,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491709963980%3Amatrix.theocloud.dev","duration":3.004403,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491709963980","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:33.424274887Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":891,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491709963980:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491709963980%3Amatrix.theocloud.dev","duration":2.075431,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:33.426721459Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":892,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491709963980:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491709963980%3Amatrix.theocloud.dev","duration":5.464106,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491709963980 (WA)"},"time":"2026-03-06T19:21:33.432361846Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:33.432837053Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:33.59453343Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":893,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491709963980%3Amatrix.theocloud.dev","duration":68.948368,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<20637 bytes>","time":"2026-03-06T19:21:33.690946549Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":894,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491709963980:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491709963980%3Amatrix.theocloud.dev","duration":2.159311,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:33.693382505Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":895,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/EXqCiCHSSlYStNlbdtiuPgln?user_id=%40whatsapp_491709963980%3Amatrix.theocloud.dev","duration":1.989944,"status_code":200,"response_length":20637,"response_mime":"image/jpeg","time":"2026-03-06T19:21:33.695464501Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":896,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491709963980:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491709963980%3Amatrix.theocloud.dev","duration":4.220705,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EXqCiCHSSlYStNlbdtiuPgln"},"time":"2026-03-06T19:21:33.699832992Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":897,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491727724601%3Amatrix.theocloud.dev","duration":2.840972,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491727724601","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:33.703307153Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":898,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491727724601:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491727724601%3Amatrix.theocloud.dev","duration":1.951182,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:33.705482947Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":899,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491727724601:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491727724601%3Amatrix.theocloud.dev","duration":5.580322,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"AP (WA)"},"time":"2026-03-06T19:21:33.711173551Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:33.711724955Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:33.868618423Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":900,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491727724601:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491727724601%3Amatrix.theocloud.dev","duration":2.408718,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:33.871390111Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":901,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-223690570625160%3Amatrix.theocloud.dev","duration":3.599248,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-223690570625160","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:33.875829142Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":902,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-223690570625160:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-223690570625160%3Amatrix.theocloud.dev","duration":2.22664,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:33.878424409Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":903,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-223690570625160:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-223690570625160%3Amatrix.theocloud.dev","duration":6.481218,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"AP (WA)"},"time":"2026-03-06T19:21:33.885083934Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:33.885854642Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:34.30220151Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":904,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-223690570625160:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-223690570625160%3Amatrix.theocloud.dev","duration":2.462637,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:34.305051771Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491727724601@s.whatsapp.net","alternate_jid":"223690570625160@lid","time":"2026-03-06T19:21:34.30553438Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917657902857@s.whatsapp.net","time":"2026-03-06T19:21:34.305856353Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":905,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917657902857%3Amatrix.theocloud.dev","duration":3.479958,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917657902857","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:34.309596473Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":906,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657902857:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917657902857%3Amatrix.theocloud.dev","duration":2.185013,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:34.31210325Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":907,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657902857:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917657902857%3Amatrix.theocloud.dev","duration":6.684319,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Harun (WA)"},"time":"2026-03-06T19:21:34.318981799Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:34.319724432Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:34.773880239Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":908,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657902857:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917657902857%3Amatrix.theocloud.dev","duration":2.785797,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:34.777027679Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":909,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491783900163%3Amatrix.theocloud.dev","duration":3.520607,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491783900163","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:34.781508405Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":910,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783900163:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783900163%3Amatrix.theocloud.dev","duration":2.174048,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:34.784019093Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":911,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783900163:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783900163%3Amatrix.theocloud.dev","duration":6.846282,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Brn (WA)"},"time":"2026-03-06T19:21:34.791039772Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:34.791836322Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:34.836099451Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":912,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783900163:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491783900163%3Amatrix.theocloud.dev","duration":2.356336,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:34.83877741Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":913,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-265076942577859%3Amatrix.theocloud.dev","duration":3.277416,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-265076942577859","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:34.842953695Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":914,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-265076942577859:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-265076942577859%3Amatrix.theocloud.dev","duration":2.15994,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:34.845444338Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":915,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-265076942577859:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-265076942577859%3Amatrix.theocloud.dev","duration":6.56845,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Brn (WA)"},"time":"2026-03-06T19:21:34.852197311Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:34.852957544Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:35.001144343Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":916,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-265076942577859:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-265076942577859%3Amatrix.theocloud.dev","duration":2.61594,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:35.004157545Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491783900163@s.whatsapp.net","alternate_jid":"265076942577859@lid","time":"2026-03-06T19:21:35.004682968Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491788110151@s.whatsapp.net","time":"2026-03-06T19:21:35.005011296Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":917,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491788110151%3Amatrix.theocloud.dev","duration":3.745428,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491788110151","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:35.009011648Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":918,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491788110151:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491788110151%3Amatrix.theocloud.dev","duration":2.143736,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:35.011495726Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":919,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491788110151:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491788110151%3Amatrix.theocloud.dev","duration":6.466899,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ali (WA)"},"time":"2026-03-06T19:21:35.018152317Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:35.01892596Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:35.169308458Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":920,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491788110151%3Amatrix.theocloud.dev","duration":76.668517,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<69126 bytes>","time":"2026-03-06T19:21:35.312191229Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":921,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491788110151:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491788110151%3Amatrix.theocloud.dev","duration":2.292781,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:35.314851868Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":922,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/alTlTsbXFmnaKZvQvVTyfGVG?user_id=%40whatsapp_491788110151%3Amatrix.theocloud.dev","duration":2.474509,"status_code":200,"response_length":69126,"response_mime":"image/jpeg","time":"2026-03-06T19:21:35.317454538Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":923,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491788110151:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491788110151%3Amatrix.theocloud.dev","duration":4.750039,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/alTlTsbXFmnaKZvQvVTyfGVG"},"time":"2026-03-06T19:21:35.322428142Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"2160435707964@lid","time":"2026-03-06T19:21:35.323155339Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":924,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-2160435707964%3Amatrix.theocloud.dev","duration":3.395868,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-2160435707964","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:35.326829318Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":925,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-2160435707964:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-2160435707964%3Amatrix.theocloud.dev","duration":2.164061,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:21:35.32936026Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":926,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-2160435707964:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-2160435707964%3Amatrix.theocloud.dev","duration":7.095409,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lennart (WA)"},"time":"2026-03-06T19:21:35.336639844Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:35.337355168Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:35.502176914Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":927,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-2160435707964:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-2160435707964%3Amatrix.theocloud.dev","duration":2.479329,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:35.505054692Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":928,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":3.357804,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-218845914619936","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:35.509374363Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":929,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-218845914619936:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":2.342857,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:35.512135645Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":930,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-218845914619936:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":6.465014,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jonas (WA)"},"time":"2026-03-06T19:21:35.518742718Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:35.519476689Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:35.684465847Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":931,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":55.894511,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<48132 bytes>","time":"2026-03-06T19:21:35.755682341Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":932,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-218845914619936:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":2.203871,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:35.758178921Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":933,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/lvAacnCeqsPNaXeWWjNufdBM?user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":1.76184,"status_code":200,"response_length":48132,"response_mime":"image/jpeg","time":"2026-03-06T19:21:35.760035257Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":934,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-218845914619936:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":3.114823,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lvAacnCeqsPNaXeWWjNufdBM"},"time":"2026-03-06T19:21:35.763373575Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":935,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695111675:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917695111675%3Amatrix.theocloud.dev","duration":1.304792,"status_code":200,"response_length":37,"response_mime":"application/json","time":"2026-03-06T19:21:35.765118722Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":936,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695111675:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917695111675%3Amatrix.theocloud.dev","duration":2.111609,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jonas (WA)"},"time":"2026-03-06T19:21:35.76736387Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:35.767792073Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:36.142901935Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"218845914619936@lid","alternate_jid":"4917695111675@s.whatsapp.net","time":"2026-03-06T19:21:36.143470381Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":937,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":3.792432,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491637362958","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:36.147856611Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":938,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491637362958:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":2.132213,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:36.150419331Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":939,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491637362958:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":6.043446,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"FloJ (WA)"},"time":"2026-03-06T19:21:36.156644577Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:36.157474162Z","message":"04012474e8d6b1208dd95a"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:36.54112887Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":940,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":75.829502,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<46658 bytes>","time":"2026-03-06T19:21:36.624613078Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":941,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491637362958:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":2.145901,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:36.627103372Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":942,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/oHURlkhlQKAlDyqbcEDHaxsG?user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":2.242145,"status_code":200,"response_length":46658,"response_mime":"image/jpeg","time":"2026-03-06T19:21:36.62951202Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":943,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491637362958:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":4.894332,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oHURlkhlQKAlDyqbcEDHaxsG"},"time":"2026-03-06T19:21:36.634664978Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":944,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":3.21323,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-102147257532455","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:36.638872831Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":945,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102147257532455:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":2.058041,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:36.641287766Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":946,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102147257532455:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":6.060977,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"FloJ (WA)"},"time":"2026-03-06T19:21:36.647542764Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:36.648326813Z","message":"04012474e8d6b1208dd95a"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:36.836455672Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":947,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":71.960592,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<46658 bytes>","time":"2026-03-06T19:21:36.921486466Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":948,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102147257532455:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":2.155261,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:36.92398996Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":949,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/qXVJUHNyOxuokCEzkiaQFcJo?user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":3.301232,"status_code":200,"response_length":46658,"response_mime":"image/jpeg","time":"2026-03-06T19:21:36.927417955Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":950,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102147257532455:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":4.790407,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qXVJUHNyOxuokCEzkiaQFcJo"},"time":"2026-03-06T19:21:36.932466709Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491637362958@s.whatsapp.net","alternate_jid":"102147257532455@lid","time":"2026-03-06T19:21:36.933007008Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917664977567@s.whatsapp.net","time":"2026-03-06T19:21:36.933372702Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":951,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917664977567%3Amatrix.theocloud.dev","duration":3.317993,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917664977567","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:36.93699884Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":952,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664977567:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917664977567%3Amatrix.theocloud.dev","duration":2.115311,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:36.939430606Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":953,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664977567:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917664977567%3Amatrix.theocloud.dev","duration":6.443362,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917664977567 (WA)"},"time":"2026-03-06T19:21:36.946032231Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:36.946823194Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:37.355582962Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":954,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917664977567%3Amatrix.theocloud.dev","duration":77.031347,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35171 bytes>","time":"2026-03-06T19:21:37.444802962Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":955,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664977567:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917664977567%3Amatrix.theocloud.dev","duration":2.282583,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:37.447456198Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":956,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WWDOjpyXvonMfgloWFQKLSIi?user_id=%40whatsapp_4917664977567%3Amatrix.theocloud.dev","duration":2.236138,"status_code":200,"response_length":35171,"response_mime":"image/jpeg","time":"2026-03-06T19:21:37.449813023Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":957,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664977567:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917664977567%3Amatrix.theocloud.dev","duration":4.328051,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WWDOjpyXvonMfgloWFQKLSIi"},"time":"2026-03-06T19:21:37.454366665Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":958,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":3.75793,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-87162133413943","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:37.460137378Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":959,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-87162133413943:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":2.203592,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:37.462722796Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":960,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-87162133413943:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":6.663086,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"christian rzadeh (WA)"},"time":"2026-03-06T19:21:37.469556926Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:37.470069079Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:37.619458142Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":961,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-87162133413943:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":2.401315,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:37.622233392Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":962,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491772982858%3Amatrix.theocloud.dev","duration":3.4567,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491772982858","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:37.626605654Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":963,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491772982858:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491772982858%3Amatrix.theocloud.dev","duration":2.324069,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:37.629362046Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":964,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491772982858:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491772982858%3Amatrix.theocloud.dev","duration":6.253043,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"christian rzadeh (WA)"},"time":"2026-03-06T19:21:37.635790672Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:37.636600632Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:37.792653969Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":965,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491772982858:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491772982858%3Amatrix.theocloud.dev","duration":2.754367,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:37.795848621Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"87162133413943@lid","alternate_jid":"491772982858@s.whatsapp.net","time":"2026-03-06T19:21:37.79638033Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":966,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":3.223846,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-143632363450509","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:37.800282833Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":967,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-143632363450509:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":2.40767,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:37.803002628Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":968,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-143632363450509:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":6.857457,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"ben (WA)"},"time":"2026-03-06T19:21:37.810006335Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:37.810578064Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:38.017716645Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":969,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":77.384399,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<56861 bytes>","time":"2026-03-06T19:21:38.127721965Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":970,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-143632363450509:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":2.27986,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:38.13038016Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":971,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/yuvSCzvoPdUrAGuBDdwAnxKP?user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":2.469411,"status_code":200,"response_length":56861,"response_mime":"image/jpeg","time":"2026-03-06T19:21:38.132971934Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":972,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-143632363450509:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":4.993788,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/yuvSCzvoPdUrAGuBDdwAnxKP"},"time":"2026-03-06T19:21:38.138304457Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":973,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915253705809%3Amatrix.theocloud.dev","duration":3.524937,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915253705809","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:38.142816892Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":974,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915253705809:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915253705809%3Amatrix.theocloud.dev","duration":2.542117,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:38.145751522Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":975,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915253705809:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915253705809%3Amatrix.theocloud.dev","duration":6.846772,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"ben (WA)"},"time":"2026-03-06T19:21:38.15279902Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:38.15357776Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:38.318456009Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":976,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915253705809%3Amatrix.theocloud.dev","duration":71.694564,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<56861 bytes>","time":"2026-03-06T19:21:38.399507473Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":977,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915253705809:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915253705809%3Amatrix.theocloud.dev","duration":1.578853,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:38.401450623Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":978,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/zmmVywRAQXbvnKZdFlwXfbsD?user_id=%40whatsapp_4915253705809%3Amatrix.theocloud.dev","duration":1.676352,"status_code":200,"response_length":56861,"response_mime":"image/jpeg","time":"2026-03-06T19:21:38.403264984Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":979,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915253705809:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915253705809%3Amatrix.theocloud.dev","duration":3.312266,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/zmmVywRAQXbvnKZdFlwXfbsD"},"time":"2026-03-06T19:21:38.40690523Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"143632363450509@lid","alternate_jid":"4915253705809@s.whatsapp.net","time":"2026-03-06T19:21:38.407438964Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"146415502245916@lid","time":"2026-03-06T19:21:38.407790899Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":980,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-146415502245916%3Amatrix.theocloud.dev","duration":2.216792,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-146415502245916","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:38.410272043Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":981,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-146415502245916:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-146415502245916%3Amatrix.theocloud.dev","duration":1.328259,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:38.411918713Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":982,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-146415502245916:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-146415502245916%3Amatrix.theocloud.dev","duration":4.092893,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"🥳 (WA)"},"time":"2026-03-06T19:21:38.41615604Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:38.416640116Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:38.685997699Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":983,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-146415502245916:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-146415502245916%3Amatrix.theocloud.dev","duration":2.539603,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:38.688906976Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"123531916480575@lid","time":"2026-03-06T19:21:38.689676218Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":984,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-123531916480575%3Amatrix.theocloud.dev","duration":3.404109,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-123531916480575","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:38.693363957Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":985,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-123531916480575:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-123531916480575%3Amatrix.theocloud.dev","duration":2.170137,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:38.695861375Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":986,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-123531916480575:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-123531916480575%3Amatrix.theocloud.dev","duration":6.669651,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Alessia (WA)"},"time":"2026-03-06T19:21:38.702677904Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:38.703365291Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:38.861478763Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":987,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-123531916480575%3Amatrix.theocloud.dev","duration":78.92414,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38308 bytes>","time":"2026-03-06T19:21:39.052559643Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":988,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-123531916480575:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-123531916480575%3Amatrix.theocloud.dev","duration":2.483101,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:39.055444894Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":989,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/GxcEOLlqHPAFJkrNDwSbAjmi?user_id=%40whatsapp_lid-123531916480575%3Amatrix.theocloud.dev","duration":2.429182,"status_code":200,"response_length":38308,"response_mime":"image/jpeg","time":"2026-03-06T19:21:39.058023329Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":990,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-123531916480575:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-123531916480575%3Amatrix.theocloud.dev","duration":4.754718,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GxcEOLlqHPAFJkrNDwSbAjmi"},"time":"2026-03-06T19:21:39.063088496Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"184928843075621@lid","time":"2026-03-06T19:21:39.063711767Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":991,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-184928843075621%3Amatrix.theocloud.dev","duration":3.033387,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-184928843075621","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:39.066974726Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":992,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-184928843075621:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-184928843075621%3Amatrix.theocloud.dev","duration":1.907879,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:39.069223016Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":993,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-184928843075621:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-184928843075621%3Amatrix.theocloud.dev","duration":5.080951,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Florian C. (WA)"},"time":"2026-03-06T19:21:39.074429264Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:39.074922001Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:39.229664328Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":994,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-184928843075621%3Amatrix.theocloud.dev","duration":75.247367,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<48376 bytes>","time":"2026-03-06T19:21:39.315779981Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":995,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-184928843075621:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-184928843075621%3Amatrix.theocloud.dev","duration":2.295574,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:39.318447185Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":996,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ufNItnaEYHqkdVZfEhENChyj?user_id=%40whatsapp_lid-184928843075621%3Amatrix.theocloud.dev","duration":2.370095,"status_code":200,"response_length":48376,"response_mime":"image/jpeg","time":"2026-03-06T19:21:39.320933079Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":997,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-184928843075621:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-184928843075621%3Amatrix.theocloud.dev","duration":4.836294,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ufNItnaEYHqkdVZfEhENChyj"},"time":"2026-03-06T19:21:39.32600523Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"21479232127054@lid","time":"2026-03-06T19:21:39.326740459Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":998,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-21479232127054%3Amatrix.theocloud.dev","duration":3.355918,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-21479232127054","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:39.330351022Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":999,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-21479232127054:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-21479232127054%3Amatrix.theocloud.dev","duration":2.150651,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:39.332841246Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1000,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-21479232127054:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-21479232127054%3Amatrix.theocloud.dev","duration":6.694516,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Philip (WA)"},"time":"2026-03-06T19:21:39.339694862Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:39.34043903Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:39.503481057Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1001,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-21479232127054:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-21479232127054%3Amatrix.theocloud.dev","duration":2.428763,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:39.506276631Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1002,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":3.506358,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-44419206123644","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:39.510693173Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1003,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-44419206123644:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":2.184176,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:39.513192057Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1004,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-44419206123644:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":6.622787,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nes The One (WA)"},"time":"2026-03-06T19:21:39.519984911Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:39.520684939Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:39.92649541Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1005,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":48.227931,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40151 bytes>","time":"2026-03-06T19:21:39.986199743Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1006,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-44419206123644:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":2.359549,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:39.988934205Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1007,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/SXNeSLsfibUWbhwpGmCpbXKH?user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":3.070822,"status_code":200,"response_length":40151,"response_mime":"image/jpeg","time":"2026-03-06T19:21:39.99215463Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1008,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-44419206123644:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":4.517464,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SXNeSLsfibUWbhwpGmCpbXKH"},"time":"2026-03-06T19:21:39.996890839Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1009,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915776207693%3Amatrix.theocloud.dev","duration":3.203802,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915776207693","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:40.001036324Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1010,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915776207693:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915776207693%3Amatrix.theocloud.dev","duration":2.316247,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:40.003761636Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1011,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915776207693:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915776207693%3Amatrix.theocloud.dev","duration":6.60805,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nes The One (WA)"},"time":"2026-03-06T19:21:40.010545201Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:40.011310182Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:40.17706488Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1012,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915776207693%3Amatrix.theocloud.dev","duration":40.970976,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40151 bytes>","time":"2026-03-06T19:21:40.22957344Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1013,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915776207693:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915776207693%3Amatrix.theocloud.dev","duration":2.307586,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:40.232278638Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1014,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YTybwWzInNGcMyilnPaGWrSv?user_id=%40whatsapp_4915776207693%3Amatrix.theocloud.dev","duration":2.424921,"status_code":200,"response_length":40151,"response_mime":"image/jpeg","time":"2026-03-06T19:21:40.234862032Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1015,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915776207693:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915776207693%3Amatrix.theocloud.dev","duration":4.726502,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YTybwWzInNGcMyilnPaGWrSv"},"time":"2026-03-06T19:21:40.239835915Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"44419206123644@lid","alternate_jid":"4915776207693@s.whatsapp.net","time":"2026-03-06T19:21:40.240389973Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915901096609@s.whatsapp.net","alternate_jid":"274010575245356@lid","time":"2026-03-06T19:21:40.240525746Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"61955406606386@lid","time":"2026-03-06T19:21:40.240864271Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1016,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-61955406606386%3Amatrix.theocloud.dev","duration":3.311708,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-61955406606386","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:40.244429157Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1017,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-61955406606386:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-61955406606386%3Amatrix.theocloud.dev","duration":2.102041,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:40.246845418Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1018,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-61955406606386:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-61955406606386%3Amatrix.theocloud.dev","duration":6.30752,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ali (WA)"},"time":"2026-03-06T19:21:40.253325937Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:40.254119135Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:40.402724498Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1019,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-61955406606386%3Amatrix.theocloud.dev","duration":76.389985,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<69126 bytes>","time":"2026-03-06T19:21:40.492917888Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1020,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-61955406606386:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-61955406606386%3Amatrix.theocloud.dev","duration":2.305003,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:40.49557287Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1021,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/GflJdclDSwfpfkboeVWriwdr?user_id=%40whatsapp_lid-61955406606386%3Amatrix.theocloud.dev","duration":2.444687,"status_code":200,"response_length":69126,"response_mime":"image/jpeg","time":"2026-03-06T19:21:40.498136079Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1022,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-61955406606386:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-61955406606386%3Amatrix.theocloud.dev","duration":4.960403,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GflJdclDSwfpfkboeVWriwdr"},"time":"2026-03-06T19:21:40.50338954Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"105094192341121@lid","time":"2026-03-06T19:21:40.504201456Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1023,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-105094192341121%3Amatrix.theocloud.dev","duration":3.3064,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-105094192341121","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:40.507769554Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1024,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-105094192341121:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-105094192341121%3Amatrix.theocloud.dev","duration":2.081507,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:40.510168774Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1025,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-105094192341121:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-105094192341121%3Amatrix.theocloud.dev","duration":6.441128,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Zou (WA)"},"time":"2026-03-06T19:21:40.51677878Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:40.517554657Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:40.67866876Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1026,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-105094192341121:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-105094192341121%3Amatrix.theocloud.dev","duration":2.325396,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:40.681315221Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"109869759754428@lid","time":"2026-03-06T19:21:40.682019579Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1027,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-109869759754428%3Amatrix.theocloud.dev","duration":3.612798,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-109869759754428","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:40.685891352Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1028,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-109869759754428:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-109869759754428%3Amatrix.theocloud.dev","duration":2.056854,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:40.688293854Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1029,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-109869759754428:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-109869759754428%3Amatrix.theocloud.dev","duration":6.362765,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Juan Pablo (WA)"},"time":"2026-03-06T19:21:40.694828571Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:40.695603121Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:40.856574326Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1030,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-109869759754428%3Amatrix.theocloud.dev","duration":73.342281,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34321 bytes>","time":"2026-03-06T19:21:40.945239918Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1031,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-109869759754428:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-109869759754428%3Amatrix.theocloud.dev","duration":1.421079,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:40.946946023Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1032,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/zaAEUpOqizvZRXiKpRgsJkLB?user_id=%40whatsapp_lid-109869759754428%3Amatrix.theocloud.dev","duration":2.19095,"status_code":200,"response_length":34321,"response_mime":"image/jpeg","time":"2026-03-06T19:21:40.949224625Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1033,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-109869759754428:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-109869759754428%3Amatrix.theocloud.dev","duration":3.021653,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/zaAEUpOqizvZRXiKpRgsJkLB"},"time":"2026-03-06T19:21:40.952565108Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1034,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-114310957285378%3Amatrix.theocloud.dev","duration":2.025284,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-114310957285378","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:40.955274916Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1035,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-114310957285378:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-114310957285378%3Amatrix.theocloud.dev","duration":1.347047,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:40.956834702Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1036,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-114310957285378:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-114310957285378%3Amatrix.theocloud.dev","duration":3.812686,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Taha, (WA)"},"time":"2026-03-06T19:21:40.960751174Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:40.961224774Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:41.120646669Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1037,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-114310957285378%3Amatrix.theocloud.dev","duration":79.292139,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22170 bytes>","time":"2026-03-06T19:21:41.212786981Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1038,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-114310957285378:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-114310957285378%3Amatrix.theocloud.dev","duration":2.290335,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:41.215380222Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1039,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/qowbxNqvTeLckjJmHZFKWdXe?user_id=%40whatsapp_lid-114310957285378%3Amatrix.theocloud.dev","duration":2.871912,"status_code":200,"response_length":22170,"response_mime":"image/jpeg","time":"2026-03-06T19:21:41.218325887Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1040,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-114310957285378:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-114310957285378%3Amatrix.theocloud.dev","duration":4.302908,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qowbxNqvTeLckjJmHZFKWdXe"},"time":"2026-03-06T19:21:41.222906139Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1041,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491635157494%3Amatrix.theocloud.dev","duration":6.685296,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491635157494","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:41.230276029Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1042,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491635157494:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491635157494%3Amatrix.theocloud.dev","duration":2.091634,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:41.232637953Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1043,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491635157494:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491635157494%3Amatrix.theocloud.dev","duration":6.796625,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Taha, (WA)"},"time":"2026-03-06T19:21:41.239628529Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:41.240165616Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:41.401725241Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1044,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491635157494%3Amatrix.theocloud.dev","duration":72.800096,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22170 bytes>","time":"2026-03-06T19:21:41.482355208Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1045,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491635157494:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491635157494%3Amatrix.theocloud.dev","duration":2.070543,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:41.484683887Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1046,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/GrHpixApVEuNagstdnfnUClH?user_id=%40whatsapp_491635157494%3Amatrix.theocloud.dev","duration":2.727687,"status_code":200,"response_length":22170,"response_mime":"image/jpeg","time":"2026-03-06T19:21:41.487529887Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1047,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491635157494:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491635157494%3Amatrix.theocloud.dev","duration":4.255067,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GrHpixApVEuNagstdnfnUClH"},"time":"2026-03-06T19:21:41.492082621Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"114310957285378@lid","alternate_jid":"491635157494@s.whatsapp.net","time":"2026-03-06T19:21:41.492514316Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"235244099776580@lid","time":"2026-03-06T19:21:41.492774618Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1048,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-235244099776580%3Amatrix.theocloud.dev","duration":3.014041,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-235244099776580","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:41.49598708Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1049,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-235244099776580:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-235244099776580%3Amatrix.theocloud.dev","duration":1.941195,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:41.498167693Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1050,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-235244099776580:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-235244099776580%3Amatrix.theocloud.dev","duration":5.521236,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Костя (WA)"},"time":"2026-03-06T19:21:41.503871008Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:41.504635082Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:41.654458283Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1051,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-235244099776580%3Amatrix.theocloud.dev","duration":74.855762,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41210 bytes>","time":"2026-03-06T19:21:41.895357121Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1052,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-235244099776580:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-235244099776580%3Amatrix.theocloud.dev","duration":2.228805,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:41.897845948Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1053,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/nxsRkDPsyhgMLEqqUtGmapSp?user_id=%40whatsapp_lid-235244099776580%3Amatrix.theocloud.dev","duration":2.236068,"status_code":200,"response_length":41210,"response_mime":"image/jpeg","time":"2026-03-06T19:21:41.900251244Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1054,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-235244099776580:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-235244099776580%3Amatrix.theocloud.dev","duration":4.529057,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nxsRkDPsyhgMLEqqUtGmapSp"},"time":"2026-03-06T19:21:41.905032293Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"252780333793437@lid","time":"2026-03-06T19:21:41.905661501Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1055,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-252780333793437%3Amatrix.theocloud.dev","duration":2.959634,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-252780333793437","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:41.908820394Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1056,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252780333793437:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-252780333793437%3Amatrix.theocloud.dev","duration":1.702892,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:41.91083199Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1057,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252780333793437:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-252780333793437%3Amatrix.theocloud.dev","duration":5.790617,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"~Lilly♥️ (WA)"},"time":"2026-03-06T19:21:41.91678499Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:41.917570017Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:42.431705334Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1058,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252780333793437:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-252780333793437%3Amatrix.theocloud.dev","duration":2.504751,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:42.434560134Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915566025985@s.whatsapp.net","time":"2026-03-06T19:21:42.435228105Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1059,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915566025985%3Amatrix.theocloud.dev","duration":3.438472,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915566025985","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:42.438947273Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1060,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915566025985:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915566025985%3Amatrix.theocloud.dev","duration":2.200728,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:42.441496723Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1061,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915566025985:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915566025985%3Amatrix.theocloud.dev","duration":6.198636,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Margarita Pantzali (WA)"},"time":"2026-03-06T19:21:42.447858929Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:42.448621047Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:42.6189722Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1062,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915566025985%3Amatrix.theocloud.dev","duration":73.742198,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24979 bytes>","time":"2026-03-06T19:21:42.700575069Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1063,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915566025985:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915566025985%3Amatrix.theocloud.dev","duration":1.629419,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:42.702614042Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1064,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/rSbqddGzHyKNphwRwILvlRqt?user_id=%40whatsapp_4915566025985%3Amatrix.theocloud.dev","duration":2.364158,"status_code":200,"response_length":24979,"response_mime":"image/jpeg","time":"2026-03-06T19:21:42.705062361Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1065,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915566025985:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915566025985%3Amatrix.theocloud.dev","duration":3.644506,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rSbqddGzHyKNphwRwILvlRqt"},"time":"2026-03-06T19:21:42.708980439Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915739307159@s.whatsapp.net","time":"2026-03-06T19:21:42.70979459Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1066,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915739307159%3Amatrix.theocloud.dev","duration":2.607908,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915739307159","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:42.712665453Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1067,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915739307159:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915739307159%3Amatrix.theocloud.dev","duration":1.406203,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:42.71429131Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1068,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915739307159:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915739307159%3Amatrix.theocloud.dev","duration":4.744311,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915739307159 (WA)"},"time":"2026-03-06T19:21:42.719235091Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:42.719995323Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:42.760393314Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:42.80941563Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:42.877705526Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1069,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915739307159%3Amatrix.theocloud.dev","duration":78.72516,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<92154 bytes>","time":"2026-03-06T19:21:42.973297928Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1070,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915739307159:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915739307159%3Amatrix.theocloud.dev","duration":2.441614,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:42.976102722Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1071,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/mzQulVkuGcXaQjbycqBvxjHA?user_id=%40whatsapp_4915739307159%3Amatrix.theocloud.dev","duration":2.490504,"status_code":200,"response_length":92154,"response_mime":"image/jpeg","time":"2026-03-06T19:21:42.978733887Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1072,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915739307159:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915739307159%3Amatrix.theocloud.dev","duration":4.775042,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mzQulVkuGcXaQjbycqBvxjHA"},"time":"2026-03-06T19:21:42.983757078Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917646754489@s.whatsapp.net","time":"2026-03-06T19:21:42.984371899Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1073,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917646754489%3Amatrix.theocloud.dev","duration":3.469482,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917646754489","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:42.988038057Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1074,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917646754489:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917646754489%3Amatrix.theocloud.dev","duration":2.360387,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:42.99070987Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1075,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917646754489:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917646754489%3Amatrix.theocloud.dev","duration":6.322815,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917646754489 (WA)"},"time":"2026-03-06T19:21:42.997210993Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:42.997818131Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:43.168757844Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1076,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917646754489%3Amatrix.theocloud.dev","duration":73.001381,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<51859 bytes>","time":"2026-03-06T19:21:43.43285575Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1077,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917646754489:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917646754489%3Amatrix.theocloud.dev","duration":1.564605,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:43.434676047Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1078,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/nMBpzTtgkALdAnnhYdKArIkG?user_id=%40whatsapp_4917646754489%3Amatrix.theocloud.dev","duration":1.777135,"status_code":200,"response_length":51859,"response_mime":"image/jpeg","time":"2026-03-06T19:21:43.436580016Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1079,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917646754489:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917646754489%3Amatrix.theocloud.dev","duration":4.227898,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nMBpzTtgkALdAnnhYdKArIkG"},"time":"2026-03-06T19:21:43.441041257Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"15985952219342@lid","time":"2026-03-06T19:21:43.441824956Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1080,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-15985952219342%3Amatrix.theocloud.dev","duration":2.604555,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-15985952219342","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:43.44468716Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1081,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-15985952219342:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-15985952219342%3Amatrix.theocloud.dev","duration":1.698982,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:43.446703365Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1082,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-15985952219342:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-15985952219342%3Amatrix.theocloud.dev","duration":5.226921,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Adri (WA)"},"time":"2026-03-06T19:21:43.452152104Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:43.452905911Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:43.61291497Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1083,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-15985952219342%3Amatrix.theocloud.dev","duration":73.20113,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<90871 bytes>","time":"2026-03-06T19:21:43.699789668Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1084,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-15985952219342:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-15985952219342%3Amatrix.theocloud.dev","duration":2.108187,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:43.702244971Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1085,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/iLcAYsdLUclRhniOCaLyZhkX?user_id=%40whatsapp_lid-15985952219342%3Amatrix.theocloud.dev","duration":2.080041,"status_code":200,"response_length":90871,"response_mime":"image/jpeg","time":"2026-03-06T19:21:43.704461972Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1086,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-15985952219342:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-15985952219342%3Amatrix.theocloud.dev","duration":4.477793,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iLcAYsdLUclRhniOCaLyZhkX"},"time":"2026-03-06T19:21:43.709185889Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"251826901377165@lid","time":"2026-03-06T19:21:43.709892762Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1087,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-251826901377165%3Amatrix.theocloud.dev","duration":3.219516,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-251826901377165","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:43.71339053Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1088,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251826901377165:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-251826901377165%3Amatrix.theocloud.dev","duration":2.178797,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:43.715878449Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1089,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251826901377165:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-251826901377165%3Amatrix.theocloud.dev","duration":6.606235,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Johannes (WA)"},"time":"2026-03-06T19:21:43.722660337Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:43.723395217Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:43.878272061Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1090,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251826901377165:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-251826901377165%3Amatrix.theocloud.dev","duration":2.362413,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:43.881004847Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"58927135879305@lid","time":"2026-03-06T19:21:43.881715002Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1091,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-58927135879305%3Amatrix.theocloud.dev","duration":3.616499,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-58927135879305","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:43.885591315Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1092,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-58927135879305:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-58927135879305%3Amatrix.theocloud.dev","duration":2.148625,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:43.888065265Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1093,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-58927135879305:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-58927135879305%3Amatrix.theocloud.dev","duration":6.627118,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tino (WA)"},"time":"2026-03-06T19:21:43.894849737Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:43.895609481Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:44.203708048Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1094,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-58927135879305%3Amatrix.theocloud.dev","duration":61.503608,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<55766 bytes>","time":"2026-03-06T19:21:44.275162354Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1095,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-58927135879305:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-58927135879305%3Amatrix.theocloud.dev","duration":2.099666,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:44.277606622Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1096,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/nLxSezpeCzyHdxKqCzqAuJSt?user_id=%40whatsapp_lid-58927135879305%3Amatrix.theocloud.dev","duration":2.345022,"status_code":200,"response_length":55766,"response_mime":"image/jpeg","time":"2026-03-06T19:21:44.28010369Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1097,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-58927135879305:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-58927135879305%3Amatrix.theocloud.dev","duration":4.657078,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nLxSezpeCzyHdxKqCzqAuJSt"},"time":"2026-03-06T19:21:44.28501262Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"6000186790141@lid","time":"2026-03-06T19:21:44.285774528Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1098,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-6000186790141%3Amatrix.theocloud.dev","duration":3.187179,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-6000186790141","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:44.289228994Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1099,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-6000186790141:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-6000186790141%3Amatrix.theocloud.dev","duration":2.064256,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:21:44.291670747Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1100,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-6000186790141:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-6000186790141%3Amatrix.theocloud.dev","duration":6.44008,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Filippo (WA)"},"time":"2026-03-06T19:21:44.298271884Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:44.299066129Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:44.448197823Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1101,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-6000186790141:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-6000186790141%3Amatrix.theocloud.dev","duration":2.296273,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:44.450846798Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1102,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":3.670068,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-80358888464591","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:44.455439272Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1103,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80358888464591:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":2.572778,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:44.458378721Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1104,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80358888464591:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":6.880925,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Karl (WA)"},"time":"2026-03-06T19:21:44.465453597Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:44.466194833Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:44.617031793Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1105,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":72.237936,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24813 bytes>","time":"2026-03-06T19:21:44.700750811Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1106,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80358888464591:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":2.019208,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:44.703063566Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1107,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/QCXIwVHDANbLEfrPboJQeaoY?user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":2.819041,"status_code":200,"response_length":24813,"response_mime":"image/jpeg","time":"2026-03-06T19:21:44.706014748Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1108,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80358888464591:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":4.18732,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QCXIwVHDANbLEfrPboJQeaoY"},"time":"2026-03-06T19:21:44.710512307Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1109,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915157563910%3Amatrix.theocloud.dev","duration":2.731389,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915157563910","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:44.7141404Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1110,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157563910:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915157563910%3Amatrix.theocloud.dev","duration":1.846628,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:44.716235667Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157563910:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915157563910%3Amatrix.theocloud.dev","duration":5.627257,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Karl (WA)"},"time":"2026-03-06T19:21:44.722040322Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:44.722636076Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:44.886476539Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1112,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915157563910%3Amatrix.theocloud.dev","duration":70.956261,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24813 bytes>","time":"2026-03-06T19:21:44.969597078Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1113,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157563910:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915157563910%3Amatrix.theocloud.dev","duration":1.994764,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:44.97184502Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1114,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/yiiQvmVPiVAehliwTwegeVTU?user_id=%40whatsapp_4915157563910%3Amatrix.theocloud.dev","duration":2.619432,"status_code":200,"response_length":24813,"response_mime":"image/jpeg","time":"2026-03-06T19:21:44.974545888Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157563910:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915157563910%3Amatrix.theocloud.dev","duration":4.360878,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/yiiQvmVPiVAehliwTwegeVTU"},"time":"2026-03-06T19:21:44.979126908Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"80358888464591@lid","alternate_jid":"4915157563910@s.whatsapp.net","time":"2026-03-06T19:21:44.979690395Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"83017473200255@lid","time":"2026-03-06T19:21:44.980037441Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1116,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-83017473200255%3Amatrix.theocloud.dev","duration":2.916541,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-83017473200255","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:44.983225039Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1117,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-83017473200255:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-83017473200255%3Amatrix.theocloud.dev","duration":1.855358,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:44.985420459Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1118,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-83017473200255:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-83017473200255%3Amatrix.theocloud.dev","duration":5.756675,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Boris ✞ (WA)"},"time":"2026-03-06T19:21:44.991357326Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:44.991910756Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:45.150224814Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1119,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-83017473200255%3Amatrix.theocloud.dev","duration":62.422592,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<25339 bytes>","time":"2026-03-06T19:21:45.246937974Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1120,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-83017473200255:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-83017473200255%3Amatrix.theocloud.dev","duration":2.080529,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:45.249352Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1121,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/rosdzScQUTpuhsaMXCybTXxz?user_id=%40whatsapp_lid-83017473200255%3Amatrix.theocloud.dev","duration":2.768406,"status_code":200,"response_length":25339,"response_mime":"image/jpeg","time":"2026-03-06T19:21:45.25223816Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1122,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-83017473200255:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-83017473200255%3Amatrix.theocloud.dev","duration":4.303607,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rosdzScQUTpuhsaMXCybTXxz"},"time":"2026-03-06T19:21:45.256788449Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1123,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-101816561881152%3Amatrix.theocloud.dev","duration":2.959004,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-101816561881152","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:45.26074969Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1124,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101816561881152:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-101816561881152%3Amatrix.theocloud.dev","duration":2.099666,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:45.263167069Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1125,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101816561881152:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-101816561881152%3Amatrix.theocloud.dev","duration":6.082348,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"JH (WA)"},"time":"2026-03-06T19:21:45.269432473Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:45.270147518Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:45.435256734Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1126,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-101816561881152%3Amatrix.theocloud.dev","duration":71.940269,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61884 bytes>","time":"2026-03-06T19:21:45.587563314Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1127,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101816561881152:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-101816561881152%3Amatrix.theocloud.dev","duration":1.463334,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:45.589383891Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1128,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/URHQSzcZOkoAwYOvSLwKknXR?user_id=%40whatsapp_lid-101816561881152%3Amatrix.theocloud.dev","duration":1.685991,"status_code":200,"response_length":61884,"response_mime":"image/jpeg","time":"2026-03-06T19:21:45.591200557Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1129,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101816561881152:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-101816561881152%3Amatrix.theocloud.dev","duration":3.341112,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/URHQSzcZOkoAwYOvSLwKknXR"},"time":"2026-03-06T19:21:45.59479785Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1130,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915782942616%3Amatrix.theocloud.dev","duration":2.214208,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915782942616","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:45.597997181Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1131,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915782942616:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915782942616%3Amatrix.theocloud.dev","duration":1.337409,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:45.599673185Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1132,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915782942616:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915782942616%3Amatrix.theocloud.dev","duration":4.05916,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"JH (WA)"},"time":"2026-03-06T19:21:45.603900804Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:45.60465943Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:45.782623872Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1133,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915782942616%3Amatrix.theocloud.dev","duration":74.809247,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61884 bytes>","time":"2026-03-06T19:21:45.871976572Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1134,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915782942616:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915782942616%3Amatrix.theocloud.dev","duration":2.105324,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:45.874371461Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1135,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XDzeSzEsNseHzMsuZdEuVBlU?user_id=%40whatsapp_4915782942616%3Amatrix.theocloud.dev","duration":2.140175,"status_code":200,"response_length":61884,"response_mime":"image/jpeg","time":"2026-03-06T19:21:45.876632044Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1136,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915782942616:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915782942616%3Amatrix.theocloud.dev","duration":4.06761,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XDzeSzEsNseHzMsuZdEuVBlU"},"time":"2026-03-06T19:21:45.880989499Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"101816561881152@lid","alternate_jid":"4915782942616@s.whatsapp.net","time":"2026-03-06T19:21:45.881551101Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"10501648023786@lid","time":"2026-03-06T19:21:45.881903105Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1137,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-10501648023786%3Amatrix.theocloud.dev","duration":2.789288,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-10501648023786","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:45.884950949Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1138,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-10501648023786:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-10501648023786%3Amatrix.theocloud.dev","duration":1.875613,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:45.887136871Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-10501648023786:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-10501648023786%3Amatrix.theocloud.dev","duration":5.104628,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yazan Elahmad (WA)"},"time":"2026-03-06T19:21:45.892447952Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:45.893178571Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:46.408814657Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1140,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-10501648023786%3Amatrix.theocloud.dev","duration":74.093294,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<59233 bytes>","time":"2026-03-06T19:21:46.495987441Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1141,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-10501648023786:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-10501648023786%3Amatrix.theocloud.dev","duration":2.092402,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:46.498371994Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1142,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YQfNsGhECvAeLjCqttlAujqu?user_id=%40whatsapp_lid-10501648023786%3Amatrix.theocloud.dev","duration":2.78866,"status_code":200,"response_length":59233,"response_mime":"image/jpeg","time":"2026-03-06T19:21:46.501309417Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1143,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-10501648023786:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-10501648023786%3Amatrix.theocloud.dev","duration":4.228317,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YQfNsGhECvAeLjCqttlAujqu"},"time":"2026-03-06T19:21:46.505882615Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1144,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-231584770842851%3Amatrix.theocloud.dev","duration":2.946364,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-231584770842851","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:46.509770382Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1145,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-231584770842851:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-231584770842851%3Amatrix.theocloud.dev","duration":1.96997,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:46.512058273Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1146,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-231584770842851:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-231584770842851%3Amatrix.theocloud.dev","duration":5.332662,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Fiona (WA)"},"time":"2026-03-06T19:21:46.517500657Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:46.518196635Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:46.674937357Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1147,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-231584770842851:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-231584770842851%3Amatrix.theocloud.dev","duration":2.54086,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:46.677815834Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1148,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915224432375%3Amatrix.theocloud.dev","duration":3.484567,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915224432375","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:46.682155689Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1149,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915224432375:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915224432375%3Amatrix.theocloud.dev","duration":2.096873,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:46.684626357Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1150,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915224432375:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915224432375%3Amatrix.theocloud.dev","duration":6.185296,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Fiona (WA)"},"time":"2026-03-06T19:21:46.69097229Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:46.69168077Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:46.846779083Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1151,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915224432375:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915224432375%3Amatrix.theocloud.dev","duration":2.506497,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:46.849625502Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"231584770842851@lid","alternate_jid":"4915224432375@s.whatsapp.net","time":"2026-03-06T19:21:46.850057616Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"281144599826466@lid","time":"2026-03-06T19:21:46.850422052Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1152,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-281144599826466%3Amatrix.theocloud.dev","duration":3.279721,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-281144599826466","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:46.853959002Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1153,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-281144599826466:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-281144599826466%3Amatrix.theocloud.dev","duration":2.070682,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:46.856380431Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1154,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-281144599826466:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-281144599826466%3Amatrix.theocloud.dev","duration":6.192978,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nikhil (WA)"},"time":"2026-03-06T19:21:46.862730275Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:46.863447973Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:47.028299611Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1155,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-281144599826466%3Amatrix.theocloud.dev","duration":76.128008,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<82001 bytes>","time":"2026-03-06T19:21:47.119941389Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1156,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-281144599826466:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-281144599826466%3Amatrix.theocloud.dev","duration":2.392933,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:47.122714125Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1157,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/vNioNwkLlMFxLyCxhadABOHh?user_id=%40whatsapp_lid-281144599826466%3Amatrix.theocloud.dev","duration":2.400406,"status_code":200,"response_length":82001,"response_mime":"image/jpeg","time":"2026-03-06T19:21:47.125251771Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1158,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-281144599826466:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-281144599826466%3Amatrix.theocloud.dev","duration":4.510759,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vNioNwkLlMFxLyCxhadABOHh"},"time":"2026-03-06T19:21:47.130099938Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917682729019@s.whatsapp.net","time":"2026-03-06T19:21:47.130946496Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1159,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917682729019%3Amatrix.theocloud.dev","duration":3.059228,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917682729019","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:47.134276363Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1160,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917682729019:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917682729019%3Amatrix.theocloud.dev","duration":1.874495,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:47.136532894Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1161,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917682729019:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917682729019%3Amatrix.theocloud.dev","duration":6.08179,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917682729019 (WA)"},"time":"2026-03-06T19:21:47.142776928Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:47.143561395Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:47.300488806Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1162,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917682729019:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917682729019%3Amatrix.theocloud.dev","duration":2.503075,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:47.303363511Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"66709616595045@lid","time":"2026-03-06T19:21:47.304037Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1163,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-66709616595045%3Amatrix.theocloud.dev","duration":3.595756,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-66709616595045","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:47.307874829Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1164,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66709616595045:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-66709616595045%3Amatrix.theocloud.dev","duration":2.244519,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:47.310495658Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1165,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66709616595045:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-66709616595045%3Amatrix.theocloud.dev","duration":6.221125,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Christian (WA)"},"time":"2026-03-06T19:21:47.316881121Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:47.317632763Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:47.653000801Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1166,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66709616595045:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-66709616595045%3Amatrix.theocloud.dev","duration":2.519628,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:47.655875995Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1167,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-237597657964579%3Amatrix.theocloud.dev","duration":3.570962,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-237597657964579","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:47.660223463Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1168,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-237597657964579:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-237597657964579%3Amatrix.theocloud.dev","duration":2.188715,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:47.662763903Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1169,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-237597657964579:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-237597657964579%3Amatrix.theocloud.dev","duration":6.041701,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Anjo (WA)"},"time":"2026-03-06T19:21:47.668937675Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:47.669457441Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:47.822511333Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1170,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-237597657964579:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-237597657964579%3Amatrix.theocloud.dev","duration":2.844673,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:47.825745656Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1171,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915203580623%3Amatrix.theocloud.dev","duration":3.281885,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915203580623","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:47.829945337Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1172,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915203580623:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915203580623%3Amatrix.theocloud.dev","duration":2.125019,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:47.832404202Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1173,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915203580623:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915203580623%3Amatrix.theocloud.dev","duration":6.332733,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Anjo (WA)"},"time":"2026-03-06T19:21:47.838899667Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:47.839605772Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:48.004766881Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1174,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915203580623:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915203580623%3Amatrix.theocloud.dev","duration":2.681801,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:48.007817798Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"237597657964579@lid","alternate_jid":"4915203580623@s.whatsapp.net","time":"2026-03-06T19:21:48.008305017Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"36984131166382@lid","time":"2026-03-06T19:21:48.008706191Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1175,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-36984131166382%3Amatrix.theocloud.dev","duration":3.225802,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-36984131166382","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:48.012197254Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1176,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-36984131166382:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-36984131166382%3Amatrix.theocloud.dev","duration":2.084231,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:48.014626505Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1177,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-36984131166382:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-36984131166382%3Amatrix.theocloud.dev","duration":6.494417,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Dennis Ma (WA)"},"time":"2026-03-06T19:21:48.021278557Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:48.022058135Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:48.193783364Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1178,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-36984131166382:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-36984131166382%3Amatrix.theocloud.dev","duration":2.138359,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:48.196283715Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917671069363@s.whatsapp.net","time":"2026-03-06T19:21:48.196842033Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1179,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917671069363%3Amatrix.theocloud.dev","duration":2.91235,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917671069363","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:48.199966285Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1180,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917671069363:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917671069363%3Amatrix.theocloud.dev","duration":1.685502,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:48.202010077Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1181,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917671069363:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917671069363%3Amatrix.theocloud.dev","duration":4.925063,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Martin Kuhn (WA)"},"time":"2026-03-06T19:21:48.207058272Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:48.207551149Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:48.485549678Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1182,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917671069363:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917671069363%3Amatrix.theocloud.dev","duration":2.473182,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:48.488399031Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1183,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915787360808%3Amatrix.theocloud.dev","duration":3.647509,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915787360808","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:48.492998979Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1184,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915787360808:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915787360808%3Amatrix.theocloud.dev","duration":2.081228,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:48.495424668Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1185,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915787360808:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915787360808%3Amatrix.theocloud.dev","duration":6.211347,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nico (WA)"},"time":"2026-03-06T19:21:48.501795046Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:48.502568758Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:48.660272674Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1186,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915787360808%3Amatrix.theocloud.dev","duration":74.247506,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<94361 bytes>","time":"2026-03-06T19:21:48.862781415Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1187,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915787360808:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915787360808%3Amatrix.theocloud.dev","duration":2.21749,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:48.865384574Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1188,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/mGbeaSgiMJBGJHTXtvHxDltq?user_id=%40whatsapp_4915787360808%3Amatrix.theocloud.dev","duration":2.157217,"status_code":200,"response_length":94361,"response_mime":"image/jpeg","time":"2026-03-06T19:21:48.867668623Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1189,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915787360808:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915787360808%3Amatrix.theocloud.dev","duration":4.364719,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mGbeaSgiMJBGJHTXtvHxDltq"},"time":"2026-03-06T19:21:48.872292876Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1190,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-169187452428542%3Amatrix.theocloud.dev","duration":2.992179,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-169187452428542","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:48.87623044Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1191,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-169187452428542:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-169187452428542%3Amatrix.theocloud.dev","duration":1.900406,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:48.878435498Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1192,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-169187452428542:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-169187452428542%3Amatrix.theocloud.dev","duration":5.673981,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nico (WA)"},"time":"2026-03-06T19:21:48.884276961Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:48.885014704Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:49.050295382Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1193,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-169187452428542%3Amatrix.theocloud.dev","duration":76.459828,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<94361 bytes>","time":"2026-03-06T19:21:49.139855513Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1194,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-169187452428542:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-169187452428542%3Amatrix.theocloud.dev","duration":2.197795,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:49.142433738Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1195,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/udykTnEPHBOgHLTkPsnMTXfX?user_id=%40whatsapp_lid-169187452428542%3Amatrix.theocloud.dev","duration":2.100993,"status_code":200,"response_length":94361,"response_mime":"image/jpeg","time":"2026-03-06T19:21:49.144669248Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1196,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-169187452428542:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-169187452428542%3Amatrix.theocloud.dev","duration":4.695562,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/udykTnEPHBOgHLTkPsnMTXfX"},"time":"2026-03-06T19:21:49.149585091Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915787360808@s.whatsapp.net","alternate_jid":"169187452428542@lid","time":"2026-03-06T19:21:49.150127975Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"8821896405131@lid","time":"2026-03-06T19:21:49.150509383Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1197,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-8821896405131%3Amatrix.theocloud.dev","duration":3.245707,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-8821896405131","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:49.154036275Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1198,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-8821896405131:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-8821896405131%3Amatrix.theocloud.dev","duration":2.207014,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:21:49.156570709Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1199,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-8821896405131:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-8821896405131%3Amatrix.theocloud.dev","duration":6.200521,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Louis (WA)"},"time":"2026-03-06T19:21:49.162947303Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:49.163661719Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:49.329987027Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1200,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-8821896405131:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-8821896405131%3Amatrix.theocloud.dev","duration":2.464661,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:49.332823249Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1201,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-111437372489803%3Amatrix.theocloud.dev","duration":3.535971,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-111437372489803","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:49.337451972Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1202,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-111437372489803:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-111437372489803%3Amatrix.theocloud.dev","duration":2.184105,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:49.339979352Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1203,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-111437372489803:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-111437372489803%3Amatrix.theocloud.dev","duration":6.296974,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Marielle (WA)"},"time":"2026-03-06T19:21:49.346442759Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:49.347222408Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:49.629505198Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1204,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-111437372489803:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-111437372489803%3Amatrix.theocloud.dev","duration":2.583813,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:49.632464412Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1205,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915227785049%3Amatrix.theocloud.dev","duration":3.455234,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915227785049","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:49.63685169Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1206,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915227785049:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915227785049%3Amatrix.theocloud.dev","duration":2.109235,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:49.639279266Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1207,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915227785049:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915227785049%3Amatrix.theocloud.dev","duration":6.319323,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Marielle (WA)"},"time":"2026-03-06T19:21:49.645795753Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:49.646618076Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:49.916250417Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1208,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915227785049:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915227785049%3Amatrix.theocloud.dev","duration":2.557132,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:49.919205371Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"111437372489803@lid","alternate_jid":"4915227785049@s.whatsapp.net","time":"2026-03-06T19:21:49.919696501Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"11373224415308@lid","time":"2026-03-06T19:21:49.92006422Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1209,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-11373224415308%3Amatrix.theocloud.dev","duration":3.58521,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-11373224415308","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:49.923895764Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1210,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-11373224415308:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-11373224415308%3Amatrix.theocloud.dev","duration":2.103508,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:49.926382146Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1211,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-11373224415308:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-11373224415308%3Amatrix.theocloud.dev","duration":6.584514,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Harun (WA)"},"time":"2026-03-06T19:21:49.933140358Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:49.933873352Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:50.081553724Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1212,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-11373224415308:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-11373224415308%3Amatrix.theocloud.dev","duration":2.742494,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:50.084696693Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"177811813859547@lid","time":"2026-03-06T19:21:50.085438836Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1213,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-177811813859547%3Amatrix.theocloud.dev","duration":3.624182,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-177811813859547","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:50.08931466Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1214,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177811813859547:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-177811813859547%3Amatrix.theocloud.dev","duration":2.129279,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:50.091791963Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1215,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177811813859547:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-177811813859547%3Amatrix.theocloud.dev","duration":6.379877,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Junior (WA)"},"time":"2026-03-06T19:21:50.098366489Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:50.099097737Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:50.259268969Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1216,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177811813859547:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-177811813859547%3Amatrix.theocloud.dev","duration":2.640524,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:50.262254304Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"207820683223254@lid","time":"2026-03-06T19:21:50.263041286Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1217,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-207820683223254%3Amatrix.theocloud.dev","duration":3.517254,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-207820683223254","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:50.266820937Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1218,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-207820683223254:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-207820683223254%3Amatrix.theocloud.dev","duration":2.277903,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:50.269403004Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1219,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-207820683223254:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-207820683223254%3Amatrix.theocloud.dev","duration":4.733835,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tuan (WA)"},"time":"2026-03-06T19:21:50.274322689Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:50.275094794Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:50.680096631Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1220,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-207820683223254%3Amatrix.theocloud.dev","duration":73.040563,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<78057 bytes>","time":"2026-03-06T19:21:50.846628183Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1221,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-207820683223254:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-207820683223254%3Amatrix.theocloud.dev","duration":1.830634,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:50.848729386Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1222,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/KsgCKZqBmgzTQUlqjzTXEbEt?user_id=%40whatsapp_lid-207820683223254%3Amatrix.theocloud.dev","duration":1.871631,"status_code":200,"response_length":78057,"response_mime":"image/jpeg","time":"2026-03-06T19:21:50.850709412Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1223,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-207820683223254:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-207820683223254%3Amatrix.theocloud.dev","duration":3.879665,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KsgCKZqBmgzTQUlqjzTXEbEt"},"time":"2026-03-06T19:21:50.854803143Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"46462989807759@lid","time":"2026-03-06T19:21:50.855354548Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1224,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-46462989807759%3Amatrix.theocloud.dev","duration":2.88609,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-46462989807759","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:50.858527759Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1225,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-46462989807759:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-46462989807759%3Amatrix.theocloud.dev","duration":1.909836,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:50.860744341Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1226,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-46462989807759:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-46462989807759%3Amatrix.theocloud.dev","duration":6.254579,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jakob (WA)"},"time":"2026-03-06T19:21:50.867155716Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:50.868092928Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:51.237262638Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1227,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-46462989807759%3Amatrix.theocloud.dev","duration":76.559841,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<47889 bytes>","time":"2026-03-06T19:21:51.326166252Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1228,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-46462989807759:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-46462989807759%3Amatrix.theocloud.dev","duration":1.624669,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:51.328084189Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1229,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/SdTmOJWpHwJTYoZGTBbbMMFd?user_id=%40whatsapp_lid-46462989807759%3Amatrix.theocloud.dev","duration":2.515437,"status_code":200,"response_length":47889,"response_mime":"image/jpeg","time":"2026-03-06T19:21:51.330749228Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1230,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-46462989807759:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-46462989807759%3Amatrix.theocloud.dev","duration":4.007127,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SdTmOJWpHwJTYoZGTBbbMMFd"},"time":"2026-03-06T19:21:51.334996053Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915234801116@s.whatsapp.net","time":"2026-03-06T19:21:51.335797353Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1231,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915234801116%3Amatrix.theocloud.dev","duration":2.410953,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915234801116","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:51.33849403Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1232,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915234801116:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915234801116%3Amatrix.theocloud.dev","duration":1.328259,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:51.340123729Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1233,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915234801116:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915234801116%3Amatrix.theocloud.dev","duration":3.787892,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"4915234801116 (WA)"},"time":"2026-03-06T19:21:51.344029864Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:51.344755245Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:51.501356562Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1234,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915234801116%3Amatrix.theocloud.dev","duration":71.464433,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<47233 bytes>","time":"2026-03-06T19:21:51.58322071Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1235,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915234801116:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915234801116%3Amatrix.theocloud.dev","duration":2.204989,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:51.585805919Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1236,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YmcWsOqdYbfPHjgfqxlxHePX?user_id=%40whatsapp_4915234801116%3Amatrix.theocloud.dev","duration":3.078435,"status_code":200,"response_length":47233,"response_mime":"image/jpeg","time":"2026-03-06T19:21:51.588961949Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1237,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915234801116:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915234801116%3Amatrix.theocloud.dev","duration":4.606931,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YmcWsOqdYbfPHjgfqxlxHePX"},"time":"2026-03-06T19:21:51.593854745Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491776941237@s.whatsapp.net","time":"2026-03-06T19:21:51.594685587Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1238,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491776941237%3Amatrix.theocloud.dev","duration":3.447971,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491776941237","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:51.598392742Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1239,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491776941237:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491776941237%3Amatrix.theocloud.dev","duration":2.104904,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:51.600779949Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1240,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491776941237:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491776941237%3Amatrix.theocloud.dev","duration":6.654566,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Florian C. (WA)"},"time":"2026-03-06T19:21:51.607607304Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:51.608437239Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:51.757053915Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1241,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491776941237%3Amatrix.theocloud.dev","duration":74.268249,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<48376 bytes>","time":"2026-03-06T19:21:51.838521848Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1242,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491776941237:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491776941237%3Amatrix.theocloud.dev","duration":2.214976,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:51.841079959Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1243,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/FduKeBoxrQGKYDklmJNXDuLc?user_id=%40whatsapp_491776941237%3Amatrix.theocloud.dev","duration":2.264145,"status_code":200,"response_length":48376,"response_mime":"image/jpeg","time":"2026-03-06T19:21:51.84347827Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1244,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491776941237:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491776941237%3Amatrix.theocloud.dev","duration":4.746686,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FduKeBoxrQGKYDklmJNXDuLc"},"time":"2026-03-06T19:21:51.848443423Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491791243900@s.whatsapp.net","time":"2026-03-06T19:21:51.84917935Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1245,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491791243900%3Amatrix.theocloud.dev","duration":3.216303,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491791243900","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:51.852668946Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1246,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491791243900:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491791243900%3Amatrix.theocloud.dev","duration":2.117197,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:51.855125157Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1247,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491791243900:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491791243900%3Amatrix.theocloud.dev","duration":6.519491,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491791243900 (WA)"},"time":"2026-03-06T19:21:51.86180752Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:51.862544146Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:52.021787733Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1248,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491791243900:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491791243900%3Amatrix.theocloud.dev","duration":2.496301,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:52.024630311Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1249,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":3.562581,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-220327544094730","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:52.029194499Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1250,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220327544094730:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":2.151978,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:52.031706374Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1251,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220327544094730:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":6.300815,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lisa (WA)"},"time":"2026-03-06T19:21:52.038169153Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:52.038997272Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:52.189021968Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1252,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":75.456335,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<57468 bytes>","time":"2026-03-06T19:21:52.273084678Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1253,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220327544094730:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":1.572009,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:52.275053041Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1254,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/BLITLBPIJyUYvSjTlnsMDXhA?user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":1.515506,"status_code":200,"response_length":57468,"response_mime":"image/jpeg","time":"2026-03-06T19:21:52.27665152Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1255,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220327544094730:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":3.607909,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BLITLBPIJyUYvSjTlnsMDXhA"},"time":"2026-03-06T19:21:52.280568829Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1256,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915751114529%3Amatrix.theocloud.dev","duration":2.426458,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915751114529","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:52.283637137Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1257,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751114529:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915751114529%3Amatrix.theocloud.dev","duration":1.415911,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:52.285385567Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1258,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751114529:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915751114529%3Amatrix.theocloud.dev","duration":4.866116,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lisa (WA)"},"time":"2026-03-06T19:21:52.29040827Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:52.290882359Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:52.45682535Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1259,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915751114529%3Amatrix.theocloud.dev","duration":75.946208,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<57468 bytes>","time":"2026-03-06T19:21:52.540850905Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1260,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751114529:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915751114529%3Amatrix.theocloud.dev","duration":2.108676,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:52.543274918Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1261,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/RXIccQjRZdWoZVqHDxMObPbU?user_id=%40whatsapp_4915751114529%3Amatrix.theocloud.dev","duration":2.238792,"status_code":200,"response_length":57468,"response_mime":"image/jpeg","time":"2026-03-06T19:21:52.545656957Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1262,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751114529:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915751114529%3Amatrix.theocloud.dev","duration":4.294597,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RXIccQjRZdWoZVqHDxMObPbU"},"time":"2026-03-06T19:21:52.550182592Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"220327544094730@lid","alternate_jid":"4915751114529@s.whatsapp.net","time":"2026-03-06T19:21:52.550699913Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1263,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":3.053921,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-280664972746828","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:52.554328356Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1264,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-280664972746828:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":1.940076,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:52.55650429Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1265,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-280664972746828:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":8.285102,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Armano 7 (WA)"},"time":"2026-03-06T19:21:52.564967769Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:52.565762363Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:52.724516566Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1266,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-280664972746828:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":2.525145,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:52.727377164Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1267,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915215159414%3Amatrix.theocloud.dev","duration":3.339087,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915215159414","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:52.731571188Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1268,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915215159414:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915215159414%3Amatrix.theocloud.dev","duration":1.935327,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:52.733756341Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1269,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915215159414:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915215159414%3Amatrix.theocloud.dev","duration":5.893774,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Armano 7 (WA)"},"time":"2026-03-06T19:21:52.739792664Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:52.740543048Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:52.893314219Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1270,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915215159414:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915215159414%3Amatrix.theocloud.dev","duration":2.700798,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:52.89640739Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"280664972746828@lid","alternate_jid":"4915215159414@s.whatsapp.net","time":"2026-03-06T19:21:52.896902362Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917655219065@s.whatsapp.net","time":"2026-03-06T19:21:52.897291174Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1271,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917655219065%3Amatrix.theocloud.dev","duration":3.740679,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917655219065","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:52.901384276Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1272,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655219065:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917655219065%3Amatrix.theocloud.dev","duration":2.206874,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:52.90400727Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1273,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655219065:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917655219065%3Amatrix.theocloud.dev","duration":6.530526,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":". (WA)"},"time":"2026-03-06T19:21:52.910706395Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:52.911473821Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:53.07775883Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1274,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655219065:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917655219065%3Amatrix.theocloud.dev","duration":2.641782,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:53.080770915Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917672322250@s.whatsapp.net","time":"2026-03-06T19:21:53.081525002Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1275,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917672322250%3Amatrix.theocloud.dev","duration":3.310591,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917672322250","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:53.085101901Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1276,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672322250:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917672322250%3Amatrix.theocloud.dev","duration":2.150512,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:53.08758982Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1277,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672322250:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917672322250%3Amatrix.theocloud.dev","duration":6.246478,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Dya (WA)"},"time":"2026-03-06T19:21:53.094018865Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:53.094768202Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:53.257028414Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1278,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672322250:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917672322250%3Amatrix.theocloud.dev","duration":2.560276,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:53.259970307Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917680537380@s.whatsapp.net","time":"2026-03-06T19:21:53.260691847Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1279,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917680537380%3Amatrix.theocloud.dev","duration":3.580531,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917680537380","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:53.264548813Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1280,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680537380:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917680537380%3Amatrix.theocloud.dev","duration":2.088631,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:53.266938953Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1281,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680537380:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917680537380%3Amatrix.theocloud.dev","duration":6.535136,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917680537380 (WA)"},"time":"2026-03-06T19:21:53.273641291Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:53.274427575Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:53.434747081Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1282,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680537380:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917680537380%3Amatrix.theocloud.dev","duration":2.261421,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:53.437363161Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1283,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-56895431819388%3Amatrix.theocloud.dev","duration":2.313384,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-56895431819388","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:53.44041778Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1284,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-56895431819388:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-56895431819388%3Amatrix.theocloud.dev","duration":1.311706,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:53.442044056Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1285,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-56895431819388:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-56895431819388%3Amatrix.theocloud.dev","duration":3.709809,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Razik (WA)"},"time":"2026-03-06T19:21:53.44585318Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:53.44635325Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:53.605805107Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1286,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-56895431819388:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-56895431819388%3Amatrix.theocloud.dev","duration":2.639477,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:53.608771235Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1287,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917632326216%3Amatrix.theocloud.dev","duration":3.539882,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917632326216","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:53.61322626Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1288,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917632326216:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917632326216%3Amatrix.theocloud.dev","duration":2.113984,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:53.615713272Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1289,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917632326216:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917632326216%3Amatrix.theocloud.dev","duration":6.409,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Razik (WA)"},"time":"2026-03-06T19:21:53.622290103Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:53.623076736Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:53.77829839Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1290,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917632326216:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917632326216%3Amatrix.theocloud.dev","duration":2.427715,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:53.781098154Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"56895431819388@lid","alternate_jid":"4917632326216@s.whatsapp.net","time":"2026-03-06T19:21:53.781577411Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1291,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":3.674259,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-65244881764452","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:53.785794344Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1292,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-65244881764452:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":2.086745,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:53.788212701Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1293,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-65244881764452:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":6.531644,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Domi (WA)"},"time":"2026-03-06T19:21:53.794908892Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:53.79570635Z","message":"04012370f49ae01e1263de"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:53.947784267Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1294,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":78.864774,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<127377 bytes>","time":"2026-03-06T19:21:54.040704925Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1295,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-65244881764452:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":2.219934,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:54.043275887Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1296,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/hTULxoVmZmnVBXhcluKJkmwT?user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":2.314082,"status_code":200,"response_length":127377,"response_mime":"image/jpeg","time":"2026-03-06T19:21:54.045684605Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1297,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-65244881764452:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":4.879037,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hTULxoVmZmnVBXhcluKJkmwT"},"time":"2026-03-06T19:21:54.050807461Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1298,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":3.162245,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491736748726","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:54.054915021Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1299,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491736748726:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":2.140174,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:54.057417327Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1300,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491736748726:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":6.190953,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Domi (WA)"},"time":"2026-03-06T19:21:54.06375439Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:54.064304398Z","message":"04012370f49ae01e1263de"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:54.219316455Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1301,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":71.185065,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<127377 bytes>","time":"2026-03-06T19:21:54.299935107Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1302,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491736748726:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":2.337758,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:54.302807926Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1303,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/UekhuwOSCuOveNyLTOPeVYPK?user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":2.373448,"status_code":200,"response_length":127377,"response_mime":"image/jpeg","time":"2026-03-06T19:21:54.305292423Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1304,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491736748726:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":4.499794,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UekhuwOSCuOveNyLTOPeVYPK"},"time":"2026-03-06T19:21:54.310111885Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"65244881764452@lid","alternate_jid":"491736748726@s.whatsapp.net","time":"2026-03-06T19:21:54.310595821Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1305,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":3.062651,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-73950780473356","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:54.314127672Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1306,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73950780473356:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":2.035062,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:54.316427995Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1307,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73950780473356:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":5.895102,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ante Up! (WA)"},"time":"2026-03-06T19:21:54.322468857Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:54.323200803Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:54.481118786Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1308,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":73.334179,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<50181 bytes>","time":"2026-03-06T19:21:54.562480768Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1309,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73950780473356:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":1.610492,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:54.564454159Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1310,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WZEnXkAYyqIGBdQaBhXFowoQ?user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":1.545119,"status_code":200,"response_length":50181,"response_mime":"image/jpeg","time":"2026-03-06T19:21:54.566117451Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1311,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73950780473356:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":4.427647,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WZEnXkAYyqIGBdQaBhXFowoQ"},"time":"2026-03-06T19:21:54.57073018Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1312,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491792104071%3Amatrix.theocloud.dev","duration":2.446153,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491792104071","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:54.574202595Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1313,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792104071:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491792104071%3Amatrix.theocloud.dev","duration":1.499373,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:54.576054042Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1314,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792104071:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491792104071%3Amatrix.theocloud.dev","duration":4.922898,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ante Up! (WA)"},"time":"2026-03-06T19:21:54.58114526Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:54.581910451Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:54.748834237Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1315,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491792104071%3Amatrix.theocloud.dev","duration":73.560957,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<50181 bytes>","time":"2026-03-06T19:21:54.828904347Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1316,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792104071:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491792104071%3Amatrix.theocloud.dev","duration":2.074454,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:54.831251255Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1317,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/eChwIyMrOcdeeWCRhKAXgxSZ?user_id=%40whatsapp_491792104071%3Amatrix.theocloud.dev","duration":2.205058,"status_code":200,"response_length":50181,"response_mime":"image/jpeg","time":"2026-03-06T19:21:54.833589223Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1318,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792104071:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491792104071%3Amatrix.theocloud.dev","duration":4.401665,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/eChwIyMrOcdeeWCRhKAXgxSZ"},"time":"2026-03-06T19:21:54.83819839Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"73950780473356@lid","alternate_jid":"491792104071@s.whatsapp.net","time":"2026-03-06T19:21:54.838717806Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1319,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-221745000792223%3Amatrix.theocloud.dev","duration":3.014949,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-221745000792223","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:54.842413507Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1320,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-221745000792223:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-221745000792223%3Amatrix.theocloud.dev","duration":1.925341,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:54.84458085Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1321,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-221745000792223:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-221745000792223%3Amatrix.theocloud.dev","duration":5.366675,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"tizian. (WA)"},"time":"2026-03-06T19:21:54.850097058Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:54.850833404Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:55.142559559Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1322,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-221745000792223%3Amatrix.theocloud.dev","duration":71.737866,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35461 bytes>","time":"2026-03-06T19:21:55.225865878Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1323,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-221745000792223:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-221745000792223%3Amatrix.theocloud.dev","duration":1.608605,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:55.227822996Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1324,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/oIxDLmVQnqwKJSJbXtyPAiDQ?user_id=%40whatsapp_lid-221745000792223%3Amatrix.theocloud.dev","duration":1.799974,"status_code":200,"response_length":35461,"response_mime":"image/jpeg","time":"2026-03-06T19:21:55.229753994Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1325,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-221745000792223:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-221745000792223%3Amatrix.theocloud.dev","duration":3.631935,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oIxDLmVQnqwKJSJbXtyPAiDQ"},"time":"2026-03-06T19:21:55.233629608Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1326,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915789632172%3Amatrix.theocloud.dev","duration":2.581089,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915789632172","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:55.237230532Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1327,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915789632172:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915789632172%3Amatrix.theocloud.dev","duration":1.47388,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:55.239054461Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1328,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915789632172:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915789632172%3Amatrix.theocloud.dev","duration":4.839646,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"tizian. (WA)"},"time":"2026-03-06T19:21:55.24405237Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:55.244807923Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:55.523555021Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1329,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915789632172%3Amatrix.theocloud.dev","duration":71.418826,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35461 bytes>","time":"2026-03-06T19:21:55.605652651Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1330,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915789632172:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915789632172%3Amatrix.theocloud.dev","duration":2.175515,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:55.608080994Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1331,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/qlFWliaXOrPVGWDCUIjgyPjs?user_id=%40whatsapp_4915789632172%3Amatrix.theocloud.dev","duration":2.9391,"status_code":200,"response_length":35461,"response_mime":"image/jpeg","time":"2026-03-06T19:21:55.611103765Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1332,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915789632172:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915789632172%3Amatrix.theocloud.dev","duration":4.33343,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qlFWliaXOrPVGWDCUIjgyPjs"},"time":"2026-03-06T19:21:55.615712513Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"221745000792223@lid","alternate_jid":"4915789632172@s.whatsapp.net","time":"2026-03-06T19:21:55.61622704Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1333,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-242661625704624%3Amatrix.theocloud.dev","duration":3.060137,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-242661625704624","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:55.619924277Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1334,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242661625704624:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-242661625704624%3Amatrix.theocloud.dev","duration":1.985754,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:55.622207349Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1335,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242661625704624:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-242661625704624%3Amatrix.theocloud.dev","duration":5.84244,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Chris (WA)"},"time":"2026-03-06T19:21:55.628218109Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:55.62903673Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:55.778718081Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1336,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-242661625704624%3Amatrix.theocloud.dev","duration":74.363234,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32434 bytes>","time":"2026-03-06T19:21:55.860893724Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1337,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242661625704624:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-242661625704624%3Amatrix.theocloud.dev","duration":2.301091,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:55.86356491Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1338,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/uqwUMQmMtuKNwqDZtQRUNROn?user_id=%40whatsapp_lid-242661625704624%3Amatrix.theocloud.dev","duration":2.314362,"status_code":200,"response_length":32434,"response_mime":"image/jpeg","time":"2026-03-06T19:21:55.86600373Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1339,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242661625704624:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-242661625704624%3Amatrix.theocloud.dev","duration":4.699752,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uqwUMQmMtuKNwqDZtQRUNROn"},"time":"2026-03-06T19:21:55.871058629Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1340,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491792276137%3Amatrix.theocloud.dev","duration":3.188437,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491792276137","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:55.87521878Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1341,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792276137:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491792276137%3Amatrix.theocloud.dev","duration":2.218328,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:21:55.877776612Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1342,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792276137:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491792276137%3Amatrix.theocloud.dev","duration":6.255418,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Chris (WA)"},"time":"2026-03-06T19:21:55.884209568Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:55.885010588Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:56.045556244Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1343,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491792276137%3Amatrix.theocloud.dev","duration":71.794298,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32434 bytes>","time":"2026-03-06T19:21:56.128189773Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1344,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792276137:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491792276137%3Amatrix.theocloud.dev","duration":2.18229,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:56.130769954Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1345,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/GhPAfJDdLGPFnSRSMjQQFhwB?user_id=%40whatsapp_491792276137%3Amatrix.theocloud.dev","duration":2.147648,"status_code":200,"response_length":32434,"response_mime":"image/jpeg","time":"2026-03-06T19:21:56.133042479Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1346,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792276137:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491792276137%3Amatrix.theocloud.dev","duration":3.520606,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GhPAfJDdLGPFnSRSMjQQFhwB"},"time":"2026-03-06T19:21:56.136759691Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"242661625704624@lid","alternate_jid":"491792276137@s.whatsapp.net","time":"2026-03-06T19:21:56.137108832Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"2864843874519@lid","time":"2026-03-06T19:21:56.137359287Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1347,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-2864843874519%3Amatrix.theocloud.dev","duration":2.391118,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-2864843874519","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:56.139934369Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1348,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-2864843874519:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-2864843874519%3Amatrix.theocloud.dev","duration":1.994973,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:21:56.142261022Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1349,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-2864843874519:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-2864843874519%3Amatrix.theocloud.dev","duration":6.144578,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tobi (WA)"},"time":"2026-03-06T19:21:56.148587539Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:56.149183223Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:56.308823165Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1350,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-2864843874519%3Amatrix.theocloud.dev","duration":73.184996,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<36841 bytes>","time":"2026-03-06T19:21:56.392850815Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1351,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-2864843874519:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-2864843874519%3Amatrix.theocloud.dev","duration":2.050009,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:56.395267006Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1352,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/taEGixkeufEhNrZBFowNzLep?user_id=%40whatsapp_lid-2864843874519%3Amatrix.theocloud.dev","duration":2.786355,"status_code":200,"response_length":36841,"response_mime":"image/jpeg","time":"2026-03-06T19:21:56.398251922Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1353,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-2864843874519:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-2864843874519%3Amatrix.theocloud.dev","duration":4.640107,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/taEGixkeufEhNrZBFowNzLep"},"time":"2026-03-06T19:21:56.403251157Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917620408160@s.whatsapp.net","time":"2026-03-06T19:21:56.404038Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1354,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917620408160%3Amatrix.theocloud.dev","duration":3.367582,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917620408160","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:56.40772511Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1355,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620408160:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917620408160%3Amatrix.theocloud.dev","duration":2.184106,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:56.410350688Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1356,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620408160:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917620408160%3Amatrix.theocloud.dev","duration":6.326726,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917620408160 (WA)"},"time":"2026-03-06T19:21:56.416848807Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:56.417599122Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:56.584814848Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1357,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917620408160%3Amatrix.theocloud.dev","duration":70.390609,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<60078 bytes>","time":"2026-03-06T19:21:56.66682273Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1358,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620408160:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917620408160%3Amatrix.theocloud.dev","duration":2.065583,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:56.669247163Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1359,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/JehWMyvxxyWtKVVWfnMEGtHX?user_id=%40whatsapp_4917620408160%3Amatrix.theocloud.dev","duration":2.05378,"status_code":200,"response_length":60078,"response_mime":"image/jpeg","time":"2026-03-06T19:21:56.671465771Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1360,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620408160:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917620408160%3Amatrix.theocloud.dev","duration":3.976955,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JehWMyvxxyWtKVVWfnMEGtHX"},"time":"2026-03-06T19:21:56.675702329Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1361,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917647781821%3Amatrix.theocloud.dev","duration":2.71344,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917647781821","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:56.679454532Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1362,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917647781821:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917647781821%3Amatrix.theocloud.dev","duration":1.805631,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:56.681627393Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1363,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917647781821:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917647781821%3Amatrix.theocloud.dev","duration":5.624114,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"andac (WA)"},"time":"2026-03-06T19:21:56.68740949Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:56.68814828Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:56.842872658Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1364,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917647781821%3Amatrix.theocloud.dev","duration":75.072691,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35125 bytes>","time":"2026-03-06T19:21:56.929367064Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1365,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917647781821:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917647781821%3Amatrix.theocloud.dev","duration":2.089609,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:56.931813707Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1366,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ELryHeXyYAaZzhyBXPiviISk?user_id=%40whatsapp_4917647781821%3Amatrix.theocloud.dev","duration":2.131026,"status_code":200,"response_length":35125,"response_mime":"image/jpeg","time":"2026-03-06T19:21:56.934083788Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1367,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917647781821:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917647781821%3Amatrix.theocloud.dev","duration":4.564258,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ELryHeXyYAaZzhyBXPiviISk"},"time":"2026-03-06T19:21:56.938999003Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1368,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-275883097071617%3Amatrix.theocloud.dev","duration":3.192627,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-275883097071617","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:56.943080931Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1369,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-275883097071617:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-275883097071617%3Amatrix.theocloud.dev","duration":2.14639,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:56.945647423Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1370,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-275883097071617:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-275883097071617%3Amatrix.theocloud.dev","duration":6.100367,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"andac (WA)"},"time":"2026-03-06T19:21:56.951904307Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:56.952636183Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:57.107625891Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1371,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-275883097071617%3Amatrix.theocloud.dev","duration":71.519329,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35125 bytes>","time":"2026-03-06T19:21:57.192165274Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1372,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-275883097071617:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-275883097071617%3Amatrix.theocloud.dev","duration":1.99644,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:57.194528805Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1373,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/sCTgPORBQRLSQYTETlrunLuQ?user_id=%40whatsapp_lid-275883097071617%3Amatrix.theocloud.dev","duration":2.15547,"status_code":200,"response_length":35125,"response_mime":"image/jpeg","time":"2026-03-06T19:21:57.196821724Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1374,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-275883097071617:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-275883097071617%3Amatrix.theocloud.dev","duration":4.192348,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sCTgPORBQRLSQYTETlrunLuQ"},"time":"2026-03-06T19:21:57.201252514Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917647781821@s.whatsapp.net","alternate_jid":"275883097071617@lid","time":"2026-03-06T19:21:57.201781429Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1375,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-191783325712532%3Amatrix.theocloud.dev","duration":3.011107,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-191783325712532","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:57.205435923Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1376,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-191783325712532:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-191783325712532%3Amatrix.theocloud.dev","duration":1.917867,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:57.207691477Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1377,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-191783325712532:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-191783325712532%3Amatrix.theocloud.dev","duration":5.641295,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Merle Lea Luttropp (WA)"},"time":"2026-03-06T19:21:57.213445846Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:57.21391791Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:57.373842947Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1378,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-191783325712532%3Amatrix.theocloud.dev","duration":77.086172,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<50247 bytes>","time":"2026-03-06T19:21:57.46396859Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1379,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-191783325712532:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-191783325712532%3Amatrix.theocloud.dev","duration":2.259116,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:57.466614841Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1380,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/fdeTsjNRYDPfSVWauhNnyKUu?user_id=%40whatsapp_lid-191783325712532%3Amatrix.theocloud.dev","duration":2.165877,"status_code":200,"response_length":50247,"response_mime":"image/jpeg","time":"2026-03-06T19:21:57.468892745Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1381,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-191783325712532:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-191783325712532%3Amatrix.theocloud.dev","duration":4.629491,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fdeTsjNRYDPfSVWauhNnyKUu"},"time":"2026-03-06T19:21:57.47379043Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1382,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917641110808%3Amatrix.theocloud.dev","duration":3.423526,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917641110808","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:57.478166672Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1383,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641110808:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641110808%3Amatrix.theocloud.dev","duration":2.082974,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:57.480601162Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1384,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641110808:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641110808%3Amatrix.theocloud.dev","duration":6.094501,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Merle Lea Luttropp (WA)"},"time":"2026-03-06T19:21:57.486850713Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:57.487556818Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:57.673145654Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1385,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917641110808%3Amatrix.theocloud.dev","duration":71.867284,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<50247 bytes>","time":"2026-03-06T19:21:57.752980885Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1386,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641110808:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917641110808%3Amatrix.theocloud.dev","duration":2.301161,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:57.755649346Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1387,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/AuuNEdRZnQmoKCZoaSuRTMFb?user_id=%40whatsapp_4917641110808%3Amatrix.theocloud.dev","duration":2.170138,"status_code":200,"response_length":50247,"response_mime":"image/jpeg","time":"2026-03-06T19:21:57.757937377Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1388,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641110808:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917641110808%3Amatrix.theocloud.dev","duration":5.316738,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AuuNEdRZnQmoKCZoaSuRTMFb"},"time":"2026-03-06T19:21:57.763499471Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"191783325712532@lid","alternate_jid":"4917641110808@s.whatsapp.net","time":"2026-03-06T19:21:57.764034253Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"228500967542864@lid","time":"2026-03-06T19:21:57.764364257Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1389,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-228500967542864%3Amatrix.theocloud.dev","duration":3.207294,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-228500967542864","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:57.767824659Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1390,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-228500967542864:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-228500967542864%3Amatrix.theocloud.dev","duration":1.885111,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:57.770036352Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1391,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-228500967542864:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-228500967542864%3Amatrix.theocloud.dev","duration":5.503077,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Imo (WA)"},"time":"2026-03-06T19:21:57.775708378Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:57.776500179Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:57.947533131Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1392,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-228500967542864:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-228500967542864%3Amatrix.theocloud.dev","duration":2.542117,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:57.950383461Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"40570445631616@lid","time":"2026-03-06T19:21:57.951109331Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1393,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-40570445631616%3Amatrix.theocloud.dev","duration":3.380712,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-40570445631616","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:57.954741126Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1394,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40570445631616:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-40570445631616%3Amatrix.theocloud.dev","duration":2.152536,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:57.957195451Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1395,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40570445631616:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-40570445631616%3Amatrix.theocloud.dev","duration":6.170978,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nick (WA)"},"time":"2026-03-06T19:21:57.963522876Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:57.964255171Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:58.120787484Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1396,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40570445631616:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-40570445631616%3Amatrix.theocloud.dev","duration":2.58472,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:58.123671059Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915224432375@s.whatsapp.net","alternate_jid":"231584770842851@lid","time":"2026-03-06T19:21:58.124173574Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915233687713@s.whatsapp.net","time":"2026-03-06T19:21:58.124534169Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1397,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915233687713%3Amatrix.theocloud.dev","duration":3.694373,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915233687713","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:58.128494502Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1398,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915233687713:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915233687713%3Amatrix.theocloud.dev","duration":2.159242,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:58.130964262Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1399,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915233687713:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915233687713%3Amatrix.theocloud.dev","duration":6.411445,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mohammed Chahrour (WA)"},"time":"2026-03-06T19:21:58.137546541Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:58.138260957Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:58.298542329Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1400,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915233687713%3Amatrix.theocloud.dev","duration":72.420782,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<67403 bytes>","time":"2026-03-06T19:21:58.386356125Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1401,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915233687713:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915233687713%3Amatrix.theocloud.dev","duration":1.963055,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:58.388647368Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1402,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/uoKPPdTMErjqgSNzQPXAUZNq?user_id=%40whatsapp_4915233687713%3Amatrix.theocloud.dev","duration":2.132143,"status_code":200,"response_length":67403,"response_mime":"image/jpeg","time":"2026-03-06T19:21:58.390871633Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1403,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915233687713:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915233687713%3Amatrix.theocloud.dev","duration":4.356058,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uoKPPdTMErjqgSNzQPXAUZNq"},"time":"2026-03-06T19:21:58.395390773Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1404,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917610305000%3Amatrix.theocloud.dev","duration":2.927506,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917610305000","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:58.398997914Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1405,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917610305000:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917610305000%3Amatrix.theocloud.dev","duration":1.9164,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:58.401213308Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1406,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917610305000:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917610305000%3Amatrix.theocloud.dev","duration":5.341602,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vivian (WA)"},"time":"2026-03-06T19:21:58.406666448Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:58.40711274Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:58.789256338Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1407,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917610305000%3Amatrix.theocloud.dev","duration":75.388099,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<103432 bytes>","time":"2026-03-06T19:21:58.877614204Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1408,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917610305000:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917610305000%3Amatrix.theocloud.dev","duration":2.303256,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:58.880268697Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1409,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/DwaDNrDQNrfnkriZbATCtiSv?user_id=%40whatsapp_4917610305000%3Amatrix.theocloud.dev","duration":2.132911,"status_code":200,"response_length":103432,"response_mime":"image/jpeg","time":"2026-03-06T19:21:58.882551559Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1410,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917610305000:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917610305000%3Amatrix.theocloud.dev","duration":4.560836,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DwaDNrDQNrfnkriZbATCtiSv"},"time":"2026-03-06T19:21:58.887316125Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1411,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-25696839700643%3Amatrix.theocloud.dev","duration":3.089121,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-25696839700643","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:58.891310121Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1412,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25696839700643:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-25696839700643%3Amatrix.theocloud.dev","duration":2.075291,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:21:58.893737348Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1413,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25696839700643:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-25696839700643%3Amatrix.theocloud.dev","duration":6.219658,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vivian (WA)"},"time":"2026-03-06T19:21:58.900127351Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:58.900892682Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:59.056881412Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1414,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-25696839700643%3Amatrix.theocloud.dev","duration":74.810852,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<103432 bytes>","time":"2026-03-06T19:21:59.140487913Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1415,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25696839700643:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-25696839700643%3Amatrix.theocloud.dev","duration":2.378895,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:59.143239138Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1416,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/JhBKMZmGhSHRJjkUryvmpKGs?user_id=%40whatsapp_lid-25696839700643%3Amatrix.theocloud.dev","duration":2.459214,"status_code":200,"response_length":103432,"response_mime":"image/jpeg","time":"2026-03-06T19:21:59.146113005Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1417,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25696839700643:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-25696839700643%3Amatrix.theocloud.dev","duration":5.55071,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JhBKMZmGhSHRJjkUryvmpKGs"},"time":"2026-03-06T19:21:59.1520241Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917610305000@s.whatsapp.net","alternate_jid":"25696839700643@lid","time":"2026-03-06T19:21:59.152615873Z","message":"Synced alternate ghost with info"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":801,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1910_955_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30003.546449,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:21:59.152866327Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1419,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917636343979%3Amatrix.theocloud.dev","duration":3.761282,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917636343979","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:59.159259753Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1420,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917636343979:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917636343979%3Amatrix.theocloud.dev","duration":2.331473,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:59.161995472Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1421,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917636343979:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917636343979%3Amatrix.theocloud.dev","duration":6.774555,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":". (WA)"},"time":"2026-03-06T19:21:59.168925146Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:59.169670083Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:59.326952291Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1422,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917636343979%3Amatrix.theocloud.dev","duration":71.038256,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26038 bytes>","time":"2026-03-06T19:21:59.407993139Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1423,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917636343979:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917636343979%3Amatrix.theocloud.dev","duration":1.797459,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:59.410054951Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1424,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VBFsZZqXbjKwAhDcvtRejmCi?user_id=%40whatsapp_4917636343979%3Amatrix.theocloud.dev","duration":1.635635,"status_code":200,"response_length":26038,"response_mime":"image/jpeg","time":"2026-03-06T19:21:59.411790599Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1425,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917636343979:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917636343979%3Amatrix.theocloud.dev","duration":3.601065,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VBFsZZqXbjKwAhDcvtRejmCi"},"time":"2026-03-06T19:21:59.415541894Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:59.416270907Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:59.572045781Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917636343979@s.whatsapp.net","alternate_jid":"54975749202069@lid","time":"2026-03-06T19:21:59.572403024Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1426,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":3.738234,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917641870516","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:59.576660954Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1427,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641870516:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":2.296133,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:21:59.579288488Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1428,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641870516:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":5.880783,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Theo Leuthardt (WA)"},"time":"2026-03-06T19:21:59.585380195Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:59.58609929Z","message":"0401175f321e124c7bf110"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:21:59.74240713Z","message":""} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"create portals from history sync","limit":-1,"conversation_count":27,"login_timestamp":1772824846,"time":"2026-03-06T19:21:59.793427212Z","message":"Creating portals from history sync"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:59.794523176Z","message":""} +{"level":"info","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","time":"2026-03-06T19:21:59.794705325Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4915903048642","time":"2026-03-06T19:21:59.794814697Z","message":"Updating other user ID in DM portal"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1429,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/capabilities?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2.274761,"status_code":200,"response_length":547,"response_mime":"application/json","time":"2026-03-06T19:21:59.798264134Z","message":"Request completed"} +{"level":"debug","transaction_id":"1228","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:21:59.858581472Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1228","time":"2026-03-06T19:21:59.85894961Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1431,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":133.995768,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<52399 bytes>","time":"2026-03-06T19:21:59.939654237Z","message":"Request completed"} +{"level":"debug","transaction_id":"1229","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:21:59.945382276Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1229","time":"2026-03-06T19:21:59.945642019Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1432,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641870516:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":6.337482,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:21:59.946365654Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1433,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":5.741309,"status_code":200,"response_length":52399,"response_mime":"image/jpeg","time":"2026-03-06T19:21:59.952241479Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1434,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641870516:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":8.832944,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS"},"time":"2026-03-06T19:21:59.961316496Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1418,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1910_955_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":813.069602,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:21:59.966450527Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:21:59.966736","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:21:59.966757553Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:21:59.966736","time":"2026-03-06T19:21:59.966950737Z","message":"Finished handling device list changes"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1435,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":7.107283,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-195790463058158","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:21:59.96913575Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1437,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-195790463058158:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":3.03681,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:21:59.972552361Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1438,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-195790463058158:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":15.954405,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Theo Leuthardt (WA)"},"time":"2026-03-06T19:21:59.988654483Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:21:59.989421839Z","message":"0401175f321e124c7bf110"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.011703529Z","message":"admin_addall_member_share"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:00.012283708Z","message":"Unknown element in group node 120363163455706585@g.us: all_member_share"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:00.012369404Z","message":"Unknown element in group node 120363163455706585@g.us: "} +{"level":"info","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","time":"2026-03-06T19:22:00.030696139Z","message":"Creating Matrix room"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.031375704Z","message":""} +{"level":"info","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","time":"2026-03-06T19:22:00.031503934Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"491736748726","time":"2026-03-06T19:22:00.03160332Z","message":"Updating other user ID in DM portal"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.033195373Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1430,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":253.924548,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915903048642@s.whatsapp.net","displayname":"Anastasia (WA)","avatar_url":"mxc://matrix.theocloud.dev/hospTNjwHxazNUQHfktPZToC","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915903048642@s.whatsapp.net","displayname":"Anastasia (WA)","avatar_url":"mxc://matrix.theocloud.dev/hospTNjwHxazNUQHfktPZToC","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Anastasia (WA)"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/hospTNjwHxazNUQHfktPZToC"}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4915903048642@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:00.053418883Z","message":"Request completed"} +{"level":"info","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","room_id":"!mMUaMjiwvONNjaXkHE:matrix.theocloud.dev","time":"2026-03-06T19:22:00.054204049Z","message":"Matrix room created"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1440,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":17.715407,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:00.072836972Z","message":"Request completed"} +{"level":"debug","transaction_id":"1230","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.075896131Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1230","time":"2026-03-06T19:22:00.076174312Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1441,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":11.60135,"status_code":200,"response_length":329,"response_mime":"application/json","time":"2026-03-06T19:22:00.084871064Z","message":"Request completed"} +{"level":"debug","transaction_id":"1231","content":{"pdu":11,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.090018924Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1231","time":"2026-03-06T19:22:00.090579337Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1442,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":8.913611,"status_code":200,"response_length":478,"response_mime":"application/json","time":"2026-03-06T19:22:00.094390766Z","message":"Request completed"} +{"level":"debug","transaction_id":"1232","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.134867958Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1232","time":"2026-03-06T19:22:00.13517666Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.14431719Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1443,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915903048642:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":78.494191,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hospTNjwHxazNUQHfktPZToC","displayname":"Anastasia (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:00.173688981Z","message":"Request completed"} +{"level":"debug","transaction_id":"1233","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.191807586Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1233","time":"2026-03-06T19:22:00.19212027Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.217940096Z","message":"all_member_shareadmin_add"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:00.218070282Z","message":"Unknown element in group node 120363192861790277@g.us: all_member_share"} +{"level":"info","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","time":"2026-03-06T19:22:00.219420052Z","message":"Creating Matrix room"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.220366554Z","message":""} +{"level":"info","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","time":"2026-03-06T19:22:00.220401755Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"491628947581","time":"2026-03-06T19:22:00.220453298Z","message":"Updating other user ID in DM portal"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:00.221313126Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.223248872Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1446,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":12.399297,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491628947581","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.233965391Z","message":"Request completed"} +{"level":"debug","transaction_id":"1234","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.239567923Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1234","time":"2026-03-06T19:22:00.239882632Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1447,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491628947581:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":7.470951,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:00.241869364Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1436,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1912_955_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":296.297117,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:00.263440758Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:00.263723","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:00.263745969Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:00.263723","time":"2026-03-06T19:22:00.263933984Z","message":"Finished handling device list changes"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1448,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491628947581:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":32.405039,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Claudia Leuthardt (WA)"},"time":"2026-03-06T19:22:00.274451103Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.275307857Z","message":"04012338ad0e79efa6c43c"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1444,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":120.426056,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<52399 bytes>","time":"2026-03-06T19:22:00.277959906Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1450,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-195790463058158:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":6.128375,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:00.284874494Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1451,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":3.979679,"status_code":200,"response_length":52399,"response_mime":"image/jpeg","time":"2026-03-06T19:22:00.289018372Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1452,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-195790463058158:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":11.690677,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ"},"time":"2026-03-06T19:22:00.300984228Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917641870516@s.whatsapp.net","alternate_jid":"195790463058158@lid","time":"2026-03-06T19:22:00.301581797Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.30335998Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1453,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-131026634416177%3Amatrix.theocloud.dev","duration":5.689067,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-131026634416177","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.307903425Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1445,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915903048642:matrix.theocloud.dev?user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":141.267739,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hospTNjwHxazNUQHfktPZToC","displayname":"Anastasia (WA)","membership":"join"},"time":"2026-03-06T19:22:00.315514061Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1454,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-131026634416177:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-131026634416177%3Amatrix.theocloud.dev","duration":7.735165,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:00.315992131Z","message":"Request completed"} +{"level":"debug","transaction_id":"1235","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.341362243Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1235","time":"2026-03-06T19:22:00.34168687Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1455,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-131026634416177:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-131026634416177%3Amatrix.theocloud.dev","duration":39.712978,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Karl (WA)"},"time":"2026-03-06T19:22:00.355907372Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.35667815Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1439,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":360.865819,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491736748726@s.whatsapp.net","displayname":"Domi (WA)","avatar_url":"mxc://matrix.theocloud.dev/UekhuwOSCuOveNyLTOPeVYPK","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491736748726@s.whatsapp.net","displayname":"Domi (WA)","avatar_url":"mxc://matrix.theocloud.dev/UekhuwOSCuOveNyLTOPeVYPK","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Domi (WA)"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/UekhuwOSCuOveNyLTOPeVYPK"}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!491736748726@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:00.396410824Z","message":"Request completed"} +{"level":"info","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","room_id":"!lZlymPnIGrcecKHucv:matrix.theocloud.dev","time":"2026-03-06T19:22:00.396940298Z","message":"Matrix room created"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1458,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":16.441275,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:00.414201031Z","message":"Request completed"} +{"level":"debug","transaction_id":"1236","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.418166043Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1236","time":"2026-03-06T19:22:00.418473768Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1459,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":9.739496,"status_code":200,"response_length":329,"response_mime":"application/json","time":"2026-03-06T19:22:00.424473912Z","message":"Request completed"} +{"level":"debug","transaction_id":"1237","content":{"pdu":11,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.435610182Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1237","time":"2026-03-06T19:22:00.436011426Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1457,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":119.374162,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<29690 bytes>","time":"2026-03-06T19:22:00.437975039Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:00.438979929Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1460,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":18.411524,"status_code":200,"response_length":478,"response_mime":"application/json","time":"2026-03-06T19:22:00.443494599Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1461,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-111918626934878%3Amatrix.theocloud.dev","duration":8.745432,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-111918626934878","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.447984894Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1463,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-111918626934878:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-111918626934878%3Amatrix.theocloud.dev","duration":7.261565,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:00.455580444Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1456,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":143.255518,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:00.459801428Z","message":"Request completed"} +{"level":"debug","transaction_id":"1238","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.476476744Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1238","time":"2026-03-06T19:22:00.476703102Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1464,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-111918626934878:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-111918626934878%3Amatrix.theocloud.dev","duration":36.206619,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917631251200 (WA)"},"time":"2026-03-06T19:22:00.492020337Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.492846291Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.502957766Z","message":"Hier teilen wir Fotos & Videos von unseren Trainings, Fortschritten und Events.all_member_addall_member_share"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:00.503265561Z","message":"Unknown element in group node 120363400918258753@g.us: all_member_share"} +{"level":"info","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","time":"2026-03-06T19:22:00.504858731Z","message":"Creating Matrix room"} +{"level":"info","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","time":"2026-03-06T19:22:00.505676374Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"491637362958","time":"2026-03-06T19:22:00.505778972Z","message":"Updating other user ID in DM portal"} +{"level":"info","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","time":"2026-03-06T19:22:00.506458397Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"491731828379","time":"2026-03-06T19:22:00.506562951Z","message":"Updating other user ID in DM portal"} +{"level":"info","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","time":"2026-03-06T19:22:00.507137333Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4917657607100","time":"2026-03-06T19:22:00.507247195Z","message":"Updating other user ID in DM portal"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.511854057Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.514056252Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.514868936Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:00.515837577Z","message":"Updating ghost info in IfNecessary call"} +{"level":"info","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","time":"2026-03-06T19:22:00.516361464Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4917620338641","time":"2026-03-06T19:22:00.516454982Z","message":"Updating other user ID in DM portal"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.517244269Z","message":""} +{"level":"info","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","time":"2026-03-06T19:22:00.517389401Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4917623702252","time":"2026-03-06T19:22:00.51750953Z","message":"Updating other user ID in DM portal"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1467,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-131026634416177:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-131026634416177%3Amatrix.theocloud.dev","duration":6.450137,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:00.520876623Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1468,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":12.744038,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491731828379","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.537181705Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1472,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917695159069%3Amatrix.theocloud.dev","duration":12.388191,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917695159069","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.542600553Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1473,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491731828379:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":7.227481,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:00.544729692Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1474,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695159069:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917695159069%3Amatrix.theocloud.dev","duration":12.002872,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:00.554993214Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1462,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/state/m.room.member/@whatsapp_491736748726:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":145.798683,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UekhuwOSCuOveNyLTOPeVYPK","displayname":"Domi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:00.590422211Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1465,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":141.462948,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:00.601928156Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1475,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491731828379:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":60.987752,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Alex (WA)"},"time":"2026-03-06T19:22:00.605928508Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.606833105Z","message":"040123fe0ff86c439c8721"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1476,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695159069:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917695159069%3Amatrix.theocloud.dev","duration":60.607253,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Karl (WA)"},"time":"2026-03-06T19:22:00.615759009Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.616531114Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1479,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":16.88638,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:00.619599073Z","message":"Request completed"} +{"level":"debug","transaction_id":"1239","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.625362382Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1239","time":"2026-03-06T19:22:00.625671154Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1240","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.642523171Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1240","time":"2026-03-06T19:22:00.642802261Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.65960909Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.660234177Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1481,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-111918626934878:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-111918626934878%3Amatrix.theocloud.dev","duration":12.562099,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:00.6731575Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:00.674103932Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1482,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-70476638453883%3Amatrix.theocloud.dev","duration":18.442883,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-70476638453883","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.692855098Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1483,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70476638453883:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-70476638453883%3Amatrix.theocloud.dev","duration":27.182169,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:00.7203855Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.730263353Z","message":"all_member_addall_member_share"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:00.730471832Z","message":"Unknown element in group node 120363173737697025@g.us: all_member_share"} +{"level":"info","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","time":"2026-03-06T19:22:00.732065981Z","message":"Creating Matrix room"} +{"level":"info","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","time":"2026-03-06T19:22:00.733052013Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4915150515988","time":"2026-03-06T19:22:00.733164529Z","message":"Updating other user ID in DM portal"} +{"level":"info","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","time":"2026-03-06T19:22:00.734299115Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"491783743461","time":"2026-03-06T19:22:00.734410653Z","message":"Updating other user ID in DM portal"} +{"level":"info","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","time":"2026-03-06T19:22:00.73523542Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"491605556877","time":"2026-03-06T19:22:00.735312875Z","message":"Updating other user ID in DM portal"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1477,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":150.281853,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<45643 bytes>","time":"2026-03-06T19:22:00.735919943Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.738259518Z","message":""} +{"level":"debug","transaction_id":"1241","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.742753026Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1241","time":"2026-03-06T19:22:00.742995238Z","message":"Finished dispatching events from transaction"} +{"level":"info","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","time":"2026-03-06T19:22:00.743885657Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4915735701057","time":"2026-03-06T19:22:00.743965347Z","message":"Updating other user ID in DM portal"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:00.747530791Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:00.747530791Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:00.75016049Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:00.750792283Z","message":"Updating ghost info in IfNecessary call"} +{"level":"info","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","time":"2026-03-06T19:22:00.753963259Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4915234825973","time":"2026-03-06T19:22:00.754062016Z","message":"Updating other user ID in DM portal"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.754882732Z","message":""} +{"level":"info","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","time":"2026-03-06T19:22:00.754979184Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4917680834617","time":"2026-03-06T19:22:00.755063623Z","message":"Updating other user ID in DM portal"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:00.756023883Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1485,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":13.218616,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491783743461","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.761018649Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1486,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":14.510278,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-27956059590853","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.762417169Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1488,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":15.07565,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915735701057","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.766100647Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1489,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491605556877%3Amatrix.theocloud.dev","duration":15.888963,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491605556877","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.77039713Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1490,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":15.958874,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917680834617","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.772202202Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.772728184Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.775063079Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1492,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783743461:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":14.329037,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:00.775682439Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1493,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-27956059590853:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":14.902442,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:00.777601983Z","message":"Request completed"} +{"level":"debug","transaction_id":"1242","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.779100098Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1242","time":"2026-03-06T19:22:00.779620004Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1494,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735701057:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":14.427095,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:00.780826248Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1495,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491605556877:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491605556877%3Amatrix.theocloud.dev","duration":14.963973,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:00.785677069Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1496,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680834617:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":15.384912,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:00.787861663Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1497,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695159069:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917695159069%3Amatrix.theocloud.dev","duration":16.780987,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:00.789724495Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"131026634416177@lid","alternate_jid":"4917695159069@s.whatsapp.net","time":"2026-03-06T19:22:00.790276528Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"168212561981526@lid","alt_jid":"4917672322250@s.whatsapp.net","source_push_name":"Dya Singh","alt_push_name":"Dya","time":"2026-03-06T19:22:00.790696559Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1503,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-168212561981526%3Amatrix.theocloud.dev","duration":13.812205,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-168212561981526","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:00.804829269Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1484,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70476638453883:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-70476638453883%3Amatrix.theocloud.dev","duration":87.45313,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mumen Moawia (WA)"},"time":"2026-03-06T19:22:00.808028531Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.808828783Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1505,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-168212561981526:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-168212561981526%3Amatrix.theocloud.dev","duration":10.636689,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:00.81583675Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.844115721Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1498,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783743461:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":79.408635,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vitali (WA)"},"time":"2026-03-06T19:22:00.855239838Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1499,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-27956059590853:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":77.97687,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Alex (WA)"},"time":"2026-03-06T19:22:00.8557793Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.855922197Z","message":"040122ede527e7f5150b5d"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.856266309Z","message":"040123fe0ff86c439c8721"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1500,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735701057:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":75.887191,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Bes (WA)"},"time":"2026-03-06T19:22:00.856850819Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.857297599Z","message":"040121b11c61dcfed13771"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1501,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491605556877:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491605556877%3Amatrix.theocloud.dev","duration":81.802337,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vale (WA)"},"time":"2026-03-06T19:22:00.867624817Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.86814158Z","message":""} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1502,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680834617:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":80.735428,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sascha (WA)"},"time":"2026-03-06T19:22:00.868824567Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.86923908Z","message":"04011d43152bfd67ff6416"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1478,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/state/m.room.member/@whatsapp_491736748726:matrix.theocloud.dev?user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":284.321134,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UekhuwOSCuOveNyLTOPeVYPK","displayname":"Domi (WA)","membership":"join"},"time":"2026-03-06T19:22:00.875389665Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1506,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-168212561981526:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-168212561981526%3Amatrix.theocloud.dev","duration":88.858705,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Dya (WA)"},"time":"2026-03-06T19:22:00.904872016Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:00.905694897Z","message":""} +{"level":"debug","transaction_id":"1243","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:00.928688908Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1243","time":"2026-03-06T19:22:00.92907751Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1480,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":318.093124,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:00.938238642Z","message":"Request completed"} +{"level":"info","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:00.939151689Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1504,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":153.553542,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<85321 bytes>","time":"2026-03-06T19:22:00.947896283Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:00.957549733Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1510,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491628947581:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":22.098214,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:00.97165758Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1511,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70476638453883:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-70476638453883%3Amatrix.theocloud.dev","duration":16.465021,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:00.974423611Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:00.975492895Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1513,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ZIXtQzHyprijDOKfuxRNtixI?user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":22.732941,"status_code":200,"response_length":85321,"response_mime":"image/jpeg","time":"2026-03-06T19:22:00.994499265Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.000899675Z","message":"admin_linkall_member_addall_member_share"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:01.001002063Z","message":"Unknown element in group node 120363422109419332@g.us: admin_link"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:01.001053956Z","message":"Unknown element in group node 120363422109419332@g.us: all_member_share"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1514,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-130455353487454%3Amatrix.theocloud.dev","duration":25.629157,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-130455353487454","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:01.001453593Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.004209986Z","message":""} +{"level":"info","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","time":"2026-03-06T19:22:01.004359238Z","message":"Creating Matrix room"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.005525045Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.011995576Z","message":""} +{"level":"debug","transaction_id":"1244","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:01.017981123Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1244","time":"2026-03-06T19:22:01.018296461Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.026546152Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.029306805Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.034637791Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.054819815Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1516,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130455353487454:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-130455353487454%3Amatrix.theocloud.dev","duration":54.111926,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:01.056041914Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1515,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491628947581:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":71.898572,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZIXtQzHyprijDOKfuxRNtixI"},"time":"2026-03-06T19:22:01.066667847Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.070585715Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1517,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.029666,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<55685 bytes>","time":"2026-03-06T19:22:01.078906995Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1507,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":221.094729,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<30587 bytes>","time":"2026-03-06T19:22:01.085027827Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1523,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-168212561981526:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-168212561981526%3Amatrix.theocloud.dev","duration":26.48661,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:01.097424539Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.098250493Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.115598809Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1525,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491731828379:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":89.429386,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:01.174796646Z","message":"Request completed"} +{"level":"debug","transaction_id":"1245","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:01.183964483Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1245","time":"2026-03-06T19:22:01.1843109Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1528,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/kqQEaYFpnRMgETLNDUCxsbfg?user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":22.9366,"status_code":200,"response_length":30587,"response_mime":"image/jpeg","time":"2026-03-06T19:22:01.197935718Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.20652624Z","message":"all_member_shareadmin_add"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:01.206682826Z","message":"Unknown element in group node 120363417948931600@g.us: all_member_share"} +{"level":"info","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","time":"2026-03-06T19:22:01.208030851Z","message":"Creating Matrix room"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.209217889Z","message":""} +{"level":"info","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","time":"2026-03-06T19:22:01.211371404Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4917616043654","time":"2026-03-06T19:22:01.211475049Z","message":"Updating other user ID in DM portal"} +{"level":"info","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","time":"2026-03-06T19:22:01.212352058Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4917658289477","time":"2026-03-06T19:22:01.212423576Z","message":"Updating other user ID in DM portal"} +{"level":"info","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","time":"2026-03-06T19:22:01.215983085Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4915901353554","time":"2026-03-06T19:22:01.21607374Z","message":"Updating other user ID in DM portal"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1526,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":118.125803,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<190000 bytes>","time":"2026-03-06T19:22:01.218827967Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:01.221021571Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.221570042Z","message":""} +{"level":"info","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","time":"2026-03-06T19:22:01.221682628Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4915258731774","time":"2026-03-06T19:22:01.221737454Z","message":"Updating other user ID in DM portal"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:01.224582337Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:01.224711754Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1530,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917616043654%3Amatrix.theocloud.dev","duration":40.714655,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917616043654","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:01.262000998Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.262543602Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"168212561981526@lid","alternate_jid":"4917672322250@s.whatsapp.net","time":"2026-03-06T19:22:01.262651578Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"215492065255495@lid","time":"2026-03-06T19:22:01.263082714Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1532,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917658289477%3Amatrix.theocloud.dev","duration":46.757961,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917658289477","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:01.271573431Z","message":"Request completed"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1533,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915901353554%3Amatrix.theocloud.dev","duration":52.880399,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915901353554","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:01.277862094Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1529,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491731828379:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":84.427636,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kqQEaYFpnRMgETLNDUCxsbfg"},"time":"2026-03-06T19:22:01.282690146Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1536,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917616043654:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917616043654%3Amatrix.theocloud.dev","duration":41.450303,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:01.303957727Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1537,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-215492065255495%3Amatrix.theocloud.dev","duration":42.569384,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-215492065255495","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:01.305945715Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1512,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":344.945568,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26579 bytes>","time":"2026-03-06T19:22:01.308517026Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1538,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917658289477:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917658289477%3Amatrix.theocloud.dev","duration":36.956236,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:01.308946765Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:01.309560329Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1539,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915901353554:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915901353554%3Amatrix.theocloud.dev","duration":38.156195,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:01.316446631Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1521,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130455353487454:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-130455353487454%3Amatrix.theocloud.dev","duration":263.962828,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491739137913 (WA)"},"time":"2026-03-06T19:22:01.320231101Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.321270004Z","message":""} +{"level":"debug","transaction_id":"1246","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:01.321357167Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1246","time":"2026-03-06T19:22:01.321704492Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.336173842Z","message":""} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:01.336930303Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1542,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-215492065255495:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-215492065255495%3Amatrix.theocloud.dev","duration":41.314669,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:01.34761211Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1544,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-256693099352121%3Amatrix.theocloud.dev","duration":39.984176,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-256693099352121","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:01.349841473Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1518,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":344.898983,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26844 bytes>","time":"2026-03-06T19:22:01.365639222Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1546,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-138817721917594%3Amatrix.theocloud.dev","duration":47.603052,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-138817721917594","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:01.384833956Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1548,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256693099352121:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-256693099352121%3Amatrix.theocloud.dev","duration":41.000519,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:01.391193997Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1549,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783743461:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":42.061841,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:01.408072414Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1550,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138817721917594:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-138817721917594%3Amatrix.theocloud.dev","duration":35.320322,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:01.420641637Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1520,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":382.303675,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<69735 bytes>","time":"2026-03-06T19:22:01.422968709Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1519,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":395.803406,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<30587 bytes>","time":"2026-03-06T19:22:01.436076625Z","message":"Request completed"} +{"level":"debug","transaction_id":"1247","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:01.440484018Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1247","time":"2026-03-06T19:22:01.44126667Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1552,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/pdBxkhbkEzMdTweLoiuFiCMc?user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":36.203477,"status_code":200,"response_length":26844,"response_mime":"image/jpeg","time":"2026-03-06T19:22:01.44440908Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1554,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680834617:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":38.478936,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:01.4618352Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1524,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491605556877%3Amatrix.theocloud.dev","duration":382.636403,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43921 bytes>","time":"2026-03-06T19:22:01.467047175Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1555,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-27956059590853:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":36.934725,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:01.473389336Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1557,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XkUrOcJLxypIwkwNPfeIGgEU?user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":33.977326,"status_code":200,"response_length":69735,"response_mime":"image/jpeg","time":"2026-03-06T19:22:01.495943201Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.498156012Z","message":""} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1558,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491605556877:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491605556877%3Amatrix.theocloud.dev","duration":30.79329,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:01.49820092Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1559,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/AvlyffuDHEMFxceTihjFMwRW?user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":33.282885,"status_code":200,"response_length":30587,"response_mime":"image/jpeg","time":"2026-03-06T19:22:01.506832369Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1527,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":385.009362,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<52032 bytes>","time":"2026-03-06T19:22:01.512282646Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1556,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783743461:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":70.78396,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pdBxkhbkEzMdTweLoiuFiCMc"},"time":"2026-03-06T19:22:01.51546773Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.521359269Z","message":""} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:01.522090517Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.522906693Z","message":"all_member_addall_member_share"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:01.523047355Z","message":"Unknown element in group node 120363326854732201@g.us: all_member_share"} +{"level":"info","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","time":"2026-03-06T19:22:01.524243124Z","message":"Creating Matrix room"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"create portals from history sync","conversation_count":27,"time":"2026-03-06T19:22:01.524908371Z","message":"Finished creating portals from history sync"} +{"level":"info","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","time":"2026-03-06T19:22:01.525037509Z","message":"Creating Matrix room"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","old_other_user_id":"","new_other_user_id":"4917641870516","time":"2026-03-06T19:22:01.525110774Z","message":"Updating other user ID in DM portal"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.527701989Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1449,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1927_955_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1267.516088,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:01.53159702Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:01.531857","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:01.531869823Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:01.531857","time":"2026-03-06T19:22:01.532068664Z","message":"Finished handling device list changes"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1561,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/sOgcNAreFByddNrBezfIEICB?user_id=%40whatsapp_491605556877%3Amatrix.theocloud.dev","duration":42.875503,"status_code":200,"response_length":43921,"response_mime":"image/jpeg","time":"2026-03-06T19:22:01.541199695Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1563,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735701057:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":41.473421,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:01.554109049Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1565,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":44.110383,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-251745280225436","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:01.566464624Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1541,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917616043654:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917616043654%3Amatrix.theocloud.dev","duration":268.005784,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917616043654 (WA)"},"time":"2026-03-06T19:22:01.57217192Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1543,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917658289477:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917658289477%3Amatrix.theocloud.dev","duration":263.109985,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917658289477 (WA)"},"time":"2026-03-06T19:22:01.572232892Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.573047672Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1531,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":350.805608,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<8338 bytes>","time":"2026-03-06T19:22:01.574673039Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.574918325Z","message":""} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1560,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680834617:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":79.449493,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XkUrOcJLxypIwkwNPfeIGgEU"},"time":"2026-03-06T19:22:01.575710685Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:01.575811817Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1545,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915901353554:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915901353554%3Amatrix.theocloud.dev","duration":266.110895,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Aylin (WA)"},"time":"2026-03-06T19:22:01.58274163Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.583405481Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1562,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-27956059590853:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":88.243046,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AvlyffuDHEMFxceTihjFMwRW"},"time":"2026-03-06T19:22:01.595322726Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","has_name":true,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:01.5959409Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1569,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/pVtSEGQfGhUHQhabQLcIvJCU?user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":46.418878,"status_code":200,"response_length":52032,"response_mime":"image/jpeg","time":"2026-03-06T19:22:01.600682417Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1570,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251745280225436:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":44.795256,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:01.611658609Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1547,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-215492065255495:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-215492065255495%3Amatrix.theocloud.dev","duration":264.824402,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Erman (WA)"},"time":"2026-03-06T19:22:01.612625295Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.61338888Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.61727532Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1572,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":39.933959,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-46858126766286","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:01.617797181Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1568,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491605556877:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491605556877%3Amatrix.theocloud.dev","duration":77.382373,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sOgcNAreFByddNrBezfIEICB"},"time":"2026-03-06T19:22:01.618907113Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1573,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251745280225436:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":29.337918,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:01.625827777Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1551,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256693099352121:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-256693099352121%3Amatrix.theocloud.dev","duration":252.805885,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jules (WA)"},"time":"2026-03-06T19:22:01.644217091Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.644958746Z","message":""} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1576,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917616043654:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917616043654%3Amatrix.theocloud.dev","duration":30.592983,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:01.648195443Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1577,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-46858126766286:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":33.589772,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:01.651696842Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1574,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735701057:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":59.163544,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pVtSEGQfGhUHQhabQLcIvJCU"},"time":"2026-03-06T19:22:01.660150264Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1535,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":416.698797,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<756132 bytes>","time":"2026-03-06T19:22:01.665442348Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1553,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138817721917594:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-138817721917594%3Amatrix.theocloud.dev","duration":255.333265,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Paula (WA)"},"time":"2026-03-06T19:22:01.676216696Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.676951086Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1508,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":838.5391,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:01.714580951Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.729848667Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1583,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.286537,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<211840 bytes>","time":"2026-03-06T19:22:01.742726872Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.747912167Z","message":""} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1586,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915901353554:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915901353554%3Amatrix.theocloud.dev","duration":18.958458,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:01.767204959Z","message":"Request completed"} +{"level":"debug","transaction_id":"1248","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:01.770376843Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1248","time":"2026-03-06T19:22:01.770643431Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.806327491Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.807018859Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1579,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251745280225436:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":184.959837,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Chrissi (WA)"},"time":"2026-03-06T19:22:01.810934632Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1575,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251745280225436:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":199.174263,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Chrissi (WA)"},"time":"2026-03-06T19:22:01.811013973Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.811651004Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.813319534Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1588,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256693099352121:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-256693099352121%3Amatrix.theocloud.dev","duration":33.921033,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:01.841207458Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:01.84192362Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1581,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-46858126766286:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":197.694446,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Julius (WA)"},"time":"2026-03-06T19:22:01.849572669Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:01.850272977Z","message":""} +{"level":"debug","transaction_id":"1249","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:01.868787448Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1249","time":"2026-03-06T19:22:01.869069889Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1590,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":38.904555,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-59622887026730","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:01.881115366Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1591,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59622887026730:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":45.32906,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:01.926848881Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:01.970641762Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1584,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-130455353487454%3Amatrix.theocloud.dev","duration":293.292505,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<83979 bytes>","time":"2026-03-06T19:22:01.97706054Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:02.000606514Z","message":""} +{"level":"debug","transaction_id":"1250","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:02.016508676Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1250","time":"2026-03-06T19:22:02.016833163Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1592,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":115.610645,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<15220 bytes>","time":"2026-03-06T19:22:02.023275688Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1595,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130455353487454:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-130455353487454%3Amatrix.theocloud.dev","duration":47.009882,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:02.024446174Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:02.03126864Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:02.033580557Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1597,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WJKInHLEkPvWFRukBlVYLEki?user_id=%40whatsapp_lid-130455353487454%3Amatrix.theocloud.dev","duration":25.840081,"status_code":200,"response_length":83979,"response_mime":"image/jpeg","time":"2026-03-06T19:22:02.050420421Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1598,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-215492065255495:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-215492065255495%3Amatrix.theocloud.dev","duration":27.983887,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:02.061898429Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4367762146282@s.whatsapp.net","time":"2026-03-06T19:22:02.062819508Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1601,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4367762146282%3Amatrix.theocloud.dev","duration":31.755367,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4367762146282","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:02.09487317Z","message":"Request completed"} +{"level":"debug","transaction_id":"1251","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:02.111444491Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1251","time":"2026-03-06T19:22:02.112222673Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1599,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130455353487454:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-130455353487454%3Amatrix.theocloud.dev","duration":71.524218,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WJKInHLEkPvWFRukBlVYLEki"},"time":"2026-03-06T19:22:02.122352447Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:02.123393795Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1603,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4367762146282:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4367762146282%3Amatrix.theocloud.dev","duration":42.68637,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:02.137898834Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1604,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-49997882073306%3Amatrix.theocloud.dev","duration":59.951504,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-49997882073306","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:02.183658052Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1589,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917658289477%3Amatrix.theocloud.dev","duration":364.492236,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34090 bytes>","time":"2026-03-06T19:22:02.205643261Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1593,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59622887026730:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":302.567271,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Felix (WA)"},"time":"2026-03-06T19:22:02.229695731Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:02.230595508Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:02.230887029Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1606,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-49997882073306:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-49997882073306%3Amatrix.theocloud.dev","duration":53.271236,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:02.23736643Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1608,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917658289477:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917658289477%3Amatrix.theocloud.dev","duration":56.040899,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:02.262132617Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1611,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/tTwLLBqsJPDFaInkxxZKjZwa?user_id=%40whatsapp_4917658289477%3Amatrix.theocloud.dev","duration":49.418112,"status_code":200,"response_length":34090,"response_mime":"image/jpeg","time":"2026-03-06T19:22:02.311738185Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1596,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":348.422173,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<15127 bytes>","time":"2026-03-06T19:22:02.329958201Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1594,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":405.517689,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<46568 bytes>","time":"2026-03-06T19:22:02.344880478Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:02.345781582Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1613,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251745280225436:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":51.177437,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:02.381523472Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:02.391392734Z","message":""} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1614,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":52.286601,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-187849085329414","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:02.398353698Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1612,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917658289477:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917658289477%3Amatrix.theocloud.dev","duration":112.08969,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tTwLLBqsJPDFaInkxxZKjZwa"},"time":"2026-03-06T19:22:02.424226814Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1615,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LXWwZVePUhXHkbHUxnFqIiaB?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":54.045996,"status_code":200,"response_length":15127,"response_mime":"image/jpeg","time":"2026-03-06T19:22:02.43570573Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1616,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59622887026730:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":52.094675,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:02.443864487Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:02.445259096Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1617,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-187849085329414:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":50.374321,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:02.449005781Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1567,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1955_955_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":934.086662,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:02.466367856Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:02.466717","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:02.466732362Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:02.466717","time":"2026-03-06T19:22:02.466962702Z","message":"Finished handling device list changes"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1600,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":425.754887,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<9803 bytes>","time":"2026-03-06T19:22:02.482887005Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1605,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4367762146282:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4367762146282%3Amatrix.theocloud.dev","duration":368.168102,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4367762146282 (WA)"},"time":"2026-03-06T19:22:02.506269966Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:02.507085165Z","message":""} +{"level":"debug","transaction_id":"1252","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:02.509693003Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1252","time":"2026-03-06T19:22:02.50996413Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1620,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-141188745167008%3Amatrix.theocloud.dev","duration":68.70811,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-141188745167008","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:02.514282893Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":1466,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2010.037376,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491637362958@s.whatsapp.net","displayname":"FloJ (WA)","avatar_url":"mxc://matrix.theocloud.dev/oHURlkhlQKAlDyqbcEDHaxsG","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491637362958@s.whatsapp.net","displayname":"FloJ (WA)","avatar_url":"mxc://matrix.theocloud.dev/oHURlkhlQKAlDyqbcEDHaxsG","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"FloJ (WA)"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/oHURlkhlQKAlDyqbcEDHaxsG"}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!491637362958@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:02.523492147Z","message":"Request completed"} +{"level":"info","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","room_id":"!xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev","time":"2026-03-06T19:22:02.52409726Z","message":"Matrix room created"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1602,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-138817721917594%3Amatrix.theocloud.dev","duration":455.061097,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40959 bytes>","time":"2026-03-06T19:22:02.524310349Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1623,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-46858126766286:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":49.024271,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:02.532302183Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1619,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-251745280225436:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":111.503085,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LXWwZVePUhXHkbHUxnFqIiaB"},"time":"2026-03-06T19:22:02.547481269Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1624,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-141188745167008:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-141188745167008%3Amatrix.theocloud.dev","duration":45.075812,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:02.559775104Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1626,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138817721917594:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-138817721917594%3Amatrix.theocloud.dev","duration":45.371943,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:02.571229995Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1627,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/CBaHFbcIsutovHAvcmuIhbcC?user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":51.597887,"status_code":200,"response_length":9803,"response_mime":"image/jpeg","time":"2026-03-06T19:22:02.584086409Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1610,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-49997882073306:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-49997882073306%3Amatrix.theocloud.dev","duration":353.649722,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491786748116 (WA)"},"time":"2026-03-06T19:22:02.59124286Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:02.591986331Z","message":""} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":1625,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":93.726147,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:02.618835282Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1630,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/MsWeuvpskahBdUZmTLSdrYCL?user_id=%40whatsapp_lid-138817721917594%3Amatrix.theocloud.dev","duration":47.614506,"status_code":200,"response_length":40959,"response_mime":"image/jpeg","time":"2026-03-06T19:22:02.619040199Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1471,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2101.503151,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917657607100@s.whatsapp.net","displayname":"Alex (WA)","avatar_url":"mxc://matrix.theocloud.dev/YNWVkqhhjrMzHXcXqoAfgdLb","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917657607100@s.whatsapp.net","displayname":"Alex (WA)","avatar_url":"mxc://matrix.theocloud.dev/YNWVkqhhjrMzHXcXqoAfgdLb","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Alex (WA)"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/YNWVkqhhjrMzHXcXqoAfgdLb"}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4917657607100@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:02.628831867Z","message":"Request completed"} +{"level":"info","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","room_id":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","time":"2026-03-06T19:22:02.629417773Z","message":"Matrix room created"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1469,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2114.211988,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917623702252@s.whatsapp.net","displayname":"Amon (WA)","avatar_url":"mxc://matrix.theocloud.dev/sEWrJTaMMLVCkLTmuCbVdDzk","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917623702252@s.whatsapp.net","displayname":"Amon (WA)","avatar_url":"mxc://matrix.theocloud.dev/sEWrJTaMMLVCkLTmuCbVdDzk","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Amon (WA)"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/sEWrJTaMMLVCkLTmuCbVdDzk"}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4917623702252@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:02.641264478Z","message":"Request completed"} +{"level":"info","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","room_id":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","time":"2026-03-06T19:22:02.641791228Z","message":"Matrix room created"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1470,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2122.70955,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917620338641@s.whatsapp.net","displayname":"Marcyś (WA)","avatar_url":"mxc://matrix.theocloud.dev/gzmDybURnbFaydYpgticRewF","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917620338641@s.whatsapp.net","displayname":"Marcyś (WA)","avatar_url":"mxc://matrix.theocloud.dev/gzmDybURnbFaydYpgticRewF","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Marcyś (WA)"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/gzmDybURnbFaydYpgticRewF"}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4917620338641@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:02.650003066Z","message":"Request completed"} +{"level":"info","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","room_id":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","time":"2026-03-06T19:22:02.650601054Z","message":"Matrix room created"} +{"level":"debug","transaction_id":"1253","content":{"pdu":15,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:02.657042462Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1253","time":"2026-03-06T19:22:02.658069352Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1607,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":478.745567,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<745580 bytes>","time":"2026-03-06T19:22:02.66419605Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_count":100,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:02.664670628Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_count":100,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:02.664784121Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1609,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":428.929146,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<15127 bytes>","time":"2026-03-06T19:22:02.665868771Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:02.671788596Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1631,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-46858126766286:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":112.820659,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CBaHFbcIsutovHAvcmuIhbcC"},"time":"2026-03-06T19:22:02.697272202Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:02.698289733Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1639,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4367762146282:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4367762146282%3Amatrix.theocloud.dev","duration":40.115479,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:02.712110319Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491734736190@s.whatsapp.net","time":"2026-03-06T19:22:02.712858608Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":1632,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":96.48729,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:02.715848693Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1633,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138817721917594:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-138817721917594%3Amatrix.theocloud.dev","duration":96.952998,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MsWeuvpskahBdUZmTLSdrYCL"},"time":"2026-03-06T19:22:02.716310978Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","has_name":true,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:02.716791633Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1634,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":91.387761,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:02.721613539Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1635,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":82.747303,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:02.725321392Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1636,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":86.906056,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:02.738308829Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1640,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":42.334575,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-33994833981513","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:02.740942579Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1641,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491734736190%3Amatrix.theocloud.dev","duration":44.090268,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491734736190","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:02.757244519Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1643,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-187849085329414:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":44.264734,"status_code":200,"response_length":29,"response_mime":"application/json","time":"2026-03-06T19:22:02.761320301Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:02.76191829Z","message":"040122ede527e7f5150b5d"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1647,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-33994833981513:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":30.070703,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:02.771356765Z","message":"Request completed"} +{"level":"debug","transaction_id":"1254","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:02.7739352Z","message":"Starting handling of transaction"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1621,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-187849085329414:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":324.662691,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vitali (WA)"},"time":"2026-03-06T19:22:02.773869409Z","message":"Request completed"} +{"level":"debug","transaction_id":"1254","time":"2026-03-06T19:22:02.774347409Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:02.77691425Z","message":"040122ede527e7f5150b5d"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":1642,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.310084,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:02.790677914Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1648,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491734736190:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491734736190%3Amatrix.theocloud.dev","duration":36.430464,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:02.794138805Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1644,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":75.498518,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:02.797555975Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1585,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1084.972999,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:02.80024022Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1645,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.276212,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:02.802056397Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1646,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":68.316854,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:02.807047321Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1629,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-141188745167008:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-141188745167008%3Amatrix.theocloud.dev","duration":297.547712,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+33628246935 (WA)"},"time":"2026-03-06T19:22:02.85755979Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:02.858201011Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:02.866771908Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1652,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":78.222226,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:02.876326531Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1653,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.754282,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:02.877397841Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1654,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":80.218665,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:02.882937515Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1655,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":77.820493,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:02.885319973Z","message":"Request completed"} +{"level":"debug","transaction_id":"1255","content":{"pdu":39,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:02.889501984Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1255","time":"2026-03-06T19:22:02.890959102Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1656,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-49997882073306:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-49997882073306%3Amatrix.theocloud.dev","duration":33.246637,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:02.900322358Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:02.9010388Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1661,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-265085683519507%3Amatrix.theocloud.dev","duration":23.836098,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-265085683519507","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:02.92506424Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1657,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/state/m.room.join_rules/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":54.488935,"status_code":200,"response_length":289,"response_mime":"application/json","time":"2026-03-06T19:22:02.931835651Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:02.93360224Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1659,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/state/m.room.join_rules/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":50.914341,"status_code":200,"response_length":289,"response_mime":"application/json","time":"2026-03-06T19:22:02.934666426Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1660,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/state/m.room.join_rules/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":50.564361,"status_code":200,"response_length":289,"response_mime":"application/json","time":"2026-03-06T19:22:02.936462628Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1622,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s1962_955_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":477.228036,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:02.94437582Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:02.944601","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:02.944615379Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:02.944601","time":"2026-03-06T19:22:02.944835102Z","message":"Finished handling device list changes"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1662,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-265085683519507:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-265085683519507%3Amatrix.theocloud.dev","duration":29.18622,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:02.954539398Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1649,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-33994833981513:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":230.165276,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Laura ^^ (WA)"},"time":"2026-03-06T19:22:03.001692875Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:03.002600475Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:03.022812461Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1651,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491734736190:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491734736190%3Amatrix.theocloud.dev","duration":243.388292,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491734736190 (WA)"},"time":"2026-03-06T19:22:03.037766306Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:03.03864988Z","message":""} +{"level":"debug","transaction_id":"1256","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:03.078179173Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1256","time":"2026-03-06T19:22:03.078542492Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:03.169111562Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:03.180327243Z","message":""} +{"level":"debug","transaction_id":"1257","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:03.207026732Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1257","time":"2026-03-06T19:22:03.207374756Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:03.209587008Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1668,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-265085683519507:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-265085683519507%3Amatrix.theocloud.dev","duration":266.014722,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491795247666 (WA)"},"time":"2026-03-06T19:22:03.220704421Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:03.221402773Z","message":""} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1666,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":380.378265,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26844 bytes>","time":"2026-03-06T19:22:03.324082343Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1673,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-187849085329414:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":63.460097,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:03.387991804Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:03.398237586Z","message":""} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1674,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/vodzizjGAdnOXIEIFkvNVJXl?user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":79.770208,"status_code":200,"response_length":26844,"response_mime":"image/jpeg","time":"2026-03-06T19:22:03.46794444Z","message":"Request completed"} +{"level":"debug","transaction_id":"1258","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:03.471519383Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1258","time":"2026-03-06T19:22:03.471892899Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1669,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-141188745167008%3Amatrix.theocloud.dev","duration":458.484412,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40767 bytes>","time":"2026-03-06T19:22:03.516267775Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1677,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-141188745167008:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-141188745167008%3Amatrix.theocloud.dev","duration":59.236599,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:03.575938513Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1676,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-187849085329414:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":123.94757,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vodzizjGAdnOXIEIFkvNVJXl"},"time":"2026-03-06T19:22:03.592270275Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:03.593524571Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1637,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824922665098062_1?ts=1772610555000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":937.929101,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wie sie gut lief und wir endlich eine richtig gute Turnecke dann hatten","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:03.603164402Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6A85A251D362BC3493","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T07:49:15Z","event_id":"$v4UlRk-W1pXujjiRXvFo6GYZRBHwdtFjpnqIYcLHV0U","part_id":"","time":"2026-03-06T19:22:03.603305623Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1678,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/deeAqRHkJnAKjOnfsZJvjRCX?user_id=%40whatsapp_lid-141188745167008%3Amatrix.theocloud.dev","duration":59.578407,"status_code":200,"response_length":40767,"response_mime":"image/jpeg","time":"2026-03-06T19:22:03.635686077Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1679,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-89215194906776%3Amatrix.theocloud.dev","duration":63.882572,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-89215194906776","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:03.657733167Z","message":"Request completed"} +{"level":"debug","transaction_id":"1259","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:03.659923489Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1259","time":"2026-03-06T19:22:03.660991306Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":1487,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2927.881254,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915150515988@s.whatsapp.net","displayname":"Maja (WA)","avatar_url":"mxc://matrix.theocloud.dev/CLOiNyKbSlasDdKXAMAFbPPT","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915150515988@s.whatsapp.net","displayname":"Maja (WA)","avatar_url":"mxc://matrix.theocloud.dev/CLOiNyKbSlasDdKXAMAFbPPT","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Maja (WA)"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/CLOiNyKbSlasDdKXAMAFbPPT"}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4915150515988@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:03.678593009Z","message":"Request completed"} +{"level":"info","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","room_id":"!JdcZMudmtLVULzaxtn:matrix.theocloud.dev","time":"2026-03-06T19:22:03.679059346Z","message":"Matrix room created"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1670,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":505.706825,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<21278 bytes>","time":"2026-03-06T19:22:03.682656918Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1667,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s2018_955_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":743.713076,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:03.688707698Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:03.688949","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:03.688964437Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:03.688949","time":"2026-03-06T19:22:03.68917564Z","message":"Finished handling device list changes"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1671,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":501.281343,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26844 bytes>","time":"2026-03-06T19:22:03.689441739Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1682,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-89215194906776:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-89215194906776%3Amatrix.theocloud.dev","duration":71.486852,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:03.729646057Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1672,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491734736190%3Amatrix.theocloud.dev","duration":514.860903,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35390 bytes>","time":"2026-03-06T19:22:03.735421868Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":1491,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2980.066793,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915234825973@s.whatsapp.net","displayname":"Mici (WA)","avatar_url":"mxc://matrix.theocloud.dev/lyGoEouXaxbYbHonsiEnPPND","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915234825973@s.whatsapp.net","displayname":"Mici (WA)","avatar_url":"mxc://matrix.theocloud.dev/lyGoEouXaxbYbHonsiEnPPND","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Mici (WA)"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/lyGoEouXaxbYbHonsiEnPPND"}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4915234825973@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:03.737973064Z","message":"Request completed"} +{"level":"info","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","room_id":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","time":"2026-03-06T19:22:03.738544094Z","message":"Matrix room created"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1684,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-33994833981513:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":84.334187,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:03.767304347Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1681,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-141188745167008:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-141188745167008%3Amatrix.theocloud.dev","duration":149.263764,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/deeAqRHkJnAKjOnfsZJvjRCX"},"time":"2026-03-06T19:22:03.785217616Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:03.78618542Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1688,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491734736190:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491734736190%3Amatrix.theocloud.dev","duration":77.215799,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:03.812897759Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":1683,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":152.153346,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:03.831856636Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1690,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/lNvvfPFXLLfahVICDvskpsln?user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":66.544608,"status_code":200,"response_length":21278,"response_mime":"image/jpeg","time":"2026-03-06T19:22:03.833993878Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1691,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":65.338503,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-21079833710744","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:03.851886543Z","message":"Request completed"} +{"level":"debug","transaction_id":"1260","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:03.867175073Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1260","time":"2026-03-06T19:22:03.867477559Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1692,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WCYZAONLYpEtJtPGrlxxEOdi?user_id=%40whatsapp_491734736190%3Amatrix.theocloud.dev","duration":57.937953,"status_code":200,"response_length":35390,"response_mime":"image/jpeg","time":"2026-03-06T19:22:03.870981822Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":1689,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":137.214097,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:03.876590431Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1695,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-21079833710744:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":54.572187,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:03.906794113Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":1693,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":107.032904,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:03.939315089Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1694,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-33994833981513:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":111.324219,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lNvvfPFXLLfahVICDvskpsln"},"time":"2026-03-06T19:22:03.945530627Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:03.946500386Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1696,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491734736190:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491734736190%3Amatrix.theocloud.dev","duration":121.560293,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WCYZAONLYpEtJtPGrlxxEOdi"},"time":"2026-03-06T19:22:03.99279215Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":1697,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":116.228748,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:03.993404527Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917646175175@s.whatsapp.net","time":"2026-03-06T19:22:03.993718887Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1675,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-265085683519507%3Amatrix.theocloud.dev","duration":570.864297,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<36124 bytes>","time":"2026-03-06T19:22:04.00661525Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1700,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-1975802458312%3Amatrix.theocloud.dev","duration":62.017157,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-1975802458312","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:04.008806619Z","message":"Request completed"} +{"level":"debug","transaction_id":"1261","content":{"pdu":26,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:04.048922866Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1261","time":"2026-03-06T19:22:04.049882778Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1701,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917646175175%3Amatrix.theocloud.dev","duration":61.300995,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917646175175","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:04.055371747Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":1699,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":122.434368,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:04.062495303Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1703,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-265085683519507:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-265085683519507%3Amatrix.theocloud.dev","duration":56.067928,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:04.063103349Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1704,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1975802458312:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-1975802458312%3Amatrix.theocloud.dev","duration":56.007863,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:22:04.065272857Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":1702,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":100.448251,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:04.096831897Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1705,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917646175175:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917646175175%3Amatrix.theocloud.dev","duration":44.475728,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:04.10027414Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1706,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/itkPvVnnVdyfQQZBkzVXzZvb?user_id=%40whatsapp_lid-265085683519507%3Amatrix.theocloud.dev","duration":42.055416,"status_code":200,"response_length":36124,"response_mime":"image/jpeg","time":"2026-03-06T19:22:04.105297052Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":1650,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/state/m.room.member/@whatsapp_491637362958:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1336.954606,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oHURlkhlQKAlDyqbcEDHaxsG","displayname":"FloJ (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:04.128429769Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1687,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-89215194906776:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-89215194906776%3Amatrix.theocloud.dev","duration":403.64452,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491754848071 (WA)"},"time":"2026-03-06T19:22:04.133489069Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:04.13430287Z","message":""} +{"level":"debug","transaction_id":"1262","content":{"pdu":8,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:04.175247795Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1262","time":"2026-03-06T19:22:04.175973805Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1711,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-265085683519507:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-265085683519507%3Amatrix.theocloud.dev","duration":87.764626,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/itkPvVnnVdyfQQZBkzVXzZvb"},"time":"2026-03-06T19:22:04.193415779Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:04.194599115Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1713,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-175110245867630%3Amatrix.theocloud.dev","duration":44.557023,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-175110245867630","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:04.239438092Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1698,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-21079833710744:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":353.031269,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Burak C. (WA)"},"time":"2026-03-06T19:22:04.260043778Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:04.261087081Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1714,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-175110245867630:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-175110245867630%3Amatrix.theocloud.dev","duration":39.668349,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:04.279561812Z","message":"Request completed"} +{"level":"debug","transaction_id":"1263","content":{"pdu":0,"unstable_edu":2,"unstable_to_device":0},"time":"2026-03-06T19:22:04.29913558Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1263","time":"2026-03-06T19:22:04.299282388Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1658,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1442.295862,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:04.320078813Z","message":"Request completed"} +{"level":"info","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:04.320698244Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1708,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1975802458312:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-1975802458312%3Amatrix.theocloud.dev","duration":311.649062,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Melvin (WA)"},"time":"2026-03-06T19:22:04.377128443Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:04.377873799Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1663,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917657607100:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1454.842736,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YNWVkqhhjrMzHXcXqoAfgdLb","displayname":"Alex (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:04.387174756Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:04.40130593Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1710,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917646175175:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917646175175%3Amatrix.theocloud.dev","duration":304.882819,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917646175175 (WA)"},"time":"2026-03-06T19:22:04.405412721Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:04.40626298Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:04.421642165Z","message":""} +{"level":"debug","transaction_id":"1264","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:04.449018355Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1264","time":"2026-03-06T19:22:04.449359394Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1718,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-89215194906776:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-89215194906776%3Amatrix.theocloud.dev","duration":56.038594,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:04.457669849Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1522,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3417.449849,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491628947581@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491628947581@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!491628947581@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:04.485120909Z","message":"Request completed"} +{"level":"info","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","room_id":"!xRkqecNmTFOMvkWiXu:matrix.theocloud.dev","time":"2026-03-06T19:22:04.485603519Z","message":"Matrix room created"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:04.539401016Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1721,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":86.754359,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:04.573036046Z","message":"Request completed"} +{"level":"debug","transaction_id":"1265","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:04.586131739Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1265","time":"2026-03-06T19:22:04.586564621Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:04.597777439Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1715,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-175110245867630:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-175110245867630%3Amatrix.theocloud.dev","duration":329.164999,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915256299774 (WA)"},"time":"2026-03-06T19:22:04.608875784Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:04.6094487Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1680,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824923604287186_1?ts=1772610607000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":1062.409356,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ne das war so Jungle themed ganz komisch haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:04.666873522Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AB72A19DD1626F5939B","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T07:50:07Z","event_id":"$mS-yT17gLVo3YFLKchwEqyYIA-THDRETDK7HDMseWMc","part_id":"","time":"2026-03-06T19:22:04.667012229Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1723,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917646175175:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917646175175%3Amatrix.theocloud.dev","duration":86.170408,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:04.684184193Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491772288896@s.whatsapp.net","time":"2026-03-06T19:22:04.685001766Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1722,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":156.981118,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:04.730562771Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1664,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917623702252:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1797.782016,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sEWrJTaMMLVCkLTmuCbVdDzk","displayname":"Amon (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:04.732875387Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1665,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917620338641:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1808.376938,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gzmDybURnbFaydYpgticRewF","displayname":"Marcyś (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:04.74523166Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1726,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491772288896%3Amatrix.theocloud.dev","duration":64.488942,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491772288896","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:04.749749124Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:04.758399082Z","message":""} +{"level":"debug","transaction_id":"1266","content":{"pdu":12,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:04.804462393Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1266","time":"2026-03-06T19:22:04.805476571Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1730,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491772288896:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491772288896%3Amatrix.theocloud.dev","duration":67.270967,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:04.817349886Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1540,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3559.429209,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491731828379@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491731828379@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!491731828379@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:04.843071025Z","message":"Request completed"} +{"level":"info","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","room_id":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","time":"2026-03-06T19:22:04.843771543Z","message":"Matrix room created"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1727,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":129.908323,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:04.861081445Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1719,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":500.704307,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<55007 bytes>","time":"2026-03-06T19:22:04.929687586Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1732,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":105.629565,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:04.950264986Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1685,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s2022_955_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1264.15919,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:04.953497353Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:04.953707","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:04.953718334Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:04.953707","time":"2026-03-06T19:22:04.953862418Z","message":"Finished handling device list changes"} +{"level":"debug","transaction_id":"1267","content":{"pdu":11,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:04.970903149Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1267","time":"2026-03-06T19:22:04.971558478Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1734,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-21079833710744:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":42.961409,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:04.97302712Z","message":"Request completed"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":1534,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3756.782825,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915258731774@s.whatsapp.net","displayname":"+4915258731774 (WA)","avatar_url":"mxc://matrix.theocloud.dev/MVXbCQlVlZXaAIccCKeicuRA","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915258731774@s.whatsapp.net","displayname":"+4915258731774 (WA)","avatar_url":"mxc://matrix.theocloud.dev/MVXbCQlVlZXaAIccCKeicuRA","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"+4915258731774 (WA)"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/MVXbCQlVlZXaAIccCKeicuRA"}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4915258731774@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:04.982665345Z","message":"Request completed"} +{"level":"info","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","room_id":"!wRkwNZtgctxiqmVHWz:matrix.theocloud.dev","time":"2026-03-06T19:22:04.983505826Z","message":"Matrix room created"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":1716,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":648.151334,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<337818 bytes>","time":"2026-03-06T19:22:04.992600399Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1738,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VnmYzoNKYWXdotaucesMOFXO?user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":59.270682,"status_code":200,"response_length":55007,"response_mime":"image/jpeg","time":"2026-03-06T19:22:05.032456204Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1735,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":100.220566,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:05.050945951Z","message":"Request completed"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":1739,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21wRkwNZtgctxiqmVHWz:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":132.204525,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:05.116725088Z","message":"Request completed"} +{"level":"debug","transaction_id":"1268","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:05.144308361Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1268","time":"2026-03-06T19:22:05.145156454Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1740,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-21079833710744:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":113.886032,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VnmYzoNKYWXdotaucesMOFXO"},"time":"2026-03-06T19:22:05.146679783Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:05.147532626Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1725,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-1975802458312%3Amatrix.theocloud.dev","duration":477.808075,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38192 bytes>","time":"2026-03-06T19:22:05.158459509Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1741,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":110.545828,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:05.162201375Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1564,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3655.571688,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491783743461@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491783743461@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!491783743461@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:05.172140131Z","message":"Request completed"} +{"level":"info","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","room_id":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","time":"2026-03-06T19:22:05.172512879Z","message":"Matrix room created"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1743,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-197731905720552%3Amatrix.theocloud.dev","duration":41.553879,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-197731905720552","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:05.189399188Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1731,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491772288896:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491772288896%3Amatrix.theocloud.dev","duration":374.538409,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491772288896 (WA)"},"time":"2026-03-06T19:22:05.192074145Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:05.192867203Z","message":""} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":1742,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21wRkwNZtgctxiqmVHWz:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":89.739345,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:05.207025755Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1744,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1975802458312:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-1975802458312%3Amatrix.theocloud.dev","duration":52.536985,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:05.211381604Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1509,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":4294.789646,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","name":"WhatsApp (+4917641870516)","topic":"Your WhatsApp bridged chats - +4917641870516","invite":["@theo:matrix.theocloud.dev"],"creation_content":{"type":"m.space"},"initial_state":[{"type":"m.room.avatar","content":{"url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr"}}],"power_level_content_override":{"users":{"@theo:matrix.theocloud.dev":50,"@whatsappbot:matrix.theocloud.dev":9001}}},"time":"2026-03-06T19:22:05.234228248Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1748,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-197731905720552:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-197731905720552%3Amatrix.theocloud.dev","duration":76.107962,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:05.265936401Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1571,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3689.172075,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917680834617@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917680834617@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4917680834617@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:05.266010363Z","message":"Request completed"} +{"level":"info","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","room_id":"!fWHCoPezLmCifCgnUg:matrix.theocloud.dev","time":"2026-03-06T19:22:05.26659613Z","message":"Matrix room created"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1750,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/twjsBbkWYkNNKRnmtNYXgTYG?user_id=%40whatsapp_lid-1975802458312%3Amatrix.theocloud.dev","duration":65.867209,"status_code":200,"response_length":38192,"response_mime":"image/jpeg","time":"2026-03-06T19:22:05.277422371Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1746,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":127.172045,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:05.300216353Z","message":"Request completed"} +{"level":"debug","transaction_id":"1269","content":{"pdu":12,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:05.318038059Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1269","time":"2026-03-06T19:22:05.318664055Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":1749,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21wRkwNZtgctxiqmVHWz:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":122.468032,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:05.330067681Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1578,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3709.647018,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491605556877@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"491605556877@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!491605556877@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:05.32984251Z","message":"Request completed"} +{"level":"info","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","room_id":"!JmVDWCppZlZeFbcgKz:matrix.theocloud.dev","time":"2026-03-06T19:22:05.332629842Z","message":"Matrix room created"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:05.373413362Z","message":""} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1754,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":113.744321,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:05.381402682Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1580,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3739.346648,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917616043654@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917616043654@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4917616043654@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:05.388851074Z","message":"Request completed"} +{"level":"info","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","room_id":"!NOcWeBtUTcuAExaode:matrix.theocloud.dev","time":"2026-03-06T19:22:05.389602087Z","message":"Matrix room created"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1755,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1975802458312:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-1975802458312%3Amatrix.theocloud.dev","duration":128.275063,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/twjsBbkWYkNNKRnmtNYXgTYG"},"time":"2026-03-06T19:22:05.4059467Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:05.40696046Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1756,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":122.866971,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:05.423714628Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1737,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-175110245867630%3Amatrix.theocloud.dev","duration":488.936034,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22023 bytes>","time":"2026-03-06T19:22:05.443520411Z","message":"Request completed"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","req_id":1566,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3919.291395,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917641870516@s.whatsapp.net","displayname":"Theo Leuthardt (WA)","avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917641870516@s.whatsapp.net","displayname":"Theo Leuthardt (WA)","avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Theo Leuthardt (WA)"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS"}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4917641870516@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:05.445957276Z","message":"Request completed"} +{"level":"info","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","room_id":"!OLuXRTkNBMOqQdhSsl:matrix.theocloud.dev","time":"2026-03-06T19:22:05.447016153Z","message":"Matrix room created"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1758,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":126.372003,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:05.460507154Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1762,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-130794756513956%3Amatrix.theocloud.dev","duration":65.502004,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-130794756513956","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:05.472762087Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1764,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-175110245867630:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-175110245867630%3Amatrix.theocloud.dev","duration":49.572113,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:05.493476936Z","message":"Request completed"} +{"level":"debug","transaction_id":"1270","content":{"pdu":31,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:05.501833067Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1270","time":"2026-03-06T19:22:05.503818681Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":1707,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915150515988:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1440.384699,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CLOiNyKbSlasDdKXAMAFbPPT","displayname":"Maja (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:05.503795354Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1759,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":129.261234,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:05.511402567Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1761,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NOcWeBtUTcuAExaode:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":121.888691,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:05.512513338Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":1712,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/state/m.room.member/@whatsapp_491637362958:matrix.theocloud.dev?user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":1406.706019,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oHURlkhlQKAlDyqbcEDHaxsG","displayname":"FloJ (WA)","membership":"join"},"time":"2026-03-06T19:22:05.535910268Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1767,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130794756513956:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-130794756513956%3Amatrix.theocloud.dev","duration":63.797714,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:05.536989749Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1763,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":134.682946,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:05.558941225Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":1709,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915234825973:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1469.285545,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lyGoEouXaxbYbHonsiEnPPND","displayname":"Mici (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:05.567509258Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1768,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/PvkWtcTEtdTVwzftscgQGOqO?user_id=%40whatsapp_lid-175110245867630%3Amatrix.theocloud.dev","duration":79.186258,"status_code":200,"response_length":22023,"response_mime":"image/jpeg","time":"2026-03-06T19:22:05.572816008Z","message":"Request completed"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","req_id":1765,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OLuXRTkNBMOqQdhSsl:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":124.679865,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:05.573221163Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1766,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":127.557713,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:05.588642811Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1582,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3954.419302,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915735701057@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915735701057@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4915735701057@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:05.615697517Z","message":"Request completed"} +{"level":"info","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","room_id":"!JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev","time":"2026-03-06T19:22:05.61624522Z","message":"Matrix room created"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1770,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":118.441909,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:05.630513704Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1771,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NOcWeBtUTcuAExaode:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":117.580056,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:05.630602822Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1776,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-175110245867630:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-175110245867630%3Amatrix.theocloud.dev","duration":104.71966,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PvkWtcTEtdTVwzftscgQGOqO"},"time":"2026-03-06T19:22:05.677868257Z","message":"Request completed"} +{"level":"debug","transaction_id":"1271","content":{"pdu":32,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:05.678065841Z","message":"Starting handling of transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:05.67915971Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","req_id":1777,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OLuXRTkNBMOqQdhSsl:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":108.416479,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:05.682151889Z","message":"Request completed"} +{"level":"debug","transaction_id":"1271","time":"2026-03-06T19:22:05.682405207Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1753,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-197731905720552:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-197731905720552%3Amatrix.theocloud.dev","duration":419.604792,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917670764502 (WA)"},"time":"2026-03-06T19:22:05.685740522Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:05.686658388Z","message":""} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1778,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":119.932691,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:05.709316807Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1779,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":112.645703,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:05.729725468Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1782,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-220460688113746%3Amatrix.theocloud.dev","duration":67.744008,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-220460688113746","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:05.747191468Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1781,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NOcWeBtUTcuAExaode:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":123.355727,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:05.756497383Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1724,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824924667870450_2?ts=1772610741000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1116.258606,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hahaha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:05.784258055Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A690B2612E77D909927","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T07:52:21Z","event_id":"$53nuIxDHnELpMVMvJEOyQJgNtPsCzo4eXrg2oWzwDZo","part_id":"","time":"2026-03-06T19:22:05.784403117Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","req_id":1783,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OLuXRTkNBMOqQdhSsl:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":114.35586,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:05.796959419Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1786,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220460688113746:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-220460688113746%3Amatrix.theocloud.dev","duration":52.878514,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:05.800447059Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1785,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":127.547796,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:05.857768934Z","message":"Request completed"} +{"level":"debug","transaction_id":"1272","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:05.862193927Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1272","time":"2026-03-06T19:22:05.863001442Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1587,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":4103.216729,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915901353554@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4915901353554@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4915901353554@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:05.871595666Z","message":"Request completed"} +{"level":"info","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","room_id":"!PchXjQjXcAUVmlVcIq:matrix.theocloud.dev","time":"2026-03-06T19:22:05.872058929Z","message":"Matrix room created"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1717,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917657607100:matrix.theocloud.dev?user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":1487.252383,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YNWVkqhhjrMzHXcXqoAfgdLb","displayname":"Alex (WA)","membership":"join"},"time":"2026-03-06T19:22:05.875056696Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1760,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491772288896%3Amatrix.theocloud.dev","duration":494.412152,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<71824 bytes>","time":"2026-03-06T19:22:05.878557747Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":1747,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":707.841977,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<258807 bytes>","time":"2026-03-06T19:22:05.885365686Z","message":"Request completed"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","req_id":1789,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":100.101833,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:05.898023049Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1736,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s2057_956_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":951.493295,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:05.905473816Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:05.905696","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:05.905708206Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:05.905696","time":"2026-03-06T19:22:05.905837484Z","message":"Finished handling device list changes"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1794,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491772288896:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491772288896%3Amatrix.theocloud.dev","duration":30.989896,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:05.90994693Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1773,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130794756513956:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-130794756513956%3Amatrix.theocloud.dev","duration":379.101269,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Josi (WA)"},"time":"2026-03-06T19:22:05.916308787Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:05.917356839Z","message":""} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1791,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.480147,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:05.928936747Z","message":"Request completed"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1792,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PchXjQjXcAUVmlVcIq:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.93153,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:05.934782191Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1797,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/NEUSQhbAjEBIGjHiauzxjSmD?user_id=%40whatsapp_491772288896%3Amatrix.theocloud.dev","duration":28.838407,"status_code":200,"response_length":71824,"response_mime":"image/jpeg","time":"2026-03-06T19:22:05.93886796Z","message":"Request completed"} +{"level":"debug","transaction_id":"1273","content":{"pdu":12,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:05.959974275Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1273","time":"2026-03-06T19:22:05.960503958Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1799,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PchXjQjXcAUVmlVcIq:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.773056,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:05.993011874Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1800,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491772288896:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491772288896%3Amatrix.theocloud.dev","duration":57.700349,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NEUSQhbAjEBIGjHiauzxjSmD"},"time":"2026-03-06T19:22:05.996764147Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491774904330@s.whatsapp.net","time":"2026-03-06T19:22:05.997566355Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:06.000381484Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1802,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491774904330%3Amatrix.theocloud.dev","duration":31.164082,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491774904330","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:06.029020352Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1790,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220460688113746:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-220460688113746%3Amatrix.theocloud.dev","duration":260.150561,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491795186866 (WA)"},"time":"2026-03-06T19:22:06.060769362Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:06.061595037Z","message":""} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1801,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PchXjQjXcAUVmlVcIq:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.989369,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:06.068652103Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1804,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491774904330:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491774904330%3Amatrix.theocloud.dev","duration":42.423414,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:06.071795421Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1728,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917623702252:matrix.theocloud.dev?user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":1339.899432,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sEWrJTaMMLVCkLTmuCbVdDzk","displayname":"Amon (WA)","membership":"join"},"time":"2026-03-06T19:22:06.073449145Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1729,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917620338641:matrix.theocloud.dev?user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":1344.740545,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gzmDybURnbFaydYpgticRewF","displayname":"Marcyś (WA)","membership":"join"},"time":"2026-03-06T19:22:06.090543654Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:06.099387354Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1810,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130794756513956:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-130794756513956%3Amatrix.theocloud.dev","duration":29.918097,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:06.129597182Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:06.130673101Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1733,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1281.079023,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:06.142957158Z","message":"Request completed"} +{"level":"debug","transaction_id":"1274","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:06.150735485Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1274","time":"2026-03-06T19:22:06.150981748Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1811,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-252510304526430%3Amatrix.theocloud.dev","duration":42.768714,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-252510304526430","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:06.17372293Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1813,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252510304526430:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-252510304526430%3Amatrix.theocloud.dev","duration":32.331704,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:06.206475434Z","message":"Request completed"} +{"level":"debug","transaction_id":"1275","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:06.244545443Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1275","time":"2026-03-06T19:22:06.245005564Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1796,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s2106_957_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":345.515689,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:06.251485314Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:06.251777","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:06.251790106Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:06.251777","time":"2026-03-06T19:22:06.251983289Z","message":"Finished handling device list changes"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":1805,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":211.846293,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<615970 bytes>","time":"2026-03-06T19:22:06.277134935Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1807,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491774904330:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491774904330%3Amatrix.theocloud.dev","duration":237.325499,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Chris (WA)"},"time":"2026-03-06T19:22:06.309301532Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:06.310131118Z","message":""} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1618,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3910.242707,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_4917641870516:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917658289477@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"4917658289477@s.whatsapp.net","fi.mau.receiver":"4917641870516"},"com.beeper.room_type":"dm","com.beeper.room_type.v2":"dm"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg+dm","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2}},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"WhatsApp private chat"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}}],"preset":"private_chat","is_direct":true,"power_level_content_override":{"users":{"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0}},"com.beeper.local_room_id":"!4917658289477@s.whatsapp.net.4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:06.335596634Z","message":"Request completed"} +{"level":"info","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","room_id":"!KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev","time":"2026-03-06T19:22:06.336122476Z","message":"Matrix room created"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:06.356583031Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1803,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-197731905720552%3Amatrix.theocloud.dev","duration":351.589446,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35744 bytes>","time":"2026-03-06T19:22:06.365058313Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","req_id":1752,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev?ts=1772824925235&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1142.666433,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:06.377991902Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:06.378424575Z","message":"Added portal to space"} +{"level":"debug","transaction_id":"1276","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:06.391651292Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1276","time":"2026-03-06T19:22:06.391901397Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1745,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/state/m.room.member/@whatsapp_491731828379:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1242.892377,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kqQEaYFpnRMgETLNDUCxsbfg","displayname":"Alex (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:06.40644443Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1818,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220460688113746:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-220460688113746%3Amatrix.theocloud.dev","duration":50.253425,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:06.407075315Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:06.40789659Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":1816,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":131.493741,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<189914 bytes>","time":"2026-03-06T19:22:06.421194337Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1819,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-197731905720552:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-197731905720552%3Amatrix.theocloud.dev","duration":57.77543,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:06.423327946Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1817,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":107.357042,"status_code":200,"response_length":334,"response_mime":"application/json","time":"2026-03-06T19:22:06.444365187Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1821,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-172941891379455%3Amatrix.theocloud.dev","duration":51.307692,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-172941891379455","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:06.45944419Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1822,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/iagMrDmHqhpMisgHlhpvKrII?user_id=%40whatsapp_lid-197731905720552%3Amatrix.theocloud.dev","duration":41.501358,"status_code":200,"response_length":35744,"response_mime":"image/jpeg","time":"2026-03-06T19:22:06.464978067Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1628,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3931.135864,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_lid-195790463058158:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363417948931600@g.us","displayname":"Testung"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363417948931600@g.us","displayname":"Testung"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2},"m.room.avatar":{"level":2},"m.room.name":{"level":2},"m.room.topic":{"level":2}},"member_actions":{"invite":2,"kick":2,"leave":2},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":""}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Testung"}}],"preset":"private_chat","power_level_content_override":{"users":{"@whatsapp_lid-70231405916394:matrix.theocloud.dev":75,"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0},"state_default":99,"ban":99},"com.beeper.local_room_id":"!120363417948931600@g.us.:matrix.theocloud.dev"},"time":"2026-03-06T19:22:06.479674544Z","message":"Request completed"} +{"level":"info","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","room_id":"!qUotrLYuNWPxuSMPyh:matrix.theocloud.dev","time":"2026-03-06T19:22:06.480133896Z","message":"Matrix room created"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1824,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-172941891379455:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-172941891379455%3Amatrix.theocloud.dev","duration":34.00233,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:06.49374754Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1814,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252510304526430:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-252510304526430%3Amatrix.theocloud.dev","duration":299.403069,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915256492723 (WA)"},"time":"2026-03-06T19:22:06.506090194Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:06.506758235Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1788,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824925785281662_3?ts=1772624395000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":736.826773,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Anaa gehen wir dann heute wie immer zu 16/17 Uhr ins Gym zusammen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:06.522262367Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE53ED4C108BD4B9267","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T11:39:55Z","event_id":"$st6QQLg6WfBMlZLDyIW8ddxKDinj6l9_8TSPVVXt-Zg","part_id":"","time":"2026-03-06T19:22:06.522421468Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1277","content":{"pdu":23,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:06.546094554Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1277","time":"2026-03-06T19:22:06.547108174Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1823,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":102.453351,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:06.547261896Z","message":"Request completed"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":1757,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21wRkwNZtgctxiqmVHWz:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915258731774:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1221.75547,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MVXbCQlVlZXaAIccCKeicuRA","displayname":"+4915258731774 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:06.552998386Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1825,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-197731905720552:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-197731905720552%3Amatrix.theocloud.dev","duration":112.032419,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iagMrDmHqhpMisgHlhpvKrII"},"time":"2026-03-06T19:22:06.577213378Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:06.578206883Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1826,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":104.413193,"status_code":200,"response_length":389,"response_mime":"application/json","time":"2026-03-06T19:22:06.589971105Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:06.60258824Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1831,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-42717778305055%3Amatrix.theocloud.dev","duration":39.062398,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-42717778305055","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:06.617575819Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":1769,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915150515988:matrix.theocloud.dev?user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":1117.582605,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CLOiNyKbSlasDdKXAMAFbPPT","displayname":"Maja (WA)","membership":"join"},"time":"2026-03-06T19:22:06.621955065Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1829,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":77.085125,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:06.624870698Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1833,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491774904330:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491774904330%3Amatrix.theocloud.dev","duration":46.971818,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:06.649825039Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1638,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3993.290261,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_lid-195790463058158:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363192861790277@g.us","displayname":"Die phi-ratten","avatar_url":"mxc://matrix.theocloud.dev/EEYSTweKQnEegwroBwzjPlUJ"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363192861790277@g.us","displayname":"Die phi-ratten","avatar_url":"mxc://matrix.theocloud.dev/EEYSTweKQnEegwroBwzjPlUJ"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2},"m.room.avatar":{"level":2},"m.room.name":{"level":2},"m.room.topic":{"level":2}},"member_actions":{"invite":2,"kick":2,"leave":2},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"Bobber Kurwa\n\nMaja:\n- Mobilkommukikation\n- ⁠Funktionale Programmierung\n\nJosh:\n- Mobilkommunikation\n- ⁠Verteilte Systeme\n\nAlex:\n- Funktionale Programmierung \n- ⁠Kryptographie\n\nChrissi:\n- Robotic\n- ⁠Funktionale Programmierung\n\nTheo:\n- Komplexitätstheorie\n- ⁠Kryptographie\n\nDomi:\n- Robotic\n- ⁠Kryptographie"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Die phi-ratten"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/EEYSTweKQnEegwroBwzjPlUJ"}}],"preset":"private_chat","power_level_content_override":{"users":{"@theo:matrix.theocloud.dev":75,"@whatsapp_lid-195790463058158:matrix.theocloud.dev":75,"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0},"state_default":99,"ban":99},"com.beeper.local_room_id":"!120363192861790277@g.us.:matrix.theocloud.dev"},"time":"2026-03-06T19:22:06.660259255Z","message":"Request completed"} +{"level":"info","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","room_id":"!yywjyVJbcWYSiFwjvD:matrix.theocloud.dev","time":"2026-03-06T19:22:06.660888115Z","message":"Matrix room created"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1834,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-42717778305055:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-42717778305055%3Amatrix.theocloud.dev","duration":51.88403,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:06.669776094Z","message":"Request completed"} +{"level":"debug","transaction_id":"1278","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:06.673705906Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1278","time":"2026-03-06T19:22:06.674621677Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:06.674592553Z","message":""} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1832,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":94.600642,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:06.684980114Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1837,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915157943799%3Amatrix.theocloud.dev","duration":46.777028,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915157943799","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:06.697496327Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":1772,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1162.761294,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:06.699714376Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1774,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/state/m.room.member/@whatsapp_491783743461:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1148.123904,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pdBxkhbkEzMdTweLoiuFiCMc","displayname":"Vitali (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:06.707881374Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1842,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157943799:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915157943799%3Amatrix.theocloud.dev","duration":27.141241,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:06.725045656Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1838,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":121.324855,"status_code":200,"response_length":422,"response_mime":"application/json","time":"2026-03-06T19:22:06.783044511Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1841,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":113.43066,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:06.799066174Z","message":"Request completed"} +{"level":"debug","transaction_id":"1279","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:06.819861272Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1279","time":"2026-03-06T19:22:06.820163409Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1827,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-172941891379455:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-172941891379455%3Amatrix.theocloud.dev","duration":348.899543,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915222663440 (WA)"},"time":"2026-03-06T19:22:06.842830209Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:06.843691852Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1847,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":66.865603,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:06.850403828Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1849,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":86.079055,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:06.937056078Z","message":"Request completed"} +{"level":"debug","transaction_id":"1280","content":{"pdu":15,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:06.948234812Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1280","time":"2026-03-06T19:22:06.949327982Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1839,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-42717778305055:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-42717778305055%3Amatrix.theocloud.dev","duration":306.76346,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491784134011 (WA)"},"time":"2026-03-06T19:22:06.976732738Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:06.977485078Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:06.993403305Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1850,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.join_rules/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.565841,"status_code":200,"response_length":289,"response_mime":"application/json","time":"2026-03-06T19:22:07.00562632Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1851,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-172941891379455:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-172941891379455%3Amatrix.theocloud.dev","duration":22.527883,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:07.016279002Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:07.017227739Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1846,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157943799:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915157943799%3Amatrix.theocloud.dev","duration":304.076491,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Josi (WA)"},"time":"2026-03-06T19:22:07.029304504Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"130794756513956@lid","alternate_jid":"4915157943799@s.whatsapp.net","time":"2026-03-06T19:22:07.029772447Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"195790463058158@lid","alternate_jid":"4917641870516@s.whatsapp.net","time":"2026-03-06T19:22:07.029864639Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915253435944@s.whatsapp.net","time":"2026-03-06T19:22:07.030189475Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","time":"2026-03-06T19:22:07.032013334Z","message":"Remote profile updated"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","state_event":"CONNECTED","time":"2026-03-06T19:22:07.032080103Z","message":"Not sending bridge state as it's a duplicate"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":1775,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915234825973:matrix.theocloud.dev?user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":1476.487952,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lyGoEouXaxbYbHonsiEnPPND","displayname":"Mici (WA)","membership":"join"},"time":"2026-03-06T19:22:07.044662596Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1853,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-12940887474366%3Amatrix.theocloud.dev","duration":43.790715,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-12940887474366","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:07.061301245Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":1840,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":395.269182,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<531818 bytes>","time":"2026-03-06T19:22:07.068401404Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1854,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915253435944%3Amatrix.theocloud.dev","duration":40.108145,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915253435944","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:07.070675466Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","req_id":1751,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev?ts=1772824925235&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1838.363409,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:07.073596686Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:07.073970063Z","message":"Added portal to space"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1845,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-252510304526430%3Amatrix.theocloud.dev","duration":365.218664,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43503 bytes>","time":"2026-03-06T19:22:07.07525502Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1856,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12940887474366:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12940887474366%3Amatrix.theocloud.dev","duration":44.265363,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:07.105916657Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1858,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252510304526430:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-252510304526430%3Amatrix.theocloud.dev","duration":36.633496,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:07.112212234Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1857,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915253435944:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915253435944%3Amatrix.theocloud.dev","duration":42.93417,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:07.113915336Z","message":"Request completed"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1815,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s2186_957_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":878.141655,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:07.130251358Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:07.130506","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:07.130517038Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:07.130506","time":"2026-03-06T19:22:07.13070673Z","message":"Finished handling device list changes"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:07.144877085Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1860,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/AqYlVnTaKISCZvYnExVefXos?user_id=%40whatsapp_lid-252510304526430%3Amatrix.theocloud.dev","duration":37.043469,"status_code":200,"response_length":43503,"response_mime":"image/jpeg","time":"2026-03-06T19:22:07.14941606Z","message":"Request completed"} +{"level":"debug","transaction_id":"1281","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:07.15305023Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1281","time":"2026-03-06T19:22:07.153142491Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1780,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917680834617:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1549.481161,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XkUrOcJLxypIwkwNPfeIGgEU","displayname":"Sascha (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:07.181406795Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1784,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/state/m.room.member/@whatsapp_491605556877:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1486.149155,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sOgcNAreFByddNrBezfIEICB","displayname":"Vale (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:07.19672347Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1863,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252510304526430:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-252510304526430%3Amatrix.theocloud.dev","duration":75.077231,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AqYlVnTaKISCZvYnExVefXos"},"time":"2026-03-06T19:22:07.224814076Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:07.22583482Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1282","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:07.255128109Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1282","time":"2026-03-06T19:22:07.255619798Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1867,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-69114630545617%3Amatrix.theocloud.dev","duration":33.452532,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-69114630545617","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:07.259557362Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1787,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NOcWeBtUTcuAExaode:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917616043654:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1518.816172,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"displayname":"+4917616043654 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:07.276535374Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1828,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824926523769981_2?ts=1772624412000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":756.732989,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sisi","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:07.280626451Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A6E9DAA354C0C83A272","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T11:40:12Z","event_id":"$k-O2GK-QwRoC3G-8KjUqYZ4Ap9lH7bchCIwnhXzgduk","part_id":"","time":"2026-03-06T19:22:07.280785622Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1868,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-69114630545617:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-69114630545617%3Amatrix.theocloud.dev","duration":29.22156,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:07.289153626Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1859,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12940887474366:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12940887474366%3Amatrix.theocloud.dev","duration":224.588096,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491633662727 (WA)"},"time":"2026-03-06T19:22:07.330681174Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:07.33147954Z","message":""} +{"level":"debug","transaction_id":"1283","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:07.337553927Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1283","time":"2026-03-06T19:22:07.337959361Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1861,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915253435944:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915253435944%3Amatrix.theocloud.dev","duration":227.187972,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Beatle (WA)"},"time":"2026-03-06T19:22:07.341255284Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:07.341931497Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1793,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1566.091314,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:07.442087528Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1864,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-42717778305055%3Amatrix.theocloud.dev","duration":304.210727,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<55575 bytes>","time":"2026-03-06T19:22:07.462123232Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:07.499602865Z","message":""} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1686,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3809.651418,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_lid-195790463058158:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363326854732201@g.us","displayname":"Umzug Halle","avatar_url":"mxc://matrix.theocloud.dev/QQhUTnsdyMlugQrwkDPSuoBw"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363326854732201@g.us","displayname":"Umzug Halle","avatar_url":"mxc://matrix.theocloud.dev/QQhUTnsdyMlugQrwkDPSuoBw"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2},"m.room.avatar":{"level":2},"m.room.name":{"level":2},"m.room.topic":{"level":2}},"member_actions":{"invite":2,"kick":2,"leave":2},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":""}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Umzug Halle"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/QQhUTnsdyMlugQrwkDPSuoBw"}}],"preset":"private_chat","power_level_content_override":{"users":{"@whatsapp_lid-187849085329414:matrix.theocloud.dev":75,"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0},"state_default":99,"ban":99},"com.beeper.local_room_id":"!120363326854732201@g.us.:matrix.theocloud.dev"},"time":"2026-03-06T19:22:07.500104402Z","message":"Request completed"} +{"level":"info","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","room_id":"!RLPmAJGDXGPlIucoNA:matrix.theocloud.dev","time":"2026-03-06T19:22:07.50060545Z","message":"Matrix room created"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1871,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-69114630545617:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-69114630545617%3Amatrix.theocloud.dev","duration":214.548488,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"🤎☁️ ~ Lukas (WA)"},"time":"2026-03-06T19:22:07.50388524Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:07.504539941Z","message":""} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","req_id":1795,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OLuXRTkNBMOqQdhSsl:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1609.911433,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:07.508374418Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1874,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-42717778305055:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-42717778305055%3Amatrix.theocloud.dev","duration":50.816073,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:07.513250452Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1878,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/hfobDmrIRJPvBJWBuzQwCwcs?user_id=%40whatsapp_lid-42717778305055%3Amatrix.theocloud.dev","duration":26.879822,"status_code":200,"response_length":55575,"response_mime":"image/jpeg","time":"2026-03-06T19:22:07.540277221Z","message":"Request completed"} +{"level":"debug","transaction_id":"1284","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:07.551397707Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1284","time":"2026-03-06T19:22:07.551677215Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1875,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":69.991251,"status_code":200,"response_length":390,"response_mime":"application/json","time":"2026-03-06T19:22:07.571470637Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1798,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1643.698299,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:07.57349627Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1879,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-42717778305055:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-42717778305055%3Amatrix.theocloud.dev","duration":80.073183,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hfobDmrIRJPvBJWBuzQwCwcs"},"time":"2026-03-06T19:22:07.620610078Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:07.62171568Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1880,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.580235,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:07.64846329Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1882,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-91057719120052%3Amatrix.theocloud.dev","duration":37.152982,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-91057719120052","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:07.659144608Z","message":"Request completed"} +{"level":"debug","transaction_id":"1285","content":{"pdu":13,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:07.663309997Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1285","time":"2026-03-06T19:22:07.664028185Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:07.665363288Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1808,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1600.386701,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:07.674956255Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":1872,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":353.290872,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<134104 bytes>","time":"2026-03-06T19:22:07.680882297Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_count":100,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:07.681670047Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_count":100,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:07.681771807Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1884,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-91057719120052:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-91057719120052%3Amatrix.theocloud.dev","duration":33.386881,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:07.692895925Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1885,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-69114630545617:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-69114630545617%3Amatrix.theocloud.dev","duration":33.309146,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:07.698926311Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:07.699706797Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1806,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PchXjQjXcAUVmlVcIq:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915901353554:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1631.625794,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"displayname":"Aylin (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:07.701163845Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1883,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":65.584348,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:07.714614896Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1889,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-140325221875807%3Amatrix.theocloud.dev","duration":39.387862,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-140325221875807","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:07.739349584Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1809,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1666.557583,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:07.757713195Z","message":"Request completed"} +{"level":"debug","transaction_id":"1286","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:07.771465615Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1286","time":"2026-03-06T19:22:07.77170685Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1892,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-140325221875807:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-140325221875807%3Amatrix.theocloud.dev","duration":36.306494,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:07.775972323Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1876,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-12940887474366%3Amatrix.theocloud.dev","duration":282.556709,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<29691 bytes>","time":"2026-03-06T19:22:07.790720274Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1895,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12940887474366:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-12940887474366%3Amatrix.theocloud.dev","duration":18.473334,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:07.809496024Z","message":"Request completed"} +{"level":"debug","transaction_id":"1287","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:07.834863273Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1287","time":"2026-03-06T19:22:07.835180775Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1896,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/prVwKQWmMbbqdYpJGhpnfNKm?user_id=%40whatsapp_lid-12940887474366%3Amatrix.theocloud.dev","duration":32.531383,"status_code":200,"response_length":29691,"response_mime":"image/jpeg","time":"2026-03-06T19:22:07.842180362Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1812,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1709.828952,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:07.853292816Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:07.858177999Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1870,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824927281631969_3?ts=1772624413000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":589.785458,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ouioui","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:07.871556972Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A87BAC04476DF58A106","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T11:40:13Z","event_id":"$W5CJjZxmqrtaxU_m0MDsV9euV52A5SHd5Wy7iTtZqBg","part_id":"","time":"2026-03-06T19:22:07.871700428Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1888,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-91057719120052:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-91057719120052%3Amatrix.theocloud.dev","duration":200.991417,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491773825063 (WA)"},"time":"2026-03-06T19:22:07.894070608Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:07.894633326Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1897,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12940887474366:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-12940887474366%3Amatrix.theocloud.dev","duration":63.663128,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/prVwKQWmMbbqdYpJGhpnfNKm"},"time":"2026-03-06T19:22:07.906088217Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:07.907150028Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1898,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.631696,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:07.914473332Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1901,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-115947104927857%3Amatrix.theocloud.dev","duration":31.803488,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-115947104927857","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:07.939271437Z","message":"Request completed"} +{"level":"debug","transaction_id":"1288","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:07.941573506Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1288","time":"2026-03-06T19:22:07.941657945Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1820,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/state/m.room.member/@whatsapp_491731828379:matrix.theocloud.dev?user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":1566.078043,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kqQEaYFpnRMgETLNDUCxsbfg","displayname":"Alex (WA)","membership":"join"},"time":"2026-03-06T19:22:07.973147213Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1894,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-140325221875807:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-140325221875807%3Amatrix.theocloud.dev","duration":201.228252,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jens B. (WA)"},"time":"2026-03-06T19:22:07.977405143Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:07.977945372Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1903,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-115947104927857:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-115947104927857%3Amatrix.theocloud.dev","duration":48.605288,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:07.988305207Z","message":"Request completed"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":1830,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21wRkwNZtgctxiqmVHWz:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915258731774:matrix.theocloud.dev?user_id=%40whatsapp_4915258731774%3Amatrix.theocloud.dev","duration":1439.19759,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MVXbCQlVlZXaAIccCKeicuRA","displayname":"+4915258731774 (WA)","membership":"join"},"time":"2026-03-06T19:22:07.992772943Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:08.046388361Z","message":""} +{"level":"debug","transaction_id":"1289","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:08.048737923Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1289","time":"2026-03-06T19:22:08.04906227Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1720,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":3597.384813,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_lid-195790463058158:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363422109419332@g.us","displayname":"Geburtstag Vitali / 25.11."}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363422109419332@g.us","displayname":"Geburtstag Vitali / 25.11."}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2},"m.room.avatar":{"level":2},"m.room.name":{"level":2},"m.room.topic":{"level":2}},"member_actions":{"invite":2,"kick":2,"leave":2},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":""}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Geburtstag Vitali / 25.11."}}],"preset":"private_chat","power_level_content_override":{"users":{"@whatsapp_lid-187849085329414:matrix.theocloud.dev":75,"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0},"state_default":99,"ban":99},"com.beeper.local_room_id":"!120363422109419332@g.us.:matrix.theocloud.dev"},"time":"2026-03-06T19:22:08.055891092Z","message":"Request completed"} +{"level":"info","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","room_id":"!tBlZXyMrGKIRODvGsg:matrix.theocloud.dev","time":"2026-03-06T19:22:08.056254621Z","message":"Matrix room created"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1907,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":56.838776,"status_code":200,"response_length":390,"response_mime":"application/json","time":"2026-03-06T19:22:08.113672878Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":1835,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1495.823906,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:08.118632792Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:08.127374871Z","message":""} +{"level":"debug","transaction_id":"1290","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:08.14826272Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1290","time":"2026-03-06T19:22:08.148613398Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1909,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":83.203301,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:08.197373526Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1899,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915253435944%3Amatrix.theocloud.dev","duration":329.895408,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34459 bytes>","time":"2026-03-06T19:22:08.20034622Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1905,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-115947104927857:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-115947104927857%3Amatrix.theocloud.dev","duration":223.646064,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491727367070 (WA)"},"time":"2026-03-06T19:22:08.212158632Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:08.212997367Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1913,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915253435944:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915253435944%3Amatrix.theocloud.dev","duration":25.434018,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:08.226152566Z","message":"Request completed"} +{"level":"debug","transaction_id":"1291","content":{"pdu":12,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:08.243204401Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1291","time":"2026-03-06T19:22:08.244086788Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1912,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.743652,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:08.255648537Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1914,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/gKwdBiKGvDmBpMlZhMckajdN?user_id=%40whatsapp_4915253435944%3Amatrix.theocloud.dev","duration":35.399453,"status_code":200,"response_length":34459,"response_mime":"image/jpeg","time":"2026-03-06T19:22:08.261660275Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":1843,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1601.380346,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:08.301714571Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1836,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917658289477:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1680.810632,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tTwLLBqsJPDFaInkxxZKjZwa","displayname":"+4917658289477 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:08.306715064Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1916,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915253435944:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915253435944%3Amatrix.theocloud.dev","duration":59.804137,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gKwdBiKGvDmBpMlZhMckajdN"},"time":"2026-03-06T19:22:08.321759145Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1844,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/state/m.room.member/@whatsapp_491783743461:matrix.theocloud.dev?user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":1641.189706,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pdBxkhbkEzMdTweLoiuFiCMc","displayname":"Vitali (WA)","membership":"join"},"time":"2026-03-06T19:22:08.349601392Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1919,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491625626441%3Amatrix.theocloud.dev","duration":29.931716,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491625626441","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:08.3528647Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":1887,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824927682043842_1?ts=1772482104000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":685.185165,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hatten wir doch gestern das Thema: Prioritäten","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:08.367382869Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AB07EDF49C73FFEA6B9","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:08:24Z","event_id":"$lgRlzmAtLwv6yYl2n4mrXTTZblpSN89Jfitovadl2ms","part_id":"","time":"2026-03-06T19:22:08.367521227Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":1917,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.648607,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:08.374026958Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1908,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-91057719120052%3Amatrix.theocloud.dev","duration":310.614768,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<60930 bytes>","time":"2026-03-06T19:22:08.384311503Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1921,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491625626441:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491625626441%3Amatrix.theocloud.dev","duration":38.320533,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:08.391508254Z","message":"Request completed"} +{"level":"debug","transaction_id":"1292","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:08.400017619Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1292","time":"2026-03-06T19:22:08.400109601Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1924,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-91057719120052:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-91057719120052%3Amatrix.theocloud.dev","duration":35.922292,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:08.420547806Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1926,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/xTXyjRsNQSwHdMKStsYuFhvn?user_id=%40whatsapp_lid-91057719120052%3Amatrix.theocloud.dev","duration":40.979845,"status_code":200,"response_length":60930,"response_mime":"image/jpeg","time":"2026-03-06T19:22:08.461677113Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1911,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-140325221875807%3Amatrix.theocloud.dev","duration":328.831921,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61605 bytes>","time":"2026-03-06T19:22:08.465618798Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1900,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824927872580579_4?ts=1772624424000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":622.986487,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Auch wenn bodenlos schultermuskelkater ich","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:08.495690967Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A154FFC128174D0E780","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T11:40:24Z","event_id":"$GWDN2I50HnJWAWeo6bHvmqkQhuOHm3mrmvf_ksw_Dl4","part_id":"","time":"2026-03-06T19:22:08.495816054Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1293","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:08.512074762Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1293","time":"2026-03-06T19:22:08.512596832Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1928,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-140325221875807:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-140325221875807%3Amatrix.theocloud.dev","duration":47.123795,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:08.513104096Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1848,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1730.085357,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:08.530513663Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1927,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-91057719120052:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-91057719120052%3Amatrix.theocloud.dev","duration":85.119074,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xTXyjRsNQSwHdMKStsYuFhvn"},"time":"2026-03-06T19:22:08.547045454Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:08.547922043Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1930,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/iOdArJhUbYJYWuEglwVvRVfa?user_id=%40whatsapp_lid-140325221875807%3Amatrix.theocloud.dev","duration":37.560441,"status_code":200,"response_length":61605,"response_mime":"image/jpeg","time":"2026-03-06T19:22:08.550781313Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1852,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127753970032737:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1552.815496,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sYSbpNQTvisKpJOIimOumfcj","com.beeper.exclude_from_timeline":true,"displayname":"Josh (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:08.55903331Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:08.566879383Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1932,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-9461947228209%3Amatrix.theocloud.dev","duration":30.960143,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-9461947228209","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:08.579147028Z","message":"Request completed"} +{"level":"debug","transaction_id":"1294","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:08.603891284Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1294","time":"2026-03-06T19:22:08.603980961Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":1855,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1561.718981,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:08.607089847Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1935,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-9461947228209:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-9461947228209%3Amatrix.theocloud.dev","duration":27.950572,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:22:08.607498773Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1933,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-140325221875807:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-140325221875807%3Amatrix.theocloud.dev","duration":68.571708,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iOdArJhUbYJYWuEglwVvRVfa"},"time":"2026-03-06T19:22:08.619556612Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:08.620369784Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1925,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491625626441:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491625626441%3Amatrix.theocloud.dev","duration":245.280526,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Philipp (WA)"},"time":"2026-03-06T19:22:08.636976865Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:08.637730253Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1938,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":29.150601,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-198041059483854","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:08.649782713Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1865,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917680834617:matrix.theocloud.dev?user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":1479.056817,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XkUrOcJLxypIwkwNPfeIGgEU","displayname":"Sascha (WA)","membership":"join"},"time":"2026-03-06T19:22:08.661146599Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1939,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198041059483854:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":28.920331,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:08.679055747Z","message":"Request completed"} +{"level":"debug","transaction_id":"1295","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:08.696858316Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1295","time":"2026-03-06T19:22:08.697461264Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1866,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/state/m.room.member/@whatsapp_491605556877:matrix.theocloud.dev?user_id=%40whatsapp_491605556877%3Amatrix.theocloud.dev","duration":1567.27437,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sOgcNAreFByddNrBezfIEICB","displayname":"Vale (WA)","membership":"join"},"time":"2026-03-06T19:22:08.764584375Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:08.78889086Z","message":""} +{"level":"debug","transaction_id":"1296","content":{"pdu":1,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:08.791258162Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1296","time":"2026-03-06T19:22:08.791626859Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1869,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NOcWeBtUTcuAExaode:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917616043654:matrix.theocloud.dev?user_id=%40whatsapp_4917616043654%3Amatrix.theocloud.dev","duration":1543.649824,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"displayname":"+4917616043654 (WA)","membership":"join"},"time":"2026-03-06T19:22:08.820893328Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1936,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-9461947228209:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-9461947228209%3Amatrix.theocloud.dev","duration":223.816339,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"🤏🏻😎 (WA)"},"time":"2026-03-06T19:22:08.831528271Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1944,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491625626441:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491625626441%3Amatrix.theocloud.dev","duration":42.98313,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:08.832222782Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:08.832466462Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1946,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-74526322876491%3Amatrix.theocloud.dev","duration":23.297684,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-74526322876491","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:08.858387838Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1947,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-74526322876491:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-74526322876491%3Amatrix.theocloud.dev","duration":29.672462,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:08.888447715Z","message":"Request completed"} +{"level":"debug","transaction_id":"1297","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:08.896675337Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1297","time":"2026-03-06T19:22:08.896954496Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1941,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198041059483854:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":226.465524,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vale (WA)"},"time":"2026-03-06T19:22:08.905728493Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:08.906516732Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1873,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1496.170812,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:08.939116281Z","message":"Request completed"} +{"level":"debug","transaction_id":"1298","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:09.02435248Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1298","time":"2026-03-06T19:22:09.024675011Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1949,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":87.042178,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:09.026938667Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1942,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-115947104927857%3Amatrix.theocloud.dev","duration":331.730372,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<36712 bytes>","time":"2026-03-06T19:22:09.030126126Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":1922,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824928368379657_4?ts=1772482120000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":669.82351,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja isso","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:09.038364992Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A49FB842679E332DF1E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:08:40Z","event_id":"$Ej3xug4Fn2kJ2nN3XRMvOCl7PBbhUnUmyjrqf4fWOsU","part_id":"","time":"2026-03-06T19:22:09.038496644Z","message":"Sent message part to Matrix"} +{"level":"warn","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","reply_to":{"MessageID":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A678206F4484E04C80A","PartID":null},"time":"2026-03-06T19:22:09.039589396Z","message":"Reply target message not found in database"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1951,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-115947104927857:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-115947104927857%3Amatrix.theocloud.dev","duration":19.472986,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:09.050000634Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:09.066440093Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1953,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/wCwzuzwyQHRZRBnvBgKLxamM?user_id=%40whatsapp_lid-115947104927857%3Amatrix.theocloud.dev","duration":41.052063,"status_code":200,"response_length":36712,"response_mime":"image/jpeg","time":"2026-03-06T19:22:09.091145237Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:09.099352255Z","message":""} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1881,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1539.841119,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:09.113947112Z","message":"Request completed"} +{"level":"debug","transaction_id":"1299","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:09.132187033Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1299","time":"2026-03-06T19:22:09.132584156Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1929,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824928496986121_5?ts=1772624428000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":650.135061,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yippie","m.mentions":{"user_ids":["@whatsapp_4915903048642:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$W5CJjZxmqrtaxU_m0MDsV9euV52A5SHd5Wy7iTtZqBg"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:09.147255Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2932994E0E02A5B558","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T11:40:28Z","event_id":"$OJkxOQ5C5YQ_qUm6F0w4NYWzauzyIqENHOPtGPV0ioI","part_id":"","time":"2026-03-06T19:22:09.14740118Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1956,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-9461947228209:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-9461947228209%3Amatrix.theocloud.dev","duration":51.37537,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:09.151040518Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:09.152073763Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1948,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-74526322876491:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-74526322876491%3Amatrix.theocloud.dev","duration":271.144143,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Philipp (WA)"},"time":"2026-03-06T19:22:09.159785251Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:09.160286998Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1955,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-115947104927857:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-115947104927857%3Amatrix.theocloud.dev","duration":85.345572,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wCwzuzwyQHRZRBnvBgKLxamM"},"time":"2026-03-06T19:22:09.176773949Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:09.1774554Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1959,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-199450228215815%3Amatrix.theocloud.dev","duration":28.997088,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-199450228215815","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:09.181405884Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1957,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.046149,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:09.18676348Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1960,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-140918044790963%3Amatrix.theocloud.dev","duration":20.049393,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-140918044790963","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:09.197707545Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1886,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1524.484284,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:09.200096427Z","message":"Request completed"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","req_id":1877,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OLuXRTkNBMOqQdhSsl:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1694.32859,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:09.203488664Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1961,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-199450228215815:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-199450228215815%3Amatrix.theocloud.dev","duration":25.469986,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:09.207158732Z","message":"Request completed"} +{"level":"debug","transaction_id":"1300","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:09.211537Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1300","time":"2026-03-06T19:22:09.21194858Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1963,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-140918044790963:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-140918044790963%3Amatrix.theocloud.dev","duration":25.612883,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:09.223648337Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1964,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":42.482571,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:09.243236004Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:09.248362352Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:09.290638678Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1893,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1564.327098,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:09.322698557Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:09.325192901Z","message":""} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1890,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PchXjQjXcAUVmlVcIq:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915901353554:matrix.theocloud.dev?user_id=%40whatsapp_4915901353554%3Amatrix.theocloud.dev","duration":1624.313174,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"displayname":"Aylin (WA)","membership":"join"},"time":"2026-03-06T19:22:09.326070608Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1891,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220641227747573:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1614.467378,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hcAkoMihfYoWRUINswywSzGJ","com.beeper.exclude_from_timeline":true,"displayname":"Anastasia (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:09.330294176Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1954,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":268.061028,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43921 bytes>","time":"2026-03-06T19:22:09.341603306Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1966,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-199450228215815:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-199450228215815%3Amatrix.theocloud.dev","duration":147.493683,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"🏋️Матвей (WA)"},"time":"2026-03-06T19:22:09.354825693Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:09.355680911Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1970,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-74526322876491:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-74526322876491%3Amatrix.theocloud.dev","duration":32.100317,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:09.357607089Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491625626441@s.whatsapp.net","alternate_jid":"74526322876491@lid","time":"2026-03-06T19:22:09.357990453Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491629826171@s.whatsapp.net","time":"2026-03-06T19:22:09.358263187Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1967,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-140918044790963:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-140918044790963%3Amatrix.theocloud.dev","duration":141.800146,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915789414260 (WA)"},"time":"2026-03-06T19:22:09.365624765Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:09.366530129Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1973,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198041059483854:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":27.661705,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:09.369675333Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1969,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":55.506605,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:09.378986627Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1974,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491629826171%3Amatrix.theocloud.dev","duration":24.650738,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491629826171","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:09.383183585Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1975,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/GpmbnAzaYSAXefYtDeDCQleb?user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":26.978997,"status_code":200,"response_length":43921,"response_mime":"image/jpeg","time":"2026-03-06T19:22:09.396771735Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1977,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491629826171:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491629826171%3Amatrix.theocloud.dev","duration":19.551697,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:09.403145885Z","message":"Request completed"} +{"level":"debug","transaction_id":"1301","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:09.416688149Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1301","time":"2026-03-06T19:22:09.417014801Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1902,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1522.039318,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:09.437012581Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1978,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198041059483854:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":55.275288,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GpmbnAzaYSAXefYtDeDCQleb"},"time":"2026-03-06T19:22:09.452345809Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:09.453119451Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1981,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-276351164624932%3Amatrix.theocloud.dev","duration":31.777437,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-276351164624932","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:09.485138611Z","message":"Request completed"} +{"level":"debug","transaction_id":"1302","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:09.506544619Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1302","time":"2026-03-06T19:22:09.50702248Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1982,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-276351164624932:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-276351164624932%3Amatrix.theocloud.dev","duration":26.961955,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:09.512446076Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:09.523192278Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":1952,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824929039919260_6?ts=1772482144000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":497.325899,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Maja nutzt das einfach nur um ihren Dickschädel halt durchzudrücken","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:09.537395948Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A37C8715E59C0C8FE8C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:09:04Z","event_id":"$7mtM06w9Y_EaVBnxuCJt6oSp8m3YT1xb538_fQkjiQE","part_id":"","time":"2026-03-06T19:22:09.537489327Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:09.538879117Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1904,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1569.696497,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:09.543668127Z","message":"Request completed"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":1906,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21wRkwNZtgctxiqmVHWz:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1584.269214,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:09.57771767Z","message":"Request completed"} +{"level":"debug","transaction_id":"1303","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:09.59576343Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1303","time":"2026-03-06T19:22:09.596013395Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1979,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491629826171:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491629826171%3Amatrix.theocloud.dev","duration":208.486603,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491629826171 (WA)"},"time":"2026-03-06T19:22:09.611820293Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:09.612373863Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1958,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824929148267223_7?ts=1772624446000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":467.012494,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ist ja auch erstmal wieder eine Woche zum Reinkommen","m.mentions":{"user_ids":["@whatsapp_4915903048642:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$GWDN2I50HnJWAWeo6bHvmqkQhuOHm3mrmvf_ksw_Dl4"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:09.615413186Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A0BDE6C46D8B68AF68B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T11:40:46Z","event_id":"$yDrfFrt_8bxLGtuvTMy5HYcF4XJuEbi7Pp5diWuevX0","part_id":"","time":"2026-03-06T19:22:09.615506216Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":1910,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1508.809736,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:09.628112176Z","message":"Request completed"} +{"level":"debug","transaction_id":"1304","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:09.664572742Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1304","time":"2026-03-06T19:22:09.665389337Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":1990,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":46.501361,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:09.675164312Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1983,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-276351164624932:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-276351164624932%3Amatrix.theocloud.dev","duration":175.517868,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491794397891 (WA)"},"time":"2026-03-06T19:22:09.688210069Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:09.689035254Z","message":""} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1915,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1503.874337,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:09.760813698Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:09.769140216Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1984,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-199450228215815%3Amatrix.theocloud.dev","duration":260.98741,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<67249 bytes>","time":"2026-03-06T19:22:09.792037285Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1918,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917658289477:matrix.theocloud.dev?user_id=%40whatsapp_4917658289477%3Amatrix.theocloud.dev","duration":1497.470994,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tTwLLBqsJPDFaInkxxZKjZwa","displayname":"+4917658289477 (WA)","membership":"join"},"time":"2026-03-06T19:22:09.804911928Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1994,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-199450228215815:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-199450228215815%3Amatrix.theocloud.dev","duration":30.017063,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:09.822601353Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1988,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-140918044790963%3Amatrix.theocloud.dev","duration":248.592443,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35475 bytes>","time":"2026-03-06T19:22:09.8507266Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1996,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ueHGVqQluxwydpXALcBNjGZi?user_id=%40whatsapp_lid-199450228215815%3Amatrix.theocloud.dev","duration":32.600945,"status_code":200,"response_length":67249,"response_mime":"image/jpeg","time":"2026-03-06T19:22:09.855346802Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:09.857600051Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":1920,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1521.705541,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:09.872167739Z","message":"Request completed"} +{"level":"debug","transaction_id":"1305","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:09.880546569Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1305","time":"2026-03-06T19:22:09.880873012Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":1997,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-140918044790963:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-140918044790963%3Amatrix.theocloud.dev","duration":32.98438,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:09.884074439Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2001,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/JQlITVRLtCFovlwNJIKeCRBy?user_id=%40whatsapp_lid-140918044790963%3Amatrix.theocloud.dev","duration":29.941005,"status_code":200,"response_length":35475,"response_mime":"image/jpeg","time":"2026-03-06T19:22:09.914170424Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":1998,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-199450228215815:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-199450228215815%3Amatrix.theocloud.dev","duration":60.139798,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ueHGVqQluxwydpXALcBNjGZi"},"time":"2026-03-06T19:22:09.915786852Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:09.916786992Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2003,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-66662220976313%3Amatrix.theocloud.dev","duration":34.145995,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-66662220976313","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:09.951198597Z","message":"Request completed"} +{"level":"debug","transaction_id":"1306","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:09.971091264Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1306","time":"2026-03-06T19:22:09.971451161Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2004,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66662220976313:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-66662220976313%3Amatrix.theocloud.dev","duration":29.343435,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:09.980882374Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2002,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-140918044790963:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-140918044790963%3Amatrix.theocloud.dev","duration":69.439078,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JQlITVRLtCFovlwNJIKeCRBy"},"time":"2026-03-06T19:22:09.983882236Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:09.984578842Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":1931,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":1473.37208,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:10.004498608Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":1934,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127753970032737:matrix.theocloud.dev?user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":1449.019847,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sYSbpNQTvisKpJOIimOumfcj","com.beeper.exclude_from_timeline":true,"displayname":"Josh (WA)","membership":"join"},"time":"2026-03-06T19:22:10.008662601Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2006,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-48498888163368%3Amatrix.theocloud.dev","duration":31.369767,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-48498888163368","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:10.01614347Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":1923,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1689.683176,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:10.064159219Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2009,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-48498888163368:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-48498888163368%3Amatrix.theocloud.dev","duration":47.714869,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:10.064190718Z","message":"Request completed"} +{"level":"info","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:10.064835501Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_count":51,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:10.067551735Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_count":51,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:10.067658942Z","message":"Sending backfill messages"} +{"level":"debug","transaction_id":"1307","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:10.078992656Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1307","time":"2026-03-06T19:22:10.079248139Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":1985,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824929538086059_8?ts=1772482153000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":548.237166,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"das und nichts anderes","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:10.086461792Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A94B66EB2E7B9C3267A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:09:13Z","event_id":"$XtEdrMzkHKX9l0ITFQMI2zD4Y_-Hv4nAGOySOyXWJqk","part_id":"","time":"2026-03-06T19:22:10.086646315Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2007,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":81.729142,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:10.086920725Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":1993,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491629826171%3Amatrix.theocloud.dev","duration":312.90224,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<115383 bytes>","time":"2026-03-06T19:22:10.092118172Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2015,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491629826171:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491629826171%3Amatrix.theocloud.dev","duration":29.281206,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:10.121725192Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":1937,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1555.665058,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:10.163482661Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2016,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/iqxtixcEQqKbXcQLuAsfpiDO?user_id=%40whatsapp_491629826171%3Amatrix.theocloud.dev","duration":43.326124,"status_code":200,"response_length":115383,"response_mime":"image/jpeg","time":"2026-03-06T19:22:10.165197008Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":1989,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824929616061392_5?ts=1772624459000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":553.886842,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich bissi klimmis core und standi nur","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:10.170072832Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AF36F2ABBB42B172332","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T11:40:59Z","event_id":"$SUugyGiw5OevUnkfl-hZlSrHeoCmzNDpukT1SXecf7M","part_id":"","time":"2026-03-06T19:22:10.17021077Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1308","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:10.192316039Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1308","time":"2026-03-06T19:22:10.192904739Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":1999,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-276351164624932%3Amatrix.theocloud.dev","duration":329.615899,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<75802 bytes>","time":"2026-03-06T19:22:10.196594502Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2020,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-276351164624932:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-276351164624932%3Amatrix.theocloud.dev","duration":25.169665,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:10.222053244Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2005,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66662220976313:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-66662220976313%3Amatrix.theocloud.dev","duration":247.701816,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Alex (WA)"},"time":"2026-03-06T19:22:10.22873861Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:10.229495909Z","message":""} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":2017,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.147067,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:10.23119957Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2018,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491629826171:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491629826171%3Amatrix.theocloud.dev","duration":66.362878,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iqxtixcEQqKbXcQLuAsfpiDO"},"time":"2026-03-06T19:22:10.231785477Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491731365871@s.whatsapp.net","alternate_jid":"70231405916394@lid","time":"2026-03-06T19:22:10.232280448Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917624407266@s.whatsapp.net","time":"2026-03-06T19:22:10.232646282Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2021,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ZDFCsTYRdxovxPMMbdNXIlnB?user_id=%40whatsapp_lid-276351164624932%3Amatrix.theocloud.dev","duration":20.688449,"status_code":200,"response_length":75802,"response_mime":"image/jpeg","time":"2026-03-06T19:22:10.242876349Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2023,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917624407266%3Amatrix.theocloud.dev","duration":22.030817,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917624407266","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:10.254917076Z","message":"Request completed"} +{"level":"debug","transaction_id":"1309","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:10.264388797Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1309","time":"2026-03-06T19:22:10.264722363Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2025,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624407266:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917624407266%3Amatrix.theocloud.dev","duration":23.573701,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:10.278826159Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2010,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-48498888163368:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-48498888163368%3Amatrix.theocloud.dev","duration":218.411111,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Florian Weis (WA)"},"time":"2026-03-06T19:22:10.282780765Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:10.283392303Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2024,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-276351164624932:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-276351164624932%3Amatrix.theocloud.dev","duration":50.365171,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZDFCsTYRdxovxPMMbdNXIlnB"},"time":"2026-03-06T19:22:10.293501613Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:10.294474096Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":1940,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1660.111285,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:10.322225828Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2027,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-164154254037235%3Amatrix.theocloud.dev","duration":30.333937,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-164154254037235","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:10.325116736Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2029,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-164154254037235:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-164154254037235%3Amatrix.theocloud.dev","duration":37.337225,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:10.362906818Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":1943,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1599.455144,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:10.365019336Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:10.396143468Z","message":""} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":1945,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NOcWeBtUTcuAExaode:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1577.743786,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:10.39956867Z","message":"Request completed"} +{"level":"debug","transaction_id":"1310","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:10.426375855Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1310","time":"2026-03-06T19:22:10.426694196Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:10.448626465Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2026,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624407266:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917624407266%3Amatrix.theocloud.dev","duration":172.67515,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917624407266 (WA)"},"time":"2026-03-06T19:22:10.451670677Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:10.452517654Z","message":""} +{"level":"debug","transaction_id":"1311","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:10.476423384Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1311","time":"2026-03-06T19:22:10.476878825Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2030,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-164154254037235:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-164154254037235%3Amatrix.theocloud.dev","duration":135.007711,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491723092920 (WA)"},"time":"2026-03-06T19:22:10.498154298Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:10.499013288Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":1950,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1488.806439,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:10.516223316Z","message":"Request completed"} +{"level":"info","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:10.517048222Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","orig_participant":"195790463058158@lid","rerouted_participant":"4917641870516@s.whatsapp.net","time":"2026-03-06T19:22:10.521360489Z","message":"Rerouting message key (PN recipient in LID DM)"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":1962,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1377.596761,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:10.564765675Z","message":"Request completed"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","req_id":1965,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OLuXRTkNBMOqQdhSsl:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1363.394907,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:10.567435045Z","message":"Request completed"} +{"level":"info","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:10.568323368Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","action":"forward backfill","message_count":1,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:10.569160357Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","action":"forward backfill","message_count":1,"batch_send":false,"mark_read":true,"mark_read_past_threshold":true,"time":"2026-03-06T19:22:10.569257507Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2013,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824930087570327_2?ts=1772482184000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":503.084946,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:10.590797333Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A63F6842233741A5CB7","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:09:44Z","event_id":"$NB2aSlIqu8ZNaFawuVi9WT7FzLpusuncu3KDYenAOxo","part_id":"","time":"2026-03-06T19:22:10.590928357Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1312","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:10.620620933Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1312","time":"2026-03-06T19:22:10.620724579Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"sticker","time":"2026-03-06T19:22:10.670971019Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2019,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824930171089385_9?ts=1772624471000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":513.720518,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oki","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:10.684952521Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A018231BB8EC322C561","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T11:41:11Z","event_id":"$JohgVohiAPiCJPAYk40mkvwzdbLuR7cka-fOMtDi00I","part_id":"","time":"2026-03-06T19:22:10.685087456Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2012,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824930067928044_1?ts=1770362865000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":620.858884,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hast du die Mail auch bekommen mit dieser Infoveranstaltung von Pätzoldt?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:10.688921863Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3EB0E75F9815E52C55AD07","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-06T07:27:45Z","event_id":"$yZdr-USotlt5jFSzMHfQuAw_gu7HkpcEZ67vCqj9wg8","part_id":"","time":"2026-03-06T19:22:10.689074958Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1313","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:10.745195825Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1313","time":"2026-03-06T19:22:10.745789554Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:10.75914087Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2033,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-48498888163368%3Amatrix.theocloud.dev","duration":311.330162,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<91211 bytes>","time":"2026-03-06T19:22:10.768706109Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":1972,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220641227747573:matrix.theocloud.dev?user_id=%40whatsapp_lid-220641227747573%3Amatrix.theocloud.dev","duration":1463.145504,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hcAkoMihfYoWRUINswywSzGJ","com.beeper.exclude_from_timeline":true,"displayname":"Anastasia (WA)","membership":"join"},"time":"2026-03-06T19:22:10.794113308Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2042,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-48498888163368:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-48498888163368%3Amatrix.theocloud.dev","duration":38.078461,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:10.807124771Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"sticker","time":"2026-03-06T19:22:10.811040545Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":1968,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1573.077558,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:10.816807276Z","message":"Request completed"} +{"level":"info","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:10.817685891Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":1971,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PchXjQjXcAUVmlVcIq:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1492.753851,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:10.819679537Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2045,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/xhbUITlxJOdMRvABLbPxiYRY?user_id=%40whatsapp_lid-48498888163368%3Amatrix.theocloud.dev","duration":36.403575,"status_code":200,"response_length":91211,"response_mime":"image/jpeg","time":"2026-03-06T19:22:10.843651897Z","message":"Request completed"} +{"level":"debug","transaction_id":"1314","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:10.851122359Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1314","time":"2026-03-06T19:22:10.851649528Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2035,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-66662220976313%3Amatrix.theocloud.dev","duration":358.694703,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<27066 bytes>","time":"2026-03-06T19:22:10.917213132Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"voice message","time":"2026-03-06T19:22:10.918383548Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2048,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-48498888163368:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-48498888163368%3Amatrix.theocloud.dev","duration":75.24562,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xhbUITlxJOdMRvABLbPxiYRY"},"time":"2026-03-06T19:22:10.919125272Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:10.920093006Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:10.953418425Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2050,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66662220976313:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-66662220976313%3Amatrix.theocloud.dev","duration":37.163039,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:10.954760653Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"voice message","time":"2026-03-06T19:22:10.956493577Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","orig_participant":"195790463058158@lid","rerouted_participant":"4917641870516@s.whatsapp.net","time":"2026-03-06T19:22:10.956710437Z","message":"Rerouting message key (PN recipient in LID DM)"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","orig_participant":"195790463058158@lid","rerouted_participant":"4917641870516@s.whatsapp.net","time":"2026-03-06T19:22:10.957043445Z","message":"Rerouting message key (PN recipient in LID DM)"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_count":82,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:10.95740851Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_count":82,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:10.957507616Z","message":"Sending backfill messages"} +{"level":"debug","transaction_id":"1315","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:10.959459287Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1315","time":"2026-03-06T19:22:10.959918988Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2051,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-97882405363848%3Amatrix.theocloud.dev","duration":42.160458,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-97882405363848","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:10.962513347Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":1976,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1597.102719,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:10.97655638Z","message":"Request completed"} +{"level":"info","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:10.977473758Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2052,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VbuQUzvHAEzAXXFZFRRmjwLh?user_id=%40whatsapp_lid-66662220976313%3Amatrix.theocloud.dev","duration":44.221362,"status_code":200,"response_length":27066,"response_mime":"image/jpeg","time":"2026-03-06T19:22:10.999106683Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2055,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-97882405363848:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-97882405363848%3Amatrix.theocloud.dev","duration":40.487109,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:11.005189381Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2057,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66662220976313:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-66662220976313%3Amatrix.theocloud.dev","duration":61.550401,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VbuQUzvHAEzAXXFZFRRmjwLh"},"time":"2026-03-06T19:22:11.060993235Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:11.0622036Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1316","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:11.096532722Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1316","time":"2026-03-06T19:22:11.096621002Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2059,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-75930894614615%3Amatrix.theocloud.dev","duration":45.14761,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-75930894614615","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:11.10771383Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2043,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-164154254037235%3Amatrix.theocloud.dev","duration":337.924538,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<68666 bytes>","time":"2026-03-06T19:22:11.110151603Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2060,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-75930894614615:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-75930894614615%3Amatrix.theocloud.dev","duration":43.300772,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:11.151486107Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2061,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-164154254037235:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-164154254037235%3Amatrix.theocloud.dev","duration":45.114853,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:11.155721129Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":1986,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1645.851532,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:11.190091527Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2063,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/OqadHlzzFlAlRDjFzlCDaSvl?user_id=%40whatsapp_lid-164154254037235%3Amatrix.theocloud.dev","duration":57.726959,"status_code":200,"response_length":68666,"response_mime":"image/jpeg","time":"2026-03-06T19:22:11.213638129Z","message":"Request completed"} +{"level":"debug","transaction_id":"1317","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:11.253926118Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1317","time":"2026-03-06T19:22:11.25424383Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":1987,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21wRkwNZtgctxiqmVHWz:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1683.282345,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:11.261515731Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":1980,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/state/m.room.member/@whatsapp_491628947581:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1826.916897,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZIXtQzHyprijDOKfuxRNtixI","displayname":"Claudia Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:11.264811585Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2049,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":380.733062,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<134104 bytes>","time":"2026-03-06T19:22:11.278106188Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":2064,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":91.734527,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:11.28270893Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2058,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-97882405363848:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-97882405363848%3Amatrix.theocloud.dev","duration":296.921854,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Elias (WA)"},"time":"2026-03-06T19:22:11.302296177Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:11.303037412Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2065,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-164154254037235:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-164154254037235%3Amatrix.theocloud.dev","duration":92.144222,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OqadHlzzFlAlRDjFzlCDaSvl"},"time":"2026-03-06T19:22:11.306106418Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:11.307045936Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","req_id":2011,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev?ts=1772824930064&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1255.265759,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:11.32275708Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:11.323119212Z","message":"Added portal to space"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":2066,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.683388,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:11.333871629Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2054,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917624407266%3Amatrix.theocloud.dev","duration":372.450964,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<19555 bytes>","time":"2026-03-06T19:22:11.335405504Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2039,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824930591823315_11?ts=1772482185000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":750.381747,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"auch das ehhhhhh ein Abend vorher umplanen warum der Mist lasst das mal mimimimimi","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:11.342367096Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6F324DBBD45E37E7A7","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:09:45Z","event_id":"$-0h3C93bXV3s3jibJw9lT_X9p7bY6ZQQm7bHIhfT744","part_id":"","time":"2026-03-06T19:22:11.342503847Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2069,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-213782164934732%3Amatrix.theocloud.dev","duration":38.683853,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-213782164934732","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:11.345982338Z","message":"Request completed"} +{"level":"debug","transaction_id":"1318","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:11.366203333Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1318","time":"2026-03-06T19:22:11.366931927Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2071,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624407266:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917624407266%3Amatrix.theocloud.dev","duration":36.903854,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:11.37268469Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2073,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-213782164934732:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-213782164934732%3Amatrix.theocloud.dev","duration":30.849094,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:11.377213119Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2074,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/KZXdgXnCUiMUQbismkoYZmeT?user_id=%40whatsapp_4917624407266%3Amatrix.theocloud.dev","duration":53.912876,"status_code":200,"response_length":19555,"response_mime":"image/jpeg","time":"2026-03-06T19:22:11.426752058Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2040,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824930686038148_12?ts=1772624477000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":769.215676,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Klingt guti","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:11.455422563Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA1D801A2CE6181457F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T11:41:17Z","event_id":"$a1VZAXPzWNer9ygO0tnP-UVQ_gOvqjqnMTBFJaVdEIA","part_id":"","time":"2026-03-06T19:22:11.455558686Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","action":"forward backfill","req_id":2037,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21OLuXRTkNBMOqQdhSsl:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824930569552381_10?ts=1721245655000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":890.881291,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"https://steamcommunity.com/sharedfiles/filedetails/?id=2136320635","m.mentions":{},"com.beeper.linkpreviews":[{"og:title":"Steam Workshop::SPACEDUDE_NASA_4KWP","matched_url":"https://steamcommunity.com/sharedfiles/filedetails/?id=2136320635"}],"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:11.460592912Z","message":"Request completed"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","action":"forward backfill","message_id":"4917641870516@s.whatsapp.net:4917641870516@s.whatsapp.net:6876F54EB44601D702","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2024-07-17T19:47:35Z","event_id":"$JcRfzytuwmMdKyBeyj5mij7rBOG4kUmHqp_SfAu6AVM","part_id":"","time":"2026-03-06T19:22:11.460738393Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:11.461443311Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","time":"2026-03-06T19:22:11.461515248Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2062,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-75930894614615:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-75930894614615%3Amatrix.theocloud.dev","duration":312.765978,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vincent (WA)"},"time":"2026-03-06T19:22:11.464495974Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:11.464852169Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:11.465434234Z","message":""} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2041,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824930689887502_13?ts=1770364237000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":811.675688,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja, aber wieso muss so nen Bums vorort sein","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:11.50170909Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A29E167C4EC786B8C1A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:50:37Z","event_id":"$0dB_BRlW32Tgv4hm5vGHx_q_R1TolZp9MZ9etsCmu8o","part_id":"","time":"2026-03-06T19:22:11.501839904Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1319","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:11.50625016Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1319","time":"2026-03-06T19:22:11.506426023Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2080,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-97882405363848:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-97882405363848%3Amatrix.theocloud.dev","duration":47.191122,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:11.514260573Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:11.515367292Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2077,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624407266:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917624407266%3Amatrix.theocloud.dev","duration":96.58919,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KZXdgXnCUiMUQbismkoYZmeT"},"time":"2026-03-06T19:22:11.523675581Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2082,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-30653349408787%3Amatrix.theocloud.dev","duration":44.489695,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-30653349408787","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:11.56015689Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2083,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917655425926%3Amatrix.theocloud.dev","duration":43.690351,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917655425926","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:11.568706135Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":1992,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":1814.837268,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:11.576406309Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":1991,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1914.742914,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:11.590423221Z","message":"Request completed"} +{"level":"info","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:11.591512829Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","orig_participant":"266657507356684@lid","rerouted_participant":"4915150515988@s.whatsapp.net","time":"2026-03-06T19:22:11.59560237Z","message":"Rerouting message key (PN recipient in LID DM)"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2084,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-30653349408787:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-30653349408787%3Amatrix.theocloud.dev","duration":40.970556,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:11.60160433Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2085,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655425926:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917655425926%3Amatrix.theocloud.dev","duration":46.71396,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:11.615758621Z","message":"Request completed"} +{"level":"debug","transaction_id":"1320","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:11.631650028Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1320","time":"2026-03-06T19:22:11.631741591Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2086,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":79.766506,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:11.656695793Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":1995,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1852.917334,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:11.658899734Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2075,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-213782164934732:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-213782164934732%3Amatrix.theocloud.dev","duration":299.043311,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491639153989 (WA)"},"time":"2026-03-06T19:22:11.676470986Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:11.677266Z","message":""} +{"level":"debug","transaction_id":"1321","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:11.744128529Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1321","time":"2026-03-06T19:22:11.744587183Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":2000,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1938.170365,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:11.810896702Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2078,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":384.337758,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<4556 bytes>","time":"2026-03-06T19:22:11.82853172Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:11.833165052Z","message":""} +{"level":"debug","transaction_id":"1322","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:11.863053955Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1322","time":"2026-03-06T19:22:11.863373134Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2053,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824930957888815_1?ts=1766562246000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":910.108711,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Frohe Weihnachten! Verbring eine schöne Zeit mit deinen Engsten 🌲🎅","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:11.868136652Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC73C2AB4B32E69DDA6F13405A9CD3C1","sender_id":{"user_id":"4917657607100"},"message_ts":"2025-12-24T07:44:06Z","event_id":"$tiVxFLOEsMt3m8VeySNDVSd861ffF6y2zAtfHt6XYn0","part_id":"","time":"2026-03-06T19:22:11.868260692Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2094,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-75930894614615:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-75930894614615%3Amatrix.theocloud.dev","duration":41.511764,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:11.875067094Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:11.875975322Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2088,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-30653349408787:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-30653349408787%3Amatrix.theocloud.dev","duration":286.137449,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Stefan Strolch (WA)"},"time":"2026-03-06T19:22:11.887952842Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2089,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655425926:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917655425926%3Amatrix.theocloud.dev","duration":272.030091,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Stefan (WA)"},"time":"2026-03-06T19:22:11.887996633Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:11.888712795Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:11.891002641Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":2093,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":95.397612,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:11.906969757Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2096,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-135437549052023%3Amatrix.theocloud.dev","duration":40.244756,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-135437549052023","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:11.916474374Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2076,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":517.860065,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<72458 bytes>","time":"2026-03-06T19:22:11.918747877Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2014,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1835.802501,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","com.beeper.exclude_from_timeline":true,"displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:11.924968164Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:11.950156687Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2008,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-65244881764452:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1940.961399,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hTULxoVmZmnVBXhcluKJkmwT","com.beeper.exclude_from_timeline":true,"displayname":"Domi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:11.950476075Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2099,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-135437549052023:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-135437549052023%3Amatrix.theocloud.dev","duration":38.198729,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:11.955031044Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","req_id":2034,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21qmhtENTgisuuURICKB:matrix.theocloud.dev?ts=1772824930517&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1458.617842,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:11.978906393Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:11.97925316Z","message":"Added portal to space"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","req_id":2038,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21OLuXRTkNBMOqQdhSsl:matrix.theocloud.dev?ts=1772824930568&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1409.078415,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:11.979984408Z","message":"Request completed"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917641870516@s.whatsapp.net","latest_message_ts":"2024-07-17T19:47:35Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:11.980227738Z","message":"Added portal to space"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","req_id":2046,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev?ts=1772824930817&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1160.521381,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:11.981078067Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:11.98136421Z","message":"Added portal to space"} +{"level":"debug","transaction_id":"1323","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:11.984780053Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1323","time":"2026-03-06T19:22:11.985090083Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:12.041685039Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:12.04541147Z","message":""} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2092,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":301.199689,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<127440 bytes>","time":"2026-03-06T19:22:12.065077989Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","orig_participant":"266657507356684@lid","rerouted_participant":"4915150515988@s.whatsapp.net","time":"2026-03-06T19:22:12.065266982Z","message":"Rerouting message key (PN recipient in LID DM)"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":2022,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1860.119951,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:12.091744582Z","message":"Request completed"} +{"level":"info","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:12.092360869Z","message":"Fetching messages for forward backfill"} +{"level":"debug","transaction_id":"1324","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:12.135696562Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1324","time":"2026-03-06T19:22:12.135821021Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"sticker","time":"2026-03-06T19:22:12.143831224Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2072,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824931343547569_14?ts=1772482210000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":807.36775,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"alles eumgeheule weil ihr das einfach so passt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:12.151084966Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2CAF1BAFCCF902C6BC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:10:10Z","event_id":"$aP7DBcfPqQMQOMvtrdNueY5Im1DwSeFtuipI43qv4bc","part_id":"","time":"2026-03-06T19:22:12.151228003Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2079,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824931456378354_6?ts=1772624546000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":761.474435,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":745580,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/mRkkybFKMAQtNYFDgbHUrCtU"},"time":"2026-03-06T19:22:12.218101916Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AEB1B97860C941AF9DD","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T11:42:26Z","event_id":"$pSwXRpPoF4kvKYJxw2sQZWdruLLV8Oo3FmCZbY2UZeA","part_id":"","time":"2026-03-06T19:22:12.218291398Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":2028,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1911.483866,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:12.23432696Z","message":"Request completed"} +{"level":"debug","transaction_id":"1325","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:12.26562912Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1325","time":"2026-03-06T19:22:12.266077856Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":2031,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1905.000065,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:12.270576323Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2103,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-135437549052023:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-135437549052023%3Amatrix.theocloud.dev","duration":317.814871,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Leander (WA)"},"time":"2026-03-06T19:22:12.273008438Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":2032,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NOcWeBtUTcuAExaode:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1873.434949,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:12.273639881Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:12.273879231Z","message":""} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2081,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824931502592524_15?ts=1770364248000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":799.784283,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"als ob ich am Montag abend nach der Arbeit zur HWR fahre","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:12.302508599Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8B5071D1F104BD3B86","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:50:48Z","event_id":"$mc7cLpj5WYu9Ej9yss_ucrW-xDmz8BypwOhUtj1IjdY","part_id":"","time":"2026-03-06T19:22:12.302647306Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"sticker","time":"2026-03-06T19:22:12.302764361Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2097,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":414.174699,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<182212 bytes>","time":"2026-03-06T19:22:12.305816745Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":2110,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":83.690451,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:12.318671832Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":2112,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":83.149942,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:12.354287726Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":2113,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":81.301079,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:12.356834173Z","message":"Request completed"} +{"level":"debug","transaction_id":"1326","content":{"pdu":5,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:12.389494345Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1326","time":"2026-03-06T19:22:12.390047914Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:12.434727651Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2104,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-30653349408787%3Amatrix.theocloud.dev","duration":399.815559,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<54593 bytes>","time":"2026-03-06T19:22:12.452513598Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2101,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":550.940408,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<97045 bytes>","time":"2026-03-06T19:22:12.480452506Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2118,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-135437549052023:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-135437549052023%3Amatrix.theocloud.dev","duration":46.870965,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:12.482107347Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:12.483198143Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2119,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-30653349408787:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-30653349408787%3Amatrix.theocloud.dev","duration":48.460854,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:12.501425283Z","message":"Request completed"} +{"level":"debug","transaction_id":"1327","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:12.510502116Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1327","time":"2026-03-06T19:22:12.510623921Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2106,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917655425926%3Amatrix.theocloud.dev","duration":402.091298,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<30978 bytes>","time":"2026-03-06T19:22:12.514772758Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2107,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-213782164934732%3Amatrix.theocloud.dev","duration":404.066017,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<33016 bytes>","time":"2026-03-06T19:22:12.517529918Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2121,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-182961395781844%3Amatrix.theocloud.dev","duration":37.268361,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-182961395781844","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:12.520759911Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2123,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/rFcZxcudHEcTxqVlwCuCjrtD?user_id=%40whatsapp_lid-30653349408787%3Amatrix.theocloud.dev","duration":35.491017,"status_code":200,"response_length":54593,"response_mime":"image/jpeg","time":"2026-03-06T19:22:12.537086295Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2124,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655425926:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917655425926%3Amatrix.theocloud.dev","duration":42.253419,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:12.557423159Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2125,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-213782164934732:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-213782164934732%3Amatrix.theocloud.dev","duration":43.246295,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:12.561196524Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2126,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182961395781844:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-182961395781844%3Amatrix.theocloud.dev","duration":45.100955,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:12.566311697Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2128,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/IielmYafeLpvfVArVGLiCZVI?user_id=%40whatsapp_4917655425926%3Amatrix.theocloud.dev","duration":50.471401,"status_code":200,"response_length":30978,"response_mime":"image/jpeg","time":"2026-03-06T19:22:12.608061134Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2129,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/sZRTWDsCVppDcOBbALHkvEyY?user_id=%40whatsapp_lid-213782164934732%3Amatrix.theocloud.dev","duration":54.400864,"status_code":200,"response_length":33016,"response_mime":"image/jpeg","time":"2026-03-06T19:22:12.615763193Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2127,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-30653349408787:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-30653349408787%3Amatrix.theocloud.dev","duration":97.290545,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rFcZxcudHEcTxqVlwCuCjrtD"},"time":"2026-03-06T19:22:12.634671784Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:12.635760204Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","req_id":2056,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev?ts=1772824930977&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1671.099419,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:12.65307311Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:12.65357758Z","message":"Added portal to space"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2134,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-209689514090663%3Amatrix.theocloud.dev","duration":48.374319,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-209689514090663","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:12.684432261Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2132,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655425926:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917655425926%3Amatrix.theocloud.dev","duration":109.987719,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IielmYafeLpvfVArVGLiCZVI"},"time":"2026-03-06T19:22:12.718449397Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2133,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-213782164934732:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-213782164934732%3Amatrix.theocloud.dev","duration":104.908304,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sZRTWDsCVppDcOBbALHkvEyY"},"time":"2026-03-06T19:22:12.720955126Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:12.721710679Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":2047,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PchXjQjXcAUVmlVcIq:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1903.201418,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:12.72585763Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2135,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-209689514090663:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-209689514090663%3Amatrix.theocloud.dev","duration":43.94332,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:12.728699859Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2095,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824931869058080_16?ts=1766571253000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":878.34643,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dir auch frohe Weihnachten und das wünsch ich dir auch :) 🎄 Hab von Max gestern gehört, dass du gestern auch nachmittags bei FitX warst, also haben wir und leider knapp verpasst","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:12.747536652Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AAF1FB7D6B7F5707D94","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T10:14:13Z","event_id":"$7RwXSegGru2uehk-Ge6-G2lavrUJZmQZl7ECUzeZ16g","part_id":"","time":"2026-03-06T19:22:12.747655593Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2136,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-186646947455090%3Amatrix.theocloud.dev","duration":43.681273,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-186646947455090","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:12.763058174Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":2036,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915735701057:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2199.585977,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pVtSEGQfGhUHQhabQLcIvJCU","displayname":"Bes (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:12.765184381Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2137,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":45.368171,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-16114767646828","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:12.767347114Z","message":"Request completed"} +{"level":"debug","transaction_id":"1328","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:12.785223856Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1328","time":"2026-03-06T19:22:12.785321984Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2111,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":525.909449,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<153287 bytes>","time":"2026-03-06T19:22:12.789788533Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":2044,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-187849085329414:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2001.258132,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vodzizjGAdnOXIEIFkvNVJXl","com.beeper.exclude_from_timeline":true,"displayname":"Vitali (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:12.796420749Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2141,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-186646947455090:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-186646947455090%3Amatrix.theocloud.dev","duration":64.925316,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:12.828402753Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2143,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-16114767646828:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":62.339688,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:12.829998508Z","message":"Request completed"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":2138,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":106.126283,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:12.83264434Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2120,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":425.77074,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<39414 bytes>","time":"2026-03-06T19:22:12.887386803Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2130,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182961395781844:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-182961395781844%3Amatrix.theocloud.dev","duration":335.367475,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Dmytro (WA)"},"time":"2026-03-06T19:22:12.901952884Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:12.902843582Z","message":""} +{"level":"debug","transaction_id":"1329","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:12.921710756Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1329","time":"2026-03-06T19:22:12.922220953Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2122,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":498.648779,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<84075 bytes>","time":"2026-03-06T19:22:12.992647321Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2108,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824932151932641_17?ts=1772482217000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":842.209792,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ich hasse solche menschen über alles","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:12.994346163Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1F3A7537F75BD73026","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:10:17Z","event_id":"$sYHPk7nkibj9Q6_JkxljaadK3Fw-i4-2IzsFsITGhYY","part_id":"","time":"2026-03-06T19:22:12.994570845Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 404","media_type":"file attachment","time":"2026-03-06T19:22:12.995751737Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":2068,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1716.292636,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:12.999367678Z","message":"Request completed"} +{"level":"info","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:12.999929768Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 404","media_type":"file attachment","time":"2026-03-06T19:22:13.001029433Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","orig_participant":"266657507356684@lid","rerouted_participant":"4915150515988@s.whatsapp.net","time":"2026-03-06T19:22:13.001308593Z","message":"Rerouting message key (PN recipient in LID DM)"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","orig_participant":"266657507356684@lid","rerouted_participant":"4915150515988@s.whatsapp.net","time":"2026-03-06T19:22:13.00139827Z","message":"Rerouting message key (PN recipient in LID DM)"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_count":39,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:13.001502125Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_count":39,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:13.001589498Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":2067,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/state/m.room.member/@whatsapp_491628947581:matrix.theocloud.dev?user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":1756.251248,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZIXtQzHyprijDOKfuxRNtixI","displayname":"Claudia Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:13.021658587Z","message":"Request completed"} +{"level":"info","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:13.022424546Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"sticker","time":"2026-03-06T19:22:13.024980282Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.030253019Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-209689514090663:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-209689514090663%3Amatrix.theocloud.dev","duration":301.911102,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"sirajedine (WA)"},"time":"2026-03-06T19:22:13.030770061Z","message":"Request completed"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:13.030920292Z","message":"Failed to download media: invalid media hmac, trying with next host..."} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:13.031301421Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.035654825Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:13.037097416Z","message":"Failed to download media: invalid media hmac, trying with next host..."} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.041737104Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"error","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","error":"failed to download media from last host: invalid media hmac","time":"2026-03-06T19:22:13.043713988Z","message":"Failed to download thumbnail for link preview"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.047597005Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","transaction_id":"1330","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:13.047750727Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1330","time":"2026-03-06T19:22:13.048006699Z","message":"Finished dispatching events from transaction"} +{"level":"error","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","error":"download failed with status code 403","time":"2026-03-06T19:22:13.050479602Z","message":"Failed to download thumbnail for link preview"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_count":71,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:13.050822807Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_count":71,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:13.050872046Z","message":"Sending backfill messages"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:13.051122989Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.053550494Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.059613426Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.06554736Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.070768065Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2131,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":496.573906,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<112636 bytes>","time":"2026-03-06T19:22:13.071320866Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.078637256Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.078767722Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.08512001Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.085183916Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2109,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824932220188103_18?ts=1772624562849&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":869.999937,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$pSwXRpPoF4kvKYJxw2sQZWdruLLV8Oo3FmCZbY2UZeA","key":"❤️"}},"time":"2026-03-06T19:22:13.090383389Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AEB1B97860C941AF9DD","target_part_id":"","reaction_sender_id":{"user_id":"4917641870516","is_from_me":true},"reaction_ts":"2026-03-04T11:42:42.849Z","event_id":"$Lohbw-nHK2TY2IsZxdee0V6jpin4p9fMRP1025tOkyI","time":"2026-03-06T19:22:13.090560998Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.09104682Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.091036972Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_count":10,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:13.091103113Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_count":10,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:13.09115752Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.097070082Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.102405817Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:13.108356652Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_count":100,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:13.109040547Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_count":100,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:13.109128269Z","message":"Sending backfill messages"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2145,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-186646947455090:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-186646947455090%3Amatrix.theocloud.dev","duration":287.347675,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Stefan (WA)"},"time":"2026-03-06T19:22:13.115902474Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2146,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-16114767646828:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":286.284397,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Aylin (WA)"},"time":"2026-03-06T19:22:13.116488381Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:13.116545651Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:13.116996064Z","message":""} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824932303614620_2?ts=1770364264000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":830.260908,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"da haben wir schon wieder uni","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:13.134063544Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3EB0D8BD502AE2DDEAE8D0","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-06T07:51:04Z","event_id":"$Ak-W2V8urlJ2uZEsgMP76_c0OPx453gSzDJZXmqAops","part_id":"","time":"2026-03-06T19:22:13.134201761Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":2070,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21wRkwNZtgctxiqmVHWz:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1804.148755,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:13.138414713Z","message":"Request completed"} +{"level":"info","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:13.139255474Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","action":"forward backfill","message_count":1,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:13.141800314Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","action":"forward backfill","message_count":1,"batch_send":false,"mark_read":true,"mark_read_past_threshold":true,"time":"2026-03-06T19:22:13.141895719Z","message":"Sending backfill messages"} +{"level":"debug","transaction_id":"1331","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:13.177640472Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1331","time":"2026-03-06T19:22:13.178323179Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2090,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1613.223067,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","com.beeper.exclude_from_timeline":true,"displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:13.270394695Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:13.273164427Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:13.282192022Z","message":""} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":2091,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev/state/m.room.member/@whatsapp_4917641870516:matrix.theocloud.dev?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1671.040821,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YgfTywOOZqNSCqtWIrOMUFaS","displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:13.330539172Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2163,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-16114767646828:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":64.081343,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:13.337612652Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:13.338937558Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:13.344453347Z","message":""} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","req_id":2087,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev?ts=1772824931591&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1754.787564,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:13.346650443Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:13.34716958Z","message":"Added portal to space"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2166,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":59.487192,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-273069826400467","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:13.398724793Z","message":"Request completed"} +{"level":"debug","transaction_id":"1332","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:13.43071441Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1332","time":"2026-03-06T19:22:13.430832373Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":2165,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":103.860112,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:13.435044696Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2153,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-182961395781844%3Amatrix.theocloud.dev","duration":388.578367,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43609 bytes>","time":"2026-03-06T19:22:13.447167837Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2168,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-273069826400467:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":55.670665,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:13.454750326Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":2098,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1563.432208,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:13.470772757Z","message":"Request completed"} +{"level":"info","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:13.471622108Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2100,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-65244881764452:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1558.875912,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hTULxoVmZmnVBXhcluKJkmwT","com.beeper.exclude_from_timeline":true,"displayname":"Domi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:13.484546758Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2170,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182961395781844:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-182961395781844%3Amatrix.theocloud.dev","duration":58.197556,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:13.50575197Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2154,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":441.255036,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<133376 bytes>","time":"2026-03-06T19:22:13.520824826Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2174,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/iEYebzGDOAkIIyPewuWwttdV?user_id=%40whatsapp_lid-182961395781844%3Amatrix.theocloud.dev","duration":40.737772,"status_code":200,"response_length":43609,"response_mime":"image/jpeg","time":"2026-03-06T19:22:13.546656455Z","message":"Request completed"} +{"level":"debug","transaction_id":"1333","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:13.583651314Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1333","time":"2026-03-06T19:22:13.58412247Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2140,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824932748515281_2?ts=1766572155000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":879.089551,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ah ja, ich war bis ca. 15:30 Uhr da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:13.627745354Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC3D10E104DC741EEDC990157C7D2048","sender_id":{"user_id":"4917657607100"},"message_ts":"2025-12-24T10:29:15Z","event_id":"$C3q-G0s00p0iCwUOJqJKJZl2eC8HpZD-TGdIO6_vvSw","part_id":"","time":"2026-03-06T19:22:13.627909413Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2175,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182961395781844:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-182961395781844%3Amatrix.theocloud.dev","duration":100.618456,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iEYebzGDOAkIIyPewuWwttdV"},"time":"2026-03-06T19:22:13.647568179Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","source_jid":"38504566390811@lid","alt_jid":"4917656979328@s.whatsapp.net","source_push_name":"Al koudsi","alt_push_name":"Ahmad Al koudsi","time":"2026-03-06T19:22:13.648575094Z","message":"Conflicting push names between JIDs"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:13.648681045Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 404","media_type":"sticker","time":"2026-03-06T19:22:13.699319509Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2178,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":76.820911,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-38504566390811","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:13.725821623Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2161,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":573.006216,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<96777 bytes>","time":"2026-03-06T19:22:13.734460965Z","message":"Request completed"} +{"level":"debug","transaction_id":"1334","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:13.756103039Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1334","time":"2026-03-06T19:22:13.756577198Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2164,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-186646947455090%3Amatrix.theocloud.dev","duration":476.53513,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<30978 bytes>","time":"2026-03-06T19:22:13.767301399Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2179,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-38504566390811:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":55.391576,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:13.78165076Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2167,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-209689514090663%3Amatrix.theocloud.dev","duration":453.919873,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<95949 bytes>","time":"2026-03-06T19:22:13.807815327Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2181,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-186646947455090:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-186646947455090%3Amatrix.theocloud.dev","duration":43.231209,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:13.810957528Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2171,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-273069826400467:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":360.618716,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Michał (WA)"},"time":"2026-03-06T19:22:13.815574587Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:13.816290051Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2183,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-209689514090663:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-209689514090663%3Amatrix.theocloud.dev","duration":23.815773,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:13.832004548Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2184,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/qvHvGznCKwXzGsizddKLfEec?user_id=%40whatsapp_lid-186646947455090%3Amatrix.theocloud.dev","duration":34.667856,"status_code":200,"response_length":30978,"response_mime":"image/jpeg","time":"2026-03-06T19:22:13.845753615Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2148,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824932995319763_19?ts=1772482224000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":894.21444,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"null flexibel","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:13.889678846Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACE542702619BD5D38C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:10:24Z","event_id":"$wqAkoS0i3is11soZFoOWFlBKyUwtGXyNdWIXJHZcxfA","part_id":"","time":"2026-03-06T19:22:13.889824397Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2185,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/nVngAMkAhBQRNXhaugGWdgAH?user_id=%40whatsapp_lid-209689514090663%3Amatrix.theocloud.dev","duration":58.301342,"status_code":200,"response_length":95949,"response_mime":"image/jpeg","time":"2026-03-06T19:22:13.89044718Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2102,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-65244881764452:matrix.theocloud.dev?user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":1951.541305,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hTULxoVmZmnVBXhcluKJkmwT","com.beeper.exclude_from_timeline":true,"displayname":"Domi (WA)","membership":"join"},"time":"2026-03-06T19:22:13.90274744Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2186,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-186646947455090:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-186646947455090%3Amatrix.theocloud.dev","duration":105.863327,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qvHvGznCKwXzGsizddKLfEec"},"time":"2026-03-06T19:22:13.951879199Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917655425926@s.whatsapp.net","alternate_jid":"186646947455090@lid","time":"2026-03-06T19:22:13.952384926Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:13.982722146Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2187,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-209689514090663:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-209689514090663%3Amatrix.theocloud.dev","duration":112.910125,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nVngAMkAhBQRNXhaugGWdgAH"},"time":"2026-03-06T19:22:14.003675856Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:14.004842081Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2190,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491702130605%3Amatrix.theocloud.dev","duration":59.459396,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491702130605","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:14.012377706Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2155,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824933091419917_7?ts=1772624654000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":928.1368,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hier in der Ubahn ist jmd der sieht auch wie vector von minions","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:14.019691582Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A7D113314E28F1AB0D4","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T11:44:14Z","event_id":"$pmHyrhi2QKtXrrHdXWWizwnQeumVueO5FUda_gn916s","part_id":"","time":"2026-03-06T19:22:14.019826238Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1335","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:14.055508342Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1335","time":"2026-03-06T19:22:14.055612337Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":2115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1742.208354,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:14.061320192Z","message":"Request completed"} +{"level":"info","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:14.062147892Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2192,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-12837791518793%3Amatrix.theocloud.dev","duration":57.657606,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-12837791518793","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:14.062768649Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","message_count":6,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:14.063283526Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","message_count":6,"batch_send":false,"mark_read":true,"mark_read_past_threshold":true,"time":"2026-03-06T19:22:14.063421185Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2150,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824933003243012_1?ts=1771317288000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":1065.361164,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Theo","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:14.068733174Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A8AC9E99F9C7546DD79","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T08:34:48Z","event_id":"$7DtT8v4CUkfL6BMrZMb8pRhZgzrRnX8ihlEHS0MBuok","part_id":"","time":"2026-03-06T19:22:14.068865874Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2193,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491702130605:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491702130605%3Amatrix.theocloud.dev","duration":60.060806,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:14.072805883Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":2116,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1724.268055,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:14.079011223Z","message":"Request completed"} +{"level":"info","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:14.079791011Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","message_count":3,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:14.080761469Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","message_count":3,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:14.080846537Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2158,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824933134826081_3?ts=1770364273000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":946.573257,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber es kommt besser. wir haben vorlesung währenddessen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:14.081508012Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3EB0B1ECF8C670DE73B386","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-06T07:51:13Z","event_id":"$-CiOpARlFx9UnQ70nLdUDMU_HW0HgvP1SbKW9UaqMFY","part_id":"","time":"2026-03-06T19:22:14.081626674Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2177,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":481.405994,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<10322 bytes>","time":"2026-03-06T19:22:14.111390769Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2182,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-38504566390811:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":348.643082,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ahmad Al koudsi (WA)"},"time":"2026-03-06T19:22:14.130508257Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:14.131305297Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2197,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12837791518793:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12837791518793%3Amatrix.theocloud.dev","duration":65.234927,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:14.132283926Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2152,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824933051195205_20?ts=1765280788000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1089.431722,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hallooo Mama, wollen wir heute Shawarma selber machen bzw so Hähnchen Dürüm Döner oder Shakshuka eher? Hätte dann auch nachmittags Zeit einkaufen zu gehen, falls wir dann noch was brauchen sollten :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:14.140755925Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A0A7E99E4BA7203278B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-09T11:46:28Z","event_id":"$445Ilryhon85laBPXVYfVKAk5JIlklU_udepx5IUqd8","part_id":"","time":"2026-03-06T19:22:14.140915165Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","req_id":2105,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev?ts=1772824932092&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2087.686676,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:14.182957032Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:14.183456403Z","message":"Added portal to space"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2156,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824933092303630_1?ts=1770059447000&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":1098.593971,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wasch geht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:14.191046016Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A8DDB02BD324553C60B","sender_id":{"user_id":"4915234825973"},"message_ts":"2026-02-02T19:10:47Z","event_id":"$0p6YvvUbYmYl-FhOj0rff6qXB66X_kG-FJ_uOr6mXXs","part_id":"","time":"2026-03-06T19:22:14.191181859Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2157,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824933109513100_21?ts=1767806013000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1103.826969,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber nur wenn du such willst","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:14.213462432Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A462C471EE743372A9A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-07T17:13:33Z","event_id":"$XO0KpYD8zHtwgmmXmVi9ODV-YV1LTFSeDZe3NlI2yxw","part_id":"","time":"2026-03-06T19:22:14.213577741Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1336","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:14.220133061Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1336","time":"2026-03-06T19:22:14.220610153Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2203,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":111.298726,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<114137 bytes>","time":"2026-03-06T19:22:14.225102893Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:14.23039777Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:14.236225125Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:14.242247339Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:14.248264734Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:14.254241062Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","action":"forward backfill","req_id":2160,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21wRkwNZtgctxiqmVHWz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824933142142890_22?ts=1725486167000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1114.677864,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Haha okay","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:14.256997664Z","message":"Request completed"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","action":"forward backfill","message_id":"4915258731774@s.whatsapp.net:4917641870516@s.whatsapp.net:3617C32934325DC213F80EE7E42068B3","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2024-09-04T21:42:47Z","event_id":"$C9QUXDM_sHcqxq84JrWHlBITz-Tz6PaoPIQhQVTcjX4","part_id":"","time":"2026-03-06T19:22:14.257118281Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:14.257974896Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","time":"2026-03-06T19:22:14.258045926Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"photo","time":"2026-03-06T19:22:14.260283391Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":2142,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/state/m.room.member/@whatsapp_4915735701057:matrix.theocloud.dev?user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":1497.330748,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pVtSEGQfGhUHQhabQLcIvJCU","displayname":"Bes (WA)","membership":"join"},"time":"2026-03-06T19:22:14.263304206Z","message":"Request completed"} +{"level":"info","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:14.264163614Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:14.265560598Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","orig_participant":"195790463058158@lid","rerouted_participant":"4917641870516@s.whatsapp.net","time":"2026-03-06T19:22:14.265580224Z","message":"Rerouting message key (PN recipient in LID DM)"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_count":71,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:14.265821598Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_count":71,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:14.265904291Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"video attachment","time":"2026-03-06T19:22:14.27155718Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"photo","time":"2026-03-06T19:22:14.277531762Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_count":25,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:14.277621509Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_count":25,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:14.277706437Z","message":"Sending backfill messages"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:14.290126198Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2180,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":544.510176,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<57832 bytes>","time":"2026-03-06T19:22:14.293935671Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":2117,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NOcWeBtUTcuAExaode:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1969.446472,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:14.326655907Z","message":"Request completed"} +{"level":"info","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:14.327558827Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","action":"forward backfill","message_count":1,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:14.32994317Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","action":"forward backfill","message_count":1,"batch_send":false,"mark_read":true,"mark_read_past_threshold":true,"time":"2026-03-06T19:22:14.330047654Z","message":"Sending backfill messages"} +{"level":"warn","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","action":"forward backfill","reply_to":{"MessageID":"4917616043654@s.whatsapp.net:4917641870516@s.whatsapp.net:7EAAB3BCCF8B3E1DDE3CD9E24D31B359","PartID":null},"time":"2026-03-06T19:22:14.330600944Z","message":"Reply target message not found in database"} +{"level":"debug","transaction_id":"1337","content":{"pdu":9,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:14.376928258Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1337","time":"2026-03-06T19:22:14.384539103Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2191,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":450.910582,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<45061 bytes>","time":"2026-03-06T19:22:14.446709075Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2199,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491702130605:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491702130605%3Amatrix.theocloud.dev","duration":375.233267,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Julius (WA)"},"time":"2026-03-06T19:22:14.448199717Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"46858126766286@lid","alternate_jid":"491702130605@s.whatsapp.net","time":"2026-03-06T19:22:14.448776963Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915154980665@s.whatsapp.net","time":"2026-03-06T19:22:14.449108294Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2204,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12837791518793:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12837791518793%3Amatrix.theocloud.dev","duration":348.718442,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491759903260 (WA)"},"time":"2026-03-06T19:22:14.481193735Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:14.48204546Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2215,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-273069826400467:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":37.902738,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:14.48494489Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2216,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915154980665%3Amatrix.theocloud.dev","duration":45.464344,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915154980665","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:14.494866534Z","message":"Request completed"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":2147,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PchXjQjXcAUVmlVcIq:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1666.155987,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:14.499236352Z","message":"Request completed"} +{"level":"info","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:14.499929466Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","action":"forward backfill","message_count":1,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:14.500562027Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","action":"forward backfill","message_count":1,"batch_send":false,"mark_read":true,"mark_read_past_threshold":true,"time":"2026-03-06T19:22:14.500645418Z","message":"Sending backfill messages"} +{"level":"debug","transaction_id":"1338","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:14.532156616Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1338","time":"2026-03-06T19:22:14.532529154Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2217,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/rhUmBVbIAEZKMsDzvFGnaMzv?user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":57.870904,"status_code":200,"response_length":45061,"response_mime":"image/jpeg","time":"2026-03-06T19:22:14.542947446Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2218,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915154980665:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915154980665%3Amatrix.theocloud.dev","duration":53.904845,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:14.549088602Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":2144,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-187849085329414:matrix.theocloud.dev?user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":1761.793575,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vodzizjGAdnOXIEIFkvNVJXl","com.beeper.exclude_from_timeline":true,"displayname":"Vitali (WA)","membership":"join"},"time":"2026-03-06T19:22:14.558815806Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2176,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824933628948176_3?ts=1766572163000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":975.596535,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ist max der blonde mit brille?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:14.60468251Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC1ECC5D8A4AF02D3F3167E50E7D26A3","sender_id":{"user_id":"4917657607100"},"message_ts":"2025-12-24T10:29:23Z","event_id":"$3xXmO7LeG57vhKsFFGsc9oh_9hAUhT6lsGnjxovhEoo","part_id":"","time":"2026-03-06T19:22:14.604773585Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:14.631418666Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2222,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-273069826400467:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":91.009006,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rhUmBVbIAEZKMsDzvFGnaMzv"},"time":"2026-03-06T19:22:14.634249022Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:14.635375157Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1339","content":{"pdu":1,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:14.679504467Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1339","time":"2026-03-06T19:22:14.679619847Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2226,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12837791518793:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-12837791518793%3Amatrix.theocloud.dev","duration":54.330323,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:14.686153725Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:14.687270572Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2227,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-196314398773332%3Amatrix.theocloud.dev","duration":51.961416,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-196314398773332","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:14.687630119Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2211,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":406.877375,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<30937 bytes>","time":"2026-03-06T19:22:14.706429058Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2228,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-20414147354769%3Amatrix.theocloud.dev","duration":42.650332,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-20414147354769","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:14.73020544Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2229,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-196314398773332:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-196314398773332%3Amatrix.theocloud.dev","duration":42.915453,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:14.73084736Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2230,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-38504566390811:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":46.089501,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:14.752843674Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2231,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-20414147354769:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-20414147354769%3Amatrix.theocloud.dev","duration":51.178903,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:14.781707154Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2173,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-65244881764452:matrix.theocloud.dev?user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":1304.357077,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hTULxoVmZmnVBXhcluKJkmwT","com.beeper.exclude_from_timeline":true,"displayname":"Domi (WA)","membership":"join"},"time":"2026-03-06T19:22:14.789595971Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2162,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-89215194906776:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1525.351301,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491754848071 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:14.79658124Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2233,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/wwYmacyEqsOYwkZsEJSbjqKM?user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":53.635533,"status_code":200,"response_length":30937,"response_mime":"image/jpeg","time":"2026-03-06T19:22:14.806655908Z","message":"Request completed"} +{"level":"debug","transaction_id":"1340","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:14.819818371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1340","time":"2026-03-06T19:22:14.820286383Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":2169,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1405.716489,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:14.84120154Z","message":"Request completed"} +{"level":"info","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:14.842018415Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","action":"forward backfill","message_count":1,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:14.842723821Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","action":"forward backfill","message_count":1,"batch_send":false,"mark_read":true,"mark_read_past_threshold":true,"time":"2026-03-06T19:22:14.842834591Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2188,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824933890647906_23?ts=1772482234000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":979.611065,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"wow könnt ich gerade haten omg","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:14.870411437Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4A0AC27B6A8553CCAF","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:10:34Z","event_id":"$HwwYwCKPcZ1Jr2ASeHSu18ooSkClgokIP9kr0NqPJ90","part_id":"","time":"2026-03-06T19:22:14.870520391Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2223,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915154980665:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915154980665%3Amatrix.theocloud.dev","duration":342.22591,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915154980665 (WA)"},"time":"2026-03-06T19:22:14.891473263Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:14.892255077Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2212,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":583.624745,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<189288 bytes>","time":"2026-03-06T19:22:14.895910967Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2237,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-38504566390811:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":109.88505,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wwYmacyEqsOYwkZsEJSbjqKM"},"time":"2026-03-06T19:22:14.916873617Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:14.917967625Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2241,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-88180091007092%3Amatrix.theocloud.dev","duration":40.153682,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-88180091007092","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:14.958418206Z","message":"Request completed"} +{"level":"debug","transaction_id":"1341","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:14.967178235Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1341","time":"2026-03-06T19:22:14.967327837Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","req_id":2149,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev?ts=1772824933000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1975.974552,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:14.978056299Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:14.978563423Z","message":"Added portal to space"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","req_id":2151,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev?ts=1772824933022&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1955.420549,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:14.979391891Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:14.979765547Z","message":"Added portal to space"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","req_id":2159,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21wRkwNZtgctxiqmVHWz:matrix.theocloud.dev?ts=1772824933139&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1844.346086,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:14.984016842Z","message":"Request completed"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915258731774@s.whatsapp.net","latest_message_ts":"2024-09-04T21:42:47Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:14.984440086Z","message":"Added portal to space"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","req_id":2172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev?ts=1772824933471&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1509.495584,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:14.985969979Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:14.986374156Z","message":"Added portal to space"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2194,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934020601417_24?ts=1772624672000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":969.604702,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:14.990383448Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A123CE7023FF835F722","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T11:44:32Z","event_id":"$VCawuZPjlMEafQtYKYmvQhrCDjL9Ze3vAa5HX9kR1oI","part_id":"","time":"2026-03-06T19:22:14.990549812Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2242,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88180091007092:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-88180091007092%3Amatrix.theocloud.dev","duration":75.086309,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:15.033898706Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2198,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934069857005_2?ts=1771317295000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":970.628799,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oha tolles Profilbild","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.040623672Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3AA4918357C74B6C9886","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T08:34:55Z","event_id":"$83JGTLkvWfu9go285P0Pqs5ADxECzcXbh3WQBhr3elY","part_id":"","time":"2026-03-06T19:22:15.040782493Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2202,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934082830125_25?ts=1770364303000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":965.603931,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ach true","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.048594414Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A421EB52C0E09B8809A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:51:43Z","event_id":"$S0JaDARu9MPHzREaZABlviRMgrt2mvo74nhJEsUvcg8","part_id":"","time":"2026-03-06T19:22:15.048760638Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2221,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":556.206161,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<112153 bytes>","time":"2026-03-06T19:22:15.066257578Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2232,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-196314398773332:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-196314398773332%3Amatrix.theocloud.dev","duration":369.353252,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917656766415 (WA)"},"time":"2026-03-06T19:22:15.100410976Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:15.101208644Z","message":""} +{"level":"debug","transaction_id":"1342","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:15.140421761Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1342","time":"2026-03-06T19:22:15.140972607Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2205,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934141827235_1?ts=1765281116000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":1021.100829,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hallo Theo, \nwir können gerne Skakshuka machen.","format":"org.matrix.custom.html","formatted_body":"Hallo Theo, \u003cbr\u003ewir können gerne Skakshuka machen.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.163147438Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3AFB877BF01FA7D7BB48","sender_id":{"user_id":"491628947581"},"message_ts":"2025-12-09T11:51:56Z","event_id":"$18qYhFczMCsNUEW4owJI_6hBzzuW7j3dw5jy42pG1-4","part_id":"","time":"2026-03-06T19:22:15.163364507Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2234,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-20414147354769:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-20414147354769%3Amatrix.theocloud.dev","duration":382.333007,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915206670209 (WA)"},"time":"2026-03-06T19:22:15.164192906Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:15.165089191Z","message":""} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2206,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934191968422_2?ts=1770059450000&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":975.3025,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":117278},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"aEazJ837ZwZjrL1lS9gDHbf5WZ16ACCXYm3/gL1jbCo=","length":117278,"type":"WhatsApp Image Keys","sha256":"KQ6CLX71uKt/lpUPuqoW6VrZnochTkyY7/5pe6aBPxg=","enc_sha256":"vtJXwee4dTdxhxWEuSB7sLCaAsXSucUuiqJWuElBqk8=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:15.167521306Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A079456E92AD41E4263","sender_id":{"user_id":"4915234825973"},"message_ts":"2026-02-02T19:10:50Z","event_id":"$KgIHygmpPHz7Y9nyFwFpFtLAMhvrrJ5EIeCHlgNhgMQ","part_id":"","time":"2026-03-06T19:22:15.167672095Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2207,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934214265338_26?ts=1767806017000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":974.128102,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"auch*","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.188556452Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A22E2274D0B0A43D4C4","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-07T17:13:37Z","event_id":"$OoyTIdr7ZHwDf442CElrBVeg9Edy8_8pDn-9PF3-jRY","part_id":"","time":"2026-03-06T19:22:15.189918585Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","req_id":2195,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934063699297_1?ts=1766586466000&user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":1146.838523,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Frohe Weihnachten🎄🎄🎄","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.210673873Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","message_id":"4917680834617@s.whatsapp.net:4917680834617@s.whatsapp.net:AC2AA4CDD76224526EECE603AA43E8F8","sender_id":{"user_id":"4917680834617"},"message_ts":"2025-12-24T14:27:46Z","event_id":"$Xzq2Mj7cKquWPnogl9wJDiUo49jnMOUvNLIzoWQbQ-Y","part_id":"","time":"2026-03-06T19:22:15.210813697Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","req_id":2200,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934081122763_1?ts=1771233167000&user_id=%40whatsapp_491605556877%3Amatrix.theocloud.dev","duration":1139.219786,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ist in eurer Gruppe noch Platz für 2?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.220473712Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","message_id":"491605556877@s.whatsapp.net:491605556877@s.whatsapp.net:3EB08068A96E27DA78F602","sender_id":{"user_id":"491605556877"},"message_ts":"2026-02-16T09:12:47Z","event_id":"$2Bvu9Vy2_m0HlpP_MvB4S62DWL7XJ60z82fwwx8BIL8","part_id":"","time":"2026-03-06T19:22:15.220619683Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:15.260643807Z","message":""} +{"level":"debug","transaction_id":"1343","content":{"pdu":7,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:15.285413067Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1343","time":"2026-03-06T19:22:15.28557112Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2253,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-196314398773332:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-196314398773332%3Amatrix.theocloud.dev","duration":39.923203,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:15.300958336Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:15.301728556Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2189,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-27956059590853:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1427.839846,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AvlyffuDHEMFxceTihjFMwRW","com.beeper.exclude_from_timeline":true,"displayname":"Alex (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:15.331473095Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:15.332641555Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2254,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-157088495980744%3Amatrix.theocloud.dev","duration":43.392475,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-157088495980744","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:15.345377142Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2208,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934266198746_27?ts=1765789129000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1086.366905,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.352711621Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8582E056F1E18CAF03","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T08:58:49Z","event_id":"$J94qSsmmCVck7-X7RIJeNaDBAJ9nu1EwyklRfoduvPY","part_id":"","time":"2026-03-06T19:22:15.352848861Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2210,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934277975050_28?ts=1765225045000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1085.747474,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old photo. Media will be requested from your phone automatically soon.\n\nIch werd glaube nie wieder einen so guten Anime gucken können omg","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.image","body":"Ich werd glaube nie wieder einen so guten Anime gucken können omg","info":{"mimetype":"image/jpeg","w":900,"h":1600,"size":151222},"filename":"image.jpg"},"extra":{"info":{}},"whatsapp_media":{"key":"yXtEwtDmf+SZ5PgFcD/pUWLONHKN2hd5m/uJHW5krpQ=","length":151222,"type":"WhatsApp Image Keys","sha256":"MpTEs4LI6D5UFl8aB63Y5uZ6/zJv17VfvbP8x3sTni4=","enc_sha256":"YC0TWCnR2J4HEyX9va1UoTyq3ap+7EYprh1TCVSNE0A=","mime_type":"image/jpeg"},"type_description":"photo"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:15.363929048Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFE9929C8A45C21604D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-08T20:17:25Z","event_id":"$ACaCJC5ADq0V5Rgdg99PyQr0p_oVqGdYh8Ix4mk9Xuw","part_id":"","time":"2026-03-06T19:22:15.364092619Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2244,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88180091007092:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-88180091007092%3Amatrix.theocloud.dev","duration":335.155853,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mirko (WA)"},"time":"2026-03-06T19:22:15.369292022Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:15.37043052Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2256,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157088495980744:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-157088495980744%3Amatrix.theocloud.dev","duration":56.91225,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:15.402645866Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","action":"forward backfill","req_id":2214,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21NOcWeBtUTcuAExaode:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934330887647_1?ts=1740235783000&user_id=%40whatsapp_4917616043654%3Amatrix.theocloud.dev","duration":1102.055769,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"👍","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.433107894Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","action":"forward backfill","message_id":"4917616043654@s.whatsapp.net:4917616043654@s.whatsapp.net:3AC6DF945C073034C5BC","sender_id":{"user_id":"4917616043654"},"message_ts":"2025-02-22T14:49:43Z","event_id":"$QmYPqNHpBGEQxDAjePwd87c75VIwQwcjUWtENj8im2E","part_id":"","time":"2026-03-06T19:22:15.433286271Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:15.434143864Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","time":"2026-03-06T19:22:15.434231167Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"error","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:15.434398578Z","message":"Failed to get membership"} +{"level":"error","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.name","time":"2026-03-06T19:22:15.43451305Z","message":"Failed to set room metadata"} +{"level":"error","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","error":"no Get function provided for avatar","time":"2026-03-06T19:22:15.434600143Z","message":"Failed to reupload room avatar"} +{"level":"debug","transaction_id":"1344","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:15.437941185Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1344","time":"2026-03-06T19:22:15.43820023Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2252,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":227.833732,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<5529066 bytes>","time":"2026-03-06T19:22:15.464971446Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2258,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":113.227698,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<23427 bytes>","time":"2026-03-06T19:22:15.468921931Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2225,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934605346570_29?ts=1766572171000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":920.558361,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja genau","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.526063752Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4A4EA71D3F9B56BB9B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T10:29:31Z","event_id":"$gE-Jvmj3z4dmgruUYDWo2sUzMrKETCRZ_VyZ_u-zSO8","part_id":"","time":"2026-03-06T19:22:15.526225996Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:15.538887689Z","message":""} +{"level":"debug","transaction_id":"1345","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:15.550896428Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1345","time":"2026-03-06T19:22:15.551025986Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","action":"forward backfill","req_id":2219,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PchXjQjXcAUVmlVcIq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934500910679_1?ts=1725705161000&user_id=%40whatsapp_4915901353554%3Amatrix.theocloud.dev","duration":1068.135155,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"☀️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.569149689Z","message":"Request completed"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","action":"forward backfill","message_id":"4915901353554@s.whatsapp.net:4915901353554@s.whatsapp.net:C55DBC43815446E2A6D5438233BC6199","sender_id":{"user_id":"4915901353554"},"message_ts":"2024-09-07T10:32:41Z","event_id":"$_9Knyx_Y9B0ssfZOP9f3lXxXE2KeIyU53GC-9ZLmR60","part_id":"","time":"2026-03-06T19:22:15.569256408Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:15.569917116Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","time":"2026-03-06T19:22:15.570006863Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"error","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:15.570159887Z","message":"Failed to get membership"} +{"level":"error","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.name","time":"2026-03-06T19:22:15.570257736Z","message":"Failed to set room metadata"} +{"level":"error","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","error":"no Get function provided for avatar","time":"2026-03-06T19:22:15.570318569Z","message":"Failed to reupload room avatar"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:15.607207686Z","message":""} +{"level":"debug","transaction_id":"1346","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:15.664872975Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1346","time":"2026-03-06T19:22:15.665018107Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2260,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157088495980744:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-157088495980744%3Amatrix.theocloud.dev","duration":280.061386,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mihoshi (WA)"},"time":"2026-03-06T19:22:15.68293403Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:15.683754327Z","message":""} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","req_id":2196,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev?ts=1772824934062&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1640.147026,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:15.706975185Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:15.707476163Z","message":"Added portal to space"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","req_id":2201,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev?ts=1772824934079&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1625.837475,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:15.708355476Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:15.708752739Z","message":"Added portal to space"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","req_id":2209,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev?ts=1772824934264&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1444.226364,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:15.710847237Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:15.711139666Z","message":"Added portal to space"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2265,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":95.914723,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<57122 bytes>","time":"2026-03-06T19:22:15.723472054Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2240,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934871259182_31?ts=1772482249000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":885.239086,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ich hasse sie alle","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.756676436Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF1B40CE48F044C0FAB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:10:49Z","event_id":"$9v0eoBOSjtZS1d81KVKCidL0SS6GbD-filypDzdkeCo","part_id":"","time":"2026-03-06T19:22:15.756836794Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1347","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:15.81513618Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1347","time":"2026-03-06T19:22:15.815261686Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":2224,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1271.576636,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:15.831075987Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:15.844992047Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2243,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934991492752_32?ts=1772624682000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":863.652047,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"video.mp4","info":{"fi.mau.autoplay":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":108,"mimetype":"video/mp4","size":15220,"w":200},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/aJlmNHiwzOyClBDPZrkGsPbM"},"time":"2026-03-06T19:22:15.855476271Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A32FBA6DF2410646555","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T11:44:42Z","event_id":"$CGkxlr_ODXwreYCar07GUecPVe4-MPSnFgPtjY7IGk4","part_id":"","time":"2026-03-06T19:22:15.855635092Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","action":"forward backfill","req_id":2238,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824934843119407_30?ts=1726551716000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":1019.951295,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"🫶","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.863230991Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","action":"forward backfill","message_id":"4917658289477@s.whatsapp.net:4917641870516@s.whatsapp.net:152606CE6E5324FEFEDBF72AF048E052","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2024-09-17T05:41:56Z","event_id":"$MAjcYctEIRZhR7p0tHOpdjPPHetvg_MUsYX5SQV6qJo","part_id":"","time":"2026-03-06T19:22:15.863410764Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2245,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935041612847_3?ts=1771317304000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":844.505644,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Was weißt du übers Netzwerk Labor?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.886254265Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3AF5065990EB674A8C74","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T08:35:04Z","event_id":"$pP01b_rJANZ5SO1tAWZ3IPsm5oJrp2AhYlZhLuQO-kg","part_id":"","time":"2026-03-06T19:22:15.886406032Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2246,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935049577862_33?ts=1770364334000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":845.9108,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"eine Onlinevorlesung bei Zimmi wohlbemerkt wo ich eig schon auf dem Nachhauseweg sein wollte","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.895636238Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A980611F8FF0DA1D203","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:52:14Z","event_id":"$GAiuJ_BWrcshm0Sbek2XojxCsQNrOovfXh2KyIg3Fp0","part_id":"","time":"2026-03-06T19:22:15.895767542Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2262,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-20414147354769%3Amatrix.theocloud.dev","duration":395.178804,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<50481 bytes>","time":"2026-03-06T19:22:15.93224473Z","message":"Request completed"} +{"level":"debug","transaction_id":"1348","content":{"pdu":7,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:15.937061817Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1348","time":"2026-03-06T19:22:15.937449092Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2273,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-20414147354769:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-20414147354769%3Amatrix.theocloud.dev","duration":46.077209,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:15.978794003Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2247,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935164297879_34?ts=1765281720000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":819.571767,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Okee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:15.984047813Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADC8BF4DAACB6594A9B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-09T12:02:00Z","event_id":"$amDF3-zjjBSftjynPucFsZ9IxN7O5RouDskmb3d01cY","part_id":"","time":"2026-03-06T19:22:15.984198532Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2263,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915154980665%3Amatrix.theocloud.dev","duration":393.315205,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<29778 bytes>","time":"2026-03-06T19:22:16.008323847Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2264,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-88180091007092%3Amatrix.theocloud.dev","duration":397.494842,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<109579 bytes>","time":"2026-03-06T19:22:16.022666712Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2274,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ivyYZqwVPkAQePkiOikbjzQv?user_id=%40whatsapp_lid-20414147354769%3Amatrix.theocloud.dev","duration":47.034606,"status_code":200,"response_length":50481,"response_mime":"image/jpeg","time":"2026-03-06T19:22:16.025989455Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2248,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935168429953_35?ts=1770059469000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":861.65023,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":467422},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"pZo9CEKa93y3cAg7P8qKSXgM2+GLEKDcYdpujZzp2zE=","length":467422,"type":"WhatsApp Image Keys","sha256":"o6TYxR/GW6uVjqgZHhzLVf7/kMsV5l7IKxnGCHWByE4=","enc_sha256":"0Co/a0COsGG040DRuD59nftpIykFPdHB5NRRGtPU7No=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:16.030322536Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_id":"4915234825973@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADC6BF256EED2391E6F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-02T19:11:09Z","event_id":"$TqkgC23rIkSTUWuAHBEdz5CG1ff3IDtPtnN_UoH0XSs","part_id":"","time":"2026-03-06T19:22:16.030554971Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2236,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-89215194906776:matrix.theocloud.dev?user_id=%40whatsapp_lid-89215194906776%3Amatrix.theocloud.dev","duration":1242.298643,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491754848071 (WA)","membership":"join"},"time":"2026-03-06T19:22:16.039511396Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:16.040318911Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2249,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935192610862_1?ts=1767806127000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":849.790464,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja bin hinten aber Bizeps fertig gemacht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.042619863Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A862A73D9F3498613CD","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-07T17:15:27Z","event_id":"$s_41YHFpq5tN6sZvgRUPLDmUvzCuKutA-BR130QA3BA","part_id":"","time":"2026-03-06T19:22:16.042752004Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","req_id":2250,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935211628197_36?ts=1766589802000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":850.429311,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wünsch ich dir auch 🎅","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.062194329Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","message_id":"4917680834617@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF097324C2599FBA642","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T15:23:22Z","event_id":"$7KbAQT-k9J0mU--cBdtmad8wqYGNDoEvCq7cAKAliTY","part_id":"","time":"2026-03-06T19:22:16.062352661Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2278,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915154980665:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915154980665%3Amatrix.theocloud.dev","duration":56.451152,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:16.065112895Z","message":"Request completed"} +{"level":"debug","transaction_id":"1349","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:16.07086929Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1349","time":"2026-03-06T19:22:16.070992352Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","req_id":2251,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935221363851_37?ts=1771233208000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":853.810791,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ohne das böse zu meinen, aber eher nicht so","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.07530413Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","message_id":"491605556877@s.whatsapp.net:4917641870516@s.whatsapp.net:3A32532767162698BCB9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T09:13:28Z","event_id":"$imuJG0Jx7LQJbA8e1DcfB7HWBYTgA6VQdEj8JtOn3R4","part_id":"","time":"2026-03-06T19:22:16.075548508Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2279,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88180091007092:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-88180091007092%3Amatrix.theocloud.dev","duration":53.948635,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:16.076973778Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2235,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-102147257532455:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1292.448002,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qXVJUHNyOxuokCEzkiaQFcJo","com.beeper.exclude_from_timeline":true,"displayname":"FloJ (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:16.082981116Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2282,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491754848071%3Amatrix.theocloud.dev","duration":48.974194,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491754848071","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:16.089596151Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2285,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/jAhNUUvlkymmWgXnoxTvoHDX?user_id=%40whatsapp_4915154980665%3Amatrix.theocloud.dev","duration":34.943663,"status_code":200,"response_length":29778,"response_mime":"image/jpeg","time":"2026-03-06T19:22:16.100179829Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2287,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/pPKHjogbUpOHFJjFptQcXgFN?user_id=%40whatsapp_lid-88180091007092%3Amatrix.theocloud.dev","duration":33.844766,"status_code":200,"response_length":109579,"response_mime":"image/jpeg","time":"2026-03-06T19:22:16.11094845Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2280,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-20414147354769:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-20414147354769%3Amatrix.theocloud.dev","duration":87.26274,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ivyYZqwVPkAQePkiOikbjzQv"},"time":"2026-03-06T19:22:16.113587787Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:16.114782368Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2289,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491754848071:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491754848071%3Amatrix.theocloud.dev","duration":39.935075,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:16.129932749Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2292,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-99561704038426%3Amatrix.theocloud.dev","duration":39.90239,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-99561704038426","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:16.154979073Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2257,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935353507054_38?ts=1765789152000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":810.560516,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"12:30 Uhr oder 12:45 Uhr?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.164208791Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3F86752A08DF4E9EAB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T08:59:12Z","event_id":"$ZNVUfCvDq52U0CTlRwQV8QSZ4mkm8lRqqPeZ2G-i2A0","part_id":"","time":"2026-03-06T19:22:16.164325008Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2290,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915154980665:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915154980665%3Amatrix.theocloud.dev","duration":85.395229,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jAhNUUvlkymmWgXnoxTvoHDX"},"time":"2026-03-06T19:22:16.185884948Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915787340921@s.whatsapp.net","time":"2026-03-06T19:22:16.186648463Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","transaction_id":"1350","content":{"pdu":8,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:16.188586724Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1350","time":"2026-03-06T19:22:16.189010457Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2291,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88180091007092:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-88180091007092%3Amatrix.theocloud.dev","duration":81.983856,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pPKHjogbUpOHFJjFptQcXgFN"},"time":"2026-03-06T19:22:16.193215028Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:16.1939886Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2294,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-99561704038426:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-99561704038426%3Amatrix.theocloud.dev","duration":44.233026,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:16.199677108Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2259,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935364911309_1?ts=1765225074000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":850.13751,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Brooo","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.215178935Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:ACC49BCBF99D43B7CF27F8B76292B3FD","sender_id":{"user_id":"4915735701057"},"message_ts":"2025-12-08T20:17:54Z","event_id":"$0nalp2s7csT11pw-x06WGe5TxqRbqKcblskblMKIkuc","part_id":"","time":"2026-03-06T19:22:16.215345928Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2296,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915787340921%3Amatrix.theocloud.dev","duration":55.808953,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915787340921","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:16.242715762Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2297,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":56.067159,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-266502737506505","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:16.250260676Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2269,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-157088495980744%3Amatrix.theocloud.dev","duration":396.834973,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<60221 bytes>","time":"2026-03-06T19:22:16.254490041Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2300,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915787340921:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915787340921%3Amatrix.theocloud.dev","duration":58.023859,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:16.30122237Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2301,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-266502737506505:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":57.313423,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:16.307987007Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2302,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157088495980744:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-157088495980744%3Amatrix.theocloud.dev","duration":59.966869,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:16.314777276Z","message":"Request completed"} +{"level":"debug","transaction_id":"1351","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:16.344067631Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1351","time":"2026-03-06T19:22:16.344170648Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2261,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935527040705_4?ts=1766572181000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":827.796106,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Er kam grad als ich ging","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.355031251Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC8D0BF3F30033D79829B46A7C887221","sender_id":{"user_id":"4917657607100"},"message_ts":"2025-12-24T10:29:41Z","event_id":"$YN9UiZPTvzzpHJLHm6IdgR0uPGGQCfglEwDPy25XJtc","part_id":"","time":"2026-03-06T19:22:16.355184275Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2305,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/MteePNhLunKwnvXsfYlaKbQf?user_id=%40whatsapp_lid-157088495980744%3Amatrix.theocloud.dev","duration":42.53111,"status_code":200,"response_length":60221,"response_mime":"image/jpeg","time":"2026-03-06T19:22:16.357489906Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2275,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":409.117982,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<45580 bytes>","time":"2026-03-06T19:22:16.390719781Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","req_id":2213,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21NOcWeBtUTcuAExaode:matrix.theocloud.dev?ts=1772824934327&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2079.21195,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:16.407129208Z","message":"Request completed"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917616043654@s.whatsapp.net","latest_message_ts":"2025-02-22T14:49:43Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:16.407700308Z","message":"Added portal to space"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","req_id":2220,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21PchXjQjXcAUVmlVcIq:matrix.theocloud.dev?ts=1772824934500&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1906.737736,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:16.408879314Z","message":"Request completed"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915901353554@s.whatsapp.net","latest_message_ts":"2024-09-07T10:32:41Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:16.4091598Z","message":"Added portal to space"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","req_id":2239,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev?ts=1772824934842&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1565.617568,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:16.41016895Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:16.410459983Z","message":"Added portal to space"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2307,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157088495980744:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-157088495980744%3Amatrix.theocloud.dev","duration":66.494531,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MteePNhLunKwnvXsfYlaKbQf"},"time":"2026-03-06T19:22:16.424318004Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2293,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491754848071:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491754848071%3Amatrix.theocloud.dev","duration":294.513066,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491754848071 (WA)"},"time":"2026-03-06T19:22:16.424597442Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:16.42646656Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2255,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-27956059590853:matrix.theocloud.dev?user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":1112.644756,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AvlyffuDHEMFxceTihjFMwRW","com.beeper.exclude_from_timeline":true,"displayname":"Alex (WA)","membership":"join"},"time":"2026-03-06T19:22:16.444815155Z","message":"Request completed"} +{"level":"debug","transaction_id":"1352","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:16.457219061Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1352","time":"2026-03-06T19:22:16.457296167Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2298,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-99561704038426:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-99561704038426%3Amatrix.theocloud.dev","duration":290.544003,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491621791301 (WA)"},"time":"2026-03-06T19:22:16.490417507Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:16.491241715Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2266,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935758259270_3?ts=1772482255000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":773.741171,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja das ist dieses: wir haben die diskussion „gewonnen“ (ist ja eig eher Meinungsaustausch) und maja ging auf defensive mit nhn passiv agressiven Kommentar","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$-0h3C93bXV3s3jibJw9lT_X9p7bY6ZQQm7bHIhfT744"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.532148785Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AE641458179150C3C6C","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:10:55Z","event_id":"$mJEt_i0nep-6_U89MaTNvndDPbpOszSOmHtA62Bc-R8","part_id":"","time":"2026-03-06T19:22:16.532296222Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2303,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915787340921:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915787340921%3Amatrix.theocloud.dev","duration":248.189942,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915787340921 (WA)"},"time":"2026-03-06T19:22:16.549626728Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:16.55045757Z","message":""} +{"level":"debug","transaction_id":"1353","content":{"pdu":3,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:16.55340547Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1353","time":"2026-03-06T19:22:16.553692173Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2304,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-266502737506505:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":247.669408,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sven (WA)"},"time":"2026-03-06T19:22:16.555834582Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:16.556542503Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2310,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":86.940418,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<225792 bytes>","time":"2026-03-06T19:22:16.595414511Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2277,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":598.036474,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<458134 bytes>","time":"2026-03-06T19:22:16.605606584Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2268,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935856562317_39?ts=1772624700000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":750.505715,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"vector ist auch oft so ein mood haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.607253114Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9DE9081AD6C8003AFC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T11:45:00Z","event_id":"$tYaWnDUbm0i380swXbBgVHZAIKA3GzBHQasXVuowOmM","part_id":"","time":"2026-03-06T19:22:16.607387909Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2272,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935896565629_4?ts=1770364353000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":747.303171,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also dieser Bachelorball ist ja cool und so, aber aus dem jahrgang über mir ist keiner hingegangen weil es zu teuer war.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.64403237Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3EB06CBFC028BEDF9F5A9A","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-06T07:52:33Z","event_id":"$TaXR8XWWknRSQcPlApjGOXO0jvgcW5uFJKydYuztSgY","part_id":"","time":"2026-03-06T19:22:16.644221712Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1354","content":{"pdu":1,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:16.66003727Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1354","time":"2026-03-06T19:22:16.660168224Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:16.660181983Z","message":""} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2271,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935887513171_40?ts=1771317872000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":785.533468,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Danke","m.mentions":{"user_ids":["@whatsapp_4915150515988:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$83JGTLkvWfu9go285P0Pqs5ADxECzcXbh3WQBhr3elY"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.673188139Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA8B54F81A9772F5219","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T08:44:32Z","event_id":"$ytKu26mJHj6wC_SrVcABOt-zCwb9s9Pa8d2PrUddyJc","part_id":"","time":"2026-03-06T19:22:16.673321049Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","action":"forward backfill","req_id":2270,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824935864201588_1?ts=1726578844956&user_id=%40whatsapp_4917658289477%3Amatrix.theocloud.dev","duration":814.596417,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$MAjcYctEIRZhR7p0tHOpdjPPHetvg_MUsYX5SQV6qJo","key":"🫶"}},"time":"2026-03-06T19:22:16.678913803Z","message":"Request completed"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","action":"forward backfill","target_message_id":"4917658289477@s.whatsapp.net:4917641870516@s.whatsapp.net:152606CE6E5324FEFEDBF72AF048E052","target_part_id":"","reaction_sender_id":{"user_id":"4917658289477"},"reaction_ts":"2024-09-17T13:14:04.956Z","event_id":"$0bHW7onkdsxUSyNd8AGYIPnYZjq1dgZNuvdYv-36-oU","time":"2026-03-06T19:22:16.679029182Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:16.679555723Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","time":"2026-03-06T19:22:16.679637089Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"error","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:16.679802755Z","message":"Failed to get membership"} +{"level":"error","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.name","time":"2026-03-06T19:22:16.679912826Z","message":"Failed to set room metadata"} +{"level":"error","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:16.68000851Z","message":"Failed to get membership"} +{"level":"error","portal_id":"4917658289477@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917658289477@s.whatsapp.net","latest_message_ts":"2024-09-17T05:41:56Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.avatar","time":"2026-03-06T19:22:16.680088479Z","message":"Failed to set room metadata"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:16.705165743Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2276,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824935985021832_41?ts=1765466294000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":727.086226,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Falls es noch nicht zu spät ist wie bräuchten für die Shawarma auch noch Kartoffeln","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.712274423Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD87D022C3ECAB191C0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-11T15:18:14Z","event_id":"$8-lK4x_OYVOl-RGCMxlRxWnIdyVcFbO50Frs1fangv0","part_id":"","time":"2026-03-06T19:22:16.712426259Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2281,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936031479262_42?ts=1770059471000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":713.860486,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"moin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.745469795Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_id":"4915234825973@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6F1D052E8D06898A78","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-02T19:11:11Z","event_id":"$3nldGMwdfwuZPad6k4LmzBTXdzYDG9xmzVilJ8p4SjM","part_id":"","time":"2026-03-06T19:22:16.74561388Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1355","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:16.75450605Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1355","time":"2026-03-06T19:22:16.754639239Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2283,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936043618117_43?ts=1767964196000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":714.097042,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.757828653Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8B6209860A2D35F228","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-09T13:09:56Z","event_id":"$w5iK6hkt3c1M83gxf9eBbIOril1gaWihqLQXtcil7cI","part_id":"","time":"2026-03-06T19:22:16.757963658Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","req_id":2284,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936063116665_2?ts=1766589834000&user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":710.750413,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Danköö🥰","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.7739856Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","message_id":"4917680834617@s.whatsapp.net:4917680834617@s.whatsapp.net:ACAF9A37CBA07336D31556F187D142A5","sender_id":{"user_id":"4917680834617"},"message_ts":"2025-12-24T15:23:54Z","event_id":"$HfwWjAXefNdDziFQvyqExRlS7kIZnKSCQRQtVYykahc","part_id":"","time":"2026-03-06T19:22:16.774141488Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","req_id":2286,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936076396043_2?ts=1771233246000&user_id=%40whatsapp_491605556877%3Amatrix.theocloud.dev","duration":704.339457,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Haha ne alles gut","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.780866734Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","message_id":"491605556877@s.whatsapp.net:491605556877@s.whatsapp.net:3EB0859C9FBC26FDF3886E","sender_id":{"user_id":"491605556877"},"message_ts":"2026-02-16T09:14:06Z","event_id":"$2pMjHUjqE1dvPdv6WGBSlwwRIygkQhxudDjHLyGFnts","part_id":"","time":"2026-03-06T19:22:16.781008793Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":2267,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":994.318786,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:16.826176587Z","message":"Request completed"} +{"level":"debug","transaction_id":"1356","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:16.855523654Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1356","time":"2026-03-06T19:22:16.855646646Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2295,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936165141743_44?ts=1765789177000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":697.538852,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich glaub 12:45 Uhr reicht wie immer","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.862816647Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AAD6F62FE806B9E0C61","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T08:59:37Z","event_id":"$4FNLdG1fLiraAJDGLMaGnPDK2B3d4mmGIA3s7n2p1N8","part_id":"","time":"2026-03-06T19:22:16.862996281Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2322,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":81.020733,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<405792 bytes>","time":"2026-03-06T19:22:16.865602094Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_count":100,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:16.866136247Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_count":100,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:16.866224458Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":2323,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":68.064165,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:16.895017467Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:16.903198294Z","message":""} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2299,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936216133469_45?ts=1765225075000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":692.58641,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Muss glaube die 4. Staffel nochmal gucken, weil ich glaub ich nichtmal alles verstanden hab","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.908852999Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A134276F6BC6F466528","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-08T20:17:55Z","event_id":"$hI5ZSRaDOJ6DBwCUpWtESMAQovkx4BqBdnNCYf55kKk","part_id":"","time":"2026-03-06T19:22:16.909047439Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:16.928681131Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2327,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915787340921:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915787340921%3Amatrix.theocloud.dev","duration":32.622527,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:16.936172407Z","message":"Request completed"} +{"level":"debug","transaction_id":"1357","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:16.955731088Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1357","time":"2026-03-06T19:22:16.956105023Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2329,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491754848071:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491754848071%3Amatrix.theocloud.dev","duration":39.899037,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:16.968947818Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2330,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-59463872561404%3Amatrix.theocloud.dev","duration":35.040394,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-59463872561404","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:16.972402633Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2306,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936356045220_46?ts=1766572194000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":627.690568,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und er war nach mir noch da haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:16.983848094Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7BC2D7205EE5EDA83B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T10:29:54Z","event_id":"$F7FPYV3gYua_W7jXHhe36D_SKp2tjTZpZ7nvdY2a1VA","part_id":"","time":"2026-03-06T19:22:16.983987779Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2332,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59463872561404:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-59463872561404%3Amatrix.theocloud.dev","duration":40.400574,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:17.013147808Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2288,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-102147257532455:matrix.theocloud.dev?user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":934.402343,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qXVJUHNyOxuokCEzkiaQFcJo","com.beeper.exclude_from_timeline":true,"displayname":"FloJ (WA)","membership":"join"},"time":"2026-03-06T19:22:17.018054643Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2316,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":321.067422,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<53352 bytes>","time":"2026-03-06T19:22:17.036223115Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2317,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-99561704038426%3Amatrix.theocloud.dev","duration":334.188189,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41099 bytes>","time":"2026-03-06T19:22:17.051579321Z","message":"Request completed"} +{"level":"debug","transaction_id":"1358","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:17.081558879Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1358","time":"2026-03-06T19:22:17.081656519Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2336,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-266502737506505:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":50.515682,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:17.087023613Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2337,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-99561704038426:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-99561704038426%3Amatrix.theocloud.dev","duration":44.929841,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:17.096913619Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2338,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/kjnxeNcLTUeaTJpevrDMogrm?user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":45.894711,"status_code":200,"response_length":53352,"response_mime":"image/jpeg","time":"2026-03-06T19:22:17.133058498Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2339,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/FrQuRpXJaVqaTuVDwylopjgE?user_id=%40whatsapp_lid-99561704038426%3Amatrix.theocloud.dev","duration":42.626864,"status_code":200,"response_length":41099,"response_mime":"image/jpeg","time":"2026-03-06T19:22:17.139661171Z","message":"Request completed"} +{"level":"debug","transaction_id":"1359","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:17.191850481Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1359","time":"2026-03-06T19:22:17.192198644Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2340,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-266502737506505:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":65.209224,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kjnxeNcLTUeaTJpevrDMogrm"},"time":"2026-03-06T19:22:17.198530888Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:17.199758016Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2341,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-99561704038426:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-99561704038426%3Amatrix.theocloud.dev","duration":62.378171,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FrQuRpXJaVqaTuVDwylopjgE"},"time":"2026-03-06T19:22:17.202274011Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:17.203177001Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2311,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936533494086_47?ts=1772482268000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":669.885458,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo","m.mentions":{"user_ids":["@whatsapp_491736748726:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$mJEt_i0nep-6_U89MaTNvndDPbpOszSOmHtA62Bc-R8"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.203519926Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A234ACFB3EBA5CB0B0E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:11:08Z","event_id":"$WMfE6rCpehr4rvLPnZ3E4vjfj7CV1-0fYE8IYO1IHpI","part_id":"","time":"2026-03-06T19:22:17.203652557Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2342,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-173714331201661%3Amatrix.theocloud.dev","duration":41.457636,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-173714331201661","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:17.24150829Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2343,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-28999669539033%3Amatrix.theocloud.dev","duration":39.469018,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-28999669539033","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:17.242923224Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2345,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-173714331201661:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-173714331201661%3Amatrix.theocloud.dev","duration":53.693502,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:17.295521041Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2346,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-28999669539033:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-28999669539033%3Amatrix.theocloud.dev","duration":53.438997,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:17.296795103Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2312,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936608100998_8?ts=1772625508000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":692.850274,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.301064487Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A7CBDB9FD3E2136F790","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T11:58:28Z","event_id":"$iv2nLjsgbICBr-1Xkip8AyUqTz5XhliqS20dlv1afsQ","part_id":"","time":"2026-03-06T19:22:17.301178399Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2334,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59463872561404:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-59463872561404%3Amatrix.theocloud.dev","duration":295.329032,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Pasi (WA)"},"time":"2026-03-06T19:22:17.308668208Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:17.3093447Z","message":""} +{"level":"debug","transaction_id":"1360","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:17.326460161Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1360","time":"2026-03-06T19:22:17.326582245Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2313,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936645193427_48?ts=1770364391000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":704.343717,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Top haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.349663Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A66FC8871D4C5F947A2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:53:11Z","event_id":"$w77B1C9EY0HONwdL5WqZFi3gewd_BQtpWpq7sz4_Rgg","part_id":"","time":"2026-03-06T19:22:17.349773141Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2314,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936674535675_49?ts=1771317920000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":710.234977,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dass es wahrscheinlich chillig werden soll, aber vllt in meinem Kontext nur, weil ich schon das vierte Semester in unserer Netzwerkabteilung war","m.mentions":{"user_ids":["@whatsapp_4915150515988:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$pP01b_rJANZ5SO1tAWZ3IPsm5oJrp2AhYlZhLuQO-kg"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.384893016Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5461021B4DBD18B8E8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T08:45:20Z","event_id":"$n-7Xt_CiclqZYV63qSazM3A9WBqgumNpObPI_a6Othc","part_id":"","time":"2026-03-06T19:22:17.385017893Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2315,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936713208353_50?ts=1765620973000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":723.260759,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Einkauf:\n- Zwiebeln\n- ⁠Knoblauch\n- ⁠Möhren\n- ⁠Zitronen\n- ⁠Haferflocken (wenn geht Maxipackung)\n- 2-3 Magerquark\n- ⁠2-3 Skyr Natur\n- ⁠15er Eierpackung\n- ⁠Parboiled Reis\n- ⁠Joghurt\n- ⁠Agavendicksaft\n- ⁠2 Dosen gehackte Tomaten\n- ⁠500g Tagliatelle\n- ⁠500g Wildlachs\n- ⁠Kreuzkümmel\n- ⁠Vanillezuckerpäckchen","format":"org.matrix.custom.html","formatted_body":"Einkauf:\u003cbr\u003e\u003cul\u003e\u003cli\u003eZwiebeln\u003c/li\u003e\u003cli\u003e⁠Knoblauch\u003c/li\u003e\u003cli\u003e⁠Möhren\u003c/li\u003e\u003cli\u003e⁠Zitronen\u003c/li\u003e\u003cli\u003e⁠Haferflocken (wenn geht Maxipackung)\u003c/li\u003e\u003cli\u003e2-3 Magerquark\u003c/li\u003e\u003cli\u003e⁠2-3 Skyr Natur\u003c/li\u003e\u003cli\u003e⁠15er Eierpackung\u003c/li\u003e\u003cli\u003e⁠Parboiled Reis\u003c/li\u003e\u003cli\u003e⁠Joghurt\u003c/li\u003e\u003cli\u003e⁠Agavendicksaft\u003c/li\u003e\u003cli\u003e⁠2 Dosen gehackte Tomaten\u003c/li\u003e\u003cli\u003e⁠500g Tagliatelle\u003c/li\u003e\u003cli\u003e⁠500g Wildlachs\u003c/li\u003e\u003cli\u003e⁠Kreuzkümmel\u003c/li\u003e\u003cli\u003e⁠Vanillezuckerpäckchen\u003c/li\u003e\u003c/ul\u003e","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.436625348Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4AB109BE85F9227732","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-13T10:16:13Z","event_id":"$G4WdoRttEPwuKDlXzrOC4oqIMFVlRYA_plGjCtfqXEI","part_id":"","time":"2026-03-06T19:22:17.436848145Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1361","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:17.448651757Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1361","time":"2026-03-06T19:22:17.448894948Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2309,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251745280225436:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1012.047322,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LXWwZVePUhXHkbHUxnFqIiaB","com.beeper.exclude_from_timeline":true,"displayname":"Chrissi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:17.457544696Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2318,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936746361680_3?ts=1770059552000&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":717.433055,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich fühle mich gut (hab mir eine 1,25 Cola Zero geholt)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.463910324Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3AC8948774CE1E90ED40","sender_id":{"user_id":"4915234825973"},"message_ts":"2026-02-02T19:12:32Z","event_id":"$QiGqvFxDokBeVW4m88e5gYEP6rXOEmPVYUSP1VarDWI","part_id":"","time":"2026-03-06T19:22:17.464018719Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2319,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936758720468_51?ts=1767964230000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":709.628817,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Du meinest ja am Mittwoch du wolltest Donnerstag ins Gym gehen. Bist du wirklich dann gestern gegangen und gehst heute nicht?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.468470811Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD6BC33B413B6EE49F0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-09T13:10:30Z","event_id":"$mVkd60saCjNnLzEEQZ8NV1UKi-i5D0J-VGG1uPxfqWg","part_id":"","time":"2026-03-06T19:22:17.468580952Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","req_id":2320,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936774855625_3?ts=1767222572000&user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":715.714727,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Frohes Neues!🥳🥂🥳","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.49068622Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","message_id":"4917680834617@s.whatsapp.net:4917680834617@s.whatsapp.net:AC4EA4281C18EAC3C0F1CC9D3391EF7C","sender_id":{"user_id":"4917680834617"},"message_ts":"2025-12-31T23:09:32Z","event_id":"$G0tzquzhRcaJblguHwmDmHCULkdHi1SgAY02L6BsrAU","part_id":"","time":"2026-03-06T19:22:17.490802228Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","req_id":2321,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JmVDWCppZlZeFbcgKz:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824936781721812_52?ts=1771233257838&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":739.771736,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$2pMjHUjqE1dvPdv6WGBSlwwRIygkQhxudDjHLyGFnts","key":"❤️"}},"time":"2026-03-06T19:22:17.521593143Z","message":"Request completed"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","target_message_id":"491605556877@s.whatsapp.net:491605556877@s.whatsapp.net:3EB0859C9FBC26FDF3886E","target_part_id":"","reaction_sender_id":{"user_id":"4917641870516","is_from_me":true},"reaction_ts":"2026-02-16T09:14:17.838Z","event_id":"$8_P6ruUhdwQBBaKpcGjsYNVPqexucI65o2Hxm10eOZo","time":"2026-03-06T19:22:17.521770961Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:17.52228067Z","message":"Backfill finished"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","time":"2026-03-06T19:22:17.522374747Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"error","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:17.522524Z","message":"Failed to get membership"} +{"level":"error","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.name","time":"2026-03-06T19:22:17.522618217Z","message":"Failed to set room metadata"} +{"level":"error","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:17.522697209Z","message":"Failed to get membership"} +{"level":"error","portal_id":"491605556877@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491605556877@s.whatsapp.net","latest_message_ts":"2026-02-16T09:14:06Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.avatar","time":"2026-03-06T19:22:17.522782626Z","message":"Failed to set room metadata"} +{"level":"debug","transaction_id":"1362","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:17.549834398Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1362","time":"2026-03-06T19:22:17.550124034Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2347,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-173714331201661:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-173714331201661%3Amatrix.theocloud.dev","duration":255.153838,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491799302414 (WA)"},"time":"2026-03-06T19:22:17.550854933Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:17.551616911Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2348,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-28999669539033:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-28999669539033%3Amatrix.theocloud.dev","duration":255.189598,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917672815004 (WA)"},"time":"2026-03-06T19:22:17.552207008Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:17.552927011Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2324,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936864307150_1?ts=1765793533000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":727.012333,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Du hast absolut Recht!","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$4FNLdG1fLiraAJDGLMaGnPDK2B3d4mmGIA3s7n2p1N8"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.591571752Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA9C68BC11D071E9B64","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T10:12:13Z","event_id":"$0B75U0VDu7vGC7B7cAJVc1A1RNWD6oSCgdw2u5I3xW4","part_id":"","time":"2026-03-06T19:22:17.591726802Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2328,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936909886523_2?ts=1765225076000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":698.004769,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hahahha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.608030139Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:ACFBDB2EB78D2707E50CF73611DE47A5","sender_id":{"user_id":"4915735701057"},"message_ts":"2025-12-08T20:17:56Z","event_id":"$oXdKtt0n_YqS2eKzSeROta0FB4ZrmOoRmq3-Og7NCY0","part_id":"","time":"2026-03-06T19:22:17.6082111Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1363","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:17.630239332Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1363","time":"2026-03-06T19:22:17.630428325Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:17.652488964Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2325,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936866586171_53?ts=1771428413000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":790.865152,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wie lief sie so bis jetzt?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.657589959Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2E8B6D1F7EB414A7F0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-18T15:26:53Z","event_id":"$IqzXuZM83Af7w-M5nZejYqkwgzGo0Y1s-64Ayi1TQfk","part_id":"","time":"2026-03-06T19:22:17.657705758Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2333,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824936984775808_54?ts=1766572217000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":690.701579,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"war von 17:15 bis 18:15 Uhr ca. da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.675585573Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6DBAD988918CBBD464","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T10:30:17Z","event_id":"$VJ0L8261NoVlmltvT8n8xcRhgiB4_RNiLPBuWTa3mSM","part_id":"","time":"2026-03-06T19:22:17.675744952Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:17.700437106Z","message":""} +{"level":"debug","transaction_id":"1364","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:17.73129947Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1364","time":"2026-03-06T19:22:17.731442437Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2363,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-28999669539033:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-28999669539033%3Amatrix.theocloud.dev","duration":34.779813,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:17.735514028Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:17.736536239Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2364,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-12502750490865%3Amatrix.theocloud.dev","duration":36.097666,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-12502750490865","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:17.772901539Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2365,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12502750490865:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12502750490865%3Amatrix.theocloud.dev","duration":50.176039,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:17.823484758Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:17.84745202Z","message":""} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":2326,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1001.191118,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","com.beeper.exclude_from_timeline":true,"displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:17.896717316Z","message":"Request completed"} +{"level":"info","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:17.897321242Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"sticker","time":"2026-03-06T19:22:17.906116261Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","message_count":1,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:17.906246308Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","message_count":1,"batch_send":false,"mark_read":true,"mark_read_past_threshold":true,"time":"2026-03-06T19:22:17.906383129Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2367,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-173714331201661:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-173714331201661%3Amatrix.theocloud.dev","duration":70.952419,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:17.918767898Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:17.919928955Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2344,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937204417538_4?ts=1772482315000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":723.276193,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also ich nehm es ihr nicht übel weil so aus ihrer Perspektive hatte sie einen guten plan morgen und weil unser plan nicht zu ihrem plan passt möchte sie jetzt nicht ihren plan wegschmeißen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:17.927852483Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3ABC6D2757B1E8E67570","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:11:55Z","event_id":"$G--H1fHRmlO4FUwpBM-NgrxZQ6BfXD2EECNyWCSJ3gU","part_id":"","time":"2026-03-06T19:22:17.928037216Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2370,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-187501142626535%3Amatrix.theocloud.dev","duration":47.495076,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-187501142626535","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:17.967739438Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2372,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-187501142626535:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-187501142626535%3Amatrix.theocloud.dev","duration":44.721852,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:18.012842767Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2349,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937302094380_55?ts=1772638926000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":718.231002,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Fahre dann jetzt los mit dem Fahrrad :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.020468279Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE1C48FF440CFF09860","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T15:42:06Z","event_id":"$jonv8IbJmLZQL0p-VQ8nm2s4lUEJzsogMHkIpikJuS8","part_id":"","time":"2026-03-06T19:22:18.020622072Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1365","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:18.034420937Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1365","time":"2026-03-06T19:22:18.034530309Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2361,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-59463872561404%3Amatrix.theocloud.dev","duration":392.111125,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<27667 bytes>","time":"2026-03-06T19:22:18.053161975Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2331,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-138817721917594:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1088.093613,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MsWeuvpskahBdUZmTLSdrYCL","com.beeper.exclude_from_timeline":true,"displayname":"Paula (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:18.057863613Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2350,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937350547481_5?ts=1770364408000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":709.196912,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich würde vorschlagen, dass ich in den Kurs frage wer bei diesem kommitee mitmachen will und leite die namen + email adressen weiter. Aber in die Uni will ich dafür nicht fahren. IT Management davor ist ja auch online","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.059851392Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3EB05AE845C9709409BA37","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-06T07:53:28Z","event_id":"$sIrE3t0X3E7q3bEtGiqbC58d4A3anHv5LT6qvMCXmnI","part_id":"","time":"2026-03-06T19:22:18.059922212Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2335,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251745280225436:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1050.235364,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LXWwZVePUhXHkbHUxnFqIiaB","com.beeper.exclude_from_timeline":true,"displayname":"Chrissi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:18.069295106Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2356,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":604.092282,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<500341 bytes>","time":"2026-03-06T19:22:18.080499123Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2375,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59463872561404:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-59463872561404%3Amatrix.theocloud.dev","duration":53.722137,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:18.10724387Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2351,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937385751027_56?ts=1771318811000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":727.694482,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Finde aber die Liste nicht mehr wer in welcher Gruppe ist","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.113543288Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEF69EA10BF828EA5DC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T09:00:11Z","event_id":"$PeU-GLJdCK1b34vLNFockaWn6vF5O8SNJX-GY0fPVnE","part_id":"","time":"2026-03-06T19:22:18.113620533Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2379,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/NmIelWpzwZhHrfrTFHGrEsQH?user_id=%40whatsapp_lid-59463872561404%3Amatrix.theocloud.dev","duration":28.711014,"status_code":200,"response_length":27667,"response_mime":"image/jpeg","time":"2026-03-06T19:22:18.136100156Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2366,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12502750490865:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12502750490865%3Amatrix.theocloud.dev","duration":316.602479,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491738992038 (WA)"},"time":"2026-03-06T19:22:18.14029851Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:18.140845934Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2352,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937437594129_2?ts=1766408709000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":710.440383,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"https://www.leckerschmecker.me/cremige-gemuese-haehnchen-pfanne-a-t-gericht/63743511434331","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.148186629Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:4AF209159EBFE18C95D0","sender_id":{"user_id":"491628947581"},"message_ts":"2025-12-22T13:05:09Z","event_id":"$KCzlwgnN-dss5Q8S7GiJqXgsmdWD4pbTKEg4IUMuQII","part_id":"","time":"2026-03-06T19:22:18.148364028Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1366","content":{"pdu":2,"unstable_edu":3,"unstable_to_device":0},"time":"2026-03-06T19:22:18.153050231Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1366","time":"2026-03-06T19:22:18.153490935Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2354,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937464813803_4?ts=1770059555000&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":711.325424,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":200480},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"zrrsZQwP7vQ9WHu/spq2DZ1jzGa4lo1yHsrgcV9mCBE=","length":200480,"type":"WhatsApp Image Keys","sha256":"inKQjvG3NhpGyWCBal2FHBw2/Mg90UUDbxi60d5uuds=","enc_sha256":"1dMvyRYuPOOBy/Mbe1Ba0zmAOnRP6xzqkIugTYmla/o=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:18.176364747Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3AF1C258CF4F210C7817","sender_id":{"user_id":"4915234825973"},"message_ts":"2026-02-02T19:12:35Z","event_id":"$8e_ZHmwBXTYletpq0Q6k8WS-9F6YXMXZYLZElIac0WA","part_id":"","time":"2026-03-06T19:22:18.17650513Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2355,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937469292574_2?ts=1767973647000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":712.715842,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Doch war gestern nicht 🌚","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.182143212Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A9E331109697719F121","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-09T15:47:27Z","event_id":"$Mm19cwdRYTMF8R0cfTZgWJvPoQ2eomr6P0TMJbKgSAE","part_id":"","time":"2026-03-06T19:22:18.182260966Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2381,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59463872561404:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-59463872561404%3Amatrix.theocloud.dev","duration":56.475736,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NmIelWpzwZhHrfrTFHGrEsQH"},"time":"2026-03-06T19:22:18.192946544Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","req_id":2357,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937491477532_57?ts=1767222711000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":706.386462,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Frohes Neues :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.197997672Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","message_id":"4917680834617@s.whatsapp.net:4917641870516@s.whatsapp.net:3A424E2B8B820E3C55A3","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-31T23:11:51Z","event_id":"$UhiM11IbbBYzCR5wJdusxRo6D7R4KQKjLW5I9o4JxCI","part_id":"","time":"2026-03-06T19:22:18.198124995Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2385,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917670964733%3Amatrix.theocloud.dev","duration":19.994846,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917670964733","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:18.213602726Z","message":"Request completed"} +{"level":"debug","transaction_id":"1367","content":{"pdu":8,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:18.221973036Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1367","time":"2026-03-06T19:22:18.222434832Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2373,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-187501142626535:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-187501142626535%3Amatrix.theocloud.dev","duration":226.059181,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+919766453850 (WA)"},"time":"2026-03-06T19:22:18.239130263Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:18.239864025Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2387,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670964733:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917670964733%3Amatrix.theocloud.dev","duration":37.691604,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:18.251813538Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:18.294443685Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2358,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937592572521_2?ts=1765793540000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":721.177645,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"12:45 Uhr 🎁","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.313893063Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A43A43E1BEC6F2B42B0","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T10:12:20Z","event_id":"$R3Uwkf20X8B7-ybUpj7kqffc4eBNpCC3EP4x89T_z1s","part_id":"","time":"2026-03-06T19:22:18.314025065Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2359,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937609464977_3?ts=1765225077000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":721.025109,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geil","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.330641504Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:AC7C232855DF107CA79C9BE798D546CC","sender_id":{"user_id":"4915735701057"},"message_ts":"2025-12-08T20:17:57Z","event_id":"$jek-MeJyRpLfa7wUSSxsmAsNMQ4uUQ6XfXd7DATtCus","part_id":"","time":"2026-03-06T19:22:18.330762541Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1368","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:18.335293414Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1368","time":"2026-03-06T19:22:18.335426464Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:18.392736535Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2353,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251745280225436:matrix.theocloud.dev?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":936.333899,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LXWwZVePUhXHkbHUxnFqIiaB","com.beeper.exclude_from_timeline":true,"displayname":"Chrissi (WA)","membership":"join"},"time":"2026-03-06T19:22:18.394502146Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:18.395111309Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2362,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937677087459_5?ts=1766572242000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":725.514567,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alte Zeiten","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$F7FPYV3gYua_W7jXHhe36D_SKp2tjTZpZ7nvdY2a1VA"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.402750021Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC0642786672FE960C699769F8ED014F","sender_id":{"user_id":"4917657607100"},"message_ts":"2025-12-24T10:30:42Z","event_id":"$i96UoKb5M36AnSf-oMcEXrd2JhCwkoXphM7nSQgF2t0","part_id":"","time":"2026-03-06T19:22:18.402876436Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","req_id":2369,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/join?user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":504.945402,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:22:18.411788721Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2360,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937658617338_1?ts=1771456035000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":757.16929,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"hab nur die in dezember bisher geschrieben","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$IqzXuZM83Af7w-M5nZejYqkwgzGo0Y1s-64Ayi1TQfk"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.41590543Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3ABE470796E0796AFD11","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-18T23:07:15Z","event_id":"$WJHVA9LGlLM4YODypA9pLYksrZ2Wao9g20JaGrrzTRo","part_id":"","time":"2026-03-06T19:22:18.416037641Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2391,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-187501142626535:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-187501142626535%3Amatrix.theocloud.dev","duration":28.112746,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:18.421174466Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:18.42196473Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2392,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917655091547%3Amatrix.theocloud.dev","duration":29.378216,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917655091547","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:18.424695561Z","message":"Request completed"} +{"level":"debug","transaction_id":"1369","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:18.433155128Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1369","time":"2026-03-06T19:22:18.433297955Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":1862,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s2230_957_8_391_441_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":11305.043176,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:18.435908587Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:18.436142","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:18.436152825Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:18.436142","time":"2026-03-06T19:22:18.436324079Z","message":"Finished handling device list changes"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2397,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-88291676282954%3Amatrix.theocloud.dev","duration":25.705844,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-88291676282954","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:18.447859078Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2398,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655091547:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917655091547%3Amatrix.theocloud.dev","duration":24.344549,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:18.449442191Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2388,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670964733:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917670964733%3Amatrix.theocloud.dev","duration":216.510634,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Pasi (WA)"},"time":"2026-03-06T19:22:18.468558702Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2400,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88291676282954:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-88291676282954%3Amatrix.theocloud.dev","duration":20.822896,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:18.468989558Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:18.4694978Z","message":""} +{"level":"debug","transaction_id":"1370","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:18.495712374Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1370","time":"2026-03-06T19:22:18.495972118Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2371,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824937929532538_58?ts=1772482337000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":605.388064,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"allein der fakt, dass es um\ngewinnen und verlieren geht sagt eig viel aus darüber, dass wir nicht wirklich eine richtige freundesgruppe sind","format":"org.matrix.custom.html","formatted_body":"allein der fakt, dass es um\u003cbr\u003egewinnen und verlieren geht sagt eig viel aus darüber, dass wir nicht wirklich eine richtige freundesgruppe sind","m.mentions":{"user_ids":["@whatsapp_491736748726:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$mJEt_i0nep-6_U89MaTNvndDPbpOszSOmHtA62Bc-R8"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.535114834Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A28C39F7E23D9AEA06B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:12:17Z","event_id":"$ilBu6A4kSMCYVbqDEQL1ofHmeuigwyGRswdQnTlNKLA","part_id":"","time":"2026-03-06T19:22:18.535303617Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2374,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824938021357510_9?ts=1772638950995&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":617.157105,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$jonv8IbJmLZQL0p-VQ8nm2s4lUEJzsogMHkIpikJuS8","key":"👍🏼"}},"time":"2026-03-06T19:22:18.638644662Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE1C48FF440CFF09860","target_part_id":"","reaction_sender_id":{"user_id":"4915903048642"},"reaction_ts":"2026-03-04T15:42:30.995Z","event_id":"$cA1nKa_q6OK5JbtV--Dq1Vq0crttKrVhlz6OE7bCTFw","time":"2026-03-06T19:22:18.638789724Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"1371","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:18.639704028Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1371","time":"2026-03-06T19:22:18.639830373Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2377,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938060349716_59?ts=1770364436000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":584.03807,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja ich hab dazwischen Krypto vorort","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.644471667Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE89179FABC17F98555","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:53:56Z","event_id":"$_CcbpMfTIwwIRcILkwu7PK1slAbRDvods0b8bKWZhm0","part_id":"","time":"2026-03-06T19:22:18.644585649Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2401,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655091547:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917655091547%3Amatrix.theocloud.dev","duration":199.395312,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Chrissi (WA)"},"time":"2026-03-06T19:22:18.649037252Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:18.649801884Z","message":""} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2380,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938114138273_60?ts=1771318821000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":567.564109,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Weder als Email noch in der Gruppe","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.681864207Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3635F95D58E4B0F158","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T09:00:21Z","event_id":"$EGKm9dVtuKdc6B1oTIoJofodCN9CG92aI4rNLbGqfgo","part_id":"","time":"2026-03-06T19:22:18.681998025Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2402,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88291676282954:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-88291676282954%3Amatrix.theocloud.dev","duration":216.071746,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491723891168 (WA)"},"time":"2026-03-06T19:22:18.685234233Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:18.685913379Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2394,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-12502750490865%3Amatrix.theocloud.dev","duration":287.475765,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<112404 bytes>","time":"2026-03-06T19:22:18.693375739Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2382,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938149095206_3?ts=1766408791000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":575.029263,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Theo \nwollen wir heute die cremige Gemüse-Hähnchen-Pfanne essen ?","format":"org.matrix.custom.html","formatted_body":"Hey Theo \u003cbr\u003ewollen wir heute die cremige Gemüse-Hähnchen-Pfanne essen ?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.724264852Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A91C221FD8E6CEBAA93","sender_id":{"user_id":"491628947581"},"message_ts":"2025-12-22T13:06:31Z","event_id":"$VXjf6mVJE6aeRWMb9f_CAOlmRaNRUwNtfJA9rb-w8-g","part_id":"","time":"2026-03-06T19:22:18.724410334Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2407,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12502750490865:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-12502750490865%3Amatrix.theocloud.dev","duration":44.800913,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:18.738427874Z","message":"Request completed"} +{"level":"debug","transaction_id":"1372","content":{"pdu":4,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:18.754299097Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1372","time":"2026-03-06T19:22:18.754470979Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2383,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938177091735_61?ts=1770397755000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":584.811363,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":1600,"mimetype":"image/jpeg","size":112636,"w":984},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/qXJkypPIoNXlIYoZwXfDayoc"},"time":"2026-03-06T19:22:18.762070928Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_id":"4915234825973@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5D187DCC442260FAA3","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T17:09:15Z","event_id":"$2Ejw4MvAsBjGap8VoEaYIcAOvjaRxMkyFZz4EvLU3no","part_id":"","time":"2026-03-06T19:22:18.762184143Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2409,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/PXvBGzNQqBSQGjotpdRfXhqw?user_id=%40whatsapp_lid-12502750490865%3Amatrix.theocloud.dev","duration":28.107577,"status_code":200,"response_length":112404,"response_mime":"image/jpeg","time":"2026-03-06T19:22:18.766658653Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2384,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938182998849_62?ts=1767973672000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":588.037933,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dacht ichs mir","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.771164803Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A82A05DC26E1F9A50EB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-09T15:47:52Z","event_id":"$6SgvER42ij4sRqPv4mzIu6my01giERl7xCHnFQ9DQlo","part_id":"","time":"2026-03-06T19:22:18.771302252Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","req_id":2386,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21fWHCoPezLmCifCgnUg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938198766007_4?ts=1767226065000&user_id=%40whatsapp_4917680834617%3Amatrix.theocloud.dev","duration":597.727841,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Danköö❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.796595468Z","message":"Request completed"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","message_id":"4917680834617@s.whatsapp.net:4917680834617@s.whatsapp.net:ACDDFDDA434D93F1D84A5146B7EC047B","sender_id":{"user_id":"4917680834617"},"message_ts":"2026-01-01T00:07:45Z","event_id":"$6eu6fwh9ljqiwJ40JR7KY3D_wKM7exB2Y1DncLA2LUw","part_id":"","time":"2026-03-06T19:22:18.796699463Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:18.797345573Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","time":"2026-03-06T19:22:18.797404101Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"error","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:18.797577589Z","message":"Failed to get membership"} +{"level":"error","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.name","time":"2026-03-06T19:22:18.797693527Z","message":"Failed to set room metadata"} +{"level":"error","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:18.797804227Z","message":"Failed to get membership"} +{"level":"error","portal_id":"4917680834617@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917680834617@s.whatsapp.net","latest_message_ts":"2026-01-01T00:07:45Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.avatar","time":"2026-03-06T19:22:18.797884336Z","message":"Failed to set room metadata"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2411,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12502750490865:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-12502750490865%3Amatrix.theocloud.dev","duration":61.255947,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PXvBGzNQqBSQGjotpdRfXhqw"},"time":"2026-03-06T19:22:18.828190057Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","req_id":2368,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev?ts=1772824937897&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":930.479166,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:18.828155206Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:18.829303272Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:18.830791191Z","message":"Added portal to space"} +{"level":"debug","transaction_id":"1373","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:18.842724081Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1373","time":"2026-03-06T19:22:18.842870889Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2414,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-210453582090448%3Amatrix.theocloud.dev","duration":24.295589,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-210453582090448","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:18.853912174Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2376,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-138817721917594:matrix.theocloud.dev?user_id=%40whatsapp_lid-138817721917594%3Amatrix.theocloud.dev","duration":809.567358,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MsWeuvpskahBdUZmTLSdrYCL","com.beeper.exclude_from_timeline":true,"displayname":"Paula (WA)","membership":"join"},"time":"2026-03-06T19:22:18.868180937Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:18.869351772Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:18.87118967Z","message":""} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2378,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251745280225436:matrix.theocloud.dev?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":813.180435,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LXWwZVePUhXHkbHUxnFqIiaB","com.beeper.exclude_from_timeline":true,"displayname":"Chrissi (WA)","membership":"join"},"time":"2026-03-06T19:22:18.883222993Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2415,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-210453582090448:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-210453582090448%3Amatrix.theocloud.dev","duration":40.616666,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:18.895177185Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2389,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938314806111_63?ts=1765796486000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":581.673981,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sicher nicht 12:30 Uhr doch?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.896585064Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3CDF8CE60791512940","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T11:01:26Z","event_id":"$6-3b_IhObmDCUtJN-qa10VilcpZ67MJoHYVpEGbesM0","part_id":"","time":"2026-03-06T19:22:18.896717136Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2416,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915208878293%3Amatrix.theocloud.dev","duration":38.291828,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915208878293","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:18.908015999Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2390,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938331481077_4?ts=1765225084000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":585.221546,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wie fandest dus","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.916859908Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:AC4B3592A859BDB02E859F55B6CFDD62","sender_id":{"user_id":"4915735701057"},"message_ts":"2025-12-08T20:18:04Z","event_id":"$bROffb3t2Q67_qbHToa9VjpPxDGo99_BlQv7xTp5B0c","part_id":"","time":"2026-03-06T19:22:18.917029834Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2421,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915208878293:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915208878293%3Amatrix.theocloud.dev","duration":23.557706,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:18.93187703Z","message":"Request completed"} +{"level":"debug","transaction_id":"1374","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:18.936832894Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1374","time":"2026-03-06T19:22:18.936938635Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2393,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938403634154_6?ts=1766572245000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":572.391602,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Crazy guy","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.976176476Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACFFD820BA97E17B26C3946BD3E32BBA","sender_id":{"user_id":"4917657607100"},"message_ts":"2025-12-24T10:30:45Z","event_id":"$-1n29kgr4K0tscaCvN6Crke8baLnJnU171lw3rY_4vg","part_id":"","time":"2026-03-06T19:22:18.976276769Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:18.991989101Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2396,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938417215739_2?ts=1771520110000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":578.356685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"wie läufts bei dir?","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$IqzXuZM83Af7w-M5nZejYqkwgzGo0Y1s-64Ayi1TQfk"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:18.995709595Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A681470A870FAC3CD4D","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-19T16:55:10Z","event_id":"$AF3yOzanFFAhvoePxEIcQ_FIjUeuFTYVtXDNoikPW08","part_id":"","time":"2026-03-06T19:22:18.99588476Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1375","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:19.019293283Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1375","time":"2026-03-06T19:22:19.019741251Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2419,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-210453582090448:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-210453582090448%3Amatrix.theocloud.dev","duration":193.037925,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Emre-Can (WA)"},"time":"2026-03-06T19:22:19.088412973Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:19.08937044Z","message":""} +{"level":"debug","transaction_id":"1376","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:19.102092268Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1376","time":"2026-03-06T19:22:19.10220199Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2423,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915208878293:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915208878293%3Amatrix.theocloud.dev","duration":191.625786,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Paula (WA)"},"time":"2026-03-06T19:22:19.123679586Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:19.124514271Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2403,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938536232309_64?ts=1772482343000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":609.419217,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ich mein empathie???","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.145792956Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A76793CBEAE074914CC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:12:23Z","event_id":"$Zn9Ow8A-tBi76vWWbINu6f4fkICa_YA2cyoy2sykenk","part_id":"","time":"2026-03-06T19:22:19.145962813Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2417,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917670964733%3Amatrix.theocloud.dev","duration":272.542523,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<27667 bytes>","time":"2026-03-06T19:22:19.155378101Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2428,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670964733:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917670964733%3Amatrix.theocloud.dev","duration":50.586153,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:19.206322753Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","req_id":2395,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/invite?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":801.778834,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@whatsapp_4915903048642:matrix.theocloud.dev"},"time":"2026-03-06T19:22:19.213792447Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2429,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/uQCGjYgeTrxWFcGfiLGAKshH?user_id=%40whatsapp_4917670964733%3Amatrix.theocloud.dev","duration":31.511896,"status_code":200,"response_length":27667,"response_mime":"image/jpeg","time":"2026-03-06T19:22:19.237965114Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2404,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938639510286_65?ts=1772647172000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":607.955604,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"↷ Forwarded\n\nQuelle: Leckerschmecker https://share.google/ypju5GJ3kTQSJs8QY","format":"org.matrix.custom.html","formatted_body":"\u003cp data-mx-forwarded-notice\u003e\u003cem\u003e↷ Forwarded\u003c/em\u003e\u003c/p\u003eQuelle: Leckerschmecker https://share.google/ypju5GJ3kTQSJs8QY","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.247634419Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7025E033B78F72F086","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T17:59:32Z","event_id":"$SNq8E9_wgJg9fTo9G3vChVDYctDO_f3kWzPEWqU4lYM","part_id":"","time":"2026-03-06T19:22:19.24781992Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2405,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938645322345_66?ts=1770364439000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":606.336242,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bei Grohmann","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.251818526Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABB8F75B0FFF37EF549","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:53:59Z","event_id":"$zZrbOfqEjIh524aZDc80I1jU8oIkfVV0Q9kpv-gOaAk","part_id":"","time":"2026-03-06T19:22:19.251986147Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1377","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:19.269240525Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1377","time":"2026-03-06T19:22:19.269359047Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2308,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2860.825313,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_lid-195790463058158:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363173737697025@g.us","displayname":"HWR Informatik 2️⃣0️⃣2️⃣3️⃣","avatar_url":"mxc://matrix.theocloud.dev/SwzsOYDhZvymlYQsWJLYqcii"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363173737697025@g.us","displayname":"HWR Informatik 2️⃣0️⃣2️⃣3️⃣","avatar_url":"mxc://matrix.theocloud.dev/SwzsOYDhZvymlYQsWJLYqcii"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2},"m.room.avatar":{"level":2},"m.room.name":{"level":2},"m.room.topic":{"level":2}},"member_actions":{"invite":2,"kick":2,"leave":2},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":""}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"HWR Informatik 2️⃣0️⃣2️⃣3️⃣"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/SwzsOYDhZvymlYQsWJLYqcii"}}],"preset":"private_chat","power_level_content_override":{"users":{"@whatsapp_lid-273069826400467:matrix.theocloud.dev":50,"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0},"state_default":99,"ban":99},"com.beeper.local_room_id":"!120363173737697025@g.us.:matrix.theocloud.dev"},"time":"2026-03-06T19:22:19.2864296Z","message":"Request completed"} +{"level":"info","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","room_id":"!VxYjJEVsvmCCpBhUME:matrix.theocloud.dev","time":"2026-03-06T19:22:19.287069285Z","message":"Matrix room created"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2406,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938682733952_4?ts=1771318954000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":631.903589,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich glaube noch wie im 1. Semester oder?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.314763885Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A6BDC5152DC0EC60DD4","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T09:02:34Z","event_id":"$koKZ2R6jEcgFUPc4sTCMbuyn97uge2Y3lk0BsRo3Crw","part_id":"","time":"2026-03-06T19:22:19.314964542Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2431,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670964733:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917670964733%3Amatrix.theocloud.dev","duration":83.249956,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uQCGjYgeTrxWFcGfiLGAKshH"},"time":"2026-03-06T19:22:19.321452743Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"59463872561404@lid","alternate_jid":"4917670964733@s.whatsapp.net","time":"2026-03-06T19:22:19.321860133Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2413,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":526.426141,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<420777 bytes>","time":"2026-03-06T19:22:19.328314461Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:19.332438434Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2408,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938725133270_67?ts=1766409950000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":624.111084,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sehr sehr gerne :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.34937461Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7BE4416EE5666BB09D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-22T13:25:50Z","event_id":"$ly7bYS_YCpt0LZmDDomxTRxu-6-ZgPLNX5rsJAJsyZs","part_id":"","time":"2026-03-06T19:22:19.349518555Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2434,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":75.315811,"status_code":200,"response_length":390,"response_mime":"application/json","time":"2026-03-06T19:22:19.363440132Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2436,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-62921489018884%3Amatrix.theocloud.dev","duration":43.000311,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-62921489018884","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:19.365321332Z","message":"Request completed"} +{"level":"debug","transaction_id":"1378","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:19.382692416Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1378","time":"2026-03-06T19:22:19.382995322Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2410,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938762867269_5?ts=1770397814000&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":625.233379,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":200480},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"TDWfb7P/LvCzq5Tca1wDInqLKTbfexN1NoT5l3eqQUI=","length":200480,"type":"WhatsApp Image Keys","sha256":"inKQjvG3NhpGyWCBal2FHBw2/Mg90UUDbxi60d5uuds=","enc_sha256":"Pz87WjRMn0lDH/MDE1IuKWcr0Ne8ZJsuZECucXXp3IU=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:19.388307381Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A62F15F465D241E8D95","sender_id":{"user_id":"4915234825973"},"message_ts":"2026-02-06T17:10:14Z","event_id":"$YqY_70SW54ez145oVHJc5RBAB-Sygh3qE9aiTW4OTEs","part_id":"","time":"2026-03-06T19:22:19.388491624Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2412,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938772075964_68?ts=1767973680000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":619.137131,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber geil würd mich gleich losmachen ins gym","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.391323237Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4CBC7B04FE321AB6A5","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-09T15:48:00Z","event_id":"$GlBnjeIk1Mwv8HEs91_El9znWu3ua7LieN75FITyu4s","part_id":"","time":"2026-03-06T19:22:19.391451537Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2440,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-62921489018884:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-62921489018884%3Amatrix.theocloud.dev","duration":35.398405,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:19.401065526Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2439,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.47547,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:19.438321316Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:19.454592524Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2426,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-88291676282954%3Amatrix.theocloud.dev","duration":353.27285,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<16966 bytes>","time":"2026-03-06T19:22:19.454960872Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:19.459697571Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2445,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88291676282954:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-88291676282954%3Amatrix.theocloud.dev","duration":19.590948,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:19.474889648Z","message":"Request completed"} +{"level":"debug","transaction_id":"1379","content":{"pdu":16,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:19.478273223Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1379","time":"2026-03-06T19:22:19.478981493Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2447,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LfSqZpmxtuTvQRBlbMXorNkU?user_id=%40whatsapp_lid-88291676282954%3Amatrix.theocloud.dev","duration":27.378076,"status_code":200,"response_length":16966,"response_mime":"image/jpeg","time":"2026-03-06T19:22:19.502451478Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2444,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":65.264121,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:19.50423434Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2420,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938897553776_69?ts=1765796551000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":625.88801,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dass wir auf der sicheren Seite sind","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.523568898Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3710BAE32859711788","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T11:02:31Z","event_id":"$3fhY0tev39cQWVTuhhTTfIpkLIpgFcMJZD49ZKAdbcw","part_id":"","time":"2026-03-06T19:22:19.523732888Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2422,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938918051067_70?ts=1765225089000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":619.374875,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"200/10","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.537579524Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1E6E4D8A5AEF4BC1A9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-08T20:18:09Z","event_id":"$uv2nPkxRZRNFIYI6Rd5N02Gwqioj1NGq0Udy8elME2k","part_id":"","time":"2026-03-06T19:22:19.537747844Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2449,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88291676282954:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-88291676282954%3Amatrix.theocloud.dev","duration":63.891442,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LfSqZpmxtuTvQRBlbMXorNkU"},"time":"2026-03-06T19:22:19.567417442Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:19.568478834Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2454,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-132040297042065%3Amatrix.theocloud.dev","duration":34.507218,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-132040297042065","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:19.603266749Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2424,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938976902276_71?ts=1766572253000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":628.913923,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Isso","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.605932277Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABED1CD0D1A918D448E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T10:30:53Z","event_id":"$2gn0A45FaEzsQmfl62a6RAAeupUBesiJXEKoQ5FvRDI","part_id":"","time":"2026-03-06T19:22:19.606027193Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2437,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917655091547%3Amatrix.theocloud.dev","duration":270.725577,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<15127 bytes>","time":"2026-03-06T19:22:19.611865093Z","message":"Request completed"} +{"level":"debug","transaction_id":"1380","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:19.626251261Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1380","time":"2026-03-06T19:22:19.626355256Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2425,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824938996755063_72?ts=1771530474000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":633.862593,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"kann mich nicht beschweren, hab wieder Uni, letztes Theoriesemester und ab Mai Bachlorarbeit","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.630749378Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A96DF83EA88F769D272","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-19T19:47:54Z","event_id":"$gTCaBnJljphT8f8APpGymG8fUeP573HOoHMrWHcY-wE","part_id":"","time":"2026-03-06T19:22:19.63085917Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2443,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-62921489018884:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-62921489018884%3Amatrix.theocloud.dev","duration":243.562896,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nate Jo (WA)"},"time":"2026-03-06T19:22:19.644797161Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:19.645382997Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2455,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-132040297042065:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-132040297042065%3Amatrix.theocloud.dev","duration":50.186515,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:19.653795351Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2457,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655091547:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917655091547%3Amatrix.theocloud.dev","duration":44.738613,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:19.656906193Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2460,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/aaoWWQlnJSElqWfSZvWEeAYv?user_id=%40whatsapp_4917655091547%3Amatrix.theocloud.dev","duration":33.040881,"status_code":200,"response_length":15127,"response_mime":"image/jpeg","time":"2026-03-06T19:22:19.690067273Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2452,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":167.769922,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<3022718 bytes>","time":"2026-03-06T19:22:19.696210873Z","message":"Request completed"} +{"level":"debug","transaction_id":"1381","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:19.707661713Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1381","time":"2026-03-06T19:22:19.707762355Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2446,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915208878293%3Amatrix.theocloud.dev","duration":254.259928,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40959 bytes>","time":"2026-03-06T19:22:19.719025529Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2461,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655091547:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917655091547%3Amatrix.theocloud.dev","duration":45.410426,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/aaoWWQlnJSElqWfSZvWEeAYv"},"time":"2026-03-06T19:22:19.735730388Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2418,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-27956059590853:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":865.152186,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AvlyffuDHEMFxceTihjFMwRW","com.beeper.exclude_from_timeline":true,"displayname":"Alex (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:19.749457664Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2427,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824939146816494_73?ts=1772482350000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":608.341273,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":134104,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/vKZuByNVBYOKmxoPlojSwdDB"},"time":"2026-03-06T19:22:19.755391458Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACEC95075B844F191BD","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:12:30Z","event_id":"$Nj_qUGfby_rs1OULyFDpbINXx8rX1HgotYMDXXHePgM","part_id":"","time":"2026-03-06T19:22:19.755501739Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2462,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915208878293:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915208878293%3Amatrix.theocloud.dev","duration":36.453162,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:19.755972056Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2448,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-210453582090448%3Amatrix.theocloud.dev","duration":289.125577,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<66244 bytes>","time":"2026-03-06T19:22:19.766072287Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2465,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/iqIgLEpOBbtvBLfijnHFyWlg?user_id=%40whatsapp_4915208878293%3Amatrix.theocloud.dev","duration":27.720442,"status_code":200,"response_length":40959,"response_mime":"image/jpeg","time":"2026-03-06T19:22:19.783906705Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2467,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-210453582090448:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-210453582090448%3Amatrix.theocloud.dev","duration":25.721838,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:19.79210171Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:19.801962033Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2469,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VUSVYKoSoxjeAiwZKmjdoVxh?user_id=%40whatsapp_lid-210453582090448%3Amatrix.theocloud.dev","duration":30.701448,"status_code":200,"response_length":66244,"response_mime":"image/jpeg","time":"2026-03-06T19:22:19.822953946Z","message":"Request completed"} +{"level":"debug","transaction_id":"1382","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:19.832294643Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1382","time":"2026-03-06T19:22:19.83245521Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2468,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915208878293:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915208878293%3Amatrix.theocloud.dev","duration":56.693015,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iqIgLEpOBbtvBLfijnHFyWlg"},"time":"2026-03-06T19:22:19.840889565Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2459,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-132040297042065:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-132040297042065%3Amatrix.theocloud.dev","duration":194.162804,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917674993720 (WA)"},"time":"2026-03-06T19:22:19.848129618Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:19.84871287Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:22:19.860738371Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2432,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939248730313_74?ts=1772651846000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":614.106258,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Und was hat dein Bruder jetzt letztendlich gekocht?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.862971017Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A382CECEC84AFD0F050","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T19:17:26Z","event_id":"$6hlBRGEo0O0qrqxVmmHoctE2tJ64XgLryVoMlg6PX-I","part_id":"","time":"2026-03-06T19:22:19.863103507Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2433,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939252886693_75?ts=1770364444000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":616.253487,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"der sicher nicht online macht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.869280911Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA9BB8FFA461D260D28","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:54:04Z","event_id":"$L2uQ_EgAU-IQg5f_dtuJiJx8YVprygPGbJo4_EiZeTo","part_id":"","time":"2026-03-06T19:22:19.86947626Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2471,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-210453582090448:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-210453582090448%3Amatrix.theocloud.dev","duration":64.40101,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VUSVYKoSoxjeAiwZKmjdoVxh"},"time":"2026-03-06T19:22:19.887802506Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:19.888926895Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2435,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939315813614_76?ts=1771318969000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":594.835256,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ja war in der HWR Gruppe","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.910775144Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3A41DB2349F247D1BF59","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T09:02:49Z","event_id":"$S4eY2cT1ytCVV8y-ssXSR1zg1y5RtuVrFTHjVarlhJs","part_id":"","time":"2026-03-06T19:22:19.910889825Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2475,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-166700683100354%3Amatrix.theocloud.dev","duration":35.842882,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-166700683100354","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:19.925052777Z","message":"Request completed"} +{"level":"debug","transaction_id":"1383","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:19.936716077Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1383","time":"2026-03-06T19:22:19.936964855Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2438,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939350318807_77?ts=1766577322000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":589.769042,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"https://die-frau-am-grill.de/gnocchi-gulasch-topf/","m.mentions":{},"com.beeper.linkpreviews":[{"og:title":"Gnocchi Gulasch Topf | Herbstlicher Onepot","og:description":"Der Gnocchi Gulasch Topf ist ein Schmorgericht für die Familie. Dazu Hausmannskost für den Winter. Das Onepot Rezept ist einfach zu kochen.","matched_url":"https://die-frau-am-grill.de/gnocchi-gulasch-topf/"}],"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.940291229Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A919AF1A18E88961DEE","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T11:55:22Z","event_id":"$Y9EFC0dbR-aNQdcudmX0KMh7npW5HBTQ2QMaViLBlPw","part_id":"","time":"2026-03-06T19:22:19.940563335Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2477,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-166700683100354:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-166700683100354%3Amatrix.theocloud.dev","duration":25.734059,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:19.951140029Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2441,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939389486596_78?ts=1770400773000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":585.741102,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"https://g.co/gemini/share/4d224ca94847","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.975406006Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_id":"4915234825973@s.whatsapp.net:4917641870516@s.whatsapp.net:4A3E4249FB1969117034","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T17:59:33Z","event_id":"$Bd4GQtQpx8O4u7msw5DF8EL056xiEFdtgEFj83kTtMM","part_id":"","time":"2026-03-06T19:22:19.975574954Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2442,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939392207579_79?ts=1767973683000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":586.434984,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"du so?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:19.978764857Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A49883055FDBEB43865","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-09T15:48:03Z","event_id":"$4QSKOPyL_5iPaZJ2pNn9DqC1-Vcx9JKBB-w-J5kOhas","part_id":"","time":"2026-03-06T19:22:19.978889595Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:20.008224021Z","message":""} +{"level":"debug","transaction_id":"1384","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:20.041664749Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1384","time":"2026-03-06T19:22:20.041781805Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2482,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.122615,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<172151 bytes>","time":"2026-03-06T19:22:20.052683405Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2470,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-62921489018884%3Amatrix.theocloud.dev","duration":278.905567,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41748 bytes>","time":"2026-03-06T19:22:20.094817672Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","req_id":2430,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/join?user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":891.772056,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:22:20.106017778Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2451,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939524646284_3?ts=1765797304000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":585.787687,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":13706},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"wEdHMYgSMeZpEc2GxjRGRpjm8Qufoc6BnbXGpt28jKg=","length":13706,"type":"WhatsApp Image Keys","sha256":"e+pVNtHfD9uFtSMZQMwlomICCgYd+QDleBj0VKjuNPI=","enc_sha256":"96lX6jcBsytrbtEYPF00kwiI7pJthe/XBSs/OCeZz9w=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:20.110663542Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A544C629AEBA9B6C72E","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T11:15:04Z","event_id":"$KupP-n5dlQVVdlnGQbTusKEDw88Gb0R98A922jSF77U","part_id":"","time":"2026-03-06T19:22:20.110773404Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1385","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:20.123721171Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1385","time":"2026-03-06T19:22:20.123811757Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2453,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939538655444_80?ts=1765225095000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":588.085984,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Musste gerade heulen am Ende","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.126905068Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF77B2454CB73EB2544","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-08T20:18:15Z","event_id":"$tMDkJdud8sg1X7-gX_mRwDp6LM53dc7DyC0My7udkSI","part_id":"","time":"2026-03-06T19:22:20.127111033Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2484,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-62921489018884:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-62921489018884%3Amatrix.theocloud.dev","duration":42.547873,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:20.137731099Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2488,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/KaEibHlhaiLVpwVMsqKOOYvc?user_id=%40whatsapp_lid-62921489018884%3Amatrix.theocloud.dev","duration":31.66478,"status_code":200,"response_length":41748,"response_mime":"image/jpeg","time":"2026-03-06T19:22:20.169502808Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2479,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-166700683100354:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-166700683100354%3Amatrix.theocloud.dev","duration":233.643346,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"B (WA)"},"time":"2026-03-06T19:22:20.184967619Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:20.185902527Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"sticker","time":"2026-03-06T19:22:20.198944581Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2456,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939606600388_81?ts=1766572261000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":593.605195,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"als wir noch 2h+ da waren man","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.200315095Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A39C0CD70DFE0380424","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T10:31:01Z","event_id":"$GbJpHFYRLjpGsCsX4vHYYQ8L8MmpvMrFyYtTjoinSVM","part_id":"","time":"2026-03-06T19:22:20.200473078Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2458,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939631711594_3?ts=1771530872000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":591.03137,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"krank wie die zeit vergeht","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$gTCaBnJljphT8f8APpGymG8fUeP573HOoHMrWHcY-wE"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.222867842Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A14A90A96A576C1E457","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-19T19:54:32Z","event_id":"$govuOa1s54s4Pl-Q0KKW1aSepeR3Lp7zcv1cAYE3nJM","part_id":"","time":"2026-03-06T19:22:20.222982733Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1386","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:20.244746193Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1386","time":"2026-03-06T19:22:20.244906621Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2489,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-62921489018884:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-62921489018884%3Amatrix.theocloud.dev","duration":86.617398,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KaEibHlhaiLVpwVMsqKOOYvc"},"time":"2026-03-06T19:22:20.256403626Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2492,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491745380836%3Amatrix.theocloud.dev","duration":49.482924,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491745380836","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:20.306929085Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2493,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491745380836:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491745380836%3Amatrix.theocloud.dev","duration":27.422076,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:20.334728868Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2483,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-132040297042065%3Amatrix.theocloud.dev","duration":317.006167,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64397 bytes>","time":"2026-03-06T19:22:20.336786629Z","message":"Request completed"} +{"level":"debug","transaction_id":"1387","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:20.352584308Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1387","time":"2026-03-06T19:22:20.35284859Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2495,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-132040297042065:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-132040297042065%3Amatrix.theocloud.dev","duration":28.254316,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:20.36540608Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2466,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939756477085_82?ts=1772482387000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":635.537408,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"jo","m.mentions":{"user_ids":["@whatsapp_491736748726:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$G--H1fHRmlO4FUwpBM-NgrxZQ6BfXD2EECNyWCSJ3gU"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.392132108Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE829CF2CFA5CDEE3C0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:13:07Z","event_id":"$aDaUKb9Hv7A3zrwIzZv0OZzPlNlHIPuMw-XxSMmDqFg","part_id":"","time":"2026-03-06T19:22:20.39225978Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2450,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-46858126766286:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":892.158492,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CBaHFbcIsutovHAvcmuIhbcC","com.beeper.exclude_from_timeline":true,"displayname":"Julius (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:20.398766978Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2496,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/CGMeOSInUcXdBaRwfxBsCOZP?user_id=%40whatsapp_lid-132040297042065%3Amatrix.theocloud.dev","duration":40.443178,"status_code":200,"response_length":64397,"response_mime":"image/jpeg","time":"2026-03-06T19:22:20.406005564Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2499,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-132040297042065:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-132040297042065%3Amatrix.theocloud.dev","duration":51.889058,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CGMeOSInUcXdBaRwfxBsCOZP"},"time":"2026-03-06T19:22:20.458138163Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:20.458987444Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1388","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:20.472640827Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1388","time":"2026-03-06T19:22:20.472753832Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2473,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939864049171_83?ts=1772652550000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":630.366222,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sahst heute so gut aus Maus, lieb dich ganz doll ❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.494552353Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE3EF9CE2880A2DAFA2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T19:29:10Z","event_id":"$1Z01DcoqukQmZ7pKFDHrneURcrymnzHUrbxfMpgaP9o","part_id":"","time":"2026-03-06T19:22:20.494689174Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2500,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-86861754155032%3Amatrix.theocloud.dev","duration":36.885416,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-86861754155032","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:20.496122616Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2474,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939870349916_6?ts=1770364446000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":630.862661,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ah ok","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.501371467Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3EB06E3B2E47DA98E84753","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-06T07:54:06Z","event_id":"$MyImpjsvRk2tKgcLdiJIh7glFYXqxm4-umOlGhqtYnA","part_id":"","time":"2026-03-06T19:22:20.501501932Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2502,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-86861754155032:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-86861754155032%3Amatrix.theocloud.dev","duration":29.923195,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:20.526270004Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2476,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939911493332_5?ts=1771318993000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":619.886957,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich hab das grad an dich weitergeleitet","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.531489033Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A0711FEA52552186AC5","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T09:03:13Z","event_id":"$fkxZlTeGJWKjdMucBSUBdL11QZ5_sNHJ6AA7UI1sXRw","part_id":"","time":"2026-03-06T19:22:20.531609232Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2494,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491745380836:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491745380836%3Amatrix.theocloud.dev","duration":208.076,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nate Jo (WA)"},"time":"2026-03-06T19:22:20.543032902Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:20.543661343Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:20.549496589Z","message":""} +{"level":"debug","transaction_id":"1389","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:20.567027682Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1389","time":"2026-03-06T19:22:20.567350283Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2478,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939941471842_84?ts=1767285710000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":627.192871,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"So Mama es ist so wie ich es mir gedacht hab und wie ich meine Ana kenne will sie heute lieber allein entspannen nach den Tagen, deswegen komm ich jetzt nach Hause direkt :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.568776251Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA4277A4F819136A184","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-01T16:41:50Z","event_id":"$0DQ2nwVQeWO1QQmcxvtKfgppV8NqGuVjYy3Bu86XNHc","part_id":"","time":"2026-03-06T19:22:20.568899243Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2506,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-166700683100354:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-166700683100354%3Amatrix.theocloud.dev","duration":34.556946,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:20.579413639Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:20.58009474Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2464,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-27956059590853:matrix.theocloud.dev?user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":840.800164,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AvlyffuDHEMFxceTihjFMwRW","com.beeper.exclude_from_timeline":true,"displayname":"Alex (WA)","membership":"join"},"time":"2026-03-06T19:22:20.591038944Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","req_id":2480,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939976455245_6?ts=1770401895000&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":624.852389,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":117278},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"2aeYud70S1rdipHhOckLTrALQRyUs7rBsBfXoKMBKqw=","length":117278,"type":"WhatsApp Image Keys","sha256":"KQ6CLX71uKt/lpUPuqoW6VrZnochTkyY7/5pe6aBPxg=","enc_sha256":"Mzi7lxSLX3C07CMgJ06KiwDiuK4fvVGpCzwy91JIRbs=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:20.601524564Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A3D7AB0CA57C726BAE2","sender_id":{"user_id":"4915234825973"},"message_ts":"2026-02-06T18:18:15Z","event_id":"$meqRkzP4nPe9noiCI7hjQk3cfVWfEaOtJwLMVaqnAc0","part_id":"","time":"2026-03-06T19:22:20.601628629Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:20.60235855Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","time":"2026-03-06T19:22:20.602420989Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2481,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824939979797055_3?ts=1767976886000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":622.501919,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ah Sorry kam was dazwischen geh jetzt erst los","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.602425878Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A3DA496BE69F2367A7D","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-09T16:41:26Z","event_id":"$gAb8jecKI98jjD4ABjxQRoniyofb57SJiZ5K0-jJM10","part_id":"","time":"2026-03-06T19:22:20.602665925Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:20.603029035Z","message":"706fbe63cb4b17537d25d5316370b430c94d8a28085ef535dfd99576f86465974331946e2cde2a7e1710068dc0a1c9b1f44f"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A3D7AB0CA57C726BAE2","time":"2026-03-06T19:22:20.603172631Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:20.603764473Z","message":"4f3df2b964c8d81a607a7d415089703be1564898ee95e21fd6ba0551e4c5eb576e5b891842a511eaf87dea754e2f3aa71db2"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A62F15F465D241E8D95","time":"2026-03-06T19:22:20.603879015Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:20.604475188Z","message":"1402852dae18747cc459921464effec75b79179690b7e7c0fa187d71639a94c4f3c6d760ec4b6308ec4ec9c30e4d63c87c46"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3AF1C258CF4F210C7817","time":"2026-03-06T19:22:20.604596713Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:20.60549684Z","message":"952c5aa3938838282042b9949c9078fb346c7158ad8934a0fb0de2f6eb0d7480e2767d94861becad4b239a42dfe49ed7abfc"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4915234825973@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADC6BF256EED2391E6F","time":"2026-03-06T19:22:20.60561152Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:20.606070733Z","message":"0f3ac70e8d68e781608492c3d5c2e4602c589b2383a65b8a45753ed9fe379f31f35c5e19d1c2c5efcc869a6bc2fd481e3287"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915234825973@s.whatsapp.net","latest_message_ts":"2026-02-06T18:18:15Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A079456E92AD41E4263","time":"2026-03-06T19:22:20.606163902Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2509,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-13473413128380%3Amatrix.theocloud.dev","duration":28.985354,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-13473413128380","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:20.609292065Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2463,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-266657507356684:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":895.6828,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BlaAgKqAVGSAjbgkWHdoWAAF","com.beeper.exclude_from_timeline":true,"displayname":"Maja (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:20.632516275Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2512,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-13473413128380:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-13473413128380%3Amatrix.theocloud.dev","duration":30.415513,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:20.640005874Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:20.647218898Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:20.64797061Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:20.648615533Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:20.650189916Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:20.650871506Z","message":""} +{"level":"debug","transaction_id":"1390","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:20.653254522Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1390","time":"2026-03-06T19:22:20.653665264Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:20.713254985Z","message":""} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2472,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-187849085329414:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":877.32715,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vodzizjGAdnOXIEIFkvNVJXl","com.beeper.exclude_from_timeline":true,"displayname":"Vitali (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:20.719367505Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2504,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-86861754155032:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-86861754155032%3Amatrix.theocloud.dev","duration":213.450428,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sero (WA)"},"time":"2026-03-06T19:22:20.739935965Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:20.740888892Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2486,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940111303087_4?ts=1765797309000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":630.61472,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dann 12:30!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.742061752Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A4BA0189E44E06FAFDA","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T11:15:09Z","event_id":"$DGqsR1Ok9slrLl3bxSyu_LgzXshdHdABDNU-5M6iSpI","part_id":"","time":"2026-03-06T19:22:20.74218216Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2487,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940128095179_85?ts=1765225111000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":620.459314,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":322,"h":450,"duration":5000,"size":54488},"filename":"video.mp4"},"extra":{"info":{"fi.mau.autoplay":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true}},"whatsapp_media":{"key":"35iJudL7WYurEC+h74utd14ZXyyf4KCgM0sxUwyb9Oc=","length":54488,"type":"WhatsApp Video Keys","sha256":"6kWLZql49e+qIUqZgR7Ixf8LoHSlFfxsFHpIJmi49Bg=","enc_sha256":"FEsF9Nx4MWHOmKRVFVCc15pU6KJhUJQvfRWOiDwRTXo=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:20.74893213Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A72433F0AB0CAA2D892","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-08T20:18:31Z","event_id":"$49NuLeUIt2Li5z0zohnOI51fSdBfNStlGkBb_YFBrAU","part_id":"","time":"2026-03-06T19:22:20.749148152Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1391","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:20.751562947Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1391","time":"2026-03-06T19:22:20.753356355Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2490,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940201415878_86?ts=1766572299000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":639.569957,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ich frag mich auch, ob das jemals so effektiv war so lang da zu sein haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.841168683Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1F62373766CCB6AE56","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T10:31:39Z","event_id":"$dbRGuUC2_CXM37AL-MEHHUTtE0TFMim9cUkF5SPLxUU","part_id":"","time":"2026-03-06T19:22:20.841367663Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","req_id":2485,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940106376977_10?ts=1725099902000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":737.859944,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":102754},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"W5vrxA5I/7Z04jbVTwghU0YfWIkrcKGUVdcM3SL/fc0=","length":102754,"type":"WhatsApp Image Keys","sha256":"B2/oT7VQaVFIF1rY769F+ULN1YIBUmcV6aI7R1PQ3d8=","enc_sha256":"4Xh20LJc1uQz8kQUhMgNt5zk73ZeDuQ7HcQS7UB8KRw=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:20.844463629Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","message_id":"120363326854732201@g.us:4915903048642@s.whatsapp.net:3A589B1209935D05E657","sender_id":{"user_id":"4915903048642"},"message_ts":"2024-08-31T10:25:02Z","event_id":"$C1JOrsYQdAf8P_qwjkCZQkJBbEVtXWmz08AKtufJje0","part_id":"","time":"2026-03-06T19:22:20.844624405Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:20.845474385Z","message":"Backfill finished"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","time":"2026-03-06T19:22:20.845573561Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:20.846369623Z","message":"c7e4f2d6fbf49cd90108242e85a01db8b4161445ecd2d8f713d60d5ab4a1ab3a3bdd23af234333c842b45efa726e77d1cddd"} +{"level":"debug","portal_id":"120363326854732201@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363326854732201@g.us","latest_message_ts":"2024-08-31T10:25:02Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363326854732201@g.us:4915903048642@s.whatsapp.net:3A589B1209935D05E657","time":"2026-03-06T19:22:20.846579429Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2491,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940223633033_4?ts=1771539914000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":633.114582,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"hast du für die bachelorarbeit schon neh themenwahl gemacht?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.856890653Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A7601FA0603162ED0FC","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-19T22:25:14Z","event_id":"$ymgV0RgbH6UMOs50XW9MSI141_f1evlY_XfFZXjRL8E","part_id":"","time":"2026-03-06T19:22:20.857059601Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1392","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:20.872347082Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1392","time":"2026-03-06T19:22:20.872521967Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2514,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-13473413128380:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-13473413128380%3Amatrix.theocloud.dev","duration":244.342474,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"TJ (WA)"},"time":"2026-03-06T19:22:20.884619266Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:20.885189039Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:20.890177658Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:20.915775386Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2521,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-86861754155032:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-86861754155032%3Amatrix.theocloud.dev","duration":21.271352,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:20.93742668Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:20.938143191Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2497,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940393622960_5?ts=1772482388000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":571.065718,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja.","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$ilBu6A4kSMCYVbqDEQL1ofHmeuigwyGRswdQnTlNKLA"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:20.964831715Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A627E4CFFB8287FB0F9","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:13:08Z","event_id":"$awARAZ-nfAvNnQtHKM-oT6_Cgvg-UOtGTvIMMr6qHB8","part_id":"","time":"2026-03-06T19:22:20.965000174Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2522,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-129064018960516%3Amatrix.theocloud.dev","duration":33.896379,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-129064018960516","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:20.972240366Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2524,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-129064018960516:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-129064018960516%3Amatrix.theocloud.dev","duration":29.965171,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:21.00252716Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2516,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491745380836%3Amatrix.theocloud.dev","duration":290.702893,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41748 bytes>","time":"2026-03-06T19:22:21.014708479Z","message":"Request completed"} +{"level":"debug","transaction_id":"1393","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.035486327Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1393","time":"2026-03-06T19:22:21.035605058Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2526,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491745380836:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491745380836%3Amatrix.theocloud.dev","duration":21.084594,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:21.036147453Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2501,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940496085669_11?ts=1772654221000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":562.563616,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Reis und Hähnchen 😂 aber habs aufgepeppt mit gemüse und mozzi","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$6hlBRGEo0O0qrqxVmmHoctE2tJ64XgLryVoMlg6PX-I"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.05880636Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A34A12CD0C57CE99A71","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T19:57:01Z","event_id":"$gVBpw-HaIEYrwE0YiYb8kjgE4dqdzUsy6ILys7OBK6k","part_id":"","time":"2026-03-06T19:22:21.058957219Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2507,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":509.262627,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<297262 bytes>","time":"2026-03-06T19:22:21.062246857Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.063425305Z","message":""} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2503,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940502276971_7?ts=1770364451000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":561.268741,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"n","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.063680019Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3EB0732DFC3B84A16FF2FF","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-06T07:54:11Z","event_id":"$qKteGTNbfzoaNXAr1MZREyuCU63ck_t0W5-eFpwBCJE","part_id":"","time":"2026-03-06T19:22:21.063835279Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"sticker","time":"2026-03-06T19:22:21.068157184Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2527,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/JwmJngUvlovljpoCATmCEdlJ?user_id=%40whatsapp_491745380836%3Amatrix.theocloud.dev","duration":35.780512,"status_code":200,"response_length":41748,"response_mime":"image/jpeg","time":"2026-03-06T19:22:21.072009052Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2529,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-13473413128380:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-13473413128380%3Amatrix.theocloud.dev","duration":30.165687,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:21.09391052Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:21.095218455Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2505,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940532434906_6?ts=1771318996000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":562.980784,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wo ist es hin?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.095527926Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3AC37FE87DA97B33CCAB","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T09:03:16Z","event_id":"$hlzWLpbEhSgMBj6esNI_pElo8Tvv0ypjZ8B-pFYUoEg","part_id":"","time":"2026-03-06T19:22:21.09565441Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2532,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-230210683330737%3Amatrix.theocloud.dev","duration":23.916486,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-230210683330737","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:21.119477168Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2531,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491745380836:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491745380836%3Amatrix.theocloud.dev","duration":51.940742,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JwmJngUvlovljpoCATmCEdlJ"},"time":"2026-03-06T19:22:21.124244877Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"62921489018884@lid","alternate_jid":"491745380836@s.whatsapp.net","time":"2026-03-06T19:22:21.124611898Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"74526322876491@lid","alternate_jid":"491625626441@s.whatsapp.net","time":"2026-03-06T19:22:21.124691518Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2508,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940569818507_4?ts=1767285950000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":555.438245,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ok","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.125398181Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A737D0346261928BFF7","sender_id":{"user_id":"491628947581"},"message_ts":"2026-01-01T16:45:50Z","event_id":"$4Ndj8mdILo4NsfdfzRRIkBv51eUSC-z6EGNLoKCLqQg","part_id":"","time":"2026-03-06T19:22:21.125472982Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1394","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.142071472Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1394","time":"2026-03-06T19:22:21.142157657Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2534,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-230210683330737:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-230210683330737%3Amatrix.theocloud.dev","duration":26.545836,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:21.146315503Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2535,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":29.145362,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-83674703904795","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:21.154271369Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2498,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-46858126766286:matrix.theocloud.dev?user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":759.462907,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CBaHFbcIsutovHAvcmuIhbcC","com.beeper.exclude_from_timeline":true,"displayname":"Julius (WA)","membership":"join"},"time":"2026-03-06T19:22:21.158865799Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2511,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940607114734_87?ts=1767976899000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":557.097625,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Mensch haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.164365873Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A38166D8D8BA947A6A9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-09T16:41:39Z","event_id":"$sB8WoZ6ysSZb1fe0rYLa5DuAGObvHCXYRMGw-XzJ11w","part_id":"","time":"2026-03-06T19:22:21.164516662Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2538,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-83674703904795:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":31.459934,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:21.186054811Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2525,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-129064018960516:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-129064018960516%3Amatrix.theocloud.dev","duration":188.000765,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mahmoud (WA)"},"time":"2026-03-06T19:22:21.190706582Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.19153505Z","message":""} +{"level":"debug","transaction_id":"1395","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.210035343Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1395","time":"2026-03-06T19:22:21.210161199Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.25171836Z","message":"5f53ac2a6351af71135e6b50"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.252659972Z","message":""} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A079456E92AD41E4263","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A079456E92AD41E4263","time":"2026-03-06T19:22:21.252760894Z","message":"Handling remote event"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2517,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940749986748_88?ts=1765797437000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":533.271794,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alles klar","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.283415338Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABDA140CF50C13FCB65","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T11:17:17Z","event_id":"$Rvy_O1ioUss99kAsXpLovRRtWX-ScfJl13Eqrn5HKOM","part_id":"","time":"2026-03-06T19:22:21.283537911Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2518,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940753601641_89?ts=1765225135000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":531.188401,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"muss das erstmal ein pasr Tage verarbeiten","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.284955149Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A375434BFD1961B6518","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-08T20:18:55Z","event_id":"$hnRWMxsUH2JYpGEIJ6PfDmWimOn-BMtCp5E1HPXSVc8","part_id":"","time":"2026-03-06T19:22:21.285124586Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1396","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.303053779Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1396","time":"2026-03-06T19:22:21.303464451Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2537,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-230210683330737:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-230210683330737%3Amatrix.theocloud.dev","duration":190.253735,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917683609440 (WA)"},"time":"2026-03-06T19:22:21.336802511Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.33756449Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2519,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940842387848_7?ts=1766572350000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":515.146553,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also es kann effektiv sein, aber das was ich gemacht hane, war definitiv nicht, weil es ohne Plan war und nur gespamme 😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.35768603Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC168AE33A2CCE784C90F6F02D802919","sender_id":{"user_id":"4917657607100"},"message_ts":"2025-12-24T10:32:30Z","event_id":"$voGWHSvI5WwhwW8XjEtq1OSnfwIPgsr0CdeuFm11lV0","part_id":"","time":"2026-03-06T19:22:21.357825924Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2520,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940858146555_90?ts=1771543983000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":506.1631,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"jo","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.364432997Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A502761C2BC762B80B8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-19T23:33:03Z","event_id":"$xpggGYbnyzEph2W0XaCBAQQUrGn_RT-WojpnSCiFn30","part_id":"","time":"2026-03-06T19:22:21.364547049Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.381482318Z","message":"dd454b19ab15e54096e1a40d"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.382148123Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2541,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-83674703904795:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":195.984707,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Zakaria (WA)"},"time":"2026-03-06T19:22:21.38227789Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.383113482Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2513,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-266657507356684:matrix.theocloud.dev?user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":754.112295,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BlaAgKqAVGSAjbgkWHdoWAAF","com.beeper.exclude_from_timeline":true,"displayname":"Maja (WA)","membership":"join"},"time":"2026-03-06T19:22:21.387158114Z","message":"Request completed"} +{"level":"debug","transaction_id":"1397","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.393198557Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1397","time":"2026-03-06T19:22:21.393295708Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2510,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-70231405916394:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":806.616943,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KtarwtREFgNNmUXKUiWDaInP","com.beeper.exclude_from_timeline":true,"displayname":"Colin (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:21.398697723Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.434774087Z","message":"53978361eed7197db70d0916"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.435573012Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.465442988Z","message":""} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2515,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-187849085329414:matrix.theocloud.dev?user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":752.717406,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vodzizjGAdnOXIEIFkvNVJXl","com.beeper.exclude_from_timeline":true,"displayname":"Vitali (WA)","membership":"join"},"time":"2026-03-06T19:22:21.472708184Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.488080034Z","message":""} +{"level":"debug","transaction_id":"1398","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.492510964Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1398","time":"2026-03-06T19:22:21.492619778Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2549,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-129064018960516:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-129064018960516%3Amatrix.theocloud.dev","duration":40.631473,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:21.50639308Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:21.507719314Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2523,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824940965945349_6?ts=1772482426000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":546.946688,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Richtig","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$Zn9Ow8A-tBi76vWWbINu6f4fkICa_YA2cyoy2sykenk"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.513035842Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AA0356D3EC84C2C2039","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:13:46Z","event_id":"$zEJ86N_EZvWqfUqxHMIa3C3whkMuFlRCxTmGLRnRK-k","part_id":"","time":"2026-03-06T19:22:21.513203953Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2551,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-230210683330737:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-230210683330737%3Amatrix.theocloud.dev","duration":43.99207,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:21.53241936Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:21.533417265Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.535993674Z","message":"98f1668670e0a1514b82a4f2"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.536639505Z","message":""} +{"level":"debug","portal_id":"120363326854732201@g.us","portal_mxid":"!RLPmAJGDXGPlIucoNA:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A589B1209935D05E657","sender_id":"4915903048642@s.whatsapp.net","chat_id":"120363326854732201@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915903048642"},"remote_target_message_id":"120363326854732201@g.us:4915903048642@s.whatsapp.net:3A589B1209935D05E657","time":"2026-03-06T19:22:21.536746504Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.540465182Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2552,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-256783310393511%3Amatrix.theocloud.dev","duration":35.618688,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-256783310393511","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:21.543626171Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2554,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-91422824890466%3Amatrix.theocloud.dev","duration":29.793848,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-91422824890466","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:21.563485243Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.573504667Z","message":"502b50f2c3e666164a388566"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.57418046Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2555,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256783310393511:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-256783310393511%3Amatrix.theocloud.dev","duration":35.779325,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:21.579753519Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A079456E92AD41E4263","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A079456E92AD41E4263","req_id":2542,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":320.113516,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<117278 bytes>","time":"2026-03-06T19:22:21.58675094Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.58769814Z","message":"89bb63f821cd36fb2f9ef02f"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.588309888Z","message":""} +{"level":"debug","transaction_id":"1399","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.595420453Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1399","time":"2026-03-06T19:22:21.595918498Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2558,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-91422824890466:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-91422824890466%3Amatrix.theocloud.dev","duration":33.228268,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:21.597027802Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2528,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941060477405_12?ts=1772654242000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":564.288858,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Als weeenn sah heute miesee aus","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$1Z01DcoqukQmZ7pKFDHrneURcrymnzHUrbxfMpgaP9o"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.624915725Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3ADE0A46AB71E1164C6D","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T19:57:22Z","event_id":"$2ssxcTJhnNrhKUQsFLsUUyDEmiNGbL_yfmoJzddfxDg","part_id":"","time":"2026-03-06T19:22:21.625045213Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2530,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941064712357_8?ts=1770364452000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":561.118091,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"e","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.625985219Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3EB0DC0AA51C3A2643AFD1","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-06T07:54:12Z","event_id":"$yea7djHnKwrOeW-8vi_DXibIFYENrlpdZPFADuDDYWo","part_id":"","time":"2026-03-06T19:22:21.626170301Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2533,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941096504670_7?ts=1771319010000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":562.434547,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old file attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.file","body":"","info":{"mimetype":"application/pdf","size":67214},"filename":"HWR Gruppenteilung_231018_123755.pdf"},"extra":{"info":{}},"whatsapp_media":{"key":"hNzOtQaExx8x5YQ0kBQgIFBaEBDJdIHHUaAUAJqIASI=","length":67214,"type":"WhatsApp Document Keys","sha256":"lR78Vrdts2kb/KatKQ8IArORTi6ErAJM1N6Mf2BKIt8=","enc_sha256":"XN1s97PU6Tp/nlIolxEVV6XUo2YR4riRZuuly1urT0w=","mime_type":"application/pdf"},"type_description":"file attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:21.659219214Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A8AE9CD3D7FB5226E24","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T09:03:30Z","event_id":"$RhEUfAPcQhMK3P-3zQZafjtSVmc2NXZX9Pi74CItUyk","part_id":"","time":"2026-03-06T19:22:21.659473789Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1400","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.693972348Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1400","time":"2026-03-06T19:22:21.694087867Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2536,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941125969211_5?ts=1768042512000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":583.75465,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kann ich dir noch etwas für dein Mealprep mitbringen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.709831208Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A2C1CD6B1D61F5CF71A","sender_id":{"user_id":"491628947581"},"message_ts":"2026-01-10T10:55:12Z","event_id":"$P3GqwBcFCSl3mvhbqNwj1OvoiPI9jY2zvcw1L0vn0i8","part_id":"","time":"2026-03-06T19:22:21.709953502Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2540,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941165322362_91?ts=1767976906000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":576.145202,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"hab auch noch bisschen gecodet","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.741662143Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFD109682F12E6B9DE2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-09T16:41:46Z","event_id":"$qGa1HEZ-42xS_JWdwCViCsKjkKzDyNoVWAc55vMfbMw","part_id":"","time":"2026-03-06T19:22:21.741825225Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1401","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.779793125Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1401","time":"2026-03-06T19:22:21.779967242Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2559,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256783310393511:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-256783310393511%3Amatrix.theocloud.dev","duration":216.054843,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jenny (WA)"},"time":"2026-03-06T19:22:21.796005946Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.79690698Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2561,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-91422824890466:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-91422824890466%3Amatrix.theocloud.dev","duration":206.176641,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917663142096 (WA)"},"time":"2026-03-06T19:22:21.803447703Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:21.804252704Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2556,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":288.380151,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<29911 bytes>","time":"2026-03-06T19:22:21.836677648Z","message":"Request completed"} +{"level":"debug","transaction_id":"1402","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.847576035Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1402","time":"2026-03-06T19:22:21.84770238Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2543,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941284398995_5?ts=1765811669000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":581.441895,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old photo. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.image","body":"","info":{"mimetype":"image/jpeg","w":738,"h":1600,"size":111768},"filename":"image.jpg"},"extra":{"info":{}},"whatsapp_media":{"key":"rcebdYP2L0qiBixb05zmSG+FRBwSTyikr4OTzd5jJzE=","length":111768,"type":"WhatsApp Image Keys","sha256":"E7XCYYEeN738ISrpwIJ47DIz4uajmexBpgJoOi3tGG8=","enc_sha256":"M/2eqoMDNF23wA2YBDnrlhLuZNgXhjwvSOmgjq7GP8Y=","mime_type":"image/jpeg"},"type_description":"photo"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:21.866097909Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A2C6F27B9AFAB5105A6","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:14:29Z","event_id":"$gACF3FcxHyM4hS33klugvV5nJPi0_qcEmoVDG5cUrPE","part_id":"","time":"2026-03-06T19:22:21.866280407Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2544,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941286136599_92?ts=1765225150000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":581.209459,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ist nicht so das Ende was ich mur gewünscht hab","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.867472823Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABBA47523E53E6D27D9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-08T20:19:10Z","event_id":"$8UDH_-XaAZIgU6n3oqaZCrbzE4uFIcOfdHXAwMxHPTY","part_id":"","time":"2026-03-06T19:22:21.867615441Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363326854732201@g.us","portal_mxid":"!RLPmAJGDXGPlIucoNA:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A589B1209935D05E657","sender_id":"4915903048642@s.whatsapp.net","chat_id":"120363326854732201@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915903048642"},"remote_target_message_id":"120363326854732201@g.us:4915903048642@s.whatsapp.net:3A589B1209935D05E657","req_id":2557,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":324.693978,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<102754 bytes>","time":"2026-03-06T19:22:21.874396071Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2567,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-83674703904795:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":39.95128,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:21.876918772Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2571,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/uHMfWBOwjpDinqKTHuYIBuJO?user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":38.25565,"status_code":200,"response_length":29911,"response_mime":"image/jpeg","time":"2026-03-06T19:22:21.916735954Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2545,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941358895837_93?ts=1766572364000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":584.560978,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.943578689Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6838880A4EAD28078A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T10:32:44Z","event_id":"$iRMVBkEMKCp1qA37Tw7diHEG23uhpLrr7MRaJJG_Kuc","part_id":"","time":"2026-03-06T19:22:21.943703357Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2546,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941365323904_5?ts=1771568834000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":587.324214,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"über was?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:21.952813226Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AA05E4EC0A39465CA53","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-20T06:27:14Z","event_id":"$3kvNpE1JuiSwN-jyYGfwUjh6CCuQURX_mPk6p59uuJ4","part_id":"","time":"2026-03-06T19:22:21.953007666Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.96193378Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:21.964295774Z","message":""} +{"level":"debug","transaction_id":"1403","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:21.967399841Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1403","time":"2026-03-06T19:22:21.967525277Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2573,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-83674703904795:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":67.888861,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uHMfWBOwjpDinqKTHuYIBuJO"},"time":"2026-03-06T19:22:21.984849357Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2576,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-91422824890466:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-91422824890466%3Amatrix.theocloud.dev","duration":37.665693,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:21.999909153Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2577,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256783310393511:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-256783310393511%3Amatrix.theocloud.dev","duration":35.823954,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:22.0004681Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:22.000792937Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:22.001915161Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2539,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-33994833981513:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":855.480158,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lNvvfPFXLLfahVICDvskpsln","com.beeper.exclude_from_timeline":true,"displayname":"Laura ^^ (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:22.015302865Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2578,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915236735839%3Amatrix.theocloud.dev","duration":35.70613,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915236735839","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:22.021373479Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2579,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-100738508263616%3Amatrix.theocloud.dev","duration":39.699638,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-100738508263616","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:22.040707269Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2580,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-188257056890939%3Amatrix.theocloud.dev","duration":40.687486,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-188257056890939","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:22.042960169Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2582,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915236735839:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915236735839%3Amatrix.theocloud.dev","duration":31.092075,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:22.052821051Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2583,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-100738508263616:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-100738508263616%3Amatrix.theocloud.dev","duration":24.155836,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:22.065164125Z","message":"Request completed"} +{"level":"debug","transaction_id":"1404","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:22.065961513Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1404","time":"2026-03-06T19:22:22.066075845Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2584,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-188257056890939:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-188257056890939%3Amatrix.theocloud.dev","duration":25.116236,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:22.068469966Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2553,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941514034726_7?ts=1772482433000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":586.276024,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Was willste machen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.100431227Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AFE0E4A1184469A9B91","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:13:53Z","event_id":"$Jt5RokgPR6bIToPaOXALgI1FlCAUgCE0eIMr6CwQ8C0","part_id":"","time":"2026-03-06T19:22:22.100542555Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1405","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:22.140289266Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1405","time":"2026-03-06T19:22:22.14063722Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A079456E92AD41E4263","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A079456E92AD41E4263","req_id":2560,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941587084995_7?ts=1772824941000&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":597.282666,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":117278,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":117278,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/LHePAQxFZXQbrKepEQhaJNZk"},"m.relates_to":{"event_id":"$KgIHygmpPHz7Y9nyFwFpFtLAMhvrrJ5EIeCHlgNhgMQ","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/LHePAQxFZXQbrKepEQhaJNZk"},"time":"2026-03-06T19:22:22.184640884Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A079456E92AD41E4263","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A079456E92AD41E4263","event_id":"$n6PIeLb7RARk62lQI5EdXaXL51mKMRPFl0793dRL0MQ","part_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A079456E92AD41E4263","time":"2026-03-06T19:22:22.184848665Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3ADC6BF256EED2391E6F","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915234825973@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADC6BF256EED2391E6F","time":"2026-03-06T19:22:22.185795306Z","message":"Handling remote event"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2562,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941625948901_13?ts=1772654252000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":559.965625,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber danke 😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.186055328Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A9271E0578D39DF1D8E","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T19:57:32Z","event_id":"$JU6ma0KZ661LgzFcAYzEmXANM4pUxBZizCuYmRe9GHw","part_id":"","time":"2026-03-06T19:22:22.186646682Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2563,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941627109050_94?ts=1770364456000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":565.81938,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"💀","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.193067765Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADC5BA348687D54C892","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:54:16Z","event_id":"$9YBuoGzJjupemr6t8zQg5eVnmQ-TVB4Ijfgsavl0h3M","part_id":"","time":"2026-03-06T19:22:22.193221279Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2548,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-70231405916394:matrix.theocloud.dev?user_id=%40whatsapp_lid-70231405916394%3Amatrix.theocloud.dev","duration":800.549611,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KtarwtREFgNNmUXKUiWDaInP","com.beeper.exclude_from_timeline":true,"displayname":"Colin (WA)","membership":"join"},"time":"2026-03-06T19:22:22.199814523Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2547,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":826.072817,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:22.214308666Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2564,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941660464431_8?ts=1771319010000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":568.488401,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old file attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.file","body":"","info":{"mimetype":"application/pdf","size":67214},"filename":"HWR Gruppenteilung_231018_123755.pdf"},"extra":{"info":{}},"whatsapp_media":{"key":"hNzOtQaExx8x5YQ0kBQgIFBaEBDJdIHHUaAUAJqIASI=","length":67214,"type":"WhatsApp Document Keys","sha256":"lR78Vrdts2kb/KatKQ8IArORTi6ErAJM1N6Mf2BKIt8=","enc_sha256":"XN1s97PU6Tp/nlIolxEVV6XUo2YR4riRZuuly1urT0w=","mime_type":"application/pdf"},"type_description":"file attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:22.229203146Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A64B45F476999272958","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T09:03:30Z","event_id":"$eQt79VUs1TRRG63omaVEpjmEn71cCVIyz08HeyaSCow","part_id":"","time":"2026-03-06T19:22:22.229372513Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1406","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:22.244167607Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1406","time":"2026-03-06T19:22:22.24430366Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2585,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915236735839:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915236735839%3Amatrix.theocloud.dev","duration":218.277432,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Zakaria (WA)"},"time":"2026-03-06T19:22:22.271295787Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:22.272258213Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2586,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-100738508263616:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-100738508263616%3Amatrix.theocloud.dev","duration":218.988914,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nemanja (WA)"},"time":"2026-03-06T19:22:22.284323803Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:22.285319683Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2587,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-188257056890939:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-188257056890939%3Amatrix.theocloud.dev","duration":219.541087,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Martín (WA)"},"time":"2026-03-06T19:22:22.288162471Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:22.289024742Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2565,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941710760040_95?ts=1768042728000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":581.75835,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich bräuchte noch:\n- 1kg Rinderhack\n- ⁠BBQ Sauce\n- ⁠Light Ketchup\n- ⁠Weiße Bohnen (große Dose)\n- ⁠Paprika\n- ⁠1kg Kartoffeln","format":"org.matrix.custom.html","formatted_body":"Ich bräuchte noch:\u003cbr\u003e\u003cul\u003e\u003cli\u003e1kg Rinderhack\u003c/li\u003e\u003cli\u003e⁠BBQ Sauce\u003c/li\u003e\u003cli\u003e⁠Light Ketchup\u003c/li\u003e\u003cli\u003e⁠Weiße Bohnen (große Dose)\u003c/li\u003e\u003cli\u003e⁠Paprika\u003c/li\u003e\u003cli\u003e⁠1kg Kartoffeln\u003c/li\u003e\u003c/ul\u003e","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.292707522Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE0A5EAD04DDF3AEF28","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-10T10:58:48Z","event_id":"$tPjUwobpG2dD7KQkfb4R2xKlpTbSLrpPynHqsDI3nRw","part_id":"","time":"2026-03-06T19:22:22.292854051Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2550,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220641227747573:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":839.946692,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hcAkoMihfYoWRUINswywSzGJ","com.beeper.exclude_from_timeline":true,"displayname":"Anastasia (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:22.313680997Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2566,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941742825016_96?ts=1767976914000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":588.365492,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bin auch gleich da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.331317831Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF56DA47AADEC16A794","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-09T16:41:54Z","event_id":"$Udl4dzyjnsgokUJp3g-97d15sYyWWx6vQ3qzui5hkWg","part_id":"","time":"2026-03-06T19:22:22.331439705Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1407","content":{"pdu":8,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:22.349161258Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1407","time":"2026-03-06T19:22:22.349852975Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2572,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":525.738054,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<526254 bytes>","time":"2026-03-06T19:22:22.416026511Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:22.429999422Z","message":""} +{"level":"debug","transaction_id":"1408","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:22.435821189Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1408","time":"2026-03-06T19:22:22.435940899Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:22.438260079Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:22.449442096Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2568,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941867285925_6?ts=1765811674000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":592.750396,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wenn ich dich fasse!!!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.46019584Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A30FF285F197527B1C9","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:14:34Z","event_id":"$TDEi53BTd7lK4qSww9QCT9rFW4cY9YMxO1tF63z8GL0","part_id":"","time":"2026-03-06T19:22:22.460350541Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2569,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941868390480_97?ts=1765225190000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":600.385685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"warum musste denn Eren sterben man, Mikasa wird doch nie darüber hinwegen kommen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.468892033Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7470A65D0F7517F98F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-08T20:19:50Z","event_id":"$XDTNhb6Xbxn5lc3M7Vn8zFUjdB7bX5FZz0qFUIWAcng","part_id":"","time":"2026-03-06T19:22:22.46901286Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363326854732201@g.us","portal_mxid":"!RLPmAJGDXGPlIucoNA:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A589B1209935D05E657","sender_id":"4915903048642@s.whatsapp.net","chat_id":"120363326854732201@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915903048642"},"remote_target_message_id":"120363326854732201@g.us:4915903048642@s.whatsapp.net:3A589B1209935D05E657","req_id":2570,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RLPmAJGDXGPlIucoNA:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941874943425_14?ts=1772824941000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":632.413646,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":102754,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":102754,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AqowwlfNOeKOpGOQKSIISsUF"},"m.relates_to":{"event_id":"$C1JOrsYQdAf8P_qwjkCZQkJBbEVtXWmz08AKtufJje0","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AqowwlfNOeKOpGOQKSIISsUF"},"time":"2026-03-06T19:22:22.5077155Z","message":"Request completed"} +{"level":"debug","portal_id":"120363326854732201@g.us","portal_mxid":"!RLPmAJGDXGPlIucoNA:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A589B1209935D05E657","sender_id":"4915903048642@s.whatsapp.net","chat_id":"120363326854732201@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915903048642"},"remote_target_message_id":"120363326854732201@g.us:4915903048642@s.whatsapp.net:3A589B1209935D05E657","event_id":"$SEV5yZY9k524bQ6Z6ysDTcSsb2MUJWzuFjIAdcXGGVs","part_id":"120363326854732201@g.us:4915903048642@s.whatsapp.net:3A589B1209935D05E657","time":"2026-03-06T19:22:22.507948354Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2574,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941944508848_98?ts=1766572366000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":599.437577,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"same","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.544103779Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFC01388EA0B1BE1D66","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-24T10:32:46Z","event_id":"$DQGfT_jbsabYtfGLltsBohOD_ErSNmm3zp7oc2kPYMI","part_id":"","time":"2026-03-06T19:22:22.544249191Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2575,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824941953952422_6?ts=1771594224000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":597.004345,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Theo was ist der Unterschied zwischen dem Programm R und Python? Das sind ja so zwei Dinge die viel in Statistik genutzt werden. Denkst du ich sollte Python lernen, jedenfalls für das statistische?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.551084927Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3EB043868A37F9879ACC85","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-20T13:30:24Z","event_id":"$xRqLRK5O84NWMay1QQ22hM--xXRy2cTj3-NTeZa7sMQ","part_id":"","time":"2026-03-06T19:22:22.551206732Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1409","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:22.554802139Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1409","time":"2026-03-06T19:22:22.554913188Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3ADC6BF256EED2391E6F","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915234825973@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADC6BF256EED2391E6F","req_id":2592,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":355.799951,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<467422 bytes>","time":"2026-03-06T19:22:22.56452592Z","message":"Request completed"} +{"level":"debug","transaction_id":"1410","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:22.607370622Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1410","time":"2026-03-06T19:22:22.607564295Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2588,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942101384852_8?ts=1772482489000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":553.190372,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Soo genug gehatet! Ich hab paar yt videos die in meiner watchlist sind die bereit sind geschaut zu werden 🤩","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.654712953Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A74BD01C9758C10255D","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:14:49Z","event_id":"$ACOnML5yg7n_p9-Ut7rTN3IkmGV6WvriKUomqUJg8Q4","part_id":"","time":"2026-03-06T19:22:22.654895102Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2598,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915236735839%3Amatrix.theocloud.dev","duration":294.082208,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<29911 bytes>","time":"2026-03-06T19:22:22.731619071Z","message":"Request completed"} +{"level":"debug","transaction_id":"1411","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:22.74865617Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1411","time":"2026-03-06T19:22:22.748760724Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2602,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-188257056890939%3Amatrix.theocloud.dev","duration":278.164541,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<70961 bytes>","time":"2026-03-06T19:22:22.75883637Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2589,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942192003510_99?ts=1772654256000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":581.363951,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Supii","m.mentions":{"user_ids":["@whatsapp_4915903048642:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$gVBpw-HaIEYrwE0YiYb8kjgE4dqdzUsy6ILys7OBK6k"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.773508123Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2607,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915236735839:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915236735839%3Amatrix.theocloud.dev","duration":41.555485,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:22.77360681Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A18078883F50BCBC291","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T19:57:36Z","event_id":"$pLd_7Z3jWaQmLXHar-atfpkO-k7kHpQtfcxaXoPM2fA","part_id":"","time":"2026-03-06T19:22:22.773647458Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2590,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942194627970_100?ts=1770364466000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":588.132708,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber machen wir so","m.mentions":{"user_ids":["@whatsapp_491637362958:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$sIrE3t0X3E7q3bEtGiqbC58d4A3anHv5LT6qvMCXmnI"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.782878921Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3F76CA90EC3E4125B0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:54:26Z","event_id":"$ZlEG77liEfvp7p0dgNOiQ7V3Kou5Egcor4mzq9YWau0","part_id":"","time":"2026-03-06T19:22:22.782990809Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2600,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-100738508263616%3Amatrix.theocloud.dev","duration":322.711647,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64733 bytes>","time":"2026-03-06T19:22:22.785296509Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2581,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-33994833981513:matrix.theocloud.dev?user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":783.41613,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lNvvfPFXLLfahVICDvskpsln","com.beeper.exclude_from_timeline":true,"displayname":"Laura ^^ (WA)","membership":"join"},"time":"2026-03-06T19:22:22.79920782Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2608,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-188257056890939:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-188257056890939%3Amatrix.theocloud.dev","duration":42.452259,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:22.801563318Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2609,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/EhAmqbMvkYGyReekNzjiGjuc?user_id=%40whatsapp_4915236735839%3Amatrix.theocloud.dev","duration":37.585584,"status_code":200,"response_length":29911,"response_mime":"image/jpeg","time":"2026-03-06T19:22:22.811365463Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2594,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942230098872_101?ts=1771319017000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":583.214071,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"jetzt hahaha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.813435655Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE11F703C985257B9EC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T09:03:37Z","event_id":"$ms3c1UIzdBR8gFAJLLfVx567Ju6LtECIa37Q3g7GMCM","part_id":"","time":"2026-03-06T19:22:22.813569962Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2612,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-100738508263616:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-100738508263616%3Amatrix.theocloud.dev","duration":36.161641,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:22.821757354Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2614,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WHJzUFuDxcewXWsoOtBxblJf?user_id=%40whatsapp_lid-188257056890939%3Amatrix.theocloud.dev","duration":35.368583,"status_code":200,"response_length":70961,"response_mime":"image/jpeg","time":"2026-03-06T19:22:22.837052798Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2617,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/UfrLlxiCRoIcIlQeDeyHFFSX?user_id=%40whatsapp_lid-100738508263616%3Amatrix.theocloud.dev","duration":30.295804,"status_code":200,"response_length":64733,"response_mime":"image/jpeg","time":"2026-03-06T19:22:22.85220702Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2595,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942293649624_102?ts=1768042732000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":564.136043,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dankee :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.857910614Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8EA3EA2B6FAD86453A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-10T10:58:52Z","event_id":"$Mx3Bx9xOAtyShdsNClk0mLdZC70cFLIUfcuSGov3zZo","part_id":"","time":"2026-03-06T19:22:22.858016984Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1412","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:22.86995644Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1412","time":"2026-03-06T19:22:22.87005352Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2615,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915236735839:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915236735839%3Amatrix.theocloud.dev","duration":60.641404,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EhAmqbMvkYGyReekNzjiGjuc"},"time":"2026-03-06T19:22:22.872225613Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"83674703904795@lid","alternate_jid":"4915236735839@s.whatsapp.net","time":"2026-03-06T19:22:22.872931089Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2618,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-188257056890939:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-188257056890939%3Amatrix.theocloud.dev","duration":62.128415,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WHJzUFuDxcewXWsoOtBxblJf"},"time":"2026-03-06T19:22:22.899431038Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:22.900115841Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2597,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942332038882_4?ts=1767977011000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":572.942726,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geile Scheiße","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:22.905119197Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A4A2309F3BF595CB673","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-09T16:43:31Z","event_id":"$duejlX8fFR-ljzL-v5IyihAdhOboOCNs3l63vd7rxlQ","part_id":"","time":"2026-03-06T19:22:22.905282558Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2621,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-151466652258375%3Amatrix.theocloud.dev","duration":37.885766,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-151466652258375","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:22.911558579Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2619,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-100738508263616:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-100738508263616%3Amatrix.theocloud.dev","duration":65.924479,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UfrLlxiCRoIcIlQeDeyHFFSX"},"time":"2026-03-06T19:22:22.918444881Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:22.919646726Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2622,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-145066932846614%3Amatrix.theocloud.dev","duration":37.700963,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-145066932846614","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:22.93807543Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2624,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-151466652258375:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-151466652258375%3Amatrix.theocloud.dev","duration":30.645014,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:22.942545262Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2625,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-84005869375515%3Amatrix.theocloud.dev","duration":27.118333,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-84005869375515","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:22.947067614Z","message":"Request completed"} +{"level":"debug","transaction_id":"1413","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:22.957314025Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1413","time":"2026-03-06T19:22:22.957708773Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2626,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-145066932846614:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-145066932846614%3Amatrix.theocloud.dev","duration":26.275826,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:22.964805649Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2628,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84005869375515:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-84005869375515%3Amatrix.theocloud.dev","duration":29.46077,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:22.976829265Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2593,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":817.196291,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:23.032112585Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2591,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-266657507356684:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":843.828312,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BlaAgKqAVGSAjbgkWHdoWAAF","com.beeper.exclude_from_timeline":true,"displayname":"Maja (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:23.044525291Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2599,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942461136964_7?ts=1765811677000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":585.224618,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"🈲","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.046484086Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A342F3574AB26B0B408","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:14:37Z","event_id":"$IKYbm1u_lhUBMYo8WtrlaemqIYGfA1ajgAFejzfKJJo","part_id":"","time":"2026-03-06T19:22:23.0466061Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2601,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942470351526_5?ts=1765238331000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":580.09813,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hahah ja klassiker","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$tMDkJdud8sg1X7-gX_mRwDp6LM53dc7DyC0My7udkSI"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.050593461Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:ACCF8374E871B3A0DCAA5AB230620285","sender_id":{"user_id":"4915735701057"},"message_ts":"2025-12-08T23:58:51Z","event_id":"$NgqEbJHCnjP0ZAY2KANGI3VjkX41peBYtocrTkqIy6A","part_id":"","time":"2026-03-06T19:22:23.050776937Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1414","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:23.074665905Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1414","time":"2026-03-06T19:22:23.074787989Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2632,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":78.833693,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:23.111700294Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2596,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220641227747573:matrix.theocloud.dev?user_id=%40whatsapp_lid-220641227747573%3Amatrix.theocloud.dev","duration":813.586357,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hcAkoMihfYoWRUINswywSzGJ","com.beeper.exclude_from_timeline":true,"displayname":"Anastasia (WA)","membership":"join"},"time":"2026-03-06T19:22:23.127964729Z","message":"Request completed"} +{"level":"info","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:23.128527866Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","action":"forward backfill","message_count":1,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:23.129065093Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","action":"forward backfill","message_count":1,"batch_send":false,"mark_read":true,"mark_read_past_threshold":true,"time":"2026-03-06T19:22:23.129129487Z","message":"Sending backfill messages"} +{"level":"warn","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","action":"forward backfill","reply_to":{"MessageID":"120363422109419332@g.us:220641227747573@lid:3A682A2F419411351D4D","PartID":null},"time":"2026-03-06T19:22:23.129588141Z","message":"Reply target message not found in database"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2603,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942545120263_103?ts=1767219127000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":602.066718,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alles Gutee Bro ❤️❤️ Auf das in 2026 Planche was wird und Calisthenics bei dir noch mehr durch die Decke geht 🤝","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.147349573Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA58FBABD68B4BB851F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-31T22:12:07Z","event_id":"$PWlMmfUr6UPLUYkYJKheCzB4vyDLkXKUfxfCIxdezSs","part_id":"","time":"2026-03-06T19:22:23.147505112Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2604,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942552013270_7?ts=1771594229000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":600.060849,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Keine Ahnung ob du das in der Uni hattest","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.152226515Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3EB02C749CCCCDF5B64B1D","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-20T13:30:29Z","event_id":"$_Wqf2UlXbMKVG4qPgNp12OJd1ertZjUlXcE_PQFFANU","part_id":"","time":"2026-03-06T19:22:23.152410968Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1415","content":{"pdu":7,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:23.17855989Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1415","time":"2026-03-06T19:22:23.179049554Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2627,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-151466652258375:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-151466652258375%3Amatrix.theocloud.dev","duration":240.715987,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ahmad Azimi (WA)"},"time":"2026-03-06T19:22:23.183440603Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:23.183981601Z","message":""} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3ADC6BF256EED2391E6F","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915234825973@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADC6BF256EED2391E6F","req_id":2605,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942564958313_104?ts=1772824941000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":622.707814,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":467422,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":467422,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/KoqtPJuDocEneHwDDaSCVYvz"},"m.relates_to":{"event_id":"$TqkgC23rIkSTUWuAHBEdz5CG1ff3IDtPtnN_UoH0XSs","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/KoqtPJuDocEneHwDDaSCVYvz"},"time":"2026-03-06T19:22:23.187927546Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3ADC6BF256EED2391E6F","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915234825973@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADC6BF256EED2391E6F","event_id":"$ZNiTp1VrL39iS3JlSIlATlmVJXpp5vW1DakRCOrWkxE","part_id":"4915234825973@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADC6BF256EED2391E6F","time":"2026-03-06T19:22:23.188066881Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3D7AB0CA57C726BAE2","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A3D7AB0CA57C726BAE2","time":"2026-03-06T19:22:23.188594679Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2629,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-145066932846614:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-145066932846614%3Amatrix.theocloud.dev","duration":244.183093,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Daniil Bykov (WA)"},"time":"2026-03-06T19:22:23.209267274Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:23.210208817Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2630,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84005869375515:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-84005869375515%3Amatrix.theocloud.dev","duration":237.573646,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915222317608 (WA)"},"time":"2026-03-06T19:22:23.214703302Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:23.215639607Z","message":""} +{"level":"debug","transaction_id":"1416","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:23.237214633Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1416","time":"2026-03-06T19:22:23.237355086Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2606,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942656389236_105?ts=1772482498000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":606.696488,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo mach das","m.mentions":{"user_ids":["@whatsapp_491736748726:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$ACOnML5yg7n_p9-Ut7rTN3IkmGV6WvriKUomqUJg8Q4"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.263271853Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A908E26CB4E65A3A516","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:14:58Z","event_id":"$zzoHNCFea1w25-88BwCDU-f6QSK5ulFGHNi9gzTOfZk","part_id":"","time":"2026-03-06T19:22:23.263501145Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1417","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:23.337122793Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1417","time":"2026-03-06T19:22:23.337242992Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2610,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942775048842_106?ts=1772654264000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":589.212888,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Neee","m.mentions":{"user_ids":["@whatsapp_4915903048642:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$2ssxcTJhnNrhKUQsFLsUUyDEmiNGbL_yfmoJzddfxDg"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.364442201Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A453D776DA32BD5BF9C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T19:57:44Z","event_id":"$g7kFYqHFXnyE_9PNb7z86qukOCBeE7FxrskPTH7hwlQ","part_id":"","time":"2026-03-06T19:22:23.364598159Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:23.369756914Z","message":""} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2611,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942783711301_107?ts=1770364470000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":587.195286,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"reicht auch ehrlich","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.37104683Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8F9DC1E236C34A3E8F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T07:54:30Z","event_id":"$AeYUBoX6ffWLVC8vDwYgZqPSAg78_HbS1L1bspre9AE","part_id":"","time":"2026-03-06T19:22:23.371176457Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2631,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":399.530252,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<60147 bytes>","time":"2026-03-06T19:22:23.379387666Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2616,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942814476793_9?ts=1771319022000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":579.411232,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oh","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.394053342Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3AE807483E1546AB6FF6","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T09:03:42Z","event_id":"$Um7B1i9VtpYbu6PyNNGQ6bgmqaCN0hONvK10EnhzY_I","part_id":"","time":"2026-03-06T19:22:23.394203852Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2620,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942858635576_108?ts=1769416831000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":582.50182,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Mama hab bei Ana geschlafen und komm dann heute nach Hause :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.441262484Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6EA1B83A01ADC4B14F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-26T08:40:31Z","event_id":"$GaLi4ujhNgje8KRloAmMolrjOrbXgSVuU_I1Ywxg3mw","part_id":"","time":"2026-03-06T19:22:23.441434854Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1418","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:23.457680431Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1418","time":"2026-03-06T19:22:23.457790153Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:23.481490408Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2623,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824942906194558_109?ts=1767977115000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":582.588843,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.488931257Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6B0AC0C84D6B9A5C7C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-09T16:45:15Z","event_id":"$oSRw-JPk9I1I18qTpfleXAiY1OfzlX3kLJyhv2DzHME","part_id":"","time":"2026-03-06T19:22:23.489055297Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:23.501755264Z","message":""} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3D7AB0CA57C726BAE2","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A3D7AB0CA57C726BAE2","req_id":2641,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":313.963421,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<117278 bytes>","time":"2026-03-06T19:22:23.51583217Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2648,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84005869375515:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-84005869375515%3Amatrix.theocloud.dev","duration":34.60416,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:23.516476255Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:23.517465919Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"voice message","time":"2026-03-06T19:22:23.529651918Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","transaction_id":"1419","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:23.541448546Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1419","time":"2026-03-06T19:22:23.541584319Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2651,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-200806917791911%3Amatrix.theocloud.dev","duration":28.729383,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-200806917791911","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:23.546419425Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2652,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-200806917791911:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-200806917791911%3Amatrix.theocloud.dev","duration":18.588573,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:23.565448284Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2634,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943047484924_110?ts=1765811885000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":569.2714,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.616916403Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9C645D65564722F859","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:18:05Z","event_id":"$S8Us1A9LivK9_-JfI9KvN1NX9U4CDj8k1MpBVZzK1vo","part_id":"","time":"2026-03-06T19:22:23.617114825Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2635,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943052294887_6?ts=1765238344000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":567.370575,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich denke alsp meine empfehlung hat nicht enttäuscht?😭","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$uv2nPkxRZRNFIYI6Rd5N02Gwqioj1NGq0Udy8elME2k"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.619835389Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:AC8E7225C55404E6522D608760359C6C","sender_id":{"user_id":"4915735701057"},"message_ts":"2025-12-08T23:59:04Z","event_id":"$8bYSF-_VLrJyfrHK8Uy-g2EPypx1Zy_IuLJ24rCmVkQ","part_id":"","time":"2026-03-06T19:22:23.619984153Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2613,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-65244881764452:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":824.772914,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hTULxoVmZmnVBXhcluKJkmwT","com.beeper.exclude_from_timeline":true,"displayname":"Domi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:23.624842237Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2645,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-151466652258375%3Amatrix.theocloud.dev","duration":296.548616,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<49071 bytes>","time":"2026-03-06T19:22:23.680200009Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2640,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943153441210_111?ts=1771603063000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":547.961217,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"Voice message.ogg","info":{"duration":179000,"mimetype":"audio/ogg; codecs=opus","size":405792},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":179000,"waveform":[20,28,50,34,59,35,42,52,44,28,47,49,33,32,54,56,36,28,33,45,53,49,47,30,76,53,49,46,61,37,41,54,33,41,49,45,37,44,43,27,61,16,45,23,24,55,62,32,31,35,56,35,65,41,44,33,45,39,50,42,55,37,32,34]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/IDpALBkPGcxNVGbinowdGAzD"},"time":"2026-03-06T19:22:23.701779924Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6EC44B5831DF9D580F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-20T15:57:43Z","event_id":"$7IvpmPjbf-jd58S-7P-wuEZFvRb7Pwwykd8iXdQ66Rc","part_id":"","time":"2026-03-06T19:22:23.701981209Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"sticker","time":"2026-03-06T19:22:23.705171252Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","transaction_id":"1420","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:23.716139062Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1420","time":"2026-03-06T19:22:23.716220359Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2658,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-151466652258375:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-151466652258375%3Amatrix.theocloud.dev","duration":39.309709,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:23.719902021Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2639,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824943148278963_8?ts=1767254881650&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":588.57844,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$PWlMmfUr6UPLUYkYJKheCzB4vyDLkXKUfxfCIxdezSs","key":"❤️"}},"time":"2026-03-06T19:22:23.736999393Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","target_message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA58FBABD68B4BB851F","target_part_id":"","reaction_sender_id":{"user_id":"4917657607100"},"reaction_ts":"2026-01-01T08:08:01.65Z","event_id":"$qQrr0jrzD0MQsVMFKXk5MY211s9jAzsO2dNuD2Kapck","time":"2026-03-06T19:22:23.737190481Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2660,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/tANcdERwLashaSrYAvcDCKdn?user_id=%40whatsapp_lid-151466652258375%3Amatrix.theocloud.dev","duration":40.599904,"status_code":200,"response_length":49071,"response_mime":"image/jpeg","time":"2026-03-06T19:22:23.760611228Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","action":"forward backfill","req_id":2637,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943129773572_1?ts=1764408958000&user_id=%40whatsapp_lid-187849085329414%3Amatrix.theocloud.dev","duration":667.712526,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich habe dazu mal so ein Video gesehen und die meinten dass dich das lohnt, wenn man hungrig ist.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.797607483Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","action":"forward backfill","message_id":"120363422109419332@g.us:187849085329414@lid:3ADD4973D75D85C202CB","sender_id":{"user_id":"lid-187849085329414","sender_login":"491783743461"},"message_ts":"2025-11-29T09:35:58Z","event_id":"$x9TjONoHEBnFgVrQfuVtWts3NXqWnBgtVJKn_xUF-bI","part_id":"","time":"2026-03-06T19:22:23.797744723Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:23.798617122Z","message":"Backfill finished"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","time":"2026-03-06T19:22:23.79870673Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","req_id":2638,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21tBlZXyMrGKIRODvGsg:matrix.theocloud.dev?ts=1772824943128&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":670.495249,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:23.800833704Z","message":"Request completed"} +{"level":"debug","portal_id":"120363422109419332@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363422109419332@g.us","latest_message_ts":"2025-11-29T09:35:58Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:23.80107906Z","message":"Added portal to space"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2653,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-200806917791911:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-200806917791911%3Amatrix.theocloud.dev","duration":260.082533,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915254158741 (WA)"},"time":"2026-03-06T19:22:23.8258303Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:23.826632508Z","message":""} +{"level":"debug","transaction_id":"1421","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:23.848062751Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1421","time":"2026-03-06T19:22:23.848512465Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2662,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-151466652258375:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-151466652258375%3Amatrix.theocloud.dev","duration":91.227961,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tANcdERwLashaSrYAvcDCKdn"},"time":"2026-03-06T19:22:23.852126101Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2633,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-266657507356684:matrix.theocloud.dev?user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":824.595375,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BlaAgKqAVGSAjbgkWHdoWAAF","com.beeper.exclude_from_timeline":true,"displayname":"Maja (WA)","membership":"join"},"time":"2026-03-06T19:22:23.86968087Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2663,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917630375706%3Amatrix.theocloud.dev","duration":48.14412,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917630375706","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:23.901388533Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2642,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943264431234_112?ts=1772482503000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":640.40087,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber machen wir morgen mit?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:23.904961661Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A91FFD9A1AC2B45A758","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:15:03Z","event_id":"$QxAWDxpWxE_mzGj5vE_4q9d8QLy3CE09AKF6CHLnHdk","part_id":"","time":"2026-03-06T19:22:23.905092894Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"sticker","time":"2026-03-06T19:22:23.918947493Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2665,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630375706:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917630375706%3Amatrix.theocloud.dev","duration":38.504009,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:23.940295602Z","message":"Request completed"} +{"level":"debug","transaction_id":"1422","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:23.976253373Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1422","time":"2026-03-06T19:22:23.976424556Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:23.980236824Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2636,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":872.012995,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","com.beeper.exclude_from_timeline":true,"displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:23.98416461Z","message":"Request completed"} +{"level":"info","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:23.984799336Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2657,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-145066932846614%3Amatrix.theocloud.dev","duration":376.540642,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<42258 bytes>","time":"2026-03-06T19:22:24.014296214Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2643,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943365473492_15?ts=1772654264000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":666.357377,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gibt jetzt einfach macbook neo für 799","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.031984382Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A1B24876E916A6842F0","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T19:57:44Z","event_id":"$xOTv9BRmiVAYAMITEGp2HblBs9Fzauabm0iI30D4bjk","part_id":"","time":"2026-03-06T19:22:24.032169324Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2644,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943371938854_9?ts=1770364476000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":665.708123,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ja denke auch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.03778324Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3EB033180F84CD301B3D41","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-06T07:54:36Z","event_id":"$lBMD05IXA_MaP7wtd8rRNxR-ZWUIqBIMwE5LWVhPPsI","part_id":"","time":"2026-03-06T19:22:24.037914893Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2669,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-145066932846614:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-145066932846614%3Amatrix.theocloud.dev","duration":36.845187,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:24.051595026Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2646,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943395034136_10?ts=1771319023000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":667.671458,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Upsi","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.062852612Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3AFEE7079EA06D95EAE2","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T09:03:43Z","event_id":"$4q-FuBffR_8SmWbXMIzUtxuXFvxIo4MUZmpJILnXt4Q","part_id":"","time":"2026-03-06T19:22:24.062983357Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"sticker","time":"2026-03-06T19:22:24.068121857Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2673,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XRkYTeIlPqDtSdsTprpoVzSC?user_id=%40whatsapp_lid-145066932846614%3Amatrix.theocloud.dev","duration":30.582995,"status_code":200,"response_length":42258,"response_mime":"image/jpeg","time":"2026-03-06T19:22:24.082365337Z","message":"Request completed"} +{"level":"debug","transaction_id":"1423","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:24.08644957Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1423","time":"2026-03-06T19:22:24.087061108Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2647,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943442290002_6?ts=1769429096000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":681.811851,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ok, ich bin heute Abend bei Opa.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.1242759Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A815F3F29FBEDDDCCCB","sender_id":{"user_id":"491628947581"},"message_ts":"2026-01-26T12:04:56Z","event_id":"$sLlHrRU3qrWlDd6dPylVeegvTRkZVGyYpwGjAzmPeKM","part_id":"","time":"2026-03-06T19:22:24.124459515Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2675,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-145066932846614:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-145066932846614%3Amatrix.theocloud.dev","duration":69.279489,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XRkYTeIlPqDtSdsTprpoVzSC"},"time":"2026-03-06T19:22:24.151936278Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","source_jid":"239363409617131@lid","alt_jid":"4917641523941@s.whatsapp.net","source_push_name":"A.","alt_push_name":"Artur","time":"2026-03-06T19:22:24.152640706Z","message":"Conflicting push names between JIDs"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:24.152708453Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2649,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943489888724_113?ts=1768577653000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":679.208204,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sooo","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.169221875Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A606EAF3B010B327DFF","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-16T15:34:13Z","event_id":"$j4Im2K7ze1IfJHCDWzEN3Glp6eTRqc2Xum0pZcRfP48","part_id":"","time":"2026-03-06T19:22:24.169349197Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2678,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":38.635662,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-239363409617131","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:24.191534155Z","message":"Request completed"} +{"level":"debug","transaction_id":"1424","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:24.193205898Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1424","time":"2026-03-06T19:22:24.193294109Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2667,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630375706:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917630375706%3Amatrix.theocloud.dev","duration":255.268728,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ahmad Azimi (WA)"},"time":"2026-03-06T19:22:24.195849565Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:24.196702479Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2680,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-239363409617131:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":38.470764,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:24.23035846Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3D7AB0CA57C726BAE2","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A3D7AB0CA57C726BAE2","req_id":2650,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943516232506_8?ts=1772824941000&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":721.365169,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":117278,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":117278,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/tlPgezWUAEzAHCBgLrNiGttP"},"m.relates_to":{"event_id":"$meqRkzP4nPe9noiCI7hjQk3cfVWfEaOtJwLMVaqnAc0","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/tlPgezWUAEzAHCBgLrNiGttP"},"time":"2026-03-06T19:22:24.23793627Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3D7AB0CA57C726BAE2","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A3D7AB0CA57C726BAE2","event_id":"$hMvaxwoYdMPo8bI-1fmcG5WBphpT__zOMtjapEoKtYc","part_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A3D7AB0CA57C726BAE2","time":"2026-03-06T19:22:24.23811779Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF1C258CF4F210C7817","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3AF1C258CF4F210C7817","time":"2026-03-06T19:22:24.239052418Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1425","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:24.307238877Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1425","time":"2026-03-06T19:22:24.307619307Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2654,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943617972906_114?ts=1765811925000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":712.142925,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"du kriegst mich niemals","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.330273884Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A37DCEF9D049490B48B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:18:45Z","event_id":"$7sovcknIC3Im5ev-YMi0vl51wkuY7l8A6eZbmX10mfE","part_id":"","time":"2026-03-06T19:22:24.330459315Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2655,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943621132009_7?ts=1765238353000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":710.898197,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja haben viele gesagt","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$8UDH_-XaAZIgU6n3oqaZCrbzE4uFIcOfdHXAwMxHPTY"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.332140347Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:AC72AD2CA128030C785EA1EC60C6D6CE","sender_id":{"user_id":"4915735701057"},"message_ts":"2025-12-08T23:59:13Z","event_id":"$C26avNkTdiby1S2NAI0HDJiEJXgX_I9SNDUDzsnMyYM","part_id":"","time":"2026-03-06T19:22:24.332243784Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2670,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":320.33757,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<554158 bytes>","time":"2026-03-06T19:22:24.335313139Z","message":"Request completed"} +{"level":"debug","transaction_id":"1426","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:24.399915086Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1426","time":"2026-03-06T19:22:24.400050091Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2659,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943703064392_8?ts=1771628429000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":706.416702,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"warte, aber was genau macht die extension, glaub habs nicht geschnallt","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$7IvpmPjbf-jd58S-7P-wuEZFvRb7Pwwykd8iXdQ66Rc"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.409607578Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A0B60AF61D25EF2B01D","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-20T23:00:29Z","event_id":"$jZ8f9_kQixoR124IAMVen954A5DtNugatraoa2m2JJY","part_id":"","time":"2026-03-06T19:22:24.409741745Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2661,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943737909088_115?ts=1767222772000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":703.730012,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Und natürlich frohes Neues 🥳","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.441797502Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A59334040A1C2900AE6","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-31T23:12:52Z","event_id":"$FmKTVyyfv8W4bx1MB1LcEszt-AqP5W4cvq9eqKnHQJ8","part_id":"","time":"2026-03-06T19:22:24.441970082Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2676,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-200806917791911%3Amatrix.theocloud.dev","duration":332.428932,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<47272 bytes>","time":"2026-03-06T19:22:24.451673609Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2681,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-239363409617131:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":237.988858,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Artur (WA)"},"time":"2026-03-06T19:22:24.468509073Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:24.469270563Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2688,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-200806917791911:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-200806917791911%3Amatrix.theocloud.dev","duration":29.554079,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:24.481609306Z","message":"Request completed"} +{"level":"debug","transaction_id":"1427","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:24.497421442Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1427","time":"2026-03-06T19:22:24.497543457Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2689,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/dZmFBkdQzbhKwcgpLuVJxzma?user_id=%40whatsapp_lid-200806917791911%3Amatrix.theocloud.dev","duration":20.534656,"status_code":200,"response_length":47272,"response_mime":"image/jpeg","time":"2026-03-06T19:22:24.502354188Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:24.511242587Z","message":""} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF1C258CF4F210C7817","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3AF1C258CF4F210C7817","req_id":2682,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":299.394476,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<200480 bytes>","time":"2026-03-06T19:22:24.55041296Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2656,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-65244881764452:matrix.theocloud.dev?user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":936.839135,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hTULxoVmZmnVBXhcluKJkmwT","com.beeper.exclude_from_timeline":true,"displayname":"Domi (WA)","membership":"join"},"time":"2026-03-06T19:22:24.562359958Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2666,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824943905718052_9?ts=1772482538000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":659.801428,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kommt drauf an wie wir das morgen klären","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.565619145Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A428F79D636A579CB3A","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:15:38Z","event_id":"$zVYrW-xo2P89d4QgTYYd3GmxOpAmuMHlwlSYgtfTOOQ","part_id":"","time":"2026-03-06T19:22:24.565736899Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2690,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-200806917791911:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-200806917791911%3Amatrix.theocloud.dev","duration":75.370218,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dZmFBkdQzbhKwcgpLuVJxzma"},"time":"2026-03-06T19:22:24.577920313Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:24.57884691Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1428","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:24.59944212Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1428","time":"2026-03-06T19:22:24.599546604Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2695,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-17910198173840%3Amatrix.theocloud.dev","duration":39.72073,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-17910198173840","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:24.618843517Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:24.63051408Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2696,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-17910198173840:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-17910198173840%3Amatrix.theocloud.dev","duration":32.986335,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:24.652236613Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2671,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944033181966_116?ts=1772654440000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":635.032867,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"Voice message.ogg","info":{"duration":97000,"mimetype":"audio/ogg; codecs=opus","size":211840},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":97000,"waveform":[4,35,44,41,37,42,20,80,32,61,51,13,37,38,54,61,51,28,64,73,68,24,31,71,35,8,25,51,51,50,26,53,40,65,37,23,74,66,44,74,70,3,71,81,65,35,86,45,41,15,25,43,62,45,62,35,65,44,34,37,36,14,57,18]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/pTvULiyaKYSRAwImrYNAjJLo"},"time":"2026-03-06T19:22:24.668554825Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD1FF50882D00468EA9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T20:00:40Z","event_id":"$V5xhOwVnQXiNZD2TwoiYoF2NFG5gq_kX3o43vSGfM3I","part_id":"","time":"2026-03-06T19:22:24.668685081Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2672,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944038822143_117?ts=1771243634000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":635.504372,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"moin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.674448949Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB6F9D5B34705DAE6E0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T12:07:14Z","event_id":"$1cybZqwvA5KmIBAVi8LvaH45JICd5Ld_yZ6o6Npz4l8","part_id":"","time":"2026-03-06T19:22:24.674549382Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1429","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:24.695590883Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1429","time":"2026-03-06T19:22:24.69594198Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2674,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944063937890_118?ts=1771319037000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":633.669966,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"alles gut","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.697732455Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3A979B7B29F8B0184BDD","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T09:03:57Z","event_id":"$flyCJJjkVd3PM3C2zOWd23oicvg-NMVQ0uxUBkQ202I","part_id":"","time":"2026-03-06T19:22:24.697817453Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2677,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944125374238_119?ts=1769429413000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":626.156272,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Okee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.751703719Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB2834603DB08E9F464","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-26T12:10:13Z","event_id":"$Vns_AqMfHxFts2fMcemo8OJDIprhyxGHOKLM26T7UuE","part_id":"","time":"2026-03-06T19:22:24.751863169Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","req_id":2668,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev?ts=1772824943984&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":788.064687,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:24.777132499Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:24.777646328Z","message":"Added portal to space"} +{"level":"debug","transaction_id":"1430","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:24.778308711Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1430","time":"2026-03-06T19:22:24.77849072Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2664,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127753970032737:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":917.787298,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sYSbpNQTvisKpJOIimOumfcj","com.beeper.exclude_from_timeline":true,"displayname":"Josh (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:24.788478016Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2679,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944169945161_120?ts=1768577656000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":620.259005,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wochenendee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.790313609Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE124273B97FF35473B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-16T15:34:16Z","event_id":"$m4PXGuUE7s1o_wTIb574h31SX6tHyfSgQgX-nA-rRA4","part_id":"","time":"2026-03-06T19:22:24.790457135Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2685,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":470.838657,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<270371 bytes>","time":"2026-03-06T19:22:24.820843104Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2691,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917630375706%3Amatrix.theocloud.dev","duration":324.114566,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<49071 bytes>","time":"2026-03-06T19:22:24.845536376Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2698,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-17910198173840:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-17910198173840%3Amatrix.theocloud.dev","duration":212.210099,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917630462874 (WA)"},"time":"2026-03-06T19:22:24.86465575Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:24.865564257Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2706,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630375706:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917630375706%3Amatrix.theocloud.dev","duration":22.86117,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:24.868818764Z","message":"Request completed"} +{"level":"debug","transaction_id":"1431","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:24.880134808Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1431","time":"2026-03-06T19:22:24.880282734Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2707,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/KxQTuMalbtTyNcszXJACtzVr?user_id=%40whatsapp_4917630375706%3Amatrix.theocloud.dev","duration":21.777499,"status_code":200,"response_length":49071,"response_mime":"image/jpeg","time":"2026-03-06T19:22:24.890721211Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2683,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944331571413_8?ts=1765811982000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":595.331903,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":13706},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"wEdHMYgSMeZpEc2GxjRGRpjm8Qufoc6BnbXGpt28jKg=","length":13706,"type":"WhatsApp Image Keys","sha256":"e+pVNtHfD9uFtSMZQMwlomICCgYd+QDleBj0VKjuNPI=","enc_sha256":"96lX6jcBsytrbtEYPF00kwiI7pJthe/XBSs/OCeZz9w=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:24.927145179Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A4245D0317426999C63","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:19:42Z","event_id":"$NHViEQXB_5_lPvpyNOnHLhOXCHiMwNA7onrxSFNZXQU","part_id":"","time":"2026-03-06T19:22:24.92727732Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2684,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944333090481_8?ts=1765238359000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":597.697318,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jap😭","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$XDTNhb6Xbxn5lc3M7Vn8zFUjdB7bX5FZz0qFUIWAcng"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:24.930888791Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:AC3FDA8A8F3F2BD4003EF0C15927EEED","sender_id":{"user_id":"4915735701057"},"message_ts":"2025-12-08T23:59:19Z","event_id":"$O-u-YkqMhCnlLyiWLAt4R69fIbouzOQlOp6hQ8IpqnI","part_id":"","time":"2026-03-06T19:22:24.930977561Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2697,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":297.32128,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<45393 bytes>","time":"2026-03-06T19:22:24.936453679Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2708,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630375706:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917630375706%3Amatrix.theocloud.dev","duration":75.608101,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KxQTuMalbtTyNcszXJACtzVr"},"time":"2026-03-06T19:22:24.966663227Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"151466652258375@lid","alternate_jid":"4917630375706@s.whatsapp.net","time":"2026-03-06T19:22:24.967257305Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"154361158209573@lid","alternate_jid":"4917670136222@s.whatsapp.net","time":"2026-03-06T19:22:24.967398665Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2711,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-239363409617131:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":35.381922,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:24.972207441Z","message":"Request completed"} +{"level":"debug","transaction_id":"1432","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:24.9816976Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1432","time":"2026-03-06T19:22:24.981946308Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2712,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-267847112642661%3Amatrix.theocloud.dev","duration":33.773317,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-267847112642661","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:25.001801889Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2713,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XyldaycAVTHtGdCrZPqAFuuq?user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":33.510431,"status_code":200,"response_length":45393,"response_mime":"image/jpeg","time":"2026-03-06T19:22:25.00590882Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2686,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944410983469_9?ts=1771628454000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":599.653738,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ja will python dann für uni statistik nehmen, falls die uns das erlauben","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$7IvpmPjbf-jd58S-7P-wuEZFvRb7Pwwykd8iXdQ66Rc"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.010794353Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AC715DC270AF5D463D9","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-20T23:00:54Z","event_id":"$3rujJWnqjZAEkl1IdED8ehP0hRLdGLy6chrcpQn6z1w","part_id":"","time":"2026-03-06T19:22:25.010972031Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:25.022686385Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2687,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944443414349_9?ts=1767254894000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":584.066913,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dankeschön bro","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$PWlMmfUr6UPLUYkYJKheCzB4vyDLkXKUfxfCIxdezSs"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.027651049Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC820A1E0FFCBC44E01D3751FFBB5ADE","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-01-01T08:08:14Z","event_id":"$cRLW_zf4bAChcz1RvOCBC2xsHucx2KlWZ3L8r5qxFGo","part_id":"","time":"2026-03-06T19:22:25.027805749Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2715,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-267847112642661:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-267847112642661%3Amatrix.theocloud.dev","duration":26.544299,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:25.028760911Z","message":"Request completed"} +{"level":"debug","transaction_id":"1433","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:25.072197456Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1433","time":"2026-03-06T19:22:25.07231535Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2716,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-239363409617131:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":70.712442,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XyldaycAVTHtGdCrZPqAFuuq"},"time":"2026-03-06T19:22:25.076860751Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:25.077585852Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2721,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-4462622052463%3Amatrix.theocloud.dev","duration":26.192155,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-4462622052463","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:25.103974124Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2722,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-4462622052463:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-4462622052463%3Amatrix.theocloud.dev","duration":45.717172,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:22:25.149992805Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2694,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944566532402_10?ts=1772482570000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":606.224982,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also wenn das ein stures 15 uhr und unsere meinung ist egal ist wird dann würd ich sagen nein","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.172884287Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AECC0657FD27D35A8C5","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:16:10Z","event_id":"$ly-SQ6reOoNELfMyUEN9hjgziD6F6_SK2KXxnCVoF4E","part_id":"","time":"2026-03-06T19:22:25.173029978Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1434","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:25.18420075Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1434","time":"2026-03-06T19:22:25.18439561Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF1C258CF4F210C7817","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3AF1C258CF4F210C7817","req_id":2692,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944550814832_9?ts=1772824941000&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":645.692883,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":200480,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":200480,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/iszQLHnfQOzqGGfVAvDeJYbh"},"m.relates_to":{"event_id":"$8e_ZHmwBXTYletpq0Q6k8WS-9F6YXMXZYLZElIac0WA","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/iszQLHnfQOzqGGfVAvDeJYbh"},"time":"2026-03-06T19:22:25.196812297Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF1C258CF4F210C7817","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3AF1C258CF4F210C7817","event_id":"$9-UrJwcg4gl7XUEMllSqxtG4emIjki08EfdD62VFOB8","part_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3AF1C258CF4F210C7817","time":"2026-03-06T19:22:25.196963925Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A62F15F465D241E8D95","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A62F15F465D241E8D95","time":"2026-03-06T19:22:25.197588873Z","message":"Handling remote event"} +{"level":"warn","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A62F15F465D241E8D95","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A62F15F465D241E8D95","error":"failed to decrypt notification: cipher: message authentication failed","time":"2026-03-06T19:22:25.198384306Z","message":"Failed to decrypt media retry notification"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2719,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-267847112642661:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-267847112642661%3Amatrix.theocloud.dev","duration":259.718445,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Bes (WA)"},"time":"2026-03-06T19:22:25.288624488Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915735701057@s.whatsapp.net","alternate_jid":"267847112642661@lid","time":"2026-03-06T19:22:25.289369076Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2699,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944669282581_16?ts=1772654547000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":638.283463,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hm ja","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.307681493Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A4D4708DB5A302D957D","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T20:02:27Z","event_id":"$0a7i-LjvsPGP-FlWz_ALXHQHPQktmfT7zaO5l3qWuNs","part_id":"","time":"2026-03-06T19:22:25.307825787Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2714,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":337.645377,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<351304 bytes>","time":"2026-03-06T19:22:25.311732341Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2700,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944675075503_121?ts=1771243650000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":638.074286,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"hast du als wahlpflichtfach komplexitätstheorie?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.313278089Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2593210CCABBAAF252","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T12:07:30Z","event_id":"$oAsNPqBPVxyXrqn_U1GWLS6hRklQATbNPMml0Hz5t6A","part_id":"","time":"2026-03-06T19:22:25.313480841Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1435","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:25.317197005Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1435","time":"2026-03-06T19:22:25.317412469Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2726,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-130898087411771%3Amatrix.theocloud.dev","duration":42.127772,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-130898087411771","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:25.332075491Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2701,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944698385200_122?ts=1771319049000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":646.339831,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ja dann gucken wir mal, ob wir wieder 2er Gruppen machen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.344843484Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4931D13E3347FD222D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T09:04:09Z","event_id":"$Kv0XhHZJaPJE_mP1kLd_DFIAduxgfALGWmU0zFsq93g","part_id":"","time":"2026-03-06T19:22:25.344952857Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2730,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130898087411771:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-130898087411771%3Amatrix.theocloud.dev","duration":31.733366,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:25.364085082Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2705,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":543.526515,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<537800 bytes>","time":"2026-03-06T19:22:25.3767407Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2720,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-17910198173840%3Amatrix.theocloud.dev","duration":376.295495,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64847 bytes>","time":"2026-03-06T19:22:25.406784094Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2702,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944752741505_7?ts=1769514092000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":656.609918,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Theo,\nkannst du bitte den Lachs aus dem Tiefkühler nehmen?","format":"org.matrix.custom.html","formatted_body":"Hey Theo,\u003cbr\u003ekannst du bitte den Lachs aus dem Tiefkühler nehmen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.409482727Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3ACCCE66A34F57303F2D","sender_id":{"user_id":"491628947581"},"message_ts":"2026-01-27T11:41:32Z","event_id":"$y8ygIlp8HqsnP91aBnoXAe3kQiDy0cd_xjoYGMIhlAQ","part_id":"","time":"2026-03-06T19:22:25.409608163Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1436","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:25.412642737Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1436","time":"2026-03-06T19:22:25.412720332Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2723,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-4462622052463:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-4462622052463%3Amatrix.theocloud.dev","duration":269.6843,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915756437140 (WA)"},"time":"2026-03-06T19:22:25.419849685Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:25.420810295Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2733,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-17910198173840:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-17910198173840%3Amatrix.theocloud.dev","duration":33.368162,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:25.440609233Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2704,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944791272822_123?ts=1768577665000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":653.666209,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"auf ins Gym","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.445050709Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A56BFAA0C507D337A0C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-16T15:34:25Z","event_id":"$_BWUprG7PePCbAGbJZnJjUMHflfBG5JYd_hRiPV8ldE","part_id":"","time":"2026-03-06T19:22:25.445163923Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2693,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-266657507356684:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":889.261295,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BlaAgKqAVGSAjbgkWHdoWAAF","com.beeper.exclude_from_timeline":true,"displayname":"Maja (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:25.452551832Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2735,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/eIphljQncIFFqZLRJYwxJlQz?user_id=%40whatsapp_lid-17910198173840%3Amatrix.theocloud.dev","duration":31.560366,"status_code":200,"response_length":64847,"response_mime":"image/jpeg","time":"2026-03-06T19:22:25.472300414Z","message":"Request completed"} +{"level":"debug","transaction_id":"1437","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:25.500244351Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1437","time":"2026-03-06T19:22:25.500365248Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2738,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-17910198173840:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-17910198173840%3Amatrix.theocloud.dev","duration":59.361756,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/eIphljQncIFFqZLRJYwxJlQz"},"time":"2026-03-06T19:22:25.531994689Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:25.533274687Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2729,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":212.833441,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<139366 bytes>","time":"2026-03-06T19:22:25.538161825Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2740,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-13413753335991%3Amatrix.theocloud.dev","duration":27.689222,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-13413753335991","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:25.561293076Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2709,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944927852401_124?ts=1765812200000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":636.748681,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ne also als ich es gelesen hab war ich schon in der S41 leider","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.564716321Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEC26DBC5B70314F0BE","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:23:20Z","event_id":"$tg_7Fv3RVMq3sNH5oEmxEzsTNZDeNNxsE5n5UQ5HYB8","part_id":"","time":"2026-03-06T19:22:25.56483652Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2710,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824944931786124_125?ts=1765269647000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":635.842478,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Absolut nicht","m.mentions":{"user_ids":["@whatsapp_4915735701057:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$8bYSF-_VLrJyfrHK8Uy-g2EPypx1Zy_IuLJ24rCmVkQ"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.567723098Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7BC49EFAB20555F03F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-09T08:40:47Z","event_id":"$SPfKDuCjyWgHJruDbNPZmrgT4JheWMaggyJvF2Pxctg","part_id":"","time":"2026-03-06T19:22:25.567843087Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2732,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130898087411771:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-130898087411771%3Amatrix.theocloud.dev","duration":208.335952,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Claudia Leuthardt (WA)"},"time":"2026-03-06T19:22:25.57264858Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491628947581@s.whatsapp.net","alternate_jid":"130898087411771@lid","time":"2026-03-06T19:22:25.573284144Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917621868423@s.whatsapp.net","time":"2026-03-06T19:22:25.57368874Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:25.580733584Z","message":""} +{"level":"debug","transaction_id":"1438","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:25.597185684Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1438","time":"2026-03-06T19:22:25.597457021Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2742,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-13413753335991:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-13413753335991%3Amatrix.theocloud.dev","duration":41.576158,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:25.603189809Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2745,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917621868423%3Amatrix.theocloud.dev","duration":42.240986,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917621868423","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:25.616213844Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2748,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621868423:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917621868423%3Amatrix.theocloud.dev","duration":31.716184,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:25.648253119Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2703,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127753970032737:matrix.theocloud.dev?user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":872.192209,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sYSbpNQTvisKpJOIimOumfcj","com.beeper.exclude_from_timeline":true,"displayname":"Josh (WA)","membership":"join"},"time":"2026-03-06T19:22:25.661369416Z","message":"Request completed"} +{"level":"info","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:22:25.662096054Z","message":"Fetching messages for forward backfill"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2717,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945012444375_126?ts=1771665031000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":649.637711,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"top","m.mentions":{"user_ids":["@whatsapp_4917620338641:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$3rujJWnqjZAEkl1IdED8ehP0hRLdGLy6chrcpQn6z1w"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.662225472Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A01495B95FA24DFA14A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T09:10:31Z","event_id":"$SgCn979z7uNlyMDWb_S_1hCOStHBQ78BRPVloHRG58w","part_id":"","time":"2026-03-06T19:22:25.662413487Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","action":"forward backfill","message_count":1,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:25.662977742Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","action":"forward backfill","message_count":1,"batch_send":false,"mark_read":true,"mark_read_past_threshold":true,"time":"2026-03-06T19:22:25.663079642Z","message":"Sending backfill messages"} +{"level":"warn","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","action":"forward backfill","reply_to":{"MessageID":"120363417948931600@g.us:70231405916394@lid:402711A2A097F2B9D2298976B27B23CF","PartID":null},"time":"2026-03-06T19:22:25.663759765Z","message":"Reply target message not found in database"} +{"level":"debug","transaction_id":"1439","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:25.697360642Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1439","time":"2026-03-06T19:22:25.697513736Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2718,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824945028625138_127?ts=1767261567843&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":681.815553,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$cRLW_zf4bAChcz1RvOCBC2xsHucx2KlWZ3L8r5qxFGo","key":"❤️"}},"time":"2026-03-06T19:22:25.710580724Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","target_message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC820A1E0FFCBC44E01D3751FFBB5ADE","target_part_id":"","reaction_sender_id":{"user_id":"4917641870516","is_from_me":true},"reaction_ts":"2026-01-01T09:59:27.843Z","event_id":"$lD8QevUoO2nqyc3dpWdTdKWMfCvfZF8K5RRd3BAsrGA","time":"2026-03-06T19:22:25.710711469Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"1440","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:25.783054167Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1440","time":"2026-03-06T19:22:25.783451499Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2724,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945173896580_11?ts=1772482627000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":632.656206,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also mein traum wäre halt das einfach zu verschieben und das jetzt nicht noch weiter zum überquillen zu bringen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.806728649Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AB614330563CEB3E0DD","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:17:07Z","event_id":"$N1HFQ7xnWMlrziak4LohkJu3YkjCm2mgskfemrrL3O8","part_id":"","time":"2026-03-06T19:22:25.806906118Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2747,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-13413753335991:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-13413753335991%3Amatrix.theocloud.dev","duration":219.479696,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Liam (WA)"},"time":"2026-03-06T19:22:25.822855145Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:25.823790961Z","message":""} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A62F15F465D241E8D95","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A62F15F465D241E8D95","req_id":2725,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xjzNIvMEOLkmIIZSft:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945198734006_10?ts=1772824941000&user_id=%40whatsapp_4915234825973%3Amatrix.theocloud.dev","duration":663.526741,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"* Failed to bridge media after re-requesting it from your phone: failed to decrypt notification: cipher: message authentication failed\n\n","m.mentions":{},"m.new_content":{"body":"Failed to bridge media after re-requesting it from your phone: failed to decrypt notification: cipher: message authentication failed\n\n","m.mentions":{},"msgtype":"m.notice"},"m.relates_to":{"event_id":"$YqY_70SW54ez145oVHJc5RBAB-Sygh3qE9aiTW4OTEs","rel_type":"m.replace"},"msgtype":"m.notice"},"time":"2026-03-06T19:22:25.862531456Z","message":"Request completed"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A62F15F465D241E8D95","sender_id":"","chat_id":"4915234825973@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915234825973"},"remote_target_message_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A62F15F465D241E8D95","event_id":"$o26XGX27kuU6e52OPRJcv-LYpf3SkYqcKy6SG5eqcH4","part_id":"4915234825973@s.whatsapp.net:4915234825973@s.whatsapp.net:3A62F15F465D241E8D95","time":"2026-03-06T19:22:25.862718912Z","message":"Sent message part edit to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2749,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621868423:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917621868423%3Amatrix.theocloud.dev","duration":217.76011,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917621868423 (WA)"},"time":"2026-03-06T19:22:25.866236655Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:25.867117993Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2741,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":316.545208,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<56954 bytes>","time":"2026-03-06T19:22:25.870150333Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2739,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":353.625064,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<98609 bytes>","time":"2026-03-06T19:22:25.881994244Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"voice message","time":"2026-03-06T19:22:25.887719768Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"voice message","time":"2026-03-06T19:22:25.893694001Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","transaction_id":"1441","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:25.897309522Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1441","time":"2026-03-06T19:22:25.897451442Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"voice message","time":"2026-03-06T19:22:25.899656919Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_count":100,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:25.90085178Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_count":100,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:25.900951933Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2746,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-4462622052463%3Amatrix.theocloud.dev","duration":328.080905,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40797 bytes>","time":"2026-03-06T19:22:25.915962281Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2727,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945308736530_128?ts=1772658461000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":614.561976,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gutee Nacht ❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.923442591Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2579286AFAAB54924C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T21:07:41Z","event_id":"$bX5d-z8D6ZstLCmtBO2ekIR3vCZP_ytcmMBaD5W65Qs","part_id":"","time":"2026-03-06T19:22:25.923581297Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2728,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945314352612_10?ts=1771243658000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":611.698515,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:25.926171326Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3A110BC6339AFB923F3F","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-16T12:07:38Z","event_id":"$Yi0RZZoQNPvBQAd_D2YTioWMyeDyu4dkC5RkkeSzhwM","part_id":"","time":"2026-03-06T19:22:25.926301581Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2757,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-4462622052463:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-4462622052463%3Amatrix.theocloud.dev","duration":33.172395,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:25.949487588Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2731,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945345559437_11?ts=1771319110000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":613.589144,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Meinst du sie gleichen das aus?","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":1543,"mimetype":"image/jpeg","size":153287,"w":1168},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/HdHsbHEVgXnrsyhMBwuaObyg"},"time":"2026-03-06T19:22:25.959347562Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A9257F7BA7C705434D3","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T09:05:10Z","event_id":"$5CR6W_P2Tggbcm8ncmBBPtWVZkjX3U1MgN1RT0hWMVg","part_id":"","time":"2026-03-06T19:22:25.959441849Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:25.986503469Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2760,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/fzFzEHxxDDIHweOqMltfFiNC?user_id=%40whatsapp_lid-4462622052463%3Amatrix.theocloud.dev","duration":44.775909,"status_code":200,"response_length":40797,"response_mime":"image/jpeg","time":"2026-03-06T19:22:25.994423366Z","message":"Request completed"} +{"level":"debug","transaction_id":"1442","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:26.009686542Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1442","time":"2026-03-06T19:22:26.009860868Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2762,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-13413753335991:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-13413753335991%3Amatrix.theocloud.dev","duration":46.730793,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:26.033651988Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:26.034425979Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2734,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945410402968_129?ts=1769514106000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":635.73115,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Klar mach ich :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.046273592Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABF122F7D1D8873EE22","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-27T11:41:46Z","event_id":"$7EOWULJggi7ILY3uWyz9XGjInS9XKN1Go7vXz3CH4Ek","part_id":"","time":"2026-03-06T19:22:26.046442889Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2764,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-101641122517221%3Amatrix.theocloud.dev","duration":34.818576,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-101641122517221","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:26.069488304Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2763,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-4462622052463:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-4462622052463%3Amatrix.theocloud.dev","duration":84.135695,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fzFzEHxxDDIHweOqMltfFiNC"},"time":"2026-03-06T19:22:26.078906385Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:26.080109906Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2736,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945445889304_5?ts=1768577674000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":644.420428,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Muss vorbereiten vielleicht komm ich abends","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.090413378Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AD6A55484A67626BB80","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-16T15:34:34Z","event_id":"$Ixj8JpNj0Nm6LG77kFwrO1GNK44UL8Y3g3mWBMXS9kg","part_id":"","time":"2026-03-06T19:22:26.0905055Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2766,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101641122517221:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-101641122517221%3Amatrix.theocloud.dev","duration":47.503386,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:26.117502865Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2767,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-199870648455306%3Amatrix.theocloud.dev","duration":44.848405,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-199870648455306","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:26.125313878Z","message":"Request completed"} +{"level":"debug","transaction_id":"1443","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:26.132689704Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1443","time":"2026-03-06T19:22:26.132843008Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2770,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-199870648455306:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-199870648455306%3Amatrix.theocloud.dev","duration":29.153185,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:26.154949603Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2755,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":303.582703,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<8918 bytes>","time":"2026-03-06T19:22:26.191717824Z","message":"Request completed"} +{"level":"debug","transaction_id":"1444","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:26.220927581Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1444","time":"2026-03-06T19:22:26.221023963Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2743,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945565622035_9?ts=1765812220000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":657.455428,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oh ich dachte heute GYM!!!?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.223195148Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A26C3150077EC8A1165","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:23:40Z","event_id":"$S4vchRf66TLEfp4TyPw0ycK3Tv8D0hgc899yexMB_4w","part_id":"","time":"2026-03-06T19:22:26.223290552Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2744,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945568563160_9?ts=1767225304000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":657.577652,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Frohes neues man","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.226264783Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:ACCC9BDFA6CF96E9479FE11927D732E6","sender_id":{"user_id":"4915735701057"},"message_ts":"2025-12-31T23:55:04Z","event_id":"$PbF5T8SrzGCihLYHrHSJ-cZwbbJan8wSaWXaHkD2Sp4","part_id":"","time":"2026-03-06T19:22:26.226441064Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:26.295553979Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2752,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945667066724_130?ts=1771665141000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":647.595734,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"Voice message.ogg","info":{"duration":105000,"mimetype":"audio/ogg; codecs=opus","size":225792},"m.mentions":{"user_ids":["@whatsapp_4917620338641:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$jZ8f9_kQixoR124IAMVen954A5DtNugatraoa2m2JJY"}},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":105000,"waveform":[5,37,34,9,17,35,27,26,36,24,19,27,20,30,25,14,6,12,22,28,26,16,10,18,15,8,66,1,31,19,25,6,18,26,28,12,28,23,7,26,16,20,26,27,28,33,37,19,20,21,37,28,19,31,31,31,24,20,28,25,9,26,26,1]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/fVgEtKBVowbHpWbvRNAPjbXx"},"time":"2026-03-06T19:22:26.315061746Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADAFB01297F0FED9939","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T09:12:21Z","event_id":"$pUg-Y27iBWrdyngfYBa_A64S0FlnCeHM2qyZ7Uc0GNQ","part_id":"","time":"2026-03-06T19:22:26.315257164Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2737,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-266657507356684:matrix.theocloud.dev?user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":865.358149,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BlaAgKqAVGSAjbgkWHdoWAAF","com.beeper.exclude_from_timeline":true,"displayname":"Maja (WA)","membership":"join"},"time":"2026-03-06T19:22:26.318676639Z","message":"Request completed"} +{"level":"debug","transaction_id":"1445","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:26.323507974Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1445","time":"2026-03-06T19:22:26.323680135Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2769,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101641122517221:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-101641122517221%3Amatrix.theocloud.dev","duration":227.760397,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Seiar (WA)"},"time":"2026-03-06T19:22:26.345488154Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:26.346386185Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2753,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945711476520_10?ts=1767254901000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":657.581004,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Frohes Neues!!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.369169691Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACE2956914A37EE456F5265FF473B7C5","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-01-01T08:08:21Z","event_id":"$8_YGgzSzAJlYOK7O4aWa6h7QFFM9LPJN2P1yUu06omU","part_id":"","time":"2026-03-06T19:22:26.369279762Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2771,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-199870648455306:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-199870648455306%3Amatrix.theocloud.dev","duration":233.875431,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Anja (WA)"},"time":"2026-03-06T19:22:26.388992726Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:26.389711681Z","message":""} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","action":"forward backfill","req_id":2750,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945664032778_1?ts=1753297394000&user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":752.808899,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Herzlichen Glückwunsch Colin🙌","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.417003781Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","action":"forward backfill","message_id":"120363417948931600@g.us:127753970032737@lid:3A2F24922436078DDD3F","sender_id":{"user_id":"lid-127753970032737","sender_login":"491753774472"},"message_ts":"2025-07-23T19:03:14Z","event_id":"$fv2i6T4jBACoiixjskGz8A51QLdsRCOpj9691EoeRvA","part_id":"","time":"2026-03-06T19:22:26.417113363Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:26.41787597Z","message":"Backfill finished"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","time":"2026-03-06T19:22:26.417950003Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","transaction_id":"1446","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:26.428125314Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1446","time":"2026-03-06T19:22:26.428390435Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2754,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945807869173_131?ts=1772482645000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":670.557687,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo aber verschieben werden sie es nicht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.478593573Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABEAEAA7ED6A04549DB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:17:25Z","event_id":"$Rg1yrIpbfqDNIM3byvJcELRt7cGQ6iFNK_ziAucbCjw","part_id":"","time":"2026-03-06T19:22:26.478759238Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","req_id":2751,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21qUotrLYuNWPxuSMPyh:matrix.theocloud.dev?ts=1772824945662&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":825.228982,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:26.491173272Z","message":"Request completed"} +{"level":"debug","portal_id":"120363417948931600@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363417948931600@g.us","latest_message_ts":"2025-07-23T19:03:14Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:26.491658256Z","message":"Added portal to space"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:26.510049316Z","message":""} +{"level":"debug","transaction_id":"1447","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:26.525591791Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1447","time":"2026-03-06T19:22:26.525703538Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:26.557250774Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2758,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945924384273_17?ts=1772658474000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":658.648543,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gute Nacht ❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.583233961Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AD512C230329260F652","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-04T21:07:54Z","event_id":"$SM9MmkKV3ECtIzPA-FMsp_u4IAQYR7SiBlEN6FrHcfU","part_id":"","time":"2026-03-06T19:22:26.583411849Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2759,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945927186343_133?ts=1771243661000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":656.883211,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"geil","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.584249327Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD23651039F94FFD649","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T12:07:41Z","event_id":"$ViWTFZhb2GtMcuzeYVhU1RLy1agBb2g4Huomz76CLeg","part_id":"","time":"2026-03-06T19:22:26.584399279Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2761,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945960058695_134?ts=1771320371000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":660.80541,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich glaub nicht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.620988633Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1820B834EC7F0C25FD","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T09:26:11Z","event_id":"$6FWogIX1Aj6W__zsr-L0DC9u9viIQuhvv1S59JFCDDc","part_id":"","time":"2026-03-06T19:22:26.621125035Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2775,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917621868423%3Amatrix.theocloud.dev","duration":321.428155,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<73035 bytes>","time":"2026-03-06T19:22:26.628571402Z","message":"Request completed"} +{"level":"debug","transaction_id":"1448","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:26.64401959Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1448","time":"2026-03-06T19:22:26.644139858Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2772,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":439.222626,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<239012 bytes>","time":"2026-03-06T19:22:26.646510442Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2784,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621868423:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917621868423%3Amatrix.theocloud.dev","duration":35.26815,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:26.664104882Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2756,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824945901315811_132?ts=1770042178000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":769.124178,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Das war seine Nachricht: Hey Theo\n\nI am reaching out to present an exciting opportunity to join a Highly innovative Berlin based product company. \n\nA well-established company, backed by industry-leading stakeholders. Saas/Platform in the Clean/Green Tech Domain, contributing to sustainability and a cleaner future. \n\nOpportunity to join a well versed/high performing team as a software Engineer (all levels from Junior to Tech Lead considered).\n\nFocus on the Backend OR Frontend OR as a Fullstack Developer, several roles in different squads available. \n\nTech Stack: Kotlin, Spring Boot/Ktor, Docker, Kubernetes, Typescript/React, AWS + More\n(No previous Kotlin experience required, if you know Java, they are willing to teach) \n\nYou DO NOT need experience with all mentioned technology – they are willing to teach \n\nThis is an opportunity to work on greenfield development, with long-term backing and an impressive global userbase providing a solid foundation for growth and innovation.\n\nKey details:\n\nSalary: Up to €90,000 per year + a competitive benefits package (including free sports membership)\n\nOptions for working holidays in other countries \n\n1 day per week meet up in Berlin, the rest Fully Remote – More office optional if you wish \n\nSustainability Focus: Be part of a project that contributes to a more sustainable future\n\nStable Company: Significant investment and strong backing provide long-term security and exciting growth potential\n\nTeam Meetups: Twice a year, the team gets together in Berlin to collaborate in person\n\nCurrent Team: They have some of the most experienced \u0026 innovative engineers who have amazing feedback from the people they worked with, Great opportunity to learn\n\nIf you are curious to learn more, kindly reply with your contact number and full availability to speak both tomorrow and Thursday please.\n\nBest\nGeorge Penny\n\nund das seine zweite Nachricht (die ich heute erst gesehen hatte und die erste Nachricht dann auch erst): \nHey Theo,\n\nThanks for connecting, I sent a message regarding a job role...\n\nI wondered if its interesting for you or not please?\n\nBest\nGeorge","format":"org.matrix.custom.html","formatted_body":"Das war seine Nachricht: Hey Theo\u003cbr\u003e\u003cbr\u003eI am reaching out to present an exciting opportunity to join a Highly innovative Berlin based product company. \u003cbr\u003e\u003cbr\u003eA well-established company, backed by industry-leading stakeholders. Saas/Platform in the Clean/Green Tech Domain, contributing to sustainability and a cleaner future. \u003cbr\u003e\u003cbr\u003eOpportunity to join a well versed/high performing team as a software Engineer (all levels from Junior to Tech Lead considered).\u003cbr\u003e\u003cbr\u003eFocus on the Backend OR Frontend OR as a Fullstack Developer, several roles in different squads available. \u003cbr\u003e\u003cbr\u003eTech Stack: Kotlin, Spring Boot/Ktor, Docker, Kubernetes, Typescript/React, AWS + More\u003cbr\u003e(No previous Kotlin experience required, if you know Java, they are willing to teach) \u003cbr\u003e\u003cbr\u003eYou DO NOT need experience with all mentioned technology – they are willing to teach \u003cbr\u003e\u003cbr\u003eThis is an opportunity to work on greenfield development, with long-term backing and an impressive global userbase providing a solid foundation for growth and innovation.\u003cbr\u003e\u003cbr\u003eKey details:\u003cbr\u003e\u003cbr\u003eSalary: Up to €90,000 per year + a competitive benefits package (including free sports membership)\u003cbr\u003e\u003cbr\u003eOptions for working holidays in other countries \u003cbr\u003e\u003cbr\u003e1 day per week meet up in Berlin, the rest Fully Remote – More office optional if you wish \u003cbr\u003e\u003cbr\u003eSustainability Focus: Be part of a project that contributes to a more sustainable future\u003cbr\u003e\u003cbr\u003eStable Company: Significant investment and strong backing provide long-term security and exciting growth potential\u003cbr\u003e\u003cbr\u003eTeam Meetups: Twice a year, the team gets together in Berlin to collaborate in person\u003cbr\u003e\u003cbr\u003eCurrent Team: They have some of the most experienced \u0026amp; innovative engineers who have amazing feedback from the people they worked with, Great opportunity to learn\u003cbr\u003e\u003cbr\u003eIf you are curious to learn more, kindly reply with your contact number and full availability to speak both tomorrow and Thursday please.\u003cbr\u003e\u003cbr\u003eBest\u003cbr\u003eGeorge Penny\u003cbr\u003e\u003cbr\u003eund das seine zweite Nachricht (die ich heute erst gesehen hatte und die erste Nachricht dann auch erst): \u003cbr\u003eHey Theo,\u003cbr\u003e\u003cbr\u003eThanks for connecting, I sent a message regarding a job role...\u003cbr\u003e\u003cbr\u003eI wondered if its interesting for you or not please?\u003cbr\u003e\u003cbr\u003eBest\u003cbr\u003eGeorge","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.671038188Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF9E46D05934749319B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-02T14:22:58Z","event_id":"$yQdQoMPnugy4MFnAHLWPeJ_i4rv34XLsSsHB-qWPTrU","part_id":"","time":"2026-03-06T19:22:26.671575134Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2765,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946047394559_135?ts=1769530137000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":641.248195,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Mama gehst du heute noch einkaufen nach der Arbeit?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.688801366Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A07F57E9C848D08A935","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-27T16:08:57Z","event_id":"$OD09vRPYz_DcTS3Gg6WumVvACTBz2ylfaxLf0ncbjuE","part_id":"","time":"2026-03-06T19:22:26.688957533Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2785,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LiZTBqWbykOKplKobUHAxAfW?user_id=%40whatsapp_4917621868423%3Amatrix.theocloud.dev","duration":29.92536,"status_code":200,"response_length":73035,"response_mime":"image/jpeg","time":"2026-03-06T19:22:26.694147856Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2768,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946091092593_136?ts=1768577685000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":632.324455,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"vorbereiten?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.72354975Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD2BC3966DB33FDE8C1","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-16T15:34:45Z","event_id":"$h4qrsqsuBKXyHvBM0VxHoD8__km2euxMOkh1aHQhxY8","part_id":"","time":"2026-03-06T19:22:26.723707314Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1449","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:26.738142161Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1449","time":"2026-03-06T19:22:26.738303916Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2789,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621868423:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917621868423%3Amatrix.theocloud.dev","duration":63.894305,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LiZTBqWbykOKplKobUHAxAfW"},"time":"2026-03-06T19:22:26.758268101Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917631044300@s.whatsapp.net","time":"2026-03-06T19:22:26.759051242Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2792,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917631044300%3Amatrix.theocloud.dev","duration":23.699067,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917631044300","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:26.783021576Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2793,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631044300:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631044300%3Amatrix.theocloud.dev","duration":26.208288,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:26.809628454Z","message":"Request completed"} +{"level":"debug","transaction_id":"1450","content":{"pdu":1,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:26.81930167Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1450","time":"2026-03-06T19:22:26.819450923Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2773,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946223912776_10?ts=1765812224000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":621.930888,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":123384},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"Z6eyz/y3Z8mEdRhtIGL80evlN0ncP4E57VnjAgkAqQQ=","length":123384,"type":"WhatsApp Image Keys","sha256":"IccywjU/CVBKy8K6CwqPzYHN18B7KD7jf1ISGg3HDX0=","enc_sha256":"e9fwezhlexcFU6Ok8j4GMhM1TzuNL5hQMjF5JICKH2k=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:26.846025533Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A60839E8F41DE22F400","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:23:44Z","event_id":"$gGLSSqlGPU2LSLmcgFuBOx21QDTT4UkedONpnm8aWtQ","part_id":"","time":"2026-03-06T19:22:26.846170665Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2774,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946227347756_137?ts=1767225807000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":621.778562,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Frohes neues mein bester","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.849244002Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A505B6EE4391DD1B9C2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-01T00:03:27Z","event_id":"$g5upsZR09B_gri9Bwnbznm-fHKILgyyK2d8RUeqsuxU","part_id":"","time":"2026-03-06T19:22:26.849382918Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2791,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":167.902343,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<183984 bytes>","time":"2026-03-06T19:22:26.906676157Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2782,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-199870648455306%3Amatrix.theocloud.dev","duration":319.315779,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<45274 bytes>","time":"2026-03-06T19:22:26.915196697Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2776,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946316734816_10?ts=1771675124000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":607.523139,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"dann brauchst du ja rein theoretisch nur die api schnittstelle von der ki und halt die extension die dann das richtige feld auswählt oder","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$pUg-Y27iBWrdyngfYBa_A64S0FlnCeHM2qyZ7Uc0GNQ"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.924440592Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3ACFB9954E2B1B3DB2CE","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-21T11:58:44Z","event_id":"$d9QWVuZsohXbQAyaP1b9VmJRIpWkl6vh7zbZX41NcOk","part_id":"","time":"2026-03-06T19:22:26.924558975Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1451","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:26.944618914Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1451","time":"2026-03-06T19:22:26.944735061Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2797,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-199870648455306:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-199870648455306%3Amatrix.theocloud.dev","duration":37.156194,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:26.952747848Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2799,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/crKSWuMnVganZAFfyMcaNcwQ?user_id=%40whatsapp_lid-199870648455306%3Amatrix.theocloud.dev","duration":29.51846,"status_code":200,"response_length":45274,"response_mime":"image/jpeg","time":"2026-03-06T19:22:26.982434977Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2788,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-101641122517221%3Amatrix.theocloud.dev","duration":292.326304,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<54430 bytes>","time":"2026-03-06T19:22:26.984807726Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2778,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946370044046_138?ts=1770365754000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":616.309568,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moin Alexx! Wann gehst du aktuell eig immer trainieren? Weil ich geh immer Montag,Mittwoch,Freitag, Samstag, Sonntag und hab dich schon wieder voll lang nicht gesehen haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:26.986468155Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD0F6F1F9AA1E7297F3","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T08:15:54Z","event_id":"$MNisuxkojDaoTMBSZkMN5s6qRqjjCSflKjpJQF5N5DA","part_id":"","time":"2026-03-06T19:22:26.986585071Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2801,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101641122517221:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-101641122517221%3Amatrix.theocloud.dev","duration":27.094167,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:27.012295594Z","message":"Request completed"} +{"level":"debug","transaction_id":"1452","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:27.021850985Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1452","time":"2026-03-06T19:22:27.021978378Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2794,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631044300:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631044300%3Amatrix.theocloud.dev","duration":213.293421,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917631044300 (WA)"},"time":"2026-03-06T19:22:27.023108145Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:27.023907489Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2800,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-199870648455306:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-199870648455306%3Amatrix.theocloud.dev","duration":43.737356,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/crKSWuMnVganZAFfyMcaNcwQ"},"time":"2026-03-06T19:22:27.026440736Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:27.027207114Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2803,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/tjJOoYadWQpBLfLsPbEvCKBA?user_id=%40whatsapp_lid-101641122517221%3Amatrix.theocloud.dev","duration":14.715684,"status_code":200,"response_length":54430,"response_mime":"image/jpeg","time":"2026-03-06T19:22:27.027197057Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2779,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946479453889_139?ts=1772482650000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":574.569979,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"weil es ihnen ja gut passt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.054190861Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABA7C1CFBD6B32B614D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:17:30Z","event_id":"$6crLtx9kRqyzUi3Wq_bSPnPJSL0750sxmV2U1NQp-AQ","part_id":"","time":"2026-03-06T19:22:27.05439047Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2805,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-77859284607025%3Amatrix.theocloud.dev","duration":36.404482,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-77859284607025","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:27.06388454Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2804,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101641122517221:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-101641122517221%3Amatrix.theocloud.dev","duration":78.574928,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tjJOoYadWQpBLfLsPbEvCKBA"},"time":"2026-03-06T19:22:27.106056382Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:27.107294754Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2807,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-77859284607025:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-77859284607025%3Amatrix.theocloud.dev","duration":45.553183,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:27.109736578Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2809,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-118292240982236%3Amatrix.theocloud.dev","duration":33.952532,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-118292240982236","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:27.141567653Z","message":"Request completed"} +{"level":"debug","transaction_id":"1453","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:27.151264545Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1453","time":"2026-03-06T19:22:27.151398712Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2781,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946585114183_141?ts=1771243662000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":586.752974,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"danke","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.171996645Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE95F7454A5A59B63F9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T12:07:42Z","event_id":"$RAbWISE84MNqsCHg25JvlDXkSsKmGtDATHiUWwAAZKw","part_id":"","time":"2026-03-06T19:22:27.172121104Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2811,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-118292240982236:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-118292240982236%3Amatrix.theocloud.dev","duration":38.237212,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:27.180257721Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:27.182016488Z","message":""} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2783,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946621980113_142?ts=1771320421000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":572.509144,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber falls wir zu zweit arbeiten müssen, wollen wir dann zsm machen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.19460806Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC82FBC24586D483D8E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T09:27:01Z","event_id":"$kRL6ZJGTh2wJQbWI0NBU9V3WzlKJ2GfPP_u_EbfYdw4","part_id":"","time":"2026-03-06T19:22:27.194752563Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2780,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824946584175574_140?ts=1772658478420&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":612.220516,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$SM9MmkKV3ECtIzPA-FMsp_u4IAQYR7SiBlEN6FrHcfU","key":"❤️"}},"time":"2026-03-06T19:22:27.196525857Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AD512C230329260F652","target_part_id":"","reaction_sender_id":{"user_id":"4917641870516","is_from_me":true},"reaction_ts":"2026-03-04T21:07:58.42Z","event_id":"$kPQIaJbo8HSY7hoxXT27RID4ZZPWOxbcuiyWMzFovJk","time":"2026-03-06T19:22:27.1966661Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2777,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-1975802458312:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":898.017552,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/twjsBbkWYkNNKRnmtNYXgTYG","com.beeper.exclude_from_timeline":true,"displayname":"Melvin (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:27.217689163Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2814,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631044300:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917631044300%3Amatrix.theocloud.dev","duration":35.686225,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:27.218058279Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2818,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917680818036%3Amatrix.theocloud.dev","duration":26.980254,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917680818036","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:27.248220405Z","message":"Request completed"} +{"level":"debug","transaction_id":"1454","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:27.261977993Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1454","time":"2026-03-06T19:22:27.262093162Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2787,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946689796408_143?ts=1769530160000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":574.60965,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Falls ja ich würd jetzt vllt einkaufen gehen und das mitbringen, was du holen wolltest","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.264547697Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEEC4EBB68276B6795C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-27T16:09:20Z","event_id":"$7YS81JPxKmDnmvz7-Rzoul_hxAsEi7vXeaQk_VCx-lc","part_id":"","time":"2026-03-06T19:22:27.264694994Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2786,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946672233816_1?ts=1770049165000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":604.160236,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old voice message. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.audio","body":"","info":{"mimetype":"audio/ogg; codecs=opus","duration":159000,"size":351187},"filename":"Voice message.ogg","org.matrix.msc1767.audio":{"duration":159000,"waveform":[23,44,41,27,35,48,26,37,28,34,28,38,28,9,46,28,39,26,28,39,28,27,24,31,38,27,31,27,38,21,36,34,19,11,0,18,20,48,30,34,35,25,36,47,25,47,43,26,39,33,28,43,22,26,35,36,18,20,27,27,24,45,39,10]},"org.matrix.msc3245.voice":{}},"extra":{"info":{}},"whatsapp_media":{"key":"vOD0+/GSE3nptca4bxHwHURErQdoV+GSmhVHUjUGbV4=","length":351187,"type":"WhatsApp Audio Keys","sha256":"y6O9ZpPuIIwnnBXvGpfrTfNtzu1oDpcKk+PxHka8dBs=","enc_sha256":"j7nEzeQKUI7IEt+/rd/BdDddT7fJrPm0QWMixeNvyp8=","mime_type":"audio/ogg; codecs=opus"},"type_description":"voice message"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:27.277590939Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A4A7C6BC0666B1B228B","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-02T16:19:25Z","event_id":"$iaF7yXUOdt0cKajLdRSSjf1zAzwGmGlpX2B-XT2Bgu4","part_id":"","time":"2026-03-06T19:22:27.277799627Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2819,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680818036:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917680818036%3Amatrix.theocloud.dev","duration":34.512317,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:27.283140042Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2790,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946724553871_6?ts=1768577695000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":571.371415,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Mamas Geburtstag","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.296082222Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3ADB4C405D9C4D039F96","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-16T15:34:55Z","event_id":"$X985P9wCoesw_wZ25sDxuFsIynAOgzFUdLc-tjVz_k0","part_id":"","time":"2026-03-06T19:22:27.296256199Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2810,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-77859284607025:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-77859284607025%3Amatrix.theocloud.dev","duration":207.605542,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sven (WA)"},"time":"2026-03-06T19:22:27.317540961Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:27.318399182Z","message":""} +{"level":"debug","transaction_id":"1455","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:27.335650696Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1455","time":"2026-03-06T19:22:27.336066536Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2813,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-118292240982236:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-118292240982236%3Amatrix.theocloud.dev","duration":176.548389,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917641816167 (WA)"},"time":"2026-03-06T19:22:27.357075352Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:27.357935738Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2795,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946847108157_144?ts=1765812747000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":535.820265,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Nee hab mich umentschieden und gehe morgen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.383136133Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5DF92BBA596080BAD7","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:32:27Z","event_id":"$Vxjo6k68nPvRNTviSrgAJ6ju9ruXM1LUUfykZwerwtk","part_id":"","time":"2026-03-06T19:22:27.383301939Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1456","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:27.396253268Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1456","time":"2026-03-06T19:22:27.396368228Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2796,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824946850094610_10?ts=1767226014082&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":564.319308,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$g5upsZR09B_gri9Bwnbznm-fHKILgyyK2d8RUeqsuxU","key":"❤️"}},"time":"2026-03-06T19:22:27.414535583Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","target_message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A505B6EE4391DD1B9C2","target_part_id":"","reaction_sender_id":{"user_id":"4915735701057"},"reaction_ts":"2026-01-01T00:06:54.082Z","event_id":"$Ivku5i_gSNMOpJqvPcDA5izbG7SEQ0km4pMTTh7RloY","time":"2026-03-06T19:22:27.414673801Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2808,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":360.356596,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<74393 bytes>","time":"2026-03-06T19:22:27.442662996Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2822,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680818036:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917680818036%3Amatrix.theocloud.dev","duration":167.273693,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Felix (WA)"},"time":"2026-03-06T19:22:27.450605382Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"59622887026730@lid","alternate_jid":"4917680818036@s.whatsapp.net","time":"2026-03-06T19:22:27.451074512Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2798,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946925214653_145?ts=1771686287000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":528.59474,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja aber so leicht ist es nicht wie es sich anhört","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.453920582Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1FC71945314171CC13","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T15:04:47Z","event_id":"$i8mBBVEZ_zE5NDxpM8--NJdbbCXiGnEXZ_YtOZNAOgM","part_id":"","time":"2026-03-06T19:22:27.454028697Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2826,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491732976885%3Amatrix.theocloud.dev","duration":24.766396,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491732976885","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:27.476427792Z","message":"Request completed"} +{"level":"debug","transaction_id":"1457","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:27.478081795Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1457","time":"2026-03-06T19:22:27.478208419Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:27.483483182Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2802,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824946987401875_11?ts=1770366303000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":508.50875,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old voice message. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.audio","body":"","info":{"mimetype":"audio/ogg; codecs=opus","duration":150000,"size":336885},"filename":"Voice message.ogg","org.matrix.msc1767.audio":{"duration":150000,"waveform":[0,3,88,86,44,11,77,61,97,54,0,56,13,98,12,70,11,72,87,50,93,3,64,65,39,1,82,0,25,0,1,90,81,55,92,11,42,28,92,41,30,80,35,65,68,63,65,73,71,0,72,80,62,99,48,51,39,61,79,45,28,72,80,0]},"org.matrix.msc3245.voice":{}},"extra":{"info":{}},"whatsapp_media":{"key":"b48TXYqR2P7gIaSnn0KxuSNnk1Q24P5CcidMk2BjFHU=","length":336885,"type":"WhatsApp Audio Keys","sha256":"3sNpEX2OcCsCrk8ceiHs9Na6eRKDAoXWBYxkEQEr2gk=","enc_sha256":"fO/8njr8KvPPueYtZv/QE7ZkONglbT9Oj0VTxh9okGY=","mime_type":"audio/ogg; codecs=opus"},"type_description":"voice message"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:27.49615151Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC7732AC5C010CA3E6BDC09B7A72EA2","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T08:25:03Z","event_id":"$xg4Pf4u-Qx2c_dT3BLkZS9aTk2QaGBQlQly9w_A0SLs","part_id":"","time":"2026-03-06T19:22:27.496380942Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2828,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491732976885:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491732976885%3Amatrix.theocloud.dev","duration":29.217789,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:27.505981033Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2829,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-77859284607025:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-77859284607025%3Amatrix.theocloud.dev","duration":31.47013,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:27.515230795Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:27.516277311Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:27.519502484Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2832,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-112798826770575%3Amatrix.theocloud.dev","duration":13.660996,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-112798826770575","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:27.530262654Z","message":"Request completed"} +{"level":"debug","transaction_id":"1458","content":{"pdu":1,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:27.543730257Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1458","time":"2026-03-06T19:22:27.543855694Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2834,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-112798826770575:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-112798826770575%3Amatrix.theocloud.dev","duration":18.333579,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:27.548957038Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2806,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947055352057_146?ts=1772482659000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":508.552749,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und ich glaub da merkst du die drei sind halt der kern","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.564032758Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A52A8E92E6E943FFC97","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:17:39Z","event_id":"$RThPXDYnAl010q-3E-2-oJLTr1DUhl93Bir5dAw16lY","part_id":"","time":"2026-03-06T19:22:27.564140874Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2835,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.759436,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41144 bytes>","time":"2026-03-06T19:22:27.594112819Z","message":"Request completed"} +{"level":"debug","transaction_id":"1459","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:27.630056762Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1459","time":"2026-03-06T19:22:27.630160687Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2812,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947177999513_147?ts=1771243666000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":471.293399,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"der erste hahaha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.64942226Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFB6C9150D7D994DA52","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T12:07:46Z","event_id":"$WtFdkowdXTe4F2AVl8LYg-BQEBJnKMRP5BvweGSpzZs","part_id":"","time":"2026-03-06T19:22:27.649535195Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2815,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947196386033_12?ts=1771321407000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":466.196385,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aiaiai","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.662714768Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2816,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947197252984_148?ts=1772696241000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":465.4504,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Morgenn ❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.662822395Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A5A431CD55D1D26F097","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T09:43:27Z","event_id":"$i9jYKjCJcLgl_4MFvHlyi59vtuIYbwfllVeB7XAPdyo","part_id":"","time":"2026-03-06T19:22:27.662852357Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A141C2357FC627EB8F9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T07:37:21Z","event_id":"$ay8qI7KDJthwbcdG90ced7o4Fg5NSth3q6X32-Ow094","part_id":"","time":"2026-03-06T19:22:27.6629794Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2831,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491732976885:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491732976885%3Amatrix.theocloud.dev","duration":176.001314,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mirko (WA)"},"time":"2026-03-06T19:22:27.682128178Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"88180091007092@lid","alternate_jid":"491732976885@s.whatsapp.net","time":"2026-03-06T19:22:27.682660655Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2842,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-198749678780508%3Amatrix.theocloud.dev","duration":38.296997,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-198749678780508","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:27.721612562Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2820,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947265557126_8?ts=1769530721000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":469.393062,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bring bitte Kartoffeln, Paprika, eine Pkg. Wildlachs und fettarme Milch mit.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.735094553Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A19B0764655ACC80706","sender_id":{"user_id":"491628947581"},"message_ts":"2026-01-27T16:18:41Z","event_id":"$yOCUgmOnz6AEcjaHogso_VXdTmDhf0_cDKEjEwcSitg","part_id":"","time":"2026-03-06T19:22:27.735235215Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1460","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:27.749875818Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1460","time":"2026-03-06T19:22:27.74999888Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2843,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198749678780508:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-198749678780508%3Amatrix.theocloud.dev","duration":38.677218,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:27.760659943Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2821,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947278747037_149?ts=1770049906000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":481.65002,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old voice message. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.audio","body":"","info":{"mimetype":"audio/ogg; codecs=opus","duration":39000,"size":87721},"filename":"Voice message.ogg","org.matrix.msc1767.audio":{"duration":39000,"waveform":[8,11,77,92,67,49,65,60,74,22,47,53,15,31,85,74,67,57,82,65,92,45,73,66,22,11,32,76,81,76,88,95,34,82,15,53,62,56,72,49,67,52,21,21,73,33,42,39,21,72,69,87,94,77,57,56,32,69,80,72,46,45,26,54]},"org.matrix.msc3245.voice":{}},"extra":{"info":{}},"whatsapp_media":{"key":"8vl4fDb+9K8GXBPnG/Jrh4QH/OhWRT1LDL44HZ2WEE4=","length":87721,"type":"WhatsApp Audio Keys","sha256":"FRVh4G4kcE0+B8bIFRLHajzlr/xD2f5yRdjXAW+utak=","enc_sha256":"7YpbvMadxFkFdja6BteFad5cBy+wNe97VOrDpnmQgOA=","mime_type":"audio/ogg; codecs=opus"},"type_description":"voice message"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:27.76071463Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A91857455F96CE9042F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-02T16:31:46Z","event_id":"$8zbz63qv27yJ67Mpd6hu9LEnKZTvSWsFS97CFeC2ZmA","part_id":"","time":"2026-03-06T19:22:27.760964525Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2836,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-112798826770575:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-112798826770575%3Amatrix.theocloud.dev","duration":215.451196,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917643655863 (WA)"},"time":"2026-03-06T19:22:27.764591291Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:27.765187115Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2838,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":166.257838,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<37836 bytes>","time":"2026-03-06T19:22:27.76811525Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2823,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947297201723_150?ts=1768577700000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":488.895451,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ahhhh","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.786291964Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AECDA2D37B94DFB0F25","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-16T15:35:00Z","event_id":"$YxRDDjR8hgpIyQc0-4s7jRwNJ94H-szC3Jz2oG61zc8","part_id":"","time":"2026-03-06T19:22:27.786436956Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2833,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-118292240982236%3Amatrix.theocloud.dev","duration":290.321484,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<76558 bytes>","time":"2026-03-06T19:22:27.81902512Z","message":"Request completed"} +{"level":"debug","transaction_id":"1461","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:27.83109106Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1461","time":"2026-03-06T19:22:27.831208116Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2848,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-118292240982236:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-118292240982236%3Amatrix.theocloud.dev","duration":16.68684,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:27.83603065Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2849,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/sJBFLGLbEkaqHVimBAKphrdL?user_id=%40whatsapp_lid-118292240982236%3Amatrix.theocloud.dev","duration":18.045271,"status_code":200,"response_length":76558,"response_mime":"image/jpeg","time":"2026-03-06T19:22:27.854244241Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2824,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947384216871_151?ts=1765812754000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":495.010625,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab noch zu doll Muskelkater","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.879403918Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A844F18C1159BF28F26","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:32:34Z","event_id":"$1AAXMTFaTymtrGmTz_1Cz8iK8ZZVQR1TOC6xT_r1JJk","part_id":"","time":"2026-03-06T19:22:27.879557641Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2817,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-1975802458312:matrix.theocloud.dev?user_id=%40whatsapp_lid-1975802458312%3Amatrix.theocloud.dev","duration":664.613416,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/twjsBbkWYkNNKRnmtNYXgTYG","com.beeper.exclude_from_timeline":true,"displayname":"Melvin (WA)","membership":"join"},"time":"2026-03-06T19:22:27.883103041Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2850,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-118292240982236:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-118292240982236%3Amatrix.theocloud.dev","duration":60.388576,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sJBFLGLbEkaqHVimBAKphrdL"},"time":"2026-03-06T19:22:27.914900242Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:27.916084626Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2825,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947415303428_152?ts=1767225828000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":503.120562,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"nächste woche ist es wieder soweit","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.918581415Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A48CD4BA33EAA99285F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-01T00:03:48Z","event_id":"$HNuc-gwYsEOEvmKm1a9HJAZCZEQjzduH407MontOG_I","part_id":"","time":"2026-03-06T19:22:27.918728294Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:27.928098045Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2853,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-110608343158788%3Amatrix.theocloud.dev","duration":29.876261,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-110608343158788","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:27.946301229Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2845,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198749678780508:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-198749678780508%3Amatrix.theocloud.dev","duration":186.018154,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Gianni_ (WA)"},"time":"2026-03-06T19:22:27.946842925Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:27.947440634Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2827,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947454712662_153?ts=1771686306000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":504.054143,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"entweder man macht es deterministisch und die ki kann nur bestimmte pattern ausführen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:27.958923112Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA89F5F982B9044303E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T15:05:06Z","event_id":"$IPjTtHrVlq3eaCSId1NyEBrmliihh3hqxM6ZrKkikWU","part_id":"","time":"2026-03-06T19:22:27.959103655Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1462","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:27.975625387Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1462","time":"2026-03-06T19:22:27.975726379Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2857,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-110608343158788:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-110608343158788%3Amatrix.theocloud.dev","duration":32.577129,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:27.979351539Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2830,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947497110234_154?ts=1770367794000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":513.856078,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja okay nach 19 Uhr ist der Grund dann","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.011111584Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF0FFBE746760194D99","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T08:49:54Z","event_id":"$Ra8BRU5EUm2Z3ifpidiO9INFVCAHx0mQ7vCd7Lhk_Kg","part_id":"","time":"2026-03-06T19:22:28.011265586Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1463","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.046302698Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1463","time":"2026-03-06T19:22:28.046612029Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2837,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947564936377_12?ts=1772482669000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":510.799294,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Lass uns erstmal abwarten was passiert","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.075885622Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A43D195406A8310F4B7","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:17:49Z","event_id":"$XyXzMCqo8p4fEPUHVQf1VL4POGEdV_J6tmP8X9ppmgM","part_id":"","time":"2026-03-06T19:22:28.07604151Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:28.104522044Z","message":""} +{"level":"debug","transaction_id":"1464","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.113622205Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1464","time":"2026-03-06T19:22:28.113729971Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2859,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-110608343158788:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-110608343158788%3Amatrix.theocloud.dev","duration":167.415892,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491756930361 (WA)"},"time":"2026-03-06T19:22:28.146950627Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:28.147886233Z","message":""} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2839,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947650311421_11?ts=1771243668000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":522.290572,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Warum? Haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.172751316Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3AFAA6341C15053C7E84","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-16T12:07:48Z","event_id":"$dBjhSawRYDZ96hQlg9dCSs5mQUBfA92-2fxIkCG52og","part_id":"","time":"2026-03-06T19:22:28.17291335Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2840,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947663788173_13?ts=1771321411000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":526.822423,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab ich nicht gesehen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.190756008Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A9AB6791C63F5A23F66","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-17T09:43:31Z","event_id":"$s4BA84ljjw3KuogqzhItgX6SYVxSgHTnxmde3BRRhm4","part_id":"","time":"2026-03-06T19:22:28.19089234Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2841,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947666075785_18?ts=1772697056000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":525.655989,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Morgen : )","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.191847782Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3BFE00BFC49B629AF084","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T07:50:56Z","event_id":"$rnVBFsXbDVFH7y90ohGTeKLHA1_GrRya_LnqiSodFFM","part_id":"","time":"2026-03-06T19:22:28.19199033Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2855,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":255.846672,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<930878 bytes>","time":"2026-03-06T19:22:28.195268723Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_count":100,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:22:28.195564016Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_count":100,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:22:28.195650341Z","message":"Sending backfill messages"} +{"level":"debug","transaction_id":"1465","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.222283409Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1465","time":"2026-03-06T19:22:28.222395087Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2856,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-112798826770575%3Amatrix.theocloud.dev","duration":304.319958,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34930 bytes>","time":"2026-03-06T19:22:28.244113429Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2844,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947736042172_155?ts=1769530735000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":520.128956,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Okee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.256287066Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A0002AE7A4D97F67211","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-27T16:18:55Z","event_id":"$yPFFGitmP1vIRmYwZLnVom48yuiFdSf4vxiZVY0GPzE","part_id":"","time":"2026-03-06T19:22:28.256412991Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2867,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-112798826770575:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-112798826770575%3Amatrix.theocloud.dev","duration":24.095841,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:28.268654654Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2869,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/jWAgxYDjikATfKSDigCcIWQW?user_id=%40whatsapp_lid-112798826770575%3Amatrix.theocloud.dev","duration":27.035988,"status_code":200,"response_length":34930,"response_mime":"image/jpeg","time":"2026-03-06T19:22:28.295806371Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2847,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947787306142_156?ts=1768577702000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":509.464889,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"true","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.296932786Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF1F69E02492AD20854","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-16T15:35:02Z","event_id":"$RREPOHoh723MEEqEx7k2GWVTgdZ7euMZWK01PRT-M0g","part_id":"","time":"2026-03-06T19:22:28.297109486Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2846,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824947761768269_2?ts=1770049973692&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":544.389974,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$8zbz63qv27yJ67Mpd6hu9LEnKZTvSWsFS97CFeC2ZmA","key":"🙏"}},"time":"2026-03-06T19:22:28.306277533Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","target_message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A91857455F96CE9042F","target_part_id":"","reaction_sender_id":{"user_id":"491783743461"},"reaction_ts":"2026-02-02T16:32:53.692Z","event_id":"$NtenJfRsdV5jX356DTSWMrbLKf2aRPfGK0s_TL9Gack","time":"2026-03-06T19:22:28.306411211Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:28.307010108Z","message":""} +{"level":"debug","transaction_id":"1466","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.30900578Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1466","time":"2026-03-06T19:22:28.309137781Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2870,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-112798826770575:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-112798826770575%3Amatrix.theocloud.dev","duration":50.744624,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jWAgxYDjikATfKSDigCcIWQW"},"time":"2026-03-06T19:22:28.346837278Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:28.347890009Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2873,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-127505180680381%3Amatrix.theocloud.dev","duration":21.575724,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-127505180680381","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:28.369749503Z","message":"Request completed"} +{"level":"debug","transaction_id":"1467","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.37341985Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1467","time":"2026-03-06T19:22:28.373538023Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2851,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947880504631_157?ts=1765812764000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":510.374863,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"macht heute also null Sinn","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.391034754Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB53C2446C25C4A5851","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:32:44Z","event_id":"$bO8inBg0C84dRta1qnF64Mdq05Cr3IKfetGz5XZVxGc","part_id":"","time":"2026-03-06T19:22:28.391219486Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2875,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127505180680381:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-127505180680381%3Amatrix.theocloud.dev","duration":29.93032,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:28.400077294Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2862,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-198749678780508%3Amatrix.theocloud.dev","duration":285.507679,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<76292 bytes>","time":"2026-03-06T19:22:28.400227036Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2854,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947919563606_158?ts=1767225839000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":500.015797,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"dann gehts wieder arbeiten","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.419708472Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A92D27168CBB2328897","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-01T00:03:59Z","event_id":"$w-1MmO43im4yTb1nEL3pUBliGyjIyqqt1t6LmKPtla4","part_id":"","time":"2026-03-06T19:22:28.419849204Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2878,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198749678780508:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-198749678780508%3Amatrix.theocloud.dev","duration":28.738531,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:28.429240676Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2880,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/GAxoRJyqwaRZaIEofreBGNQq?user_id=%40whatsapp_lid-198749678780508%3Amatrix.theocloud.dev","duration":23.257385,"status_code":200,"response_length":76292,"response_mime":"image/jpeg","time":"2026-03-06T19:22:28.452652831Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2858,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824947959973469_159?ts=1771686324000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":496.112945,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"oder halt alles, aber wie das geht weiß ich noch nicht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.456228683Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A0C24C257C521E23335","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T15:05:24Z","event_id":"$FDqm4HUTNvZMtmb1pAKZrOYX65fcDkAQz9IuKwXZJMM","part_id":"","time":"2026-03-06T19:22:28.456388062Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1468","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.466636708Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1468","time":"2026-03-06T19:22:28.466726315Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2860,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948012222075_160?ts=1770367849000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":485.086396,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Die 30-40 Seiten schaffst du noch easy","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.497456468Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AAFD6F16A49CD9792FE","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T08:50:49Z","event_id":"$zd7ZvuI-6XKcoS4Q0QMBMIGlTkGUVZNl3nknH0nRfNs","part_id":"","time":"2026-03-06T19:22:28.497599714Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2881,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198749678780508:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-198749678780508%3Amatrix.theocloud.dev","duration":56.950314,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GAxoRJyqwaRZaIEofreBGNQq"},"time":"2026-03-06T19:22:28.509833485Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2884,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917629056660%3Amatrix.theocloud.dev","duration":25.702002,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917629056660","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:28.536585704Z","message":"Request completed"} +{"level":"debug","transaction_id":"1469","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.538113293Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1469","time":"2026-03-06T19:22:28.538219523Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2885,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917629056660:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917629056660%3Amatrix.theocloud.dev","duration":23.531586,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:28.560452113Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2861,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948076914188_161?ts=1772482673000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":506.629645,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.583695739Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A413602D4E94D037836","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:17:53Z","event_id":"$Gp6rVgMntcYBwUDw0jabQ0sopCGbc95f772M_zT_JEg","part_id":"","time":"2026-03-06T19:22:28.583842757Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2877,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127505180680381:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-127505180680381%3Amatrix.theocloud.dev","duration":188.053146,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Margarita Pantzali (WA)"},"time":"2026-03-06T19:22:28.588354494Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:28.589153349Z","message":""} +{"level":"debug","transaction_id":"1470","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.622140662Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1470","time":"2026-03-06T19:22:28.622216161Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2874,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-110608343158788%3Amatrix.theocloud.dev","duration":303.844402,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<92374 bytes>","time":"2026-03-06T19:22:28.661483825Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2852,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-130794756513956:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":781.393707,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Josi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:28.665630426Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2863,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948173788892_12?ts=1771243672000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":529.27158,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ah wir zusammen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.703208607Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3A890909364C894E520C","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-16T12:07:52Z","event_id":"$JFchfp9c89B26rahZDr4Ojc8keuGvOxHZ4o3c7emaNY","part_id":"","time":"2026-03-06T19:22:28.703396552Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2888,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-110608343158788:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-110608343158788%3Amatrix.theocloud.dev","duration":49.082659,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:28.710855491Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2864,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948191788206_14?ts=1771489104000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":534.955269,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich bin zu spät 😔","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.726891261Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A5C71CD83AE91DFCC4D","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-19T08:18:24Z","event_id":"$58evsyumNc9h6Ek0G3S_yw_8nHifHoTFf0-IeluWr_s","part_id":"","time":"2026-03-06T19:22:28.727028641Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2865,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948192795191_19?ts=1772732393000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":535.643495,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Helloo","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.72855155Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AFF9FECCA5D08E764D4","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T17:39:53Z","event_id":"$pyEZzXR8YBdLotQnQIxAuKSa5A_krTATQqagfqvPsZg","part_id":"","time":"2026-03-06T19:22:28.728683692Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1471","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.737733845Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1471","time":"2026-03-06T19:22:28.738117209Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2891,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/nCEmcylWFePFNVPzAgtHTexF?user_id=%40whatsapp_lid-110608343158788%3Amatrix.theocloud.dev","duration":29.206405,"status_code":200,"response_length":92374,"response_mime":"image/jpeg","time":"2026-03-06T19:22:28.74021485Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:28.754798252Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2868,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948256943373_9?ts=1769792100000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":537.484605,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Theo,\nbist du heute zum Abendessen zu Hause?","format":"org.matrix.custom.html","formatted_body":"Hey Theo,\u003cbr\u003ebist du heute zum Abendessen zu Hause?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.794547338Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A15689CB8BE2D399BD9","sender_id":{"user_id":"491628947581"},"message_ts":"2026-01-30T16:55:00Z","event_id":"$QH7zRuje5-hv4alzYya7WIWmylKUvnNtovcxRpkrw-c","part_id":"","time":"2026-03-06T19:22:28.794698546Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2886,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917629056660:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917629056660%3Amatrix.theocloud.dev","duration":240.064428,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Gianni_ (WA)"},"time":"2026-03-06T19:22:28.800672429Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:28.80126518Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2894,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-110608343158788:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-110608343158788%3Amatrix.theocloud.dev","duration":62.725636,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nCEmcylWFePFNVPzAgtHTexF"},"time":"2026-03-06T19:22:28.803244718Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:28.804174457Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2866,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948195989844_1?ts=1772188855000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":624.920622,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Was machen wir am Dienstag","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.821055319Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:27956059590853@lid:3A9D71AB0C6CBAB7AD7E","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2026-02-27T10:40:55Z","event_id":"$AQZY8-aoB3bKTdAcKFuc5rPOn5FkLHIXafhRXpL4cF8","part_id":"","time":"2026-03-06T19:22:28.821166578Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2871,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948298093144_162?ts=1768577712000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":528.130288,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ja dann sehen wir uns bestimmt noch später","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.826413264Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5C4E36A0EE61B7F7F3","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-16T15:35:12Z","event_id":"$_sjCZVoBKivhWA4GkAfl5vXGY-RGJj0mHfQFYIsIbTY","part_id":"","time":"2026-03-06T19:22:28.826551831Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1472","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.831130826Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1472","time":"2026-03-06T19:22:28.831290625Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2897,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-43542495891687%3Amatrix.theocloud.dev","duration":35.281071,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-43542495891687","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:28.839729239Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2872,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948307053899_163?ts=1770104402000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":535.603685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old voice message. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.audio","body":"","info":{"mimetype":"audio/ogg; codecs=opus","duration":75000,"size":170365},"filename":"Voice message.ogg","org.matrix.msc1767.audio":{"duration":75000,"waveform":[24,88,74,27,79,89,74,60,51,87,94,61,64,90,79,45,67,73,62,97,78,20,83,57,61,55,86,85,76,66,76,36,49,86,88,60,68,67,54,88,70,86,36,84,50,85,43,60,88,38,95,79,35,61,87,87,28,39,53,86,71,85,56,53]},"org.matrix.msc3245.voice":{}},"extra":{"info":{}},"whatsapp_media":{"key":"ldntynpvtv0XeotyJZw3AYUnKbRPYdjPYwRgd/c1uFg=","length":170365,"type":"WhatsApp Audio Keys","sha256":"SbJ7QqVtSTlqDranvmqdO2RGhY6By2eh2OyeCL1/5Lg=","enc_sha256":"4npzv+dl1PqZDnXXvEoVkCqglIbA1cXYGYnGMW9RyIo=","mime_type":"audio/ogg; codecs=opus"},"type_description":"voice message"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:28.842933111Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1E9954A5C58F88516F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T07:40:02Z","event_id":"$DdZWc88hw_QtFncOR9hi-3htRC_P62S7D1COZMBjiEM","part_id":"","time":"2026-03-06T19:22:28.843168689Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2900,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-43542495891687:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-43542495891687%3Amatrix.theocloud.dev","duration":39.346655,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:28.87943656Z","message":"Request completed"} +{"level":"debug","transaction_id":"1473","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:28.926291531Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1473","time":"2026-03-06T19:22:28.926429679Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2876,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948392129111_164?ts=1765812786000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":566.834884,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber wie liefs so bei dir in der Klausur?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.959116182Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A45097F4D974D781BA8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:33:06Z","event_id":"$i1LNPwRtv-KuT8DlOJDkcPlr-txCqB3z9L0ujg08lBc","part_id":"","time":"2026-03-06T19:22:28.959306013Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:28.965579868Z","message":""} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2879,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948421207006_11?ts=1767226018000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":568.3198,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gänsehaut","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$HNuc-gwYsEOEvmKm1a9HJAZCZEQjzduH407MontOG_I"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:28.989694636Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:ACF6FB06D9FD76EF83F55E455EC3CEB1","sender_id":{"user_id":"4915735701057"},"message_ts":"2026-01-01T00:06:58Z","event_id":"$UkSFr-YJuC5fOtW0YICm0Z_x9FNy_Qoz6Pf4sRX6Ai0","part_id":"","time":"2026-03-06T19:22:28.989880836Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2882,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948457115748_11?ts=1771689426000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":580.111608,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"mhm","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.037412369Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3EB05298F64EA436EE7745","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-21T15:57:06Z","event_id":"$avxDTAmH1WOQyob-UN0WOWABr15od4Q5an2ZRCyi_vI","part_id":"","time":"2026-03-06T19:22:29.037563088Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1474","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:29.046225757Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1474","time":"2026-03-06T19:22:29.046362159Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2895,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-127505180680381%3Amatrix.theocloud.dev","duration":312.858866,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24979 bytes>","time":"2026-03-06T19:22:29.078434678Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2883,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948498492996_165?ts=1770367938000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":585.543377,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Heute geh ich wahrscheinlich 16/17 Uhr und morgen so Frühnachmittag auch, also morgen könnte die Wahrscheinlichkeit groß sein, dass wir uns sehen :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.084189187Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A73418D06585F680D70","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T08:52:18Z","event_id":"$1zjpid1BgZI9Yv6ygvipXL33mBTlAwu3E0_bLtCPmFA","part_id":"","time":"2026-03-06T19:22:29.08437406Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2902,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-43542495891687:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-43542495891687%3Amatrix.theocloud.dev","duration":207.676222,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915734484578 (WA)"},"time":"2026-03-06T19:22:29.087349687Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:29.088288506Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2907,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127505180680381:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-127505180680381%3Amatrix.theocloud.dev","duration":28.375212,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:29.107162734Z","message":"Request completed"} +{"level":"debug","transaction_id":"1475","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:29.128179022Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1475","time":"2026-03-06T19:22:29.128285392Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2909,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/TmwMKWAePfUzkYDsWXddFsMS?user_id=%40whatsapp_lid-127505180680381%3Amatrix.theocloud.dev","duration":27.53103,"status_code":200,"response_length":24979,"response_mime":"image/jpeg","time":"2026-03-06T19:22:29.134862223Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2887,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948584754128_166?ts=1772482680000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":580.951741,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"viel Spaß beim\nYt gucken","format":"org.matrix.custom.html","formatted_body":"viel Spaß beim\u003cbr\u003eYt gucken","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.165847229Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7D68424EBE911F45A4","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:18:00Z","event_id":"$DV8WD4-0NSBAdFe10GVbFmXqmgHG0cFLd0xIp7tqex8","part_id":"","time":"2026-03-06T19:22:29.165983701Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2910,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127505180680381:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-127505180680381%3Amatrix.theocloud.dev","duration":62.510032,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TmwMKWAePfUzkYDsWXddFsMS"},"time":"2026-03-06T19:22:29.197633884Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:29.198474016Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1476","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:29.205675307Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1476","time":"2026-03-06T19:22:29.205741587Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2912,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-32156537630722%3Amatrix.theocloud.dev","duration":31.225193,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-32156537630722","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:29.229934089Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:29.255772633Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2913,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-32156537630722:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-32156537630722%3Amatrix.theocloud.dev","duration":39.208088,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:29.269528475Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2890,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948704254983_167?ts=1771243677000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":565.140023,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"weil niemand das hat","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.269546564Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABF7535AF20B35B2D4C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T12:07:57Z","event_id":"$_AnxLwMqpXrBLSgI-Gi8LxrZ0mQHOuyVzWbWZBHZcJg","part_id":"","time":"2026-03-06T19:22:29.269665296Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2904,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917629056660%3Amatrix.theocloud.dev","duration":314.67609,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<76292 bytes>","time":"2026-03-06T19:22:29.289469473Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2892,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948728064122_15?ts=1771489110000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":563.734169,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber ich verspreche ich werde da sein!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.291938464Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A05464529271E2B61D8","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-19T08:18:30Z","event_id":"$HQ2eA3Q9hfgyhTq4HqMjlADT-bAuJfEPTx1toiRmwDg","part_id":"","time":"2026-03-06T19:22:29.292077869Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2893,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948729483036_168?ts=1772733080000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":567.230122,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hellooo Maus","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.296856403Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF94BC1EBD2A2D83244","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T17:51:20Z","event_id":"$6o2WsLOoRFShiSg3tOL_u4NDG7IKSdGtUuVjkcHElEU","part_id":"","time":"2026-03-06T19:22:29.297045396Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2914,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-43542495891687:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-43542495891687%3Amatrix.theocloud.dev","duration":45.145165,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:29.301257021Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:29.302392236Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1477","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:29.32030355Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1477","time":"2026-03-06T19:22:29.320420815Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2917,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917629056660:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917629056660%3Amatrix.theocloud.dev","duration":36.459867,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:29.326288538Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2920,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-67362887889042%3Amatrix.theocloud.dev","duration":36.234695,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-67362887889042","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:29.338923413Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2921,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/BzkUHsdYKFIVTTcQGFfpoOVq?user_id=%40whatsapp_4917629056660%3Amatrix.theocloud.dev","duration":27.092351,"status_code":200,"response_length":76292,"response_mime":"image/jpeg","time":"2026-03-06T19:22:29.353512891Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2922,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67362887889042:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-67362887889042%3Amatrix.theocloud.dev","duration":25.80928,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:29.36508756Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2896,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948795701550_169?ts=1769792632000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":574.984842,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Mama, nein tatsächlich geh ich spontan zu Ana nach dem Training :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.370832641Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA4C0C0F3E6DCF0A0F8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-30T17:03:52Z","event_id":"$ZchB6nwiOwa9vYmu9tJrdpbHvtB1XaOD-WOsTwcYA3U","part_id":"","time":"2026-03-06T19:22:29.370985456Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2899,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948827267923_7?ts=1768592149000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":573.786489,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich glaube wird nichts bin immer noch am putzen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.401194305Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A5749B6508FA9765723","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-16T19:35:49Z","event_id":"$xwoSHtXV6ZX96bnKHdD-YMlzWYIaGs2KHk9nxsLP56Q","part_id":"","time":"2026-03-06T19:22:29.401296485Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1478","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:29.40776094Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1478","time":"2026-03-06T19:22:29.407907748Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2901,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948844074542_3?ts=1770114243000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":569.004462,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moin broski, ahh verstehe. Ja, es wäre ja auf für das Unternehmen unpraktisch, die Stelle so lange unbesetzt zu lassen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.413208841Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A0BFCCAE23A1F29463B","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-03T10:24:03Z","event_id":"$l5XC5O00scsg9ILTMewThFVX5lYTO24XqfpjORv0whM","part_id":"","time":"2026-03-06T19:22:29.413354811Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2923,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917629056660:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917629056660%3Amatrix.theocloud.dev","duration":66.903876,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BzkUHsdYKFIVTTcQGFfpoOVq"},"time":"2026-03-06T19:22:29.420622941Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"198749678780508@lid","alternate_jid":"4917629056660@s.whatsapp.net","time":"2026-03-06T19:22:29.421145081Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2898,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948821781818_1?ts=1772192132000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":609.940028,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Omg was für ein guter Sticker!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.43184358Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AC84C5839C44A4615BC","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-02-27T11:35:32Z","event_id":"$-jfuf0hPpfCJ2uStFMa4O2RlIM_DrBUgRVDPYRPvRoc","part_id":"","time":"2026-03-06T19:22:29.431976141Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2928,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":24.546951,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-206734241087531","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:29.446349178Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2930,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-206734241087531:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":32.669111,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:29.479363729Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2915,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-32156537630722:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-32156537630722%3Amatrix.theocloud.dev","duration":224.757462,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Aaron (WA)"},"time":"2026-03-06T19:22:29.494440357Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:29.49519165Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2889,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-130794756513956:matrix.theocloud.dev?user_id=%40whatsapp_lid-130794756513956%3Amatrix.theocloud.dev","duration":836.680449,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Josi (WA)","membership":"join"},"time":"2026-03-06T19:22:29.502865632Z","message":"Request completed"} +{"level":"debug","transaction_id":"1479","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:29.505016353Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1479","time":"2026-03-06T19:22:29.505141789Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2903,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948960243644_11?ts=1765812840000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":571.969613,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Not great not terrible","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.532357552Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A82A07DD8150466DE2C","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:34:00Z","event_id":"$L1XqMgN1O2EeEIczcStbSYdTO8LeIuaXuw6Xig6F_gY","part_id":"","time":"2026-03-06T19:22:29.532483547Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2905,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824948990797096_12?ts=1767226026000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":570.747933,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dann sehen wir uns ja","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.561715723Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:AC56E8D996F17B460075A9777B90AF19","sender_id":{"user_id":"4915735701057"},"message_ts":"2026-01-01T00:07:06Z","event_id":"$t2pTKKWIfA1lavBmuHGNf5uOLxpQh_eBD442YBMVwW4","part_id":"","time":"2026-03-06T19:22:29.561941803Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2924,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67362887889042:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-67362887889042%3Amatrix.theocloud.dev","duration":216.886942,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915151533302 (WA)"},"time":"2026-03-06T19:22:29.58213542Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:29.582890274Z","message":""} +{"level":"debug","transaction_id":"1480","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:29.588695279Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1480","time":"2026-03-06T19:22:29.588946432Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2906,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949038399169_12?ts=1771689441000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":575.519972,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"am Donnerstag hab ich meine zweite Klausur und danach bisschen Zeit, wenn du willst können wir dann mal was zocken","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.614063366Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3EB0FEBBD9C9EF725B50B3","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-21T15:57:21Z","event_id":"$WdWwh1Zwcqpr5jgWqFIJ8vqFKSrPWfVSE9B5MJpranE","part_id":"","time":"2026-03-06T19:22:29.614188313Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:29.666045943Z","message":""} +{"level":"debug","transaction_id":"1481","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:29.673697995Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1481","time":"2026-03-06T19:22:29.673857235Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2908,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824949085131987_12?ts=1770374975297&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":591.590454,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$1zjpid1BgZI9Yv6ygvipXL33mBTlAwu3E0_bLtCPmFA","key":"👍🏻"}},"time":"2026-03-06T19:22:29.676876025Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","target_message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A73418D06585F680D70","target_part_id":"","reaction_sender_id":{"user_id":"4917657607100"},"reaction_ts":"2026-02-06T10:49:35.297Z","event_id":"$easCNnoTcvR5ceVGJM39bZ3xsAwEjpTkx5UPvxKFB_I","time":"2026-03-06T19:22:29.677023392Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2931,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-206734241087531:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":206.289785,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Julio Cela (WA)"},"time":"2026-03-06T19:22:29.685862761Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:29.686666366Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2936,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-32156537630722:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-32156537630722%3Amatrix.theocloud.dev","duration":30.459373,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:29.696799981Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:29.697702901Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2938,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-95765573664918%3Amatrix.theocloud.dev","duration":30.955813,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-95765573664918","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:29.728929003Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2911,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949166817337_13?ts=1772482685000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":566.099306,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Und glaub mir ich bin profi im face to Face diskutieren","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.733062404Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A591D7036975C09E553","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:18:05Z","event_id":"$mtmst3v1_tQAlw38zSExLP5ytQjpTMeil_qfU4lzYmM","part_id":"","time":"2026-03-06T19:22:29.733210749Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:29.736478666Z","message":""} +{"level":"debug","transaction_id":"1482","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:29.754310918Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1482","time":"2026-03-06T19:22:29.754430907Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2939,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95765573664918:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-95765573664918%3Amatrix.theocloud.dev","duration":28.773523,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:29.758019749Z","message":"Request completed"} +{"level":"warn","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","started_at":"2026-03-06T19:21:59.794631012Z","time":"2026-03-06T19:22:29.794661834Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2916,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949271399967_170?ts=1771243679000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":539.708799,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"jo","m.mentions":{"user_ids":["@whatsapp_491637362958:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$JFchfp9c89B26rahZDr4Ojc8keuGvOxHZ4o3c7emaNY"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.811238463Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5C8053D14F1CD0C6CC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T12:07:59Z","event_id":"$oZIt_qK8WWp5gl0_HJiyEIZAzH37A3OtXrKwo5jBw0g","part_id":"","time":"2026-03-06T19:22:29.811320108Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2918,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949292817149_16?ts=1771489124000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":533.424607,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Es sind so 4 S1en ausgefallen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.826401346Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A6FACAC0CA44A4D1A15","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-19T08:18:44Z","event_id":"$IJfVB9DdXhPc2YH3KvcR67ZSsJcG9Z2SVHy_vJfVOqI","part_id":"","time":"2026-03-06T19:22:29.82655444Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2919,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949297912418_171?ts=1772733091000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":534.464558,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wie gehts dir wie war dein Tag so","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.832482227Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2FDF661BD2BD235921","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T17:51:31Z","event_id":"$soXxBU38wmpeGRKqahF6I4vxTbwdvPgbaY62Q0rKP-g","part_id":"","time":"2026-03-06T19:22:29.832601099Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:29.848279138Z","message":""} +{"level":"debug","transaction_id":"1483","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:29.900525369Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1483","time":"2026-03-06T19:22:29.90060932Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2925,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949371773345_172?ts=1769792647000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":533.435922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Fragst du wegen was wichtigem oder einfach wegen Essen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.905359567Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8C52189E53DF5E587C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-30T17:04:07Z","event_id":"$XzF_qC2NddANMT0L97qRfPHN5hxgBBLVO4I5pjvHmMU","part_id":"","time":"2026-03-06T19:22:29.905501906Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2926,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949401880365_173?ts=1768593529000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":532.310693,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bin auch lange zu Hause haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.934307905Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9CC9A88CE07ECBC05C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-16T19:58:49Z","event_id":"$vn_w5SKS0c0r3q7szoahH3HW0OoerydlDedVuO29-Cw","part_id":"","time":"2026-03-06T19:22:29.934420491Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2927,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949414150803_4?ts=1770114282000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":529.273955,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber solche recruiter kriegen immer mal wieder solche Anfragen, und es ist gar nicht unwahrscheinlich, dass er sich nochmal bei dir in Zukunft melden wird","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.943559344Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A5F828D34DDEC2FD5F4","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-03T10:24:42Z","event_id":"$AT2c3ti8rM8G6R0hc9KcgjTPaq_CgeiQ3KgJ5DEjm_s","part_id":"","time":"2026-03-06T19:22:29.943663269Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2941,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95765573664918:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-95765573664918%3Amatrix.theocloud.dev","duration":190.444124,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Raha (WA)"},"time":"2026-03-06T19:22:29.948640923Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:29.949484617Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2929,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949432829822_2?ts=1772192139000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":530.596626,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wollen wir Wizard spielen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:29.963567739Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A1E5D961B50BA3A2592","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-02-27T11:35:39Z","event_id":"$onkRKbf0xKxWDT36b5JEyobDqX0n_ecCP2b4_8Bi7X0","part_id":"","time":"2026-03-06T19:22:29.963757151Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1484","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:29.996896999Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1484","time":"2026-03-06T19:22:29.997031864Z","message":"Finished dispatching events from transaction"} +{"level":"warn","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","started_at":"2026-03-06T19:22:00.030663244Z","time":"2026-03-06T19:22:30.031054867Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","started_at":"2026-03-06T19:22:00.031469153Z","time":"2026-03-06T19:22:30.032163542Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2933,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949533235747_12?ts=1765812850000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":533.018195,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also ich konnte alle Fragen mit den Folien beantworten!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.066421774Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AD1360E2DF1EE405861","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:34:10Z","event_id":"$zR8Wm3msXdOXDP9miKIyHJ5gujz8wJQ2Tg9qPcWCiss","part_id":"","time":"2026-03-06T19:22:30.066565858Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2942,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-67362887889042%3Amatrix.theocloud.dev","duration":296.655613,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34456 bytes>","time":"2026-03-06T19:22:30.091125591Z","message":"Request completed"} +{"level":"debug","transaction_id":"1485","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.093624126Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1485","time":"2026-03-06T19:22:30.093783715Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2934,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949563596784_174?ts=1767261586000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":536.869155,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oder","m.mentions":{"user_ids":["@whatsapp_4915735701057:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$UkSFr-YJuC5fOtW0YICm0Z_x9FNy_Qoz6Pf4sRX6Ai0"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.100599197Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC0FF7BA6FB20A9518F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-01T09:59:46Z","event_id":"$YVOeovzulw3d3DNOlEu7UU8phs5dgmrTjFGexpga3dg","part_id":"","time":"2026-03-06T19:22:30.100736158Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:30.125840381Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2952,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67362887889042:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-67362887889042%3Amatrix.theocloud.dev","duration":39.744546,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:30.131260904Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2935,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949615206613_13?ts=1771689448000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":543.101874,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber hab kein Discord mehr","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.15844852Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3EB0954F7A97440601CD2B","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-21T15:57:28Z","event_id":"$DBQdkIegJ-wiJBoCL0RNqP9p_l8p5XYRS_8NBW02gaA","part_id":"","time":"2026-03-06T19:22:30.158582198Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2954,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/BHmhRGUonBTzpdzAQwzplAFy?user_id=%40whatsapp_lid-67362887889042%3Amatrix.theocloud.dev","duration":41.167791,"status_code":200,"response_length":34456,"response_mime":"image/jpeg","time":"2026-03-06T19:22:30.172738305Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2946,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":320.006447,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43679 bytes>","time":"2026-03-06T19:22:30.176127049Z","message":"Request completed"} +{"level":"debug","transaction_id":"1486","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.193457555Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1486","time":"2026-03-06T19:22:30.193617074Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2958,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-206734241087531:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":19.570276,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:30.19602698Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2957,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67362887889042:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-67362887889042%3Amatrix.theocloud.dev","duration":42.252231,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BHmhRGUonBTzpdzAQwzplAFy"},"time":"2026-03-06T19:22:30.215370338Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2959,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/adSGDEQiJCQpOqQgCfHEjoWp?user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":19.992402,"status_code":200,"response_length":43679,"response_mime":"image/jpeg","time":"2026-03-06T19:22:30.216129313Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:30.216541382Z","message":"Updating ghost info in IfNecessary call"} +{"level":"warn","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","started_at":"2026-03-06T19:22:00.219385341Z","time":"2026-03-06T19:22:30.219885427Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","started_at":"2026-03-06T19:22:00.220374097Z","time":"2026-03-06T19:22:30.220988235Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2937,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949677694017_175?ts=1770368053000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":555.709719,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old voice message. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.audio","body":"","info":{"mimetype":"audio/ogg; codecs=opus","duration":85000,"size":195869},"filename":"Voice message.ogg","org.matrix.msc1767.audio":{"duration":85000,"waveform":[10,51,34,10,34,42,18,26,54,49,41,8,63,74,66,64,49,49,30,34,21,26,38,38,42,38,22,39,28,38,21,33,37,57,16,43,18,60,59,19,48,53,69,21,60,56,30,47,43,41,21,42,42,67,50,52,51,62,76,61,40,16,55,28]},"org.matrix.msc3245.voice":{}},"extra":{"info":{}},"whatsapp_media":{"key":"EDVJ4fBPZB0SCVA++pJpsmLVdwi31lZEGPkBfWB0pMM=","length":195869,"type":"WhatsApp Audio Keys","sha256":"rNqTIjq7467rFMuAHwqcYu5wSiqC6CTG3utIDZu5eks=","enc_sha256":"rsl6Khcr8SzmHlNQQGqULZf/NjFpNLB4tr+gfNGwlok=","mime_type":"audio/ogg; codecs=opus"},"type_description":"voice message"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:30.233718514Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFB8DB331C1CD0F97F8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T08:54:13Z","event_id":"$fFKfpVHxwV5kObyWCFOD3sgm4FU7aVLiexg4566_PBY","part_id":"","time":"2026-03-06T19:22:30.233953254Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2961,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-182218383188163%3Amatrix.theocloud.dev","duration":33.189925,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-182218383188163","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:30.25005279Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2932,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-27956059590853:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":770.780904,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AvlyffuDHEMFxceTihjFMwRW","com.beeper.exclude_from_timeline":true,"displayname":"Alex (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:30.274560631Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2960,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-206734241087531:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":61.330677,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/adSGDEQiJCQpOqQgCfHEjoWp"},"time":"2026-03-06T19:22:30.27773007Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2963,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182218383188163:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-182218383188163%3Amatrix.theocloud.dev","duration":39.095083,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:30.289652903Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2940,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949734609339_176?ts=1772482696000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":561.492723,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"True aber","m.mentions":{"user_ids":["@whatsapp_491736748726:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$mtmst3v1_tQAlw38zSExLP5ytQjpTMeil_qfU4lzYmM"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.296261442Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF77CF5FD4F2F1B476C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:18:16Z","event_id":"$usDqSiwgN8e2NlfLkSEBb3MgW7T7mSXG9Fg0cf-5Z14","part_id":"","time":"2026-03-06T19:22:30.296449248Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2965,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915226357423%3Amatrix.theocloud.dev","duration":32.672743,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915226357423","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:30.311448281Z","message":"Request completed"} +{"level":"debug","transaction_id":"1487","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.313871107Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1487","time":"2026-03-06T19:22:30.314022316Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2968,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226357423:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915226357423%3Amatrix.theocloud.dev","duration":14.179574,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:30.326022464Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2943,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949811817804_13?ts=1771243685000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":551.670255,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ok easy","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.36361594Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3A7B5AA59D9902A6AA4A","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-16T12:08:05Z","event_id":"$P2dHm6YFr0W5fhcq4wHwqoonj0RE9FlHjnfH182MkpI","part_id":"","time":"2026-03-06T19:22:30.363785377Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1488","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.384589974Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1488","time":"2026-03-06T19:22:30.384939394Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2944,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949827979500_177?ts=1771493402000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":562.384748,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Perfekt","m.mentions":{"user_ids":["@whatsapp_4915150515988:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$IJfVB9DdXhPc2YH3KvcR67ZSsJcG9Z2SVHy_vJfVOqI"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.390537387Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEE314651C6A9D62D8B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-19T09:30:02Z","event_id":"$1LuZFIdWD4hxmD43X_ejj_cJLaqFCFdkq97WPYR3R58","part_id":"","time":"2026-03-06T19:22:30.390690691Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2945,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949833370620_20?ts=1772733618000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":561.273489,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Joaaa","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.394763399Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AB54EE4CF42B0ABCC5A","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:00:18Z","event_id":"$_eZNDM2LOAFoco2KG2jCcRsxShWymeM7s44o1u_8ZWo","part_id":"","time":"2026-03-06T19:22:30.394890861Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2955,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-95765573664918%3Amatrix.theocloud.dev","duration":280.789001,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<33920 bytes>","time":"2026-03-06T19:22:30.418249099Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2973,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95765573664918:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-95765573664918%3Amatrix.theocloud.dev","duration":28.904337,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:30.447600775Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2947,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949906288748_10?ts=1769792690000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":562.625494,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich frage nur wegen dem Essen.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.469079628Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A82CEAC9048760023CC","sender_id":{"user_id":"491628947581"},"message_ts":"2026-01-30T17:04:50Z","event_id":"$sRtsPbr1awYfz44jYnRQubh9hg_hMt-mmh3BLRuQGYI","part_id":"","time":"2026-03-06T19:22:30.469225878Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2974,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/wAsGvRuajQqSBvCWvpxVfrUV?user_id=%40whatsapp_lid-95765573664918%3Amatrix.theocloud.dev","duration":25.311863,"status_code":200,"response_length":33920,"response_mime":"image/jpeg","time":"2026-03-06T19:22:30.47308019Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2966,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182218383188163:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-182218383188163%3Amatrix.theocloud.dev","duration":188.004116,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915225973389 (WA)"},"time":"2026-03-06T19:22:30.477886382Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:30.478754869Z","message":""} +{"level":"debug","transaction_id":"1489","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.483718625Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1489","time":"2026-03-06T19:22:30.483838404Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2948,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949935018689_178?ts=1768593532000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":569.581778,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"also kein Stress","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.504732539Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFC3458B58214E7DB4E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-16T19:58:52Z","event_id":"$WWyo92QsAHK6bU_o_x6YDqQwpg1VvtOXKbTfbmbDOf4","part_id":"","time":"2026-03-06T19:22:30.504893316Z","message":"Sent message part to Matrix"} +{"level":"warn","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","started_at":"2026-03-06T19:22:00.504833518Z","time":"2026-03-06T19:22:30.505234634Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","started_at":"2026-03-06T19:22:00.505646831Z","time":"2026-03-06T19:22:30.505702158Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","started_at":"2026-03-06T19:22:00.506431718Z","time":"2026-03-06T19:22:30.50688752Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","started_at":"2026-03-06T19:22:00.507114984Z","time":"2026-03-06T19:22:30.507979293Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2949,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824949944201682_5?ts=1770114286000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":564.649032,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"💪🏼","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.508975662Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A374EB67AF84779C4A3","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-03T10:24:46Z","event_id":"$8fLI3T44QCoRJdsA--wzZ5wYzSqORG_ZtNFbbu8GL5I","part_id":"","time":"2026-03-06T19:22:30.509106267Z","message":"Sent message part to Matrix"} +{"level":"warn","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","started_at":"2026-03-06T19:22:00.516316206Z","time":"2026-03-06T19:22:30.517064228Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","started_at":"2026-03-06T19:22:00.517355737Z","time":"2026-03-06T19:22:30.518130719Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2976,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95765573664918:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-95765573664918%3Amatrix.theocloud.dev","duration":56.756152,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wAsGvRuajQqSBvCWvpxVfrUV"},"time":"2026-03-06T19:22:30.530210976Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:30.531359531Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2969,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226357423:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915226357423%3Amatrix.theocloud.dev","duration":209.897414,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Julio Cela (WA)"},"time":"2026-03-06T19:22:30.536140579Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:30.53692798Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2979,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":29.216811,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-40566117134352","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:30.560919686Z","message":"Request completed"} +{"level":"debug","transaction_id":"1490","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.565696335Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1490","time":"2026-03-06T19:22:30.565804381Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2950,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824949964543225_1?ts=1772206078000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":619.273949,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$onkRKbf0xKxWDT36b5JEyobDqX0n_ecCP2b4_8Bi7X0","key":"🔥"}},"time":"2026-03-06T19:22:30.583960701Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363192861790277@g.us:266657507356684@lid:3A1E5D961B50BA3A2592","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2026-02-27T15:27:58Z","event_id":"$9Kt53pU2QXe4dnhqKT8WCTTJGIOpPON_-ytAj5F3gi4","time":"2026-03-06T19:22:30.584109045Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2980,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40566117134352:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":32.09012,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:30.593376687Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2951,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950067325182_13?ts=1765812859000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":552.661665,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yeah also eigentlich sogar voll gut","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.620139173Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AF3A08E2B63F16DD354","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:34:19Z","event_id":"$yxA0dG0Pr267CwoHbWDZREPS3RYxkQ9GTE60cl6JEDY","part_id":"","time":"2026-03-06T19:22:30.620237302Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1491","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.645810166Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1491","time":"2026-03-06T19:22:30.645912694Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2953,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824950101406224_13?ts=1767262176660&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":563.811484,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$YVOeovzulw3d3DNOlEu7UU8phs5dgmrTjFGexpga3dg","key":"😂"}},"time":"2026-03-06T19:22:30.665347406Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","target_message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC0FF7BA6FB20A9518F","target_part_id":"","reaction_sender_id":{"user_id":"4915735701057"},"reaction_ts":"2026-01-01T10:09:36.66Z","event_id":"$wV7rl6DUsLPDR4GWqb5MThQfacFiQt6YhmKUc1FI3wA","time":"2026-03-06T19:22:30.665471864Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2956,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950159568440_179?ts=1771704343000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":526.108705,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kann da so ab 17 Uhr","m.mentions":{"user_ids":["@whatsapp_4917620338641:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$WdWwh1Zwcqpr5jgWqFIJ8vqFKSrPWfVSE9B5MJpranE"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.685824512Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A92B6AE3A0A2DADC122","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T20:05:43Z","event_id":"$jqPcJD2ZChd7Zwik6VjxcUgE9Yg1fUQJcxOXPyvFeMo","part_id":"","time":"2026-03-06T19:22:30.68600687Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:30.696578675Z","message":""} +{"level":"debug","transaction_id":"1492","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.720427624Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1492","time":"2026-03-06T19:22:30.720549708Z","message":"Finished dispatching events from transaction"} +{"level":"warn","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","started_at":"2026-03-06T19:22:00.732042164Z","time":"2026-03-06T19:22:30.73258359Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","started_at":"2026-03-06T19:22:00.733024495Z","time":"2026-03-06T19:22:30.733688075Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","started_at":"2026-03-06T19:22:00.734278163Z","time":"2026-03-06T19:22:30.734811417Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","started_at":"2026-03-06T19:22:00.743861072Z","time":"2026-03-06T19:22:30.743923171Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2962,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950234865114_13?ts=1770379488000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":511.589628,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.746618871Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACFFAB3755A2429062F4BC4446ECA96A","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:04:48Z","event_id":"$lFseTYNLcrOCpillf-S9xvIiBW1RqXGrOA-8AONX068","part_id":"","time":"2026-03-06T19:22:30.746770009Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:30.766349783Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2982,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40566117134352:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":173.340746,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mustafa (WA)"},"time":"2026-03-06T19:22:30.766929823Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:30.767650734Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2967,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950297308936_180?ts=1772482700000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":492.437638,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bist du","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.789902182Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD6F8F2FE30E9276107","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:18:20Z","event_id":"$X6vv302kv6DMKJOLeE1hPewXXVVpjVJX5qyZCBXSigw","part_id":"","time":"2026-03-06T19:22:30.790027549Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1493","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.800956527Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1493","time":"2026-03-06T19:22:30.801038103Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1494","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.867690547Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1494","time":"2026-03-06T19:22:30.867780503Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2970,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950364741098_181?ts=1771243690000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":524.476563,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"dachte ich hock da allein, weil nur der A Kurs sonst da ist","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.889387098Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA357F4A7595A662D03","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T12:08:10Z","event_id":"$jKA4MUa8mmF-BBQHTjdpP7rrar2R_Ge2eFgPhQXxe1g","part_id":"","time":"2026-03-06T19:22:30.889486134Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2971,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950391601503_182?ts=1771493410000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":511.740697,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Seite 9 von 96","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.90346156Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3A08E0BC42E9A1099731","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-19T09:30:10Z","event_id":"$4-OYGTeMDIaqqwJak7FS4-DgwXvF05-S8iYzWFnPmkM","part_id":"","time":"2026-03-06T19:22:30.903561644Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2972,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950395668834_21?ts=1772733620000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":508.125943,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Langweilig","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.903894931Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A4D429BBDDE7F1B24BF","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:00:20Z","event_id":"$bTWJ3jw9_wXL59HF9VrxVjtl_SKP_tvZQ6UkpTFkWdg","part_id":"","time":"2026-03-06T19:22:30.903989777Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:30.924563615Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2993,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40566117134352:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":28.613374,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:30.953537584Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:30.954377577Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1495","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:30.966321921Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1495","time":"2026-03-06T19:22:30.96642864Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2975,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950470176500_11?ts=1769793035000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":498.883096,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Am Montag streikt die BVG. Vielleicht kannst du ja Homeoffice machen.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:30.969186988Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A6F936A10C3E0C4AA1F","sender_id":{"user_id":"491628947581"},"message_ts":"2026-01-30T17:10:35Z","event_id":"$7oPy9TwRHQKSYAIjUsMVdgcrvF1M6dPizn74u1PCI24","part_id":"","time":"2026-03-06T19:22:30.96935887Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2986,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915226357423%3Amatrix.theocloud.dev","duration":269.981058,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43679 bytes>","time":"2026-03-06T19:22:30.973317806Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2964,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-27956059590853:matrix.theocloud.dev?user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":701.686077,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AvlyffuDHEMFxceTihjFMwRW","com.beeper.exclude_from_timeline":true,"displayname":"Alex (WA)","membership":"join"},"time":"2026-03-06T19:22:30.977039557Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2994,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-217626664026259%3Amatrix.theocloud.dev","duration":33.51497,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-217626664026259","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:30.988071483Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2996,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226357423:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915226357423%3Amatrix.theocloud.dev","duration":26.40692,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:31.000004164Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":2977,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950505835766_8?ts=1768599765000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":496.907679,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":6966},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"jQUtgCLQJFNrnVlBawI69LxD1Je+XCHohlxtVBcwa6g=","length":6966,"type":"WhatsApp Image Keys","sha256":"yHbv+BSlT+L/OlJCQAzK168aLRcijCuRmtwFxPjQtzo=","enc_sha256":"gVPkVTEffdFzP3FtaJWIlNExZU4N+JdYwc4Au7H605o=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:31.002950318Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A8C2D81D190BF2894A1","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-16T21:42:45Z","event_id":"$5QuDZjjUtOTixo34DhFa3ICNREJ-NcRPujft0DNt518","part_id":"","time":"2026-03-06T19:22:31.003056617Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":2978,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950509975174_183?ts=1770114609000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":496.203949,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo das dacht ich auch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.006298483Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A64348BF60D85B853CD","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T10:30:09Z","event_id":"$njE-UjEJPXYsXYtOZdLxn4pWoiR_VkIXks4IFQy6zm0","part_id":"","time":"2026-03-06T19:22:31.006411348Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":2998,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-217626664026259:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-217626664026259%3Amatrix.theocloud.dev","duration":28.141661,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:31.016557535Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":2999,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/QuYnemyrhCVUaKwbFlqesZKc?user_id=%40whatsapp_4915226357423%3Amatrix.theocloud.dev","duration":27.084878,"status_code":200,"response_length":43679,"response_mime":"image/jpeg","time":"2026-03-06T19:22:31.02720931Z","message":"Request completed"} +{"level":"debug","transaction_id":"1496","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.055750537Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1496","time":"2026-03-06T19:22:31.056087805Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":2981,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824950584850211_1?ts=1772193669000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":499.674268,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":930878,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/ljpgPkvOGbgPxYOZahEmRxKD"},"time":"2026-03-06T19:22:31.084775352Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A715A6370319E6A63A9","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-02-27T12:01:09Z","event_id":"$-sn2PQ0RFGEyE9mJMi9OYm8VHgdrPAeFDvqjNLtAraE","part_id":"","time":"2026-03-06T19:22:31.084936618Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3003,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226357423:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915226357423%3Amatrix.theocloud.dev","duration":69.361693,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QuYnemyrhCVUaKwbFlqesZKc"},"time":"2026-03-06T19:22:31.096817406Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"206734241087531@lid","alternate_jid":"4915226357423@s.whatsapp.net","time":"2026-03-06T19:22:31.097363362Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915128980507@s.whatsapp.net","time":"2026-03-06T19:22:31.097603969Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3005,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915128980507%3Amatrix.theocloud.dev","duration":24.637816,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915128980507","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:31.122465699Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":2983,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950620792408_184?ts=1765812872000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":510.206962,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Auch die Rechnung bei den virtuellen Speicheradressen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.131126273Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2F4CA662133EB44291","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:34:32Z","event_id":"$KqYJgI1tlOUUMggRR3pKqjnbH7LtkLCQdZtHosmjJYE","part_id":"","time":"2026-03-06T19:22:31.131276713Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1497","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.15169585Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1497","time":"2026-03-06T19:22:31.151849783Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3006,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915128980507:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915128980507%3Amatrix.theocloud.dev","duration":42.45191,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:31.165295315Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":2990,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-182218383188163%3Amatrix.theocloud.dev","duration":273.566758,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<36977 bytes>","time":"2026-03-06T19:22:31.173584468Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","req_id":2984,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950666092831_14?ts=1770720160000&user_id=%40whatsapp_4915735701057%3Amatrix.theocloud.dev","duration":525.319488,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wo bist du bro","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.191543414Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","message_id":"4915735701057@s.whatsapp.net:4915735701057@s.whatsapp.net:ACCC075D49E74FEC0D09D09E0D94ECBC","sender_id":{"user_id":"4915735701057"},"message_ts":"2026-02-10T10:42:40Z","event_id":"$RZ5Au5hQUTPzPy3Ti_xYPzizS-inBeomIY0kfYFu8ag","part_id":"","time":"2026-03-06T19:22:31.191681771Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:31.192829279Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","time":"2026-03-06T19:22:31.192912321Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"error","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:31.19316075Z","message":"Failed to get membership"} +{"level":"error","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.name","time":"2026-03-06T19:22:31.193279481Z","message":"Failed to set room metadata"} +{"level":"error","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:31.193434042Z","message":"Failed to get membership"} +{"level":"error","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.avatar","time":"2026-03-06T19:22:31.193538037Z","message":"Failed to set room metadata"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:31.193872023Z","message":"f7a830fd9342f060125d5ad15062de20128d5594eddb5796ad085399d9dd06a1a68c6d6fa31e1e838fd6f714e99786e177dc"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A72433F0AB0CAA2D892","time":"2026-03-06T19:22:31.194065136Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:31.194968615Z","message":"14bbc0d4e5ee0aa11df613b1b9844fe934944df15a82bdbccb9421325af437940928b649933ef0fa5cbc50d140f453a86348"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFE9929C8A45C21604D","time":"2026-03-06T19:22:31.195155443Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915735701057@s.whatsapp.net","latest_message_ts":"2026-02-10T10:42:40Z","started_at":"2026-03-06T19:22:00.743861072Z","duration":"30.452212307s","time":"2026-03-06T19:22:31.196092306Z","message":"Event that took long finished handling"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3009,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182218383188163:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-182218383188163%3Amatrix.theocloud.dev","duration":30.33282,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:31.2042614Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":2985,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950687396032_185?ts=1771704357000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":529.433264,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"warum?","m.mentions":{"user_ids":["@whatsapp_4917620338641:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$DBQdkIegJ-wiJBoCL0RNqP9p_l8p5XYRS_8NBW02gaA"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.216998733Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFD9375C2386B01DDE8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T20:05:57Z","event_id":"$WdQbP0Nzdl-KtTQrbb5-fVlGA6qmSlGRBY0zjcT8-IY","part_id":"","time":"2026-03-06T19:22:31.21719925Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3002,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-217626664026259:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-217626664026259%3Amatrix.theocloud.dev","duration":210.04925,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491774226359 (WA)"},"time":"2026-03-06T19:22:31.226817639Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:31.227808491Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3010,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/qgZHFNuWspqmsuVBDuAqCndS?user_id=%40whatsapp_lid-182218383188163%3Amatrix.theocloud.dev","duration":24.198998,"status_code":200,"response_length":36977,"response_mime":"image/jpeg","time":"2026-03-06T19:22:31.228625295Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:31.237328403Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:31.23872385Z","message":""} +{"level":"debug","transaction_id":"1498","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.245142489Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1498","time":"2026-03-06T19:22:31.24526576Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":2987,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950747726010_14?ts=1770379492000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":527.135385,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wie läufts?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.275008553Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC92E11814C556E076483A210CF45642","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:04:52Z","event_id":"$b_w7QAVv8EJtaAohOD26uZ9WjXXw5ROq2hIFoejAgd0","part_id":"","time":"2026-03-06T19:22:31.275146072Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3012,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182218383188163:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-182218383188163%3Amatrix.theocloud.dev","duration":53.886056,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qgZHFNuWspqmsuVBDuAqCndS"},"time":"2026-03-06T19:22:31.28282655Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:31.284029722Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3014,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-84069857669232%3Amatrix.theocloud.dev","duration":23.211219,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-84069857669232","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:31.307580444Z","message":"Request completed"} +{"level":"debug","transaction_id":"1499","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.322763581Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1499","time":"2026-03-06T19:22:31.322904942Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":2988,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950790782543_14?ts=1772482707000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":541.333748,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Und auch darin mich vor jmd sturen stur zu stellen haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.332260445Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A096B9337648DB34EF1","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:18:27Z","event_id":"$o7nDevKkjzr-IAqhDWywU3tvwnnx9llIquwmjLCC7tg","part_id":"","time":"2026-03-06T19:22:31.332446225Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3015,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84069857669232:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-84069857669232%3Amatrix.theocloud.dev","duration":33.710389,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:31.341739848Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3008,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915128980507:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915128980507%3Amatrix.theocloud.dev","duration":191.629695,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915128980507 (WA)"},"time":"2026-03-06T19:22:31.357133001Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:31.357843576Z","message":""} +{"level":"debug","transaction_id":"1500","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.393560671Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1500","time":"2026-03-06T19:22:31.393644551Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:31.394001864Z","message":""} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":2991,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824950904134909_17?ts=1771493416000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":512.785257,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":127440,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/hksLxarVjTHrmFykQMOpqYvA"},"time":"2026-03-06T19:22:31.417125362Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A4487C2440EFA9BC024","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-19T09:30:16Z","event_id":"$giCEr2vmlz3tckO-puR0HAIhR5eInMY-mvPbKhAHvxs","part_id":"","time":"2026-03-06T19:22:31.417264767Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":2989,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950890117648_186?ts=1771243698000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":536.575748,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Tag gerettet","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.426821276Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A27443FBECEF0029C38","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T12:08:18Z","event_id":"$ueQLJ5I2kUi8XDCxOPRjEywWOu3loHSFZJE_4euBMHk","part_id":"","time":"2026-03-06T19:22:31.426971088Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3018,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-217626664026259:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-217626664026259%3Amatrix.theocloud.dev","duration":37.12225,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:31.431389375Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:31.432323166Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":2992,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950905852259_22?ts=1772733622000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":541.849742,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Und deiner?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.447836657Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A8AED5B7D5BF6D5B008","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:00:22Z","event_id":"$BZafxp5fSv9j8fReIpyDzoWGB9DhE3usij0iFfA1SvY","part_id":"","time":"2026-03-06T19:22:31.447978366Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3021,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-67585655734448%3Amatrix.theocloud.dev","duration":25.012869,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-67585655734448","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:31.457655144Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3023,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67585655734448:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-67585655734448%3Amatrix.theocloud.dev","duration":23.988353,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:31.482037896Z","message":"Request completed"} +{"level":"debug","transaction_id":"1501","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.497052015Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1501","time":"2026-03-06T19:22:31.497161598Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":2995,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824950970912789_187?ts=1769793259000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":532.830039,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja hab ich auch schon gelesen, war auch mein Plan","m.mentions":{"user_ids":["@whatsapp_491628947581:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$7oPy9TwRHQKSYAIjUsMVdgcrvF1M6dPizn74u1PCI24"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.503939854Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A60A6ED50D8C644C9D5","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-30T17:14:19Z","event_id":"$-zXrOJiY5P1UvB9QST1tH6dy5HhQTEoEz6mEuwp9bV4","part_id":"","time":"2026-03-06T19:22:31.504155457Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:31.512549233Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3017,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84069857669232:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-84069857669232%3Amatrix.theocloud.dev","duration":191.882874,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nora Ouwerkerk (WA)"},"time":"2026-03-06T19:22:31.53382275Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:31.53474802Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3000,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951003734645_188?ts=1769166093000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":539.086156,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Mooooin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.542929476Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AAA32BCE30685880200","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T11:01:33Z","event_id":"$usZmpE7UCXMQDlYEAQHW_4wUPREYxibrinyTj97AdHs","part_id":"","time":"2026-03-06T19:22:31.543077751Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3001,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951006986638_189?ts=1770403657000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":539.666196,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"https://youtu.be/aIluiP0F4Xw?si=bxarCrVdviF40OTL","m.mentions":{},"com.beeper.linkpreviews":[{"og:title":"Der BESTE PROTEIN CHEESECAKE der WELT!","og:type":"video.other","og:description":"Rezept: ⤵️⤵️⤵️*Werbung⭐️Meine ESN TOP 10 (Code: KAY): https://www.esn.com/discount/kay?redirect=/pages/influencer/kay👨‍🍳Mein Kochbücher \u0026 das Backblech:htt...","og:image":"mxc://matrix.theocloud.dev/aHLjQMsvfSQcBwEhwSqXQIkN","matrix:image:size":98609,"og:image:width":1024,"og:image:height":576,"og:image:type":"image/jpeg","matched_url":"https://youtu.be/aIluiP0F4Xw?si=bxarCrVdviF40OTL"}],"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.546791889Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7E770BFADBCDF13B86","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T18:47:37Z","event_id":"$n-j0EIoSPxOKpxLjlYagoMpBcB5gUj8J8PucsrrMC3Y","part_id":"","time":"2026-03-06T19:22:31.546978717Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1502","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.585961215Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1502","time":"2026-03-06T19:22:31.586093426Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3004,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951085860910_3?ts=1772210300000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":526.51372,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wie werden wir Netzwerke Labor bewertet?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.612518994Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AD7D9F9EE2BF16D4CC4","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-02-27T16:38:20Z","event_id":"$m16KwUK7Vf7-YRz-YOBIPfjDCAF-YPim3BThxdVqLTM","part_id":"","time":"2026-03-06T19:22:31.612685148Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1503","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.653638942Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1503","time":"2026-03-06T19:22:31.653790849Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3007,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951132017459_14?ts=1765812912000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":525.225481,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Die Datei aus dem FAT Ausschnitt zu finden habe ich gefailed\n\nUnd die Umrechnung der virtuellen Adresse war weird und nicht so richtig in den Folien erklärt ig aber Vielleicht habe ich es richtig lol","format":"org.matrix.custom.html","formatted_body":"Die Datei aus dem FAT Ausschnitt zu finden habe ich gefailed\u003cbr\u003e\u003cbr\u003eUnd die Umrechnung der virtuellen Adresse war weird und nicht so richtig in den Folien erklärt ig aber Vielleicht habe ich es richtig lol","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.657420339Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A3967224505A17D793A","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:35:12Z","event_id":"$KtFLbx26i1G9CjDyLyHf2DXKT66LUAgnOfQjXmCGuig","part_id":"","time":"2026-03-06T19:22:31.657560932Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3024,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67585655734448:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-67585655734448%3Amatrix.theocloud.dev","duration":195.684385,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Kadl (WA)"},"time":"2026-03-06T19:22:31.677945777Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:31.678751686Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:31.684984893Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3011,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951218969680_14?ts=1771704455000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":491.683482,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"feier das gar nicht mit palantir","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$WdQbP0Nzdl-KtTQrbb5-fVlGA6qmSlGRBY0zjcT8-IY"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.710854237Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A9BA10635CECAEE4BE2","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-21T20:07:35Z","event_id":"$Db-bTU2Zz7AAmxhsfHnaBqMgC74gYuYewWbx3V7NpJ8","part_id":"","time":"2026-03-06T19:22:31.710991268Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1504","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.729856276Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1504","time":"2026-03-06T19:22:31.729963973Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":2997,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-252510304526430:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":758.363377,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AqYlVnTaKISCZvYnExVefXos","com.beeper.exclude_from_timeline":true,"displayname":"+4915256492723 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:31.736461114Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3013,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951276052624_15?ts=1770379505000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":487.869328,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Einarmiger Handstand drin? 😉","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.764070996Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACAF1FCDB7BE34DEC1FBF4398810C55B","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:05:05Z","event_id":"$pFuzQVrsPGIutpJVrXEYVSJMoltuFJJfLWTHdifrwYg","part_id":"","time":"2026-03-06T19:22:31.764207537Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3026,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915128980507%3Amatrix.theocloud.dev","duration":259.932371,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<37055 bytes>","time":"2026-03-06T19:22:31.784149653Z","message":"Request completed"} +{"level":"debug","transaction_id":"1505","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.806263162Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1505","time":"2026-03-06T19:22:31.806412764Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3034,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915128980507:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915128980507%3Amatrix.theocloud.dev","duration":26.516153,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:31.811031639Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3016,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951333358504_190?ts=1772482714000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":481.7207,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.815215397Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9CE375FFADEE58D8BF","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:18:34Z","event_id":"$gUvKCGWN3gcAh-I-ifKny8CxN0mbgMbUK6jgSjOdqEc","part_id":"","time":"2026-03-06T19:22:31.81536863Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:31.836507981Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3035,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/iQyqgmaDkCQvzujbhgZWbJew?user_id=%40whatsapp_4915128980507%3Amatrix.theocloud.dev","duration":32.738884,"status_code":200,"response_length":37055,"response_mime":"image/jpeg","time":"2026-03-06T19:22:31.843893096Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3038,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67585655734448:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-67585655734448%3Amatrix.theocloud.dev","duration":25.367248,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:31.862153341Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:31.863008Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1506","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.87592364Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1506","time":"2026-03-06T19:22:31.876215091Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3039,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915128980507:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915128980507%3Amatrix.theocloud.dev","duration":43.136712,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iQyqgmaDkCQvzujbhgZWbJew"},"time":"2026-03-06T19:22:31.887269157Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3040,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-165566878843022%3Amatrix.theocloud.dev","duration":24.644452,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-165566878843022","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:31.88795843Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491708738657@s.whatsapp.net","time":"2026-03-06T19:22:31.888165442Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":3019,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951418220069_18?ts=1771512419000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":487.670418,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Thema: Zertifikate automatisieren\nAbteilung: NC\nInhalt: \n- was Sylwi gemacht hat (= Mini bisschen Vorarbeit)\n- Literatur über Zertifikate, IT Sicherheit\n- wichtig für alle Abteilungen\n- \n\nThema: Knowledge Base automatisieren (von tip4u)\nAbteilung: ? Karoline\nInhalt:\n- tip4u's an richtigen Platz\n- KI für Erkennung?\n-\u003e oder Zusammenfassung oder so?\n\nThema: Netzwerk Visualisierung\nAbteilung: NC\nInhalt:\n- FNT Command\n- Netzwerk Stärke (?)\n- coole Grafiken!\n- Netze an Unis in Literatur\n\nThema: Visualisierung von Prozessabläufen\nAbteilung: IM (überwiegend)\nInhalt:\n- Visualisierung mit Workflow Application\n- State of the Art Literatur\n- Visualisierung für easy Problemerkennung, zB auch für Netzer\n-\u003e wen bei Wartung kontaktieren\n\nThema:\nAbteilung:\nInhalt:\n- \n-","format":"org.matrix.custom.html","formatted_body":"Thema: Zertifikate automatisieren\u003cbr\u003eAbteilung: NC\u003cbr\u003eInhalt: \u003cbr\u003e\u003cul\u003e\u003cli\u003ewas Sylwi gemacht hat (= Mini bisschen Vorarbeit)\u003c/li\u003e\u003cli\u003eLiteratur über Zertifikate, IT Sicherheit\u003c/li\u003e\u003cli\u003ewichtig für alle Abteilungen\u003c/li\u003e\u003cli\u003e\u003c/li\u003e\u003c/ul\u003e\u003cbr\u003eThema: Knowledge Base automatisieren (von tip4u)\u003cbr\u003eAbteilung: ? Karoline\u003cbr\u003eInhalt:\u003cbr\u003e\u003cul\u003e\u003cli\u003etip4u\u0026#39;s an richtigen Platz\u003c/li\u003e\u003cli\u003eKI für Erkennung?\u003c/li\u003e\u003c/ul\u003e-\u0026gt; oder Zusammenfassung oder so?\u003cbr\u003e\u003cbr\u003eThema: Netzwerk Visualisierung\u003cbr\u003eAbteilung: NC\u003cbr\u003eInhalt:\u003cbr\u003e\u003cul\u003e\u003cli\u003eFNT Command\u003c/li\u003e\u003cli\u003eNetzwerk Stärke (?)\u003c/li\u003e\u003cli\u003ecoole Grafiken!\u003c/li\u003e\u003cli\u003eNetze an Unis in Literatur\u003c/li\u003e\u003c/ul\u003e\u003cbr\u003eThema: Visualisierung von Prozessabläufen\u003cbr\u003eAbteilung: IM (überwiegend)\u003cbr\u003eInhalt:\u003cbr\u003e\u003cul\u003e\u003cli\u003eVisualisierung mit Workflow Application\u003c/li\u003e\u003cli\u003eState of the Art Literatur\u003c/li\u003e\u003cli\u003eVisualisierung für easy Problemerkennung, zB auch für Netzer\u003c/li\u003e\u003c/ul\u003e-\u0026gt; wen bei Wartung kontaktieren\u003cbr\u003e\u003cbr\u003eThema:\u003cbr\u003eAbteilung:\u003cbr\u003eInhalt:\u003cbr\u003e\u003cul\u003e\u003cli\u003e\u003c/li\u003e\u003c/ul\u003e-","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.906134934Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3AEC32C9A3DEAF001759","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-19T14:46:59Z","event_id":"$pAvk4E6hXvqp_Hy-3LKvMiP0aZPePCQNz6pbitgynso","part_id":"","time":"2026-03-06T19:22:31.906373376Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3020,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951427875824_14?ts=1771243713000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":486.239001,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Selbst wenn, das ist sag ich der beste Kurs im Angebot","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.914224757Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3ACF8472C20B9DE4E2D8","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-16T12:08:33Z","event_id":"$JDWYw63jEKv185_hGeiryWnX_rqadLSipMxC1Kiums4","part_id":"","time":"2026-03-06T19:22:31.914349425Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3041,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491708738657%3Amatrix.theocloud.dev","duration":34.657589,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491708738657","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:31.92315569Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:31.924319051Z","message":"6400692cd0d5baab951eba3e"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3042,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-165566878843022:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-165566878843022%3Amatrix.theocloud.dev","duration":34.5244,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:31.924742086Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:31.925124472Z","message":""} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","portal_mxid":"!JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AFE9929C8A45C21604D","sender_id":"","chat_id":"4915735701057@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFE9929C8A45C21604D","time":"2026-03-06T19:22:31.925235241Z","message":"Handling remote event"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3022,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951448902169_191?ts=1772733710000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":491.361509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Auch so die Vorlesungen waren heute auch echt langweilig","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:31.940446874Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF9C2B9F6D16C47EC08","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:01:50Z","event_id":"$FPLFvK0Zta1BRiXCPo7LEtLSBIgkOKA-m2rRQ82UhNo","part_id":"","time":"2026-03-06T19:22:31.940627277Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3045,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491708738657:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491708738657%3Amatrix.theocloud.dev","duration":40.193353,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:31.963786464Z","message":"Request completed"} +{"level":"debug","transaction_id":"1507","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:31.981129471Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1507","time":"2026-03-06T19:22:31.981248692Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3025,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951505262176_12?ts=1769793429000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":498.231258,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"👍","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.003647786Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3ACA9DE4CB7FADF66508","sender_id":{"user_id":"491628947581"},"message_ts":"2026-01-30T17:17:09Z","event_id":"$8CO-lZBO51Bv7Xto_6TRaWb-6hBG3sBbTF-N-sJ14qE","part_id":"","time":"2026-03-06T19:22:32.00379201Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3027,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951543855723_192?ts=1769166102000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":502.0503,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wann wollen wa dann heute ins Gym?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.046070292Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADF4BDF386EF5C186EF","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T11:01:42Z","event_id":"$Nla-UpVA1HlJG_2tSAn7lhVGMfdyEIKUbjix36aOtl8","part_id":"","time":"2026-03-06T19:22:32.046251253Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3028,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951547770239_6?ts=1770404765000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":508.38408,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":537800,"w":1536},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/XpFJTUlpRcXfjjiuSCkhdZiq"},"time":"2026-03-06T19:22:32.056436272Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A7EF97B2B5808EDBC0F","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T19:06:05Z","event_id":"$iX9fHOrzP2HKrtPhTiRspLB9e56VPPvGn5AAP7h9Hjk","part_id":"","time":"2026-03-06T19:22:32.05658783Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1508","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:32.084802615Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1508","time":"2026-03-06T19:22:32.084918134Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3037,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-84069857669232%3Amatrix.theocloud.dev","duration":274.338234,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<63211 bytes>","time":"2026-03-06T19:22:32.110464248Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3053,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84069857669232:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-84069857669232%3Amatrix.theocloud.dev","duration":23.184121,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:32.134063092Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3029,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951613551261_2?ts=1772210339000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":521.831778,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Läuft nicht beides auf die selbe Klausur hinaus?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.135508965Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:27956059590853@lid:3AA6026FF4419EE7818C","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2026-02-27T16:38:59Z","event_id":"$NkWe3crzOvqxW4nZqt62aWDjPDrEmLoWwaNAb551iUc","part_id":"","time":"2026-03-06T19:22:32.135650046Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3046,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-165566878843022:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-165566878843022%3Amatrix.theocloud.dev","duration":221.174346,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Anna vdM (WA)"},"time":"2026-03-06T19:22:32.146101094Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:32.146247903Z","message":"4cee60bcea602e91a2c2755d"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:32.14729812Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:32.148395551Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3054,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LiMHGJsNtskYzsMsJShkHqyZ?user_id=%40whatsapp_lid-84069857669232%3Amatrix.theocloud.dev","duration":32.983052,"status_code":200,"response_length":63211,"response_mime":"image/jpeg","time":"2026-03-06T19:22:32.167227105Z","message":"Request completed"} +{"level":"debug","transaction_id":"1509","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:32.169781863Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1509","time":"2026-03-06T19:22:32.1699161Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3048,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491708738657:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491708738657%3Amatrix.theocloud.dev","duration":212.361866,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491708738657 (WA)"},"time":"2026-03-06T19:22:32.176366447Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:32.177159505Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3030,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951658915242_193?ts=1765812919000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":533.623378,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"All in all ich auch","m.mentions":{"user_ids":["@whatsapp_491731828379:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$zR8Wm3msXdOXDP9miKIyHJ5gujz8wJQ2Tg9qPcWCiss"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.192680539Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC4A28C621AC81D5F54","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:35:19Z","event_id":"$T-OC8RW9dKxRtHVfUT63-fPfSici3KBhQt48Nqc3sKQ","part_id":"","time":"2026-03-06T19:22:32.192798572Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3056,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84069857669232:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-84069857669232%3Amatrix.theocloud.dev","duration":56.815448,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LiMHGJsNtskYzsMsJShkHqyZ"},"time":"2026-03-06T19:22:32.22438017Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:32.225513919Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1510","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:32.251591672Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1510","time":"2026-03-06T19:22:32.251683864Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3031,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951711878753_15?ts=1771704473000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":544.825649,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"selbst wenn die da zurüxkgerudert sind","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.256845552Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A965215E7734DCD41E0","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-21T20:07:53Z","event_id":"$7kSXW8sGOBw8TOhdVPBFk1iRQurVkDmnHzkW7GoWO-I","part_id":"","time":"2026-03-06T19:22:32.256980627Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3058,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-50058112307202%3Amatrix.theocloud.dev","duration":34.651652,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-50058112307202","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:32.260507938Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3060,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-50058112307202:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-50058112307202%3Amatrix.theocloud.dev","duration":37.387092,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:32.298321626Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:32.29931129Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3033,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951765595861_194?ts=1770379889000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":560.18835,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Brauch gerade noch mehr Zeit, um im unassisted Halflay besser zu werden, aber hab da gerade fast jedes Training kleinen Progress","m.mentions":{"user_ids":["@whatsapp_4917657607100:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$b_w7QAVv8EJtaAohOD26uZ9WjXXw5ROq2hIFoejAgd0"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.325947921Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB57E4DFDC489859E76","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:11:29Z","event_id":"$aRRlfgV8uv4V-_xX5N7sZxL1F-WxG0W3fdjFuwVzl2Q","part_id":"","time":"2026-03-06T19:22:32.326162266Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3062,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-165566878843022:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-165566878843022%3Amatrix.theocloud.dev","duration":27.084249,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:32.326783932Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:32.329767661Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:32.338285058Z","message":""} +{"level":"debug","transaction_id":"1511","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:32.347961067Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1511","time":"2026-03-06T19:22:32.34810124Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3063,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-264544232407203%3Amatrix.theocloud.dev","duration":24.404473,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-264544232407203","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:32.35449739Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3065,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491708738657:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491708738657%3Amatrix.theocloud.dev","duration":29.259764,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:32.367924624Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3036,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951816171816_15?ts=1772482739000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":567.211822,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Das wird schon großer","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.383529049Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AF210BD060FCC2C1422","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:18:59Z","event_id":"$6ZsyYDWrM6WMuvjGn7U4XryYNA9fIE7FgxDLoUS9qsM","part_id":"","time":"2026-03-06T19:22:32.383694645Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3066,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-264544232407203:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-264544232407203%3Amatrix.theocloud.dev","duration":29.446103,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:32.384345714Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3067,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-66189975912485%3Amatrix.theocloud.dev","duration":30.519578,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-66189975912485","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:32.399591639Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3070,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66189975912485:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-66189975912485%3Amatrix.theocloud.dev","duration":23.297265,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:32.42329797Z","message":"Request completed"} +{"level":"debug","transaction_id":"1512","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:32.429943247Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1512","time":"2026-03-06T19:22:32.430071547Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","portal_mxid":"!JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AFE9929C8A45C21604D","sender_id":"","chat_id":"4915735701057@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFE9929C8A45C21604D","req_id":3050,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":414.31438,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<151222 bytes>","time":"2026-03-06T19:22:32.43288507Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":3043,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951907531499_19?ts=1771512419000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":564.986021,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Welches?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.472667122Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A96C864BB0C0378E93C","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-19T14:46:59Z","event_id":"$F4FbuA78mK18kFr6V4DKcV9GEZ6AgDNOAfs7yRd3hZo","part_id":"","time":"2026-03-06T19:22:32.472827409Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3044,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951914856270_15?ts=1771243746000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":559.228509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Unser Algorithmen und Datenstrukturen Kurs war sehr dürftig und komplexitätstheorie ist ein extrem wichtiges Teilgebiet in Algorithmen Engineering","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.474197504Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3A1C54081559F92EB7EA","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-16T12:09:06Z","event_id":"$S1OSDas3-tOxEVRFrQm19TvOlujMKGW96CWyC9NYxJQ","part_id":"","time":"2026-03-06T19:22:32.474691219Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:32.486795222Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3032,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-252510304526430:matrix.theocloud.dev?user_id=%40whatsapp_lid-252510304526430%3Amatrix.theocloud.dev","duration":751.072619,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AqYlVnTaKISCZvYnExVefXos","com.beeper.exclude_from_timeline":true,"displayname":"+4915256492723 (WA)","membership":"join"},"time":"2026-03-06T19:22:32.488179704Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3061,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-50058112307202:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-50058112307202%3Amatrix.theocloud.dev","duration":190.099104,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yasin Dalowar (WA)"},"time":"2026-03-06T19:22:32.488688924Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:32.492020397Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3047,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824951941549124_23?ts=1772735303000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":565.950192,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"I see","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.507610994Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AD424672877F18B93A1","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:28:23Z","event_id":"$mHyS-N8Cz8yVWM6-LpXownsMHEIka9RVte5uAjpObIc","part_id":"","time":"2026-03-06T19:22:32.507739084Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1513","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:32.526625325Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1513","time":"2026-03-06T19:22:32.526736304Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:32.528750204Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3049,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952004695838_13?ts=1769852990000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":575.163636,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bin beim Einkaufen und habe meine Schlüssel vergessen. Kannst du bitte die Mülltüten vor unserer Wohnung wieder reinstellen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.579977228Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A8680D22BA0FC34D90B","sender_id":{"user_id":"491628947581"},"message_ts":"2026-01-31T09:49:50Z","event_id":"$7NEFOBOU-fsRVCXSqOq_LpqJeBEnvtaCnGsyr1FNy-M","part_id":"","time":"2026-03-06T19:22:32.580105249Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3068,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-264544232407203:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-264544232407203%3Amatrix.theocloud.dev","duration":211.458108,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Linus Grabenhenrich (WA)"},"time":"2026-03-06T19:22:32.596031787Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:32.596957824Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3051,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952047207253_195?ts=1769166116000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":567.05342,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Passt 17 Uhr, danach nen dicker Dönerteller?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.614455602Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD2A9BB1249BC0E35C4","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T11:01:56Z","event_id":"$3Sg0NfTwm8pVIAuKdb5nlrmiDno5j8a4zyT2cuHoiBw","part_id":"","time":"2026-03-06T19:22:32.614570981Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1514","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:32.625860136Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1514","time":"2026-03-06T19:22:32.626165207Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3052,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952057594535_7?ts=1770404776000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":571.256594,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Drei mal darfst du raten was es heute gibt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.628989137Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3ACDD1AC628CEA1503A6","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T19:06:16Z","event_id":"$2oOOFu8o1ndftFNKRyg2vg8mJlCVlV4RYF6v2leW5Hk","part_id":"","time":"2026-03-06T19:22:32.629127285Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:32.642783182Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3071,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66189975912485:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-66189975912485%3Amatrix.theocloud.dev","duration":235.865794,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":". (WA)"},"time":"2026-03-06T19:22:32.659385513Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:32.660247296Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3055,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952136517486_4?ts=1772374462000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":574.863315,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Funktionale Freunde","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.711553172Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AE35B922445639ECCC2","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-01T14:14:22Z","event_id":"$OEcGjiXbBvGSODZjOf4j5QnzgpcmqH9afXoNRKYOz0M","part_id":"","time":"2026-03-06T19:22:32.711746775Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1515","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:32.721692235Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1515","time":"2026-03-06T19:22:32.721845818Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:32.753754348Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3057,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952193708406_196?ts=1765812935000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":580.88092,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja same","m.mentions":{"user_ids":["@whatsapp_491731828379:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$KtFLbx26i1G9CjDyLyHf2DXKT66LUAgnOfQjXmCGuig"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.77472908Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A0AE31FF649D7EF258A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:35:35Z","event_id":"$eJ2FaNCon7SWh_i3l7NPaKampbuHiUnnUPUlv1GAZ5c","part_id":"","time":"2026-03-06T19:22:32.774865901Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1516","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:32.81171444Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1516","time":"2026-03-06T19:22:32.811827235Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:32.81604326Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3059,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952257897236_16?ts=1771705584000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":584.105185,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ber auch so, will halt so gut es geht weg von us tech riesen, müssen keine 100% sein, aber das was mich nicht beeinträchtigt kann weg","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.842156423Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3ACD1D5099E7804880A1","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-21T20:26:24Z","event_id":"$AqfYx1Jzx6LvE4Ce2gu2l37qEtJpgCAHjRPit1rejh8","part_id":"","time":"2026-03-06T19:22:32.842349746Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3084,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66189975912485:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-66189975912485%3Amatrix.theocloud.dev","duration":38.198729,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:32.854616622Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:32.855773139Z","message":""} +{"level":"debug","transaction_id":"1517","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:32.900631113Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1517","time":"2026-03-06T19:22:32.900749844Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3064,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952332035787_197?ts=1770379989000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":572.144847,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hatte zwar schon Versuche bei denen ichs kurz gehalten hab, aber hab noch nicht so die Kontrolle in der Hüfte, deswegen üb ichs die letzten Male noch an der Wand, kann mich auch nicht ganz so weit auf die rechte Seite lehnen, dass meine Mitte über der rechten Hand ist","m.mentions":{"user_ids":["@whatsapp_4917657607100:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$pFuzQVrsPGIutpJVrXEYVSJMoltuFJJfLWTHdifrwYg"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.904370185Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9BEF9174A520804090","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:13:09Z","event_id":"$4ag4CqiKKOYDJfYdHiQuCU8Kd4bJ_0AVPQEWmDWLodo","part_id":"","time":"2026-03-06T19:22:32.904512733Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3080,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-50058112307202%3Amatrix.theocloud.dev","duration":273.827059,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<63303 bytes>","time":"2026-03-06T19:22:32.928265649Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3069,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952384695135_198?ts=1772482747000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":581.019416,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Safe","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:32.96584327Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABFCD691E438D3B9A0D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:19:07Z","event_id":"$moudopexLDU-zZTNcFB-OFEnMfGQSRdBFVhR32yTbdg","part_id":"","time":"2026-03-06T19:22:32.965959697Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3087,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-50058112307202:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-50058112307202%3Amatrix.theocloud.dev","duration":40.812154,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:32.969511173Z","message":"Request completed"} +{"level":"debug","transaction_id":"1518","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.00849423Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1518","time":"2026-03-06T19:22:33.008586003Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:33.009555971Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"66189975912485@lid","alternate_jid":"4917655219065@s.whatsapp.net","time":"2026-03-06T19:22:33.009654868Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"102147257532455@lid","alternate_jid":"491637362958@s.whatsapp.net","time":"2026-03-06T19:22:33.009799441Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3089,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/tIpzDyJxAJFklfUmHoTXyzMX?user_id=%40whatsapp_lid-50058112307202%3Amatrix.theocloud.dev","duration":43.187348,"status_code":200,"response_length":63303,"response_mime":"image/jpeg","time":"2026-03-06T19:22:33.012873057Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3090,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-59197668491519%3Amatrix.theocloud.dev","duration":22.913343,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-59197668491519","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:33.033465822Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3092,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59197668491519:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-59197668491519%3Amatrix.theocloud.dev","duration":21.443234,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:33.055206654Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3091,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-50058112307202:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-50058112307202%3Amatrix.theocloud.dev","duration":43.048082,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tIpzDyJxAJFklfUmHoTXyzMX"},"time":"2026-03-06T19:22:33.056206794Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:33.064134723Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","portal_mxid":"!JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AFE9929C8A45C21604D","sender_id":"","chat_id":"4915735701057@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFE9929C8A45C21604D","req_id":3072,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952433346937_199?ts=1772824951000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":635.162283,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Ich werd glaube nie wieder einen so guten Anime gucken können omg","filename":"image.jpg","info":{"h":1600,"mimetype":"image/jpeg","size":151222,"w":900},"m.mentions":{},"m.new_content":{"body":"Ich werd glaube nie wieder einen so guten Anime gucken können omg","filename":"image.jpg","info":{"h":1600,"mimetype":"image/jpeg","size":151222,"w":900},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/lgAKtAinnarPrRXzhJIQCiLv"},"m.relates_to":{"event_id":"$ACaCJC5ADq0V5Rgdg99PyQr0p_oVqGdYh8Ix4mk9Xuw","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/lgAKtAinnarPrRXzhJIQCiLv"},"time":"2026-03-06T19:22:33.068828398Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","portal_mxid":"!JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AFE9929C8A45C21604D","sender_id":"","chat_id":"4915735701057@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFE9929C8A45C21604D","event_id":"$gPmsPE0LQdL9ZtBP3ixTQrhc5HWpCWHiW3YpGlguZXs","part_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFE9929C8A45C21604D","time":"2026-03-06T19:22:33.069031709Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","portal_mxid":"!JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A72433F0AB0CAA2D892","sender_id":"","chat_id":"4915735701057@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A72433F0AB0CAA2D892","time":"2026-03-06T19:22:33.069851517Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3082,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-264544232407203%3Amatrix.theocloud.dev","duration":304.977242,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<129195 bytes>","time":"2026-03-06T19:22:33.072743892Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":3073,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952473786552_20?ts=1771512419000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":600.47089,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wenn du eins davon nehmen müsstest","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.074395172Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A29FAA217F3AB94656A","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-19T14:46:59Z","event_id":"$vqJ-BkbuEgFIcAfoIJr38mD6E3TvP0gZxaWBjbkX1cA","part_id":"","time":"2026-03-06T19:22:33.074544564Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3074,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952476353952_16?ts=1771243753000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":598.69194,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Das wird normalerweise im ersten Semester gemacht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.075225526Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3A5675C190A64601452C","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-16T12:09:13Z","event_id":"$cC0qXei6LcGhASNXyj8cgLUgPGauv7-1wsSXlGiMnhc","part_id":"","time":"2026-03-06T19:22:33.075385325Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3094,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":33.065675,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-150517229604984","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:33.097503304Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3076,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952508519571_24?ts=1772735306000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":593.928911,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Was machst du so?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.102580274Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A3778F59D8273BC089B","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:28:26Z","event_id":"$MzzwEvrF32BsePJPup5jqSp5yD7L5rJXsHGuG5DOJb0","part_id":"","time":"2026-03-06T19:22:33.102711437Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3095,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-264544232407203:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-264544232407203%3Amatrix.theocloud.dev","duration":30.791264,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:33.10381243Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3098,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150517229604984:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":26.305229,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:33.124234501Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3100,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/iHftjmntHIOnjnfAsgdWVTvG?user_id=%40whatsapp_lid-264544232407203%3Amatrix.theocloud.dev","duration":24.847832,"status_code":200,"response_length":129195,"response_mime":"image/jpeg","time":"2026-03-06T19:22:33.128812657Z","message":"Request completed"} +{"level":"debug","transaction_id":"1519","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.147886215Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1519","time":"2026-03-06T19:22:33.148022756Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3077,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952580948384_200?ts=1769855485000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":573.071723,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Okee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.154179068Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC4B6E9192EA6990A1B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-31T10:31:25Z","event_id":"$4eFQvf4p8eeH-z5IXnmiwU34r2jQsWDmLDFTGG2AYTs","part_id":"","time":"2026-03-06T19:22:33.15435933Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3102,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-264544232407203:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-264544232407203%3Amatrix.theocloud.dev","duration":55.383055,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iHftjmntHIOnjnfAsgdWVTvG"},"time":"2026-03-06T19:22:33.184447772Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":true,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:33.185072371Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3078,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952615203263_9?ts=1769168515000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":571.368062,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja wollte so 16-17 Uhr hin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.186678532Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A4987BD749925992784","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-23T11:41:55Z","event_id":"$lsgEsnzJ4JrV20xkpKVpOEVgxFtIAac-u0mLCYAVjgg","part_id":"","time":"2026-03-06T19:22:33.186806623Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3079,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952630012744_201?ts=1770405049000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":574.661401,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geil man","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.20480049Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF2859D623C8802A6E3","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T19:10:49Z","event_id":"$TzeEp3v7VxZ5yAu5Epnwi2-WDuGh29HhGuA9Trpu60c","part_id":"","time":"2026-03-06T19:22:33.204915241Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3104,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150517229604984:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":25.394487,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:33.210762011Z","message":"Request completed"} +{"level":"debug","transaction_id":"1520","content":{"pdu":6,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.241686045Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1520","time":"2026-03-06T19:22:33.241818117Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3093,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59197668491519:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-59197668491519%3Amatrix.theocloud.dev","duration":203.999239,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sasha (WA)"},"time":"2026-03-06T19:22:33.25944622Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:33.260305628Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3081,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952712709759_5?ts=1772374467000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":564.792069,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"(Alex und Chrissi)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.277643956Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AB0D0A9536451E9E3CD","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-01T14:14:27Z","event_id":"$mMVe_yPa-o_62GgHBHgc2cYo59_isRlLDv8M9RaVtAQ","part_id":"","time":"2026-03-06T19:22:33.277801171Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","portal_mxid":"!JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A72433F0AB0CAA2D892","sender_id":"","chat_id":"4915735701057@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A72433F0AB0CAA2D892","req_id":3107,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":69.851146,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<54488 bytes>","time":"2026-03-06T19:22:33.278929472Z","message":"Request completed"} +{"level":"debug","transaction_id":"1521","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.330027916Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1521","time":"2026-03-06T19:22:33.330109492Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3101,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150517229604984:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":208.050018,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915112997658 (WA)"},"time":"2026-03-06T19:22:33.332564795Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:33.333099158Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3108,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150517229604984:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":123.659469,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915112997658 (WA)"},"time":"2026-03-06T19:22:33.334645813Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:33.335241218Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3083,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952775630394_15?ts=1765812939000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":565.326361,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yeah so 90% ziemlich safe der Rest gut Glück so","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.341135412Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A6A5CB5A6FC051CCD85","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:35:39Z","event_id":"$WDnO0Cq65HWg3a-bR5verHKCIRZL5kEhnlTQVt2EXdY","part_id":"","time":"2026-03-06T19:22:33.341278588Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3075,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-143632363450509:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":855.842076,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/yuvSCzvoPdUrAGuBDdwAnxKP","com.beeper.exclude_from_timeline":true,"displayname":"ben (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:33.345151059Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3085,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952843298483_202?ts=1771710556000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":545.309795,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und was ist die alternative aus der eu?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.388779321Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC933A51AE287EE6AB4","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T21:49:16Z","event_id":"$NOG1SkU2nmWILaxpmO7lSMHK6nt5ZKAhVR-Hx5RZ_Hg","part_id":"","time":"2026-03-06T19:22:33.388903849Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1522","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.407442905Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1522","time":"2026-03-06T19:22:33.407535865Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3086,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952905599967_16?ts=1770382358000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":542.39905,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also geht es nach vorne","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.44815267Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC698D3321FEDADD34A8AF119C737DCF","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:52:38Z","event_id":"$rGncUnguQTgNdsHC94Q0XndfmXITfhEJUZF7B0MM_8Q","part_id":"","time":"2026-03-06T19:22:33.448291027Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1523","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.47531193Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1523","time":"2026-03-06T19:22:33.475614207Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3088,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824952966756248_16?ts=1772482756000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":521.213674,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dir auch noch nhn schönen abend, was machste grad?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.48810807Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A25D921D0AC60B58BC9","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:19:16Z","event_id":"$Iyhq6xEXM3gWgdyJxw5tS_Y8SI_WcleFQB8yjDlpqts","part_id":"","time":"2026-03-06T19:22:33.488261234Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1524","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.529734374Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1524","time":"2026-03-06T19:22:33.529833201Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":3096,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953075500774_203?ts=1772089383000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":486.436236,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hello","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.562112453Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE5719375244B693010","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T07:03:03Z","event_id":"$WjhlFIMAq7MnjgKZ0MN7eyjRY7ODJsvqLo1C5MetAtU","part_id":"","time":"2026-03-06T19:22:33.562275674Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3097,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953076109449_17?ts=1771243785000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":490.139339,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wir haben richtig gewählt. BTW auch krypto sehr gutes fach. Ich habs nur nicht gemacht weil ich meine beiden studienarbeiten über krypto hatte","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.566410054Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3A1B39F3611029EFCE82","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-16T12:09:45Z","event_id":"$HDQ8TsKSAOqwZsKSupv6aMLBVFyEPo4S8idrVwkekQA","part_id":"","time":"2026-03-06T19:22:33.566581656Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:33.582600944Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:33.592311385Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3099,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953103648301_204?ts=1772735340000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":491.200592,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Zocke mit Domi, weil heute nen neues Spiel rausgekommen ist, aber scheinbar war das so beliebt, dass Steam down ist","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.595005339Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A734CB47B5F87105C3D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:29:00Z","event_id":"$yBomjv2JioLQshlG_Y2a9_i9FcAiMaLVK1SFYs14zKM","part_id":"","time":"2026-03-06T19:22:33.59514649Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1525","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.61160299Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1525","time":"2026-03-06T19:22:33.611704541Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3103,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953155378677_205?ts=1769969268000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":492.203666,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Mama, eigentlich wollten ja Ana und ich zu mir und dann schon Pizza machen jetzt und dir hätt ich die Pizza gemacht, wenn du da bist. Jetzt ist das Ding Ana muss ihre Eltern vom Flughafen abholen um 22:30 Uhr und wir wären dann eigentlich mit deren Autos zu uns gefahren und dann wäre Ana von uns zum BER. Ihre Katze Alice dachte sich aber Beef Jerky zu essen als wir im Gym waren, weswegen Ana sich berechtigterweise Sorgen macht und wir jetzt erstmal hier bleiben bis sie zum Flughafen muss um 22 Uhr. Hoffe es ist okay, wenn du dann stattdessen eins von den Schlemmerfilets isst z.B. .","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.647738859Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD31D793DFCDC1B3CD4","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-01T18:07:48Z","event_id":"$0y9QTJj525d5Nk92Lykzldz4XhC5netuQcrZRIuZsIM","part_id":"","time":"2026-03-06T19:22:33.647864715Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3105,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953187570487_206?ts=1769168529000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":486.187388,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Top","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.673890156Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A59C848332B25B4A95F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T11:42:09Z","event_id":"$s5QZRURi2h5Uk3nGoeuALTcs-TGZACokQstuf88_qhE","part_id":"","time":"2026-03-06T19:22:33.674030469Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3106,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953205633009_207?ts=1770405055000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":476.796894,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gönn dir","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.682544584Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2B18F0D0C591DE151F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T19:10:55Z","event_id":"$86gwWDIniNOHTKOv1-pFxq1aX3QrMCkPOWH0r3vcT0M","part_id":"","time":"2026-03-06T19:22:33.68268364Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1526","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.68353788Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1526","time":"2026-03-06T19:22:33.683647602Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:33.688259492Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3109,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953278711145_6?ts=1772374477000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":466.281102,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wann machen wir unsere Hausaufgaben? 😁","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.745118312Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A7CE207E3F8E0B32FDB","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-01T14:14:37Z","event_id":"$0WhkxpxY4qLxdZwOFy3g9NQSoEdK7UGGXMHxIbZniJo","part_id":"","time":"2026-03-06T19:22:33.745234739Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:33.750593872Z","message":"0110675f9239e0feded2504c996ae72376afd5a43f5d4868ad4a431f31f19426ab66dfde"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:33.750767429Z","message":"Decrypting message from 4917620338641@s.whatsapp.net"} +{"level":"debug","db_section":"whatsmeow","time":"2026-03-06T19:22:33.752355292Z","message":"No sessions or sender keys found to migrate from 4917620338641 to 236399445938270_1"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:33.75328999Z","message":"Push name of 4917620338641@s.whatsapp.net changed from Marcyś to marcyś, dispatching event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:33.75532631Z","message":"Stored message secret key for 3A2EB49BDF37B21B90F4"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:33.756042262Z","message":""} +{"level":"debug","transaction_id":"1527","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.757121045Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1527","time":"2026-03-06T19:22:33.757244735Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","portal_mxid":"!JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A72433F0AB0CAA2D892","sender_id":"","chat_id":"4915735701057@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A72433F0AB0CAA2D892","req_id":3110,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953279300683_208?ts=1772824952000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":493.858716,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":5000,"h":450,"mimetype":"video/mp4","size":54488,"w":322},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":5000,"fi.mau.autoplay":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":450,"mimetype":"video/mp4","size":54488,"w":322},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/uOvuMtDkUBdRwMHOeIHcghaB"},"m.relates_to":{"event_id":"$49NuLeUIt2Li5z0zohnOI51fSdBfNStlGkBb_YFBrAU","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/uOvuMtDkUBdRwMHOeIHcghaB"},"time":"2026-03-06T19:22:33.773521951Z","message":"Request completed"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","portal_mxid":"!JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A72433F0AB0CAA2D892","sender_id":"","chat_id":"4915735701057@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A72433F0AB0CAA2D892","event_id":"$eiHQdad1GxyeVq_grY22fh3nEN6JZxQUvHVk0jwRQbs","part_id":"4915735701057@s.whatsapp.net:4917641870516@s.whatsapp.net:3A72433F0AB0CAA2D892","time":"2026-03-06T19:22:33.773732734Z","message":"Sent message part edit to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"sync ghost","reason":"push name event","picture_id":"","jid":"4917620338641@s.whatsapp.net","req_id":3124,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620338641:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":41.346656,"status_code":200,"response_length":34,"response_mime":"application/json","time":"2026-03-06T19:22:33.795248604Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953342110409_16?ts=1765812943000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":463.758261,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":106160},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"6Cjle6O24+K/k/sIseqJshMASmymgyaN7y/Bp5cX48k=","length":106160,"type":"WhatsApp Image Keys","sha256":"lF9x0JIO1Q8NZSeoDSCz8PtHLPWdkR1E0hzRecTZJIs=","enc_sha256":"ZBQUXpH0+lO6huhmLsRwRrgeObeD89HFwZMyO0WPzio=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:33.806055638Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A3210434A9C9C6ADDC0","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:35:43Z","event_id":"$NwuCQ9pO42rt9l3fFNjgTmN031OaXkgbfETlhcFJgHY","part_id":"","time":"2026-03-06T19:22:33.806194903Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1528","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.843564326Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1528","time":"2026-03-06T19:22:33.843669927Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3113,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953389562322_17?ts=1771768862000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":465.223552,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"leider noch nichts, nur ts3 momentan genutzt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.854918713Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AE85D296A4CEDC082EF","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-22T14:01:02Z","event_id":"$sMc82DoHYY2RNz7sTwt35Wp6j0ceTHEaYhVhPogVJzU","part_id":"","time":"2026-03-06T19:22:33.855063496Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1529","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:33.952531928Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1529","time":"2026-03-06T19:22:33.952729511Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953449298781_209?ts=1770382373000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":507.010284,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yessir","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:33.956475707Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A882CEFC4C6BC256D60","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:52:53Z","event_id":"$zI9J4cvfyo2cP7bxsu4aK146w9p0aIlyrQ7iY4v8Z4A","part_id":"","time":"2026-03-06T19:22:33.956589061Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953489197468_210?ts=1772482761000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":519.33862,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"schon wieder so viel Stress am Abend wegen Wichsern","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.008689672Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A784273E95F5C4BD08B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:19:21Z","event_id":"$wQngZgWMgnZ2xQelZed_sgX-5ZJmSKYKdKiQLOH97oM","part_id":"","time":"2026-03-06T19:22:34.008860436Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3112,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-143632363450509:matrix.theocloud.dev?user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":693.581308,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/yuvSCzvoPdUrAGuBDdwAnxKP","com.beeper.exclude_from_timeline":true,"displayname":"ben (WA)","membership":"join"},"time":"2026-03-06T19:22:34.039299625Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:34.040273715Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1530","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:34.058216317Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1530","time":"2026-03-06T19:22:34.058286579Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3122,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-59197668491519%3Amatrix.theocloud.dev","duration":328.258234,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<39737 bytes>","time":"2026-03-06T19:22:34.060256338Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3132,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915119111000%3Amatrix.theocloud.dev","duration":34.036133,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915119111000","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:34.074592359Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3133,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59197668491519:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-59197668491519%3Amatrix.theocloud.dev","duration":30.298178,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:34.090882635Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3125,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":326.612192,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<95846 bytes>","time":"2026-03-06T19:22:34.093543274Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3134,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915119111000:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915119111000%3Amatrix.theocloud.dev","duration":33.627556,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:34.108694703Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":3116,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953563187045_211?ts=1772089411000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":558.514931,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wie unpraktisch, dass die Ringbahn Verspätung hat und ich deswegen zu spät komme","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.1218418Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8AEBAC1D9F937C0706","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T07:03:31Z","event_id":"$ii3PbDivdPz2agBbZklC23ga8nXaIUvKLqBDiuwW-ag","part_id":"","time":"2026-03-06T19:22:34.121986513Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3135,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XgCeSqovhMkLpuITwngvYlJl?user_id=%40whatsapp_lid-59197668491519%3Amatrix.theocloud.dev","duration":35.980889,"status_code":200,"response_length":39737,"response_mime":"image/jpeg","time":"2026-03-06T19:22:34.126978415Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3136,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150517229604984:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":33.318923,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:34.127288095Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3117,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953568073206_212?ts=1771247253000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":562.092038,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"I seee","m.mentions":{"user_ids":["@whatsapp_491637362958:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$cC0qXei6LcGhASNXyj8cgLUgPGauv7-1wsSXlGiMnhc"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.130318758Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD905D0728677E31CB7","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T13:07:33Z","event_id":"$xtlx7xUH0e1A4EtNKnbOBOOIhltLMuMt_PUtG-D4UaY","part_id":"","time":"2026-03-06T19:22:34.130474227Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1531","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:34.161865575Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1531","time":"2026-03-06T19:22:34.16220843Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3118,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953596102071_213?ts=1772735348000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":568.251702,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und Steam ist eine Millardenfirma","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.164478512Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB6B0DAFC37F1B9489E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:29:08Z","event_id":"$YWW16F_L_7zupTLDBWpJdguV-6JtCtno9d2CFUWax2U","part_id":"","time":"2026-03-06T19:22:34.164587815Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3140,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VDLyBLzBYzaMMXCzGJRigjLW?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":40.254045,"status_code":200,"response_length":95846,"response_mime":"image/jpeg","time":"2026-03-06T19:22:34.167744263Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-59197668491519:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-59197668491519%3Amatrix.theocloud.dev","duration":77.076532,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XgCeSqovhMkLpuITwngvYlJl"},"time":"2026-03-06T19:22:34.204349402Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3129,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":353.891511,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<95846 bytes>","time":"2026-03-06T19:22:34.21363646Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3119,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953648625017_214?ts=1769969409000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":583.388883,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oder wenn du warten kannst, würde ich die Pizzen auch später machen :) (würde sie dann so oder so machen, aber wenns dir zu spät ist auch okay)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.232148416Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF9F0BBD69C977C6EE4","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-01T18:10:09Z","event_id":"$Q2p8G1puoVq4K7LeChUjisZhfhdLLJERQa-guEhz3p0","part_id":"","time":"2026-03-06T19:22:34.232260234Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3144,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915171438124%3Amatrix.theocloud.dev","duration":29.9123,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915171438124","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:34.235278744Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3143,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150517229604984:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":69.247012,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VDLyBLzBYzaMMXCzGJRigjLW"},"time":"2026-03-06T19:22:34.237294879Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:34.238295648Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3145,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150517229604984:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":32.234344,"status_code":200,"response_length":68,"response_mime":"application/json","time":"2026-03-06T19:22:34.246245088Z","message":"Request completed"} +{"level":"debug","transaction_id":"1532","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:34.263761584Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1532","time":"2026-03-06T19:22:34.263911046Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3147,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915171438124:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915171438124%3Amatrix.theocloud.dev","duration":33.867744,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:34.269556671Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3120,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953674846296_10?ts=1769178008000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":596.087383,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bin so 17 Uhr da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.271086355Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AFCCC5448A49CF477E1","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-23T14:20:08Z","event_id":"$RMxiS3i1i7y6pI3mR_vWdovDy-0k9d4A4sRp0f11nfE","part_id":"","time":"2026-03-06T19:22:34.271258516Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3148,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-242047260864591%3Amatrix.theocloud.dev","duration":35.645228,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-242047260864591","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:34.274256353Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3149,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/xFzHZPHqVdJiEQnxwZXDOSpZ?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":35.454209,"status_code":200,"response_length":95846,"response_mime":"image/jpeg","time":"2026-03-06T19:22:34.281846734Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3121,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953683435421_8?ts=1770405057000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":601.407823,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":467422},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"IjpT8cLvJYGaJfYwqu+0WqOvFX4X4q16OHCQtnJ9SdU=","length":467422,"type":"WhatsApp Image Keys","sha256":"o6TYxR/GW6uVjqgZHhzLVf7/kMsV5l7IKxnGCHWByE4=","enc_sha256":"v+Z0m5aqF3VcCIFVFlkhxglTtrZw2sMd54xTs0pqkQg=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:34.285028466Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A6A15832DA75B4FCAB8","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T19:10:57Z","event_id":"$_7FIgtYf9sNXof07beugm_Do2CZSTHGSzMUSRH7skAM","part_id":"","time":"2026-03-06T19:22:34.285137839Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3152,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242047260864591:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-242047260864591%3Amatrix.theocloud.dev","duration":30.875843,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:34.30547582Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3153,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150517229604984:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":56.844223,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xFzHZPHqVdJiEQnxwZXDOSpZ"},"time":"2026-03-06T19:22:34.339004479Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3137,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915119111000:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915119111000%3Amatrix.theocloud.dev","duration":230.310684,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Laura ^^ (WA)"},"time":"2026-03-06T19:22:34.339250743Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:34.340266109Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:34.341596952Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1533","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:34.352705983Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1533","time":"2026-03-06T19:22:34.352870532Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3123,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953745992597_2?ts=1772376076000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":612.834147,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gar nicht?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.358939121Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:251745280225436@lid:AC0C6BEC0C5BA2F48BBA50766F539FF3","sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"message_ts":"2026-03-01T14:41:16Z","event_id":"$N7l3Mw0Fj3QETK9m2YczV0fYGap2Vk0KwgGbynjCeF0","part_id":"","time":"2026-03-06T19:22:34.35902831Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3156,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-108456681980086%3Amatrix.theocloud.dev","duration":28.966217,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-108456681980086","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:34.370795115Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3158,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-108456681980086:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-108456681980086%3Amatrix.theocloud.dev","duration":30.387366,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:34.401623815Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3127,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953807092935_215?ts=1765812981000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":613.226312,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab es nur bis zu den Wörtern: Da liegt der Hase, aber dann kam FF FF und ich wusst nicht mehr weiter","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.420451178Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA14A6317B50F1A20AC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:36:21Z","event_id":"$XMTQVYxIPXjOaknrTkeep5P1EMFOEIujxvX4jeBwPl0","part_id":"","time":"2026-03-06T19:22:34.420563345Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1534","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:34.43822162Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1534","time":"2026-03-06T19:22:34.438351666Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3150,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915171438124:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915171438124%3Amatrix.theocloud.dev","duration":201.917941,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sasha (WA)"},"time":"2026-03-06T19:22:34.471691822Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:34.472594253Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3128,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953856009369_216?ts=1771777178000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":622.218705,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"I see","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.478415042Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3CECC56648093E1A03","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-22T16:19:38Z","event_id":"$JTH3EL2JPqtzxDs3hvTt9td5RMe8GbkDZN5mHzjJw-w","part_id":"","time":"2026-03-06T19:22:34.478561571Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","has_name":true,"name_set":false,"has_avatar":true,"avatar_set":true,"time":"2026-03-06T19:22:34.479288419Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3155,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242047260864591:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-242047260864591%3Amatrix.theocloud.dev","duration":193.081714,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Liam (WA)"},"time":"2026-03-06T19:22:34.498802331Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:34.499800656Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3161,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620338641:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":27.337497,"status_code":200,"response_length":34,"response_mime":"application/json","time":"2026-03-06T19:22:34.507051464Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:34.509578006Z","message":""} +{"level":"debug","transaction_id":"1535","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:34.527283774Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1535","time":"2026-03-06T19:22:34.527415007Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3130,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824953957304525_17?ts=1770382381000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":598.128591,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sehr gut","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.555655285Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC9B8C9E2E17A47621A4B0D6C9873497","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:53:01Z","event_id":"$Cp_RxYxEm0lbzdg0pfsOZ-UwoP3ubOkmoCESJKZ5vSQ","part_id":"","time":"2026-03-06T19:22:34.555762702Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3159,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-108456681980086:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-108456681980086%3Amatrix.theocloud.dev","duration":194.443777,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917656794491 (WA)"},"time":"2026-03-06T19:22:34.596282986Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:34.596862816Z","message":""} +{"level":"debug","transaction_id":"1536","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:34.614629905Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1536","time":"2026-03-06T19:22:34.614740674Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3131,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824954009710416_17?ts=1772482769606&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":613.210388,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$wQngZgWMgnZ2xQelZed_sgX-5ZJmSKYKdKiQLOH97oM","key":"😂"}},"time":"2026-03-06T19:22:34.623073688Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","target_message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A784273E95F5C4BD08B","target_part_id":"","reaction_sender_id":{"user_id":"491736748726"},"reaction_ts":"2026-03-02T20:19:29.606Z","event_id":"$N7aBv3bXCGvaUQRI9FBHZkIW2T8idAVMe6arJZz0nL4","time":"2026-03-06T19:22:34.623238795Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:34.650543396Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3166,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242047260864591:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-242047260864591%3Amatrix.theocloud.dev","duration":28.463354,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:34.679375936Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:34.680546072Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":3138,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954122828880_217?ts=1772089427000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":568.39893,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kannst du Zimmi Bescheid sagen? das wäre so lieb","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.691388586Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3A20F0910F68A229CA2E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T07:03:47Z","event_id":"$OX4bh-xmVPdDN1fLPHzmQ5W-2mbCCkQ2djsGaGCPbto","part_id":"","time":"2026-03-06T19:22:34.691538886Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3141,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954131864156_218?ts=1771247282000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":565.550974,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ahhh verstehe, ja mein zweites ist Krypto, was auch echt interessant ist","m.mentions":{"user_ids":["@whatsapp_491637362958:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$HDQ8TsKSAOqwZsKSupv6aMLBVFyEPo4S8idrVwkekQA"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.697588758Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A0E297E46A6A54CE0F8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T13:08:02Z","event_id":"$FhPpzg0eybbe0SNtMGKqVkeFEGHqt_2elm-CVCHyd_g","part_id":"","time":"2026-03-06T19:22:34.69774276Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1537","content":{"pdu":1,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:34.702534773Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1537","time":"2026-03-06T19:22:34.702695131Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3167,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-182750908809456%3Amatrix.theocloud.dev","duration":32.127415,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-182750908809456","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:34.712973739Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3142,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954165288821_25?ts=1772735354000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":560.4805,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oh 😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.725902579Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3ACCDF9B662602391012","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:29:14Z","event_id":"$jxA2NIEfHIA9G4hS5kwATBwn-eNR3zZve6UXMA3tXRc","part_id":"","time":"2026-03-06T19:22:34.726024244Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3170,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182750908809456:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-182750908809456%3Amatrix.theocloud.dev","duration":27.268354,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:34.740567138Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:34.768384311Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:34.770533914Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3146,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954232963265_219?ts=1769969438000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":544.481954,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Komme dann ja 22 Uhr nach Hause","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.777586231Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A498A9C804E22AE805E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-01T18:10:38Z","event_id":"$OvOusWYpwPPWpl7LjqCDh2I-UlNNh_Kb6gngyZ1wNiU","part_id":"","time":"2026-03-06T19:22:34.777736043Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1538","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:34.788627237Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1538","time":"2026-03-06T19:22:34.788731092Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3163,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915119111000%3Amatrix.theocloud.dev","duration":270.860232,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<21278 bytes>","time":"2026-03-06T19:22:34.79055544Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3151,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954272305101_220?ts=1769178079000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":535.181277,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Guti","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.807636469Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2D47388F46063D0B0B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T14:21:19Z","event_id":"$hlTxB32eALeM1ZgqUO-l78YTUyFSnx3aRy3k8MMqsBM","part_id":"","time":"2026-03-06T19:22:34.807741791Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3175,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915119111000:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915119111000%3Amatrix.theocloud.dev","duration":23.410619,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:34.814307378Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3154,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824954285730659_221?ts=1770405069876&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":553.036368,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$_7FIgtYf9sNXof07beugm_Do2CZSTHGSzMUSRH7skAM","key":"😂"}},"time":"2026-03-06T19:22:34.838879682Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A6A15832DA75B4FCAB8","target_part_id":"","reaction_sender_id":{"user_id":"4917641870516","is_from_me":true},"reaction_ts":"2026-02-06T19:11:09.876Z","event_id":"$KCV9bNBblQDPPEdgLCfJQmbOSxCkjc83RCECCaTMa88","time":"2026-03-06T19:22:34.838990522Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3177,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ztfqfTbRIdqXXImmFRLzazJM?user_id=%40whatsapp_4915119111000%3Amatrix.theocloud.dev","duration":32.276808,"status_code":200,"response_length":21278,"response_mime":"image/jpeg","time":"2026-03-06T19:22:34.846733788Z","message":"Request completed"} +{"level":"debug","transaction_id":"1539","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:34.865250633Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1539","time":"2026-03-06T19:22:34.865361822Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3157,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954359630280_3?ts=1772376079000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":525.024474,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Fänd ich gut","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.884787035Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:251745280225436@lid:AC1EF64B906D4DE155D05A640F7FEDD0","sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"message_ts":"2026-03-01T14:41:19Z","event_id":"$76DuBt6DmnUJqwYsvxUVRvSKioO2W5zdIZYkM7ZXAOo","part_id":"","time":"2026-03-06T19:22:34.884943272Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3180,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915119111000:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915119111000%3Amatrix.theocloud.dev","duration":59.209639,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ztfqfTbRIdqXXImmFRLzazJM"},"time":"2026-03-06T19:22:34.906188154Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:34.907314709Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182750908809456:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-182750908809456%3Amatrix.theocloud.dev","duration":177.433289,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915121699472 (WA)"},"time":"2026-03-06T19:22:34.918234677Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:34.918898877Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3182,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917663302838%3Amatrix.theocloud.dev","duration":25.553447,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917663302838","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:34.933183005Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"sync ghost","reason":"push name event","picture_id":"","jid":"4917620338641@s.whatsapp.net","req_id":3126,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917620338641:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":1140.239543,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"marcyś (WA)"},"time":"2026-03-06T19:22:34.935674486Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"sync ghost","reason":"push name event","picture_id":"","jid":"4917620338641@s.whatsapp.net","time":"2026-03-06T19:22:34.936090536Z","message":"Synced ghost info"} +{"level":"debug","transaction_id":"1540","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:34.939928645Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1540","time":"2026-03-06T19:22:34.940007776Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3160,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954421534431_222?ts=1765812989000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":522.216818,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Glaub ich auch","m.mentions":{"user_ids":["@whatsapp_491731828379:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$WDnO0Cq65HWg3a-bR5verHKCIRZL5kEhnlTQVt2EXdY"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:34.943878012Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFB50CC2BBDD165E4BC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:36:29Z","event_id":"$vB9B7PeqV04qc3okrCe3pQec8At0UYftnME5QkCyK3I","part_id":"","time":"2026-03-06T19:22:34.943980401Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3183,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663302838:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663302838%3Amatrix.theocloud.dev","duration":33.544723,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:34.967079803Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"sync ghost","reason":"push name event","picture_id":"","jid":"4917620338641@s.whatsapp.net","req_id":3184,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-236399445938270:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-236399445938270%3Amatrix.theocloud.dev","duration":32.569028,"status_code":200,"response_length":34,"response_mime":"application/json","time":"2026-03-06T19:22:34.968848347Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"sync ghost","reason":"push name event","picture_id":"","jid":"4917620338641@s.whatsapp.net","req_id":3187,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-236399445938270:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-236399445938270%3Amatrix.theocloud.dev","duration":53.173597,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"marcyś (WA)"},"time":"2026-03-06T19:22:35.022206606Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"sync ghost","reason":"push name event","picture_id":"","jid":"4917620338641@s.whatsapp.net","jid":"4917620338641@s.whatsapp.net","alternate_jid":"236399445938270@lid","time":"2026-03-06T19:22:35.022646891Z","message":"Synced alternate ghost with info"} +{"level":"debug","transaction_id":"1541","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:35.023424864Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1541","time":"2026-03-06T19:22:35.023747814Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3174,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915171438124%3Amatrix.theocloud.dev","duration":270.707277,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<39737 bytes>","time":"2026-03-06T19:22:35.05294032Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3188,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915171438124:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915171438124%3Amatrix.theocloud.dev","duration":31.835685,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:35.085137717Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3164,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824954556284563_223?ts=1770382480218&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":547.417282,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$Cp_RxYxEm0lbzdg0pfsOZ-UwoP3ubOkmoCESJKZ5vSQ","key":"❤️"}},"time":"2026-03-06T19:22:35.103802628Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","target_message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC9B8C9E2E17A47621A4B0D6C9873497","target_part_id":"","reaction_sender_id":{"user_id":"4917641870516","is_from_me":true},"reaction_ts":"2026-02-06T12:54:40.218Z","event_id":"$3wak6vpyHHGu5GxUFD-t7hW54pAlzLSc8O7pH6wxU8g","time":"2026-03-06T19:22:35.103890699Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3179,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-108456681980086%3Amatrix.theocloud.dev","duration":264.492717,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<44463 bytes>","time":"2026-03-06T19:22:35.106533738Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3189,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/mSgbQOJxjmKyyrRBpVNjvZDL?user_id=%40whatsapp_4915171438124%3Amatrix.theocloud.dev","duration":41.847355,"status_code":200,"response_length":39737,"response_mime":"image/jpeg","time":"2026-03-06T19:22:35.127102687Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3191,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-108456681980086:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-108456681980086%3Amatrix.theocloud.dev","duration":25.945472,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:35.132925152Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3165,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954624537231_224?ts=1772482769000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":511.931086,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Auch Yt und futtern","m.mentions":{"user_ids":["@whatsapp_491736748726:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$Iyhq6xEXM3gWgdyJxw5tS_Y8SI_WcleFQB8yjDlpqts"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.136614776Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA1FC8076A9858EE97B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:19:29Z","event_id":"$zSpyQabnGOw90sDuE7sQdlBXJwwvI3rws2aSwoT4Cn8","part_id":"","time":"2026-03-06T19:22:35.13670173Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3193,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/RwxeVmcOQFgdXMwsSIHhRZJS?user_id=%40whatsapp_lid-108456681980086%3Amatrix.theocloud.dev","duration":21.245301,"status_code":200,"response_length":44463,"response_mime":"image/jpeg","time":"2026-03-06T19:22:35.154281223Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3186,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663302838:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663302838%3Amatrix.theocloud.dev","duration":192.123899,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Melvin (WA)"},"time":"2026-03-06T19:22:35.159444937Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:35.160188337Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:35.178592597Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3192,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915171438124:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915171438124%3Amatrix.theocloud.dev","duration":51.213614,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mSgbQOJxjmKyyrRBpVNjvZDL"},"time":"2026-03-06T19:22:35.178573879Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"59197668491519@lid","alternate_jid":"4915171438124@s.whatsapp.net","time":"2026-03-06T19:22:35.179139252Z","message":"Synced alternate ghost with info"} +{"level":"debug","transaction_id":"1542","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:35.180862538Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1542","time":"2026-03-06T19:22:35.180968768Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3162,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954507730889_18?ts=1771790121000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":682.074175,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bist du schon auf linux?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.18995746Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AB3F5CEFD8F10204AD1","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-22T19:55:21Z","event_id":"$QkYvWZUttoid-RGbj1DqWn_GsiLy2ME4QkjMxQXlGzg","part_id":"","time":"2026-03-06T19:22:35.190131856Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":3168,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954692467997_21?ts=1772089495000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":502.497289,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Auf jeden Fall!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.195108323Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3A1C52005B0975A4D500","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-26T07:04:55Z","event_id":"$LX7_czIZF6_z8Z-DN4MPTanBE6Ob0ik1c6aM6CtjdYs","part_id":"","time":"2026-03-06T19:22:35.195269519Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3169,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954698703369_225?ts=1771247293000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":500.458456,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also doch nicht so schlimm wie ich dachte","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.199313243Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A46E539E20685A56BD8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T13:08:13Z","event_id":"$_7bHmbxyU0xvfP552nWM25dsthcMtorf_oIR2GKBqCE","part_id":"","time":"2026-03-06T19:22:35.199495461Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3196,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915750045774%3Amatrix.theocloud.dev","duration":41.86705,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915750045774","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:35.221716877Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3195,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-108456681980086:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-108456681980086%3Amatrix.theocloud.dev","duration":70.322512,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RwxeVmcOQFgdXMwsSIHhRZJS"},"time":"2026-03-06T19:22:35.22484022Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:35.225483258Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3171,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954726641160_26?ts=1772735357000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":502.766741,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Welches Spiel denn?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.229521604Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A33F33DB3CC3FC6D49A","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:29:17Z","event_id":"$mTbR-CJuPokbNgMx8-4pQEfpq1bZhhztas7y0tYt-uc","part_id":"","time":"2026-03-06T19:22:35.229634818Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3200,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915750045774:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915750045774%3Amatrix.theocloud.dev","duration":26.480324,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:35.248596488Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3201,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-165339312693343%3Amatrix.theocloud.dev","duration":29.561273,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-165339312693343","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:35.255239181Z","message":"Request completed"} +{"level":"debug","transaction_id":"1543","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:35.278291439Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1543","time":"2026-03-06T19:22:35.278482318Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3204,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-165339312693343:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-165339312693343%3Amatrix.theocloud.dev","duration":29.812774,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:35.285422678Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3173,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954778521628_226?ts=1769969457000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":513.623712,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ana ist aber sehr traurig, weil sie sich sehr auf die 24h Pizza gefreut hat","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.292268332Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACB04E34B827C36FFF9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-01T18:10:57Z","event_id":"$jaCCm-QpZ5L6FcDEB4UxHzHRnOYd4PIDhcHkVmyXphA","part_id":"","time":"2026-03-06T19:22:35.292424708Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3176,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954808502443_227?ts=1769183395000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":513.697954,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Musste meine Karte suchen, bin so 10min später da 🥸🤝","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.322354469Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3254A714A756D3A63F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T15:49:55Z","event_id":"$xnwHuX0h0m3qdCfs4gE8UcGN6IaMORy2aZArHxo0JdE","part_id":"","time":"2026-03-06T19:22:35.322502464Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:35.330140757Z","message":""} +{"level":"debug","transaction_id":"1544","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:35.363674585Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1544","time":"2026-03-06T19:22:35.363824816Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3178,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954839872000_9?ts=1770405090000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":526.658432,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geklaut","m.mentions":{"user_ids":["@whatsapp_491783743461:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$_7FIgtYf9sNXof07beugm_Do2CZSTHGSzMUSRH7skAM"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.366677032Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A8672AED39F1D931150","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T19:11:30Z","event_id":"$Nv5WMPIFRvUZATipUj9HmCaJ5S6SqiBYSwbE2Iuked8","part_id":"","time":"2026-03-06T19:22:35.366848913Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3181,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954885861068_4?ts=1772376090000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":515.704031,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Mir fehlt aber auch nur noch eine","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.401700175Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:251745280225436@lid:ACD905CB72F448D7C713A7171F231BB2","sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"message_ts":"2026-03-01T14:41:30Z","event_id":"$89XUs5KIgsCdmQUh0qB3a7b3CnFdPMGcd_OkfrqKsPA","part_id":"","time":"2026-03-06T19:22:35.401823307Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3203,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915750045774:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915750045774%3Amatrix.theocloud.dev","duration":189.797175,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"🤎☁️ ~ Lukas (WA)"},"time":"2026-03-06T19:22:35.4385814Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"69114630545617@lid","alternate_jid":"4915750045774@s.whatsapp.net","time":"2026-03-06T19:22:35.439102004Z","message":"Synced alternate ghost with info"} +{"level":"debug","transaction_id":"1545","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:35.442698249Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1545","time":"2026-03-06T19:22:35.442779266Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3212,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915256127349%3Amatrix.theocloud.dev","duration":32.323392,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915256127349","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:35.472044757Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3185,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824954944517208_228?ts=1765812991000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":532.702227,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber sehr nice","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.477375882Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC1B7A991DA1B430D4B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:36:31Z","event_id":"$kmqvt7eGYzIXIMfp45WitbRZo7ImKaOBe-CF-xETHl0","part_id":"","time":"2026-03-06T19:22:35.477544831Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3205,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-165339312693343:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-165339312693343%3Amatrix.theocloud.dev","duration":195.094986,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mahmoud (WA)"},"time":"2026-03-06T19:22:35.480761902Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:35.481576123Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3213,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256127349:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915256127349%3Amatrix.theocloud.dev","duration":27.84525,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:35.500376458Z","message":"Request completed"} +{"level":"debug","transaction_id":"1546","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:35.516652136Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1546","time":"2026-03-06T19:22:35.516768563Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3190,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955104309124_229?ts=1770382409000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":496.032764,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Mit dem Ultralight Band von Gornation krieg ich Halflay auch mit guter Form 10 Sekunden hin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.600492677Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4D3FE4F32802AF010B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:53:29Z","event_id":"$s3YkzHXYxk3HpJoQUFYHS2Z-zVhOncO_3Vjodigy2Gw","part_id":"","time":"2026-03-06T19:22:35.600630057Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3208,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917663302838%3Amatrix.theocloud.dev","duration":263.033574,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38192 bytes>","time":"2026-03-06T19:22:35.601676642Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3209,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-182750908809456%3Amatrix.theocloud.dev","duration":261.520583,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<63854 bytes>","time":"2026-03-06T19:22:35.609112044Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:35.63230245Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3217,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663302838:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917663302838%3Amatrix.theocloud.dev","duration":31.97006,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:35.634003108Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3194,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955137262004_18?ts=1772482775000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":499.914315,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Chillig","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.637285412Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AAF83C7BDD4DF1F4F21","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:19:35Z","event_id":"$e_gHguA7J5SWo46_JV5Lh_eXAwy2zTkyhoupJfnkJXw","part_id":"","time":"2026-03-06T19:22:35.637415109Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3218,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182750908809456:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-182750908809456%3Amatrix.theocloud.dev","duration":29.446313,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:35.638920279Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3215,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256127349:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915256127349%3Amatrix.theocloud.dev","duration":161.713624,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Raha (WA)"},"time":"2026-03-06T19:22:35.662295697Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"95765573664918@lid","alternate_jid":"4915256127349@s.whatsapp.net","time":"2026-03-06T19:22:35.662859673Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3219,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/qDKdgiCTluyMVoobEcnjJhZo?user_id=%40whatsapp_4917663302838%3Amatrix.theocloud.dev","duration":32.257462,"status_code":200,"response_length":38192,"response_mime":"image/jpeg","time":"2026-03-06T19:22:35.666423791Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3221,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/KLmjBtQffQHmUqxjRvQIPGCK?user_id=%40whatsapp_lid-182750908809456%3Amatrix.theocloud.dev","duration":31.928714,"status_code":200,"response_length":63854,"response_mime":"image/jpeg","time":"2026-03-06T19:22:35.670993147Z","message":"Request completed"} +{"level":"debug","transaction_id":"1547","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:35.694159248Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1547","time":"2026-03-06T19:22:35.694257167Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3223,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917640728131%3Amatrix.theocloud.dev","duration":36.383739,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917640728131","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:35.69982401Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":3198,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955196178096_22?ts=1772089504000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":508.947776,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich bin EXTREM pünktlich heute","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.70525047Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:3AE49D4B17839FAADE39","sender_id":{"user_id":"4915150515988"},"message_ts":"2026-02-26T07:05:04Z","event_id":"$m6_27s9t3dUP789_EEhmzAJI5JQ78ws69elgIgkmM1U","part_id":"","time":"2026-03-06T19:22:35.705389107Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3199,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955200459912_18?ts=1771247320000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":511.805369,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ne ich finde es ist ne gute Wahl wenn man was lernen will","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.712409646Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3A1EA00212BCBE295304","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-16T13:08:40Z","event_id":"$okXtOIJIuluMiZzH28D8Matb6YtHpEYssmtAQykr8oQ","part_id":"","time":"2026-03-06T19:22:35.712522371Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3226,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917640728131:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917640728131%3Amatrix.theocloud.dev","duration":37.739726,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:35.737950103Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3224,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663302838:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917663302838%3Amatrix.theocloud.dev","duration":75.708674,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qDKdgiCTluyMVoobEcnjJhZo"},"time":"2026-03-06T19:22:35.74239102Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3225,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-182750908809456:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-182750908809456%3Amatrix.theocloud.dev","duration":76.638483,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KLmjBtQffQHmUqxjRvQIPGCK"},"time":"2026-03-06T19:22:35.748142595Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:35.749203778Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3202,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955230476556_230?ts=1772735364000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":518.645645,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Slay the Spire 2","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.749248546Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEFD7E565BE1901E02C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:29:24Z","event_id":"$BG9dCQh5bBj8ZjX3-HrrIAtM8EIO8GoU90ZLgHze9lw","part_id":"","time":"2026-03-06T19:22:35.749409603Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3231,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-70965862084760%3Amatrix.theocloud.dev","duration":29.709548,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-70965862084760","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:35.779195698Z","message":"Request completed"} +{"level":"debug","transaction_id":"1548","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:35.796068178Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1548","time":"2026-03-06T19:22:35.796150731Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3197,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824955191092955_19?ts=1771790123000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":610.636143,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":45580,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/viVffjkcRjieBtJDmMSHlgQW"},"time":"2026-03-06T19:22:35.801944142Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3ABE32480CD6FC38B309","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-22T19:55:23Z","event_id":"$nzOf0Bt-VL_szlpAqGLhB886gNhLbH0cMR5s3Dg_xOA","part_id":"","time":"2026-03-06T19:22:35.802067484Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3233,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70965862084760:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-70965862084760%3Amatrix.theocloud.dev","duration":29.172391,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:35.808740837Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3206,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955293261348_14?ts=1769969501000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":515.553172,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Das ist mir zu spät. Ich esse den Rest von gestern.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.808949036Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A76690EE00D86734CDF","sender_id":{"user_id":"491628947581"},"message_ts":"2026-02-01T18:11:41Z","event_id":"$zKfJwGRMf1CCduOicRsbPFzmKrtGfEXrnkXM4q1t5TQ","part_id":"","time":"2026-03-06T19:22:35.809092702Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3207,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955323489335_11?ts=1769183867000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":525.465876,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Passt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.849101182Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A22A86B172FF7DD9A8A","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-23T15:57:47Z","event_id":"$Xt3k_AlHpDEQ6nsbuTvFVrJ905XFml_ozCWkbB1RyeY","part_id":"","time":"2026-03-06T19:22:35.849236955Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1549","content":{"pdu":7,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:35.896110435Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1549","time":"2026-03-06T19:22:35.896318355Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3210,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955367685972_10?ts=1770405094000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":536.641747,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":405944},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"JSJ3QSe1ONVmTDtsFJ1CZb0YiYkbeRbSPqZK8UPr/4A=","length":405944,"type":"WhatsApp Image Keys","sha256":"PhOWCc9eWXeXwY+uDZAHmT6zTMH8JwjdqGmT07WrbBc=","enc_sha256":"keNpFMsOZcMpjHXKGpjmRQU4M928LRXrQrkwWuYZGTc=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:35.90457084Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A669F8C07CC0A62217D","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T19:11:34Z","event_id":"$Hb3j3cofyyTPr2eyt6v-z_W5R8AT0fv3tp6VaD-0N-s","part_id":"","time":"2026-03-06T19:22:35.904736436Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3211,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955402691375_5?ts=1772376101000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":556.253718,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"(aber die können wir wirklich gerne zusammen machen)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:35.959090575Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:251745280225436@lid:ACF0ECB53955C435D1B733F87B972D2D","sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"message_ts":"2026-03-01T14:41:41Z","event_id":"$XQrATLPW3NmNhqjeYOWJH-ujwtlQs5BCWHaDS1GpIWA","part_id":"","time":"2026-03-06T19:22:35.959223555Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3229,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917640728131:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917640728131%3Amatrix.theocloud.dev","duration":222.396025,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nemanja (WA)"},"time":"2026-03-06T19:22:35.960502924Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"100738508263616@lid","alternate_jid":"4917640728131@s.whatsapp.net","time":"2026-03-06T19:22:35.960939298Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"275883097071617@lid","alternate_jid":"4917647781821@s.whatsapp.net","time":"2026-03-06T19:22:35.961059916Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3222,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-165339312693343%3Amatrix.theocloud.dev","duration":320.775828,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<89322 bytes>","time":"2026-03-06T19:22:35.966255128Z","message":"Request completed"} +{"level":"debug","transaction_id":"1550","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:35.986563147Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1550","time":"2026-03-06T19:22:35.986659948Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3240,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917621496968%3Amatrix.theocloud.dev","duration":29.353842,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917621496968","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:35.990989746Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3241,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-165339312693343:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-165339312693343%3Amatrix.theocloud.dev","duration":32.365926,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:35.999091163Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3242,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621496968:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917621496968%3Amatrix.theocloud.dev","duration":28.949037,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:36.020316908Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3214,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955478424633_231?ts=1765812999000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":543.389691,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"finally vorbei der Bums","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.021930752Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A50A5B3C9FB7FB0B0CD","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:36:39Z","event_id":"$pGgzSH9i7-CF5VgSIy_gsv6xxYkGFi-nC2JQMdd-KJo","part_id":"","time":"2026-03-06T19:22:36.022003597Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3235,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70965862084760:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-70965862084760%3Amatrix.theocloud.dev","duration":216.610996,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917621844976 (WA)"},"time":"2026-03-06T19:22:36.025593207Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:36.026096281Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3243,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ShjhDtVYxzklMObAryvcXfnI?user_id=%40whatsapp_lid-165339312693343%3Amatrix.theocloud.dev","duration":35.039067,"status_code":200,"response_length":89322,"response_mime":"image/jpeg","time":"2026-03-06T19:22:36.034297991Z","message":"Request completed"} +{"level":"debug","transaction_id":"1551","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.047213212Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1551","time":"2026-03-06T19:22:36.047270762Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3246,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-165339312693343:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-165339312693343%3Amatrix.theocloud.dev","duration":25.145779,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ShjhDtVYxzklMObAryvcXfnI"},"time":"2026-03-06T19:22:36.059662445Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:36.060238504Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3247,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-190219840168190%3Amatrix.theocloud.dev","duration":17.916272,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-190219840168190","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:36.07837436Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3248,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-190219840168190:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-190219840168190%3Amatrix.theocloud.dev","duration":14.983388,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:36.093731474Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3216,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955601413337_232?ts=1770382474000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":521.486408,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber ohne nur so wenige Sekunden und daran arbeite ich gerade mit Negatives u.a. und Halflay ist ein so wichtiger Zwischenstep, weil ich mich noxh an diese Core/Arsch-Anspannung gewöhnen muss, um straight zu sein","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.123032305Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A77C77738AA683055BB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:54:34Z","event_id":"$d87O_0pjeu4JyOa8Ufq2iUomLBhPCnb6Q4ctpOnjCgE","part_id":"","time":"2026-03-06T19:22:36.123142027Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3220,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955638229609_233?ts=1772482776000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":520.052337,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und dann Steam Machine","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.158400958Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC82D452035A7B9A7E2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:19:36Z","event_id":"$i3MdX9f1qaOJYw7qbvuj-dioqb3-AaLtaWRI8WF32n4","part_id":"","time":"2026-03-06T19:22:36.158487771Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3244,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621496968:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917621496968%3Amatrix.theocloud.dev","duration":142.507506,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917621496968 (WA)"},"time":"2026-03-06T19:22:36.163014315Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:36.163894885Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:36.191831908Z","message":""} +{"level":"debug","transaction_id":"1552","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.207637409Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1552","time":"2026-03-06T19:22:36.207743848Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":3227,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955706169035_234?ts=1772089696000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":512.747332,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dankee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.219048508Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6309CC82B94F0BB618","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T07:08:16Z","event_id":"$55-O_AHOdcE_K9UMKvBAZ0zjezdFCw3zHrEyNiaQ8W4","part_id":"","time":"2026-03-06T19:22:36.219185887Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3228,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955713220095_19?ts=1771247330000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":511.227565,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich hab noch Quantencomputing","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.224563737Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3AD57B7E8272C533EA53","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-16T13:08:50Z","event_id":"$YAOD8ui3-VkSnX6Sl1RUNMU6NGfPdDxFHM128Qgbbsg","part_id":"","time":"2026-03-06T19:22:36.22468205Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3252,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-70965862084760:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-70965862084760%3Amatrix.theocloud.dev","duration":45.893384,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:36.238108237Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:36.238840392Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3232,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955750182476_235?ts=1772735393000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":499.310948,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Eig Singleplayer, aber hat nen Koop-Modus bekommen, wodurch ich es jetzt mit Domi zsm spielen wollte","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.249619909Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF923D833F0234D6742","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:29:53Z","event_id":"$gifKipI0ykjv6EXFgppIQVTH1uYR64HI6TeVHqGssBw","part_id":"","time":"2026-03-06T19:22:36.249754495Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3255,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-25628103458978%3Amatrix.theocloud.dev","duration":28.031169,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-25628103458978","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:36.267145693Z","message":"Request completed"} +{"level":"debug","transaction_id":"1553","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.296885762Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1553","time":"2026-03-06T19:22:36.297076641Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3257,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25628103458978:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-25628103458978%3Amatrix.theocloud.dev","duration":34.124553,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:36.301667928Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3249,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-190219840168190:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-190219840168190%3Amatrix.theocloud.dev","duration":213.341053,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tobi (WA)"},"time":"2026-03-06T19:22:36.307291832Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:36.308178758Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:36.313362516Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3236,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955809809143_236?ts=1769969511000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":505.401677,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oder so okay :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.315384169Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1DDE1E3D709FE0EA3D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-01T18:11:51Z","event_id":"$DoXuRL6Y2o_XEIflWoKvaXfqahiWAWNYvFoLVc0O2xI","part_id":"","time":"2026-03-06T19:22:36.31551645Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3234,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955802996385_20?ts=1771790146000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":539.799104,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bazzite wäre bestimmt auch was für dich, nutzt du bestimmt auch schon für deine „steam machine“","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.342940831Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A2118659BB358CBDE10","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-22T19:55:46Z","event_id":"$7a-WyTHZzNTcmcf7iFnJeQACEs6QRccF5dUlDADBj3k","part_id":"","time":"2026-03-06T19:22:36.343090223Z","message":"Sent message part to Matrix"} +{"level":"warn","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","reply_to":{"MessageID":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA3B010B25F4B263ECE","PartID":null},"time":"2026-03-06T19:22:36.34428243Z","message":"Reply target message not found in database"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3259,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621496968:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917621496968%3Amatrix.theocloud.dev","duration":36.460845,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:36.350198344Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3237,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955850059277_237?ts=1769183884000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":505.04199,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Top","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.355232221Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9CE116044FF14533CB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T15:58:04Z","event_id":"$B-UjYE2t1fGNt1Jsh0hwX6O7oyTUd6U1Hi6-tpCWFqA","part_id":"","time":"2026-03-06T19:22:36.355377912Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3262,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-112352217288823%3Amatrix.theocloud.dev","duration":24.835679,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-112352217288823","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:36.375994842Z","message":"Request completed"} +{"level":"debug","transaction_id":"1554","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.388347135Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1554","time":"2026-03-06T19:22:36.388468242Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3238,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955905571120_11?ts=1770405099000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":493.99854,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Den auch geklaut","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.399681757Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AC1B7FA5685CB4C53AC","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T19:11:39Z","event_id":"$IaWUkIS85f_JmIMIzkpbLwpTfjk6ourQr310tOo2Yy4","part_id":"","time":"2026-03-06T19:22:36.399785263Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3264,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-112352217288823:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-112352217288823%3Amatrix.theocloud.dev","duration":32.819412,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:36.409197828Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3239,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824955959964720_3?ts=1772404445000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":485.084928,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dienstag!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.445179136Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:27956059590853@lid:3A649A5C46E202CE94DE","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2026-03-01T22:34:05Z","event_id":"$qVHumbltNQpawmHnGASEmpwWP8TiF8cDcUeEOVjZDqM","part_id":"","time":"2026-03-06T19:22:36.445321474Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1555","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.477255427Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1555","time":"2026-03-06T19:22:36.477370736Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:36.488057641Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3258,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25628103458978:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-25628103458978%3Amatrix.theocloud.dev","duration":196.904179,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"hanneskannes (WA)"},"time":"2026-03-06T19:22:36.498790992Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:36.499687556Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3230,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220327544094730:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":759.216499,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BLITLBPIJyUYvSjTlnsMDXhA","com.beeper.exclude_from_timeline":true,"displayname":"Lisa (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:36.502559677Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3245,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956022635110_17?ts=1765813008000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":492.470113,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Endlich Schluss mit lustig","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.515224235Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AD07124C2F8E6D25071","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:36:48Z","event_id":"$_qnIqG9-xP_K_84ldpvm_9Xc_ZqNYPU7xidAtgM2XgM","part_id":"","time":"2026-03-06T19:22:36.515390599Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1556","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.554004888Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1556","time":"2026-03-06T19:22:36.554116007Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3266,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-112352217288823:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-112352217288823%3Amatrix.theocloud.dev","duration":176.642536,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917621496968 (WA)"},"time":"2026-03-06T19:22:36.586003515Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:36.586841621Z","message":""} +{"level":"debug","transaction_id":"1557","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.60261723Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1557","time":"2026-03-06T19:22:36.602932637Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:36.618594403Z","message":"01101577b1c56689bc47aa375b8a42b90200cefe63d7a740b7cb4c3004c5e7748646fd48"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:36.618739046Z","message":"Decrypting message from 4917620338641@s.whatsapp.net"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:36.619710062Z","message":"Stored message secret key for 3AE8F52408059458D852"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:36.62030428Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3250,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956123726956_18?ts=1770382522000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":505.473964,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Benutz halbes band","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.629324889Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC204BE4AD1FE8136A9B6CA2AA824218","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:55:22Z","event_id":"$qzAfpCOOH5fgfttVp22yYpgDaEI8z7yNgZRMCNFixK4","part_id":"","time":"2026-03-06T19:22:36.629486365Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:36.656852637Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3251,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956159048884_238?ts=1772482782000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":497.924371,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und dann Sleepy Sleepy","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.657117408Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A869E641912EAE390E2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:19:42Z","event_id":"$i8m6O-t8VS0K2lIytJfni6vhdHwtz0asRAO2m4HdXOk","part_id":"","time":"2026-03-06T19:22:36.657290966Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3272,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-25628103458978:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-25628103458978%3Amatrix.theocloud.dev","duration":21.110226,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:36.678292099Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:36.67928316Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1558","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.70368449Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1558","time":"2026-03-06T19:22:36.703811464Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3274,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-28973983600651%3Amatrix.theocloud.dev","duration":32.73162,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-28973983600651","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:36.712375026Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","req_id":3253,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956220620237_239?ts=1772089703000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":494.5431,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{"user_ids":["@whatsapp_4915150515988:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$m6_27s9t3dUP789_EEhmzAJI5JQ78ws69elgIgkmM1U"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.715313148Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","message_id":"4915150515988@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADB897C10159FC94B38","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T07:08:23Z","event_id":"$Mm75ZhP8Y9pkxYpSm8qgNxowJW_4dn51p4hgma8t05w","part_id":"","time":"2026-03-06T19:22:36.715478744Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:36.716472878Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","time":"2026-03-06T19:22:36.716544676Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:36.717315873Z","message":"c95807b48f54515c292be7f2e2e3e145108ec2e0e480bb80969b1bbbc0b72a4bbdbc2ba228288db8a4fe07f66a5af288b84c"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A64B45F476999272958","time":"2026-03-06T19:22:36.717542022Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:36.718381386Z","message":"034d951876843746ba15217ed49450e2f9bed36481b7653b5e663066492486f2933db4b2b31c867333495b7159452b3b7732"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A8AE9CD3D7FB5226E24","time":"2026-03-06T19:22:36.718548449Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915150515988@s.whatsapp.net","latest_message_ts":"2026-02-26T07:08:23Z","started_at":"2026-03-06T19:22:00.733024495Z","duration":"35.986982538s","time":"2026-03-06T19:22:36.720032386Z","message":"Event that took long finished handling"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3254,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956226125758_240?ts=1771249661000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":494.720429,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Auch cool","m.mentions":{"user_ids":["@whatsapp_491637362958:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$YAOD8ui3-VkSnX6Sl1RUNMU6NGfPdDxFHM128Qgbbsg"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.72099111Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACB1ADFEDDEAA5D342C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T13:47:41Z","event_id":"$0H7xe5i03oCKO1xA9CXcpvZi7v7qvk3iNCsx0SNruDo","part_id":"","time":"2026-03-06T19:22:36.721169068Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:36.735542524Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3275,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-28973983600651:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-28973983600651%3Amatrix.theocloud.dev","duration":34.466012,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:36.747304511Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3256,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956250553839_241?ts=1772735399000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":500.002246,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Domi kam einmal durch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.750674956Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEB4FB1345E4F4AEE31","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:29:59Z","event_id":"$YVQFEXoRREMA3teVuVTyCTLz8O6EL9xO9DVhEB1IkbM","part_id":"","time":"2026-03-06T19:22:36.750796761Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:36.761789575Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:36.762597021Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3277,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-112352217288823:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-112352217288823%3Amatrix.theocloud.dev","duration":28.799853,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:36.764658134Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917621496968@s.whatsapp.net","alternate_jid":"112352217288823@lid","time":"2026-03-06T19:22:36.765231539Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917642065292@s.whatsapp.net","time":"2026-03-06T19:22:36.76564682Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","transaction_id":"1559","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.796480269Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1559","time":"2026-03-06T19:22:36.796654316Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3280,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917642065292%3Amatrix.theocloud.dev","duration":33.546749,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917642065292","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:36.799459807Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3260,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956316327178_15?ts=1770274118000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":491.682851,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Guten Morgen Theo, \ndie U2 und U3 sind wegen Glatteis unterbrochen. Vielleicht kannst du Homeoffice machen.","format":"org.matrix.custom.html","formatted_body":"Guten Morgen Theo, \u003cbr\u003edie U2 und U3 sind wegen Glatteis unterbrochen. Vielleicht kannst du Homeoffice machen.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.808186521Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A86C27C30E6A5A0A04F","sender_id":{"user_id":"491628947581"},"message_ts":"2026-02-05T06:48:38Z","event_id":"$bHLs1PAmwoKChtac06y4b1OTQ2bKDgVoiD0KUtdQR1w","part_id":"","time":"2026-03-06T19:22:36.808390181Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3270,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-190219840168190%3Amatrix.theocloud.dev","duration":245.108152,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38712 bytes>","time":"2026-03-06T19:22:36.814023304Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3281,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917642065292:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917642065292%3Amatrix.theocloud.dev","duration":29.953437,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:36.82975149Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3261,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956344627799_242?ts=1771794629000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":487.81939,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"meint ich doch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.832567458Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A447A9EF2491C3C5277","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-22T21:10:29Z","event_id":"$4sdrA5H-35JCf6DI3xsTC_w5seVIiT9K89cU3xs0zMU","part_id":"","time":"2026-03-06T19:22:36.832676691Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3263,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956356098474_12?ts=1769207200000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":483.393559,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Auf süß nichtmal geschrieben ob er angekommen ist nachher liegst du noch unter der Brücke","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.839595889Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A053703C13FD4BD67C1","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-23T22:26:40Z","event_id":"$vtIbRfcdnYk8JPzu6cDtfcPtxXl1cPQQVCIUJ9RQ6E8","part_id":"","time":"2026-03-06T19:22:36.839705262Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3283,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-190219840168190:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-190219840168190%3Amatrix.theocloud.dev","duration":31.432206,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:36.845721469Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3287,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WrSjcFeZmOzQQVcltXsSxeuB?user_id=%40whatsapp_lid-190219840168190%3Amatrix.theocloud.dev","duration":20.323803,"status_code":200,"response_length":38712,"response_mime":"image/jpeg","time":"2026-03-06T19:22:36.866195782Z","message":"Request completed"} +{"level":"debug","transaction_id":"1560","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.879396518Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1560","time":"2026-03-06T19:22:36.879564838Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3265,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956400537883_12?ts=1770405119000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":485.713508,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":139484},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"lzngrzGIfzkY+2s/eOyWg6zoU5AmaOwGP0cUWkWqUH0=","length":139484,"type":"WhatsApp Image Keys","sha256":"727SumoxzLgs6WRDp0n+SV16vHJcMDiXES/YCbiG/FQ=","enc_sha256":"I8rC0T4f7N0ADiNW/5KCYv/XNWSNTOY9chsdrksmPaM=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:36.88649954Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A44807B65A161FEE355","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T19:11:59Z","event_id":"$IHiib6G3MOXAFEw_UydoDXWJQlTBJt73ZzyP63bTNNU","part_id":"","time":"2026-03-06T19:22:36.88667659Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3288,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-190219840168190:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-190219840168190%3Amatrix.theocloud.dev","duration":52.015682,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WrSjcFeZmOzQQVcltXsSxeuB"},"time":"2026-03-06T19:22:36.918478052Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:36.919767688Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3267,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956446159790_4?ts=1772404482000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":483.208897,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"15Uhr - East Side Mall\n17Uhr - Catnip Coffee (https://maps.apple/p/k7DaBk7SAJpD9q)","format":"org.matrix.custom.html","formatted_body":"15Uhr - East Side Mall\u003cbr\u003e17Uhr - Catnip Coffee (https://maps.apple/p/k7DaBk7SAJpD9q)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.929514657Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:27956059590853@lid:3A772921352953715E56","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2026-03-01T22:34:42Z","event_id":"$jsrFmLo6UpwiY6lPBVcnJLBgWbUB50CYGhO5dj5cUAw","part_id":"","time":"2026-03-06T19:22:36.929667263Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3278,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-28973983600651:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-28973983600651%3Amatrix.theocloud.dev","duration":188.95397,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917695853477 (WA)"},"time":"2026-03-06T19:22:36.936494688Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:36.937434624Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3290,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-201283793350851%3Amatrix.theocloud.dev","duration":21.916345,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-201283793350851","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:36.941967802Z","message":"Request completed"} +{"level":"debug","transaction_id":"1561","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:36.956728673Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1561","time":"2026-03-06T19:22:36.956860326Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3292,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-201283793350851:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-201283793350851%3Amatrix.theocloud.dev","duration":24.465376,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:36.966743976Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3269,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956516244559_243?ts=1765813013000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":464.839209,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Isso","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:36.981217656Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFCDF2FBA9EB6BD9BCB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:36:53Z","event_id":"$T1CFTjl0CnBAmcpM9F0PYyoqHgr2ghi4oftODo8XwUk","part_id":"","time":"2026-03-06T19:22:36.981369563Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3284,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917642065292:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917642065292%3Amatrix.theocloud.dev","duration":166.649093,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917642065292 (WA)"},"time":"2026-03-06T19:22:36.996620726Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:36.997233591Z","message":""} +{"level":"debug","transaction_id":"1562","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.009166412Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1562","time":"2026-03-06T19:22:37.009252457Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3271,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956630415476_19?ts=1770382529000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":443.242323,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Als zwischen progression","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.073863344Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACFF722F5A80CB98CDF32F828D8E2653","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:55:29Z","event_id":"$txX8SroYrYWdHYx0PDBOrc0qgUZnvKPSp9gURgAJuhY","part_id":"","time":"2026-03-06T19:22:37.074018254Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3273,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824956658202966_19?ts=1772482798000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":422.988083,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":531818,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/phuBTunFmkNihOCbZMQJdQbJ"},"time":"2026-03-06T19:22:37.081408467Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A9E9D6623A65CDC4774","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T20:19:58Z","event_id":"$EHErmJCCcIjj4EbU_GixnCvFNdFesBccLVJnfuhDHMM","part_id":"","time":"2026-03-06T19:22:37.081510437Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3293,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-201283793350851:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-201283793350851%3Amatrix.theocloud.dev","duration":129.465801,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917632063161 (WA)"},"time":"2026-03-06T19:22:37.096421189Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:37.097486143Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:37.112170397Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3268,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220327544094730:matrix.theocloud.dev?user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":610.23057,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BLITLBPIJyUYvSjTlnsMDXhA","com.beeper.exclude_from_timeline":true,"displayname":"Lisa (WA)","membership":"join"},"time":"2026-03-06T19:22:37.113585959Z","message":"Request completed"} +{"level":"debug","transaction_id":"1563","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.15060177Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1563","time":"2026-03-06T19:22:37.150705276Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3276,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956722466108_244?ts=1772001650000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":436.6833,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.159287556Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB57C64DD5E6150600D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-25T06:40:50Z","event_id":"$bYr00sQvHHEOAdFwHNfXlH5TOEV1bwGxQOME6o0yAKM","part_id":"","time":"2026-03-06T19:22:37.159415438Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:37.166873607Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3279,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956751538206_245?ts=1772735408000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":431.680714,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und ich werd gerade die ganze Zeit geblockt im Shop","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.183361118Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8BC1EDA8261156F412","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:30:08Z","event_id":"$NPhdWa7z98krCcRvzvulkVvUAt6lePOxTUP8q73a6l4","part_id":"","time":"2026-03-06T19:22:37.183482154Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1564","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.221091414Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1564","time":"2026-03-06T19:22:37.221370574Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3282,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956809256294_246?ts=1770274195000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":427.084397,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Guten Morgen, kann ich nicht weil meine ganzen Sachen inklusive Laptops auf der Arbeit sind.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.236503494Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1ACD1B7FF016B7ECF8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-05T06:49:55Z","event_id":"$cEUSSPf1R30UWSP_004tRpzMCc4vfpGPBLgNabEH_hs","part_id":"","time":"2026-03-06T19:22:37.23666015Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:37.250092273Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3285,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956833516474_21?ts=1771794802000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":419.915864,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"oh voll überlesen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.253551069Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AA2768B7C0AF463592B","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-22T21:13:22Z","event_id":"$ECWyFhyfJyR2LR4L6r1-6w-GrvUcZOT87hf5R9HZw4U","part_id":"","time":"2026-03-06T19:22:37.253666029Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3286,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956840396909_247?ts=1769207218000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":419.849513,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.260369484Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9FE39E66E32E7A3D36","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T22:26:58Z","event_id":"$uxAFXSHe1OjaUObbNmnsb_s9jtp4Z6XxUko96iU8MzA","part_id":"","time":"2026-03-06T19:22:37.260462514Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3302,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-201283793350851:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-201283793350851%3Amatrix.theocloud.dev","duration":28.791053,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:37.279249369Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:37.280531602Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1565","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.307221522Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1565","time":"2026-03-06T19:22:37.307345353Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3289,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956887662343_248?ts=1770405120000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":425.636569,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab gerade noch nen Dude kennengelernt, der mich wegen Handstand angesprochen hat und dann sind wir ins Gespräch gekommen und er meinte er hat auch Kollegen, die mir wegen nem Job als Entwickler helfen können","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.313446069Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9E7C8CFFE0FF9F642F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T19:12:00Z","event_id":"$Frb52apTi8Y_zsx1BZx-qRz9WZbVWiFNOutKJMu-chk","part_id":"","time":"2026-03-06T19:22:37.313608103Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3305,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-263328890937590%3Amatrix.theocloud.dev","duration":36.427111,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-263328890937590","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:37.317255403Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:37.325863455Z","message":"04c5c39303ed5314662f8873"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:37.326594144Z","message":""} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","portal_mxid":"!JdcZMudmtLVULzaxtn:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A64B45F476999272958","sender_id":"","chat_id":"4915150515988@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915150515988"},"remote_target_message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A64B45F476999272958","time":"2026-03-06T19:22:37.326712457Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:37.33407641Z","message":"5eb24ff9eb83af6ac3373c18"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:37.334765473Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3308,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-263328890937590:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-263328890937590%3Amatrix.theocloud.dev","duration":21.34769,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:37.339163227Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3291,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824956930554189_6?ts=1772404659688&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":452.401639,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$jsrFmLo6UpwiY6lPBVcnJLBgWbUB50CYGhO5dj5cUAw","key":"❤️"}},"time":"2026-03-06T19:22:37.383095721Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363192861790277@g.us:27956059590853@lid:3A772921352953715E56","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2026-03-01T22:37:39.688Z","event_id":"$Vt2bTisQa0KPWYS5Fp_2NVoYGcY0lfBL7arh3fWiZ4o","time":"2026-03-06T19:22:37.383234079Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"1566","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.384214244Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1566","time":"2026-03-06T19:22:37.384361961Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","portal_mxid":"!JdcZMudmtLVULzaxtn:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A64B45F476999272958","sender_id":"","chat_id":"4915150515988@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915150515988"},"remote_target_message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A64B45F476999272958","req_id":3310,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=HWR+Gruppenteilung_231018_123755.pdf&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":63.946338,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<67214 bytes>","time":"2026-03-06T19:22:37.409224669Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3294,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824956982327309_18?ts=1765813023000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":440.147964,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hast du Domi noch abgefragt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.422654906Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A77BD21397B52140810","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:37:03Z","event_id":"$iExLzrD5OisfKLJxALMNizW9_cZ7p34zmlaTHxpQ6RM","part_id":"","time":"2026-03-06T19:22:37.4228659Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1567","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.471592992Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1567","time":"2026-03-06T19:22:37.471698244Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3301,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-28973983600651%3Amatrix.theocloud.dev","duration":285.762184,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<57942 bytes>","time":"2026-03-06T19:22:37.52797898Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3309,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-263328890937590:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-263328890937590%3Amatrix.theocloud.dev","duration":193.236624,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ella 🦖 (WA)"},"time":"2026-03-06T19:22:37.532611334Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:37.533392938Z","message":""} +{"level":"debug","transaction_id":"1568","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.546831277Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1568","time":"2026-03-06T19:22:37.546946796Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3314,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-28973983600651:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-28973983600651%3Amatrix.theocloud.dev","duration":22.568741,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:37.550940932Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3295,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957075022654_249?ts=1770382538000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":500.645143,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo das war mein Plan als nächstes dann","m.mentions":{"user_ids":["@whatsapp_4917657607100:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$qzAfpCOOH5fgfttVp22yYpgDaEI8z7yNgZRMCNFixK4"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.575811603Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A60CE4D0C0C833F7D4D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:55:38Z","event_id":"$ZVAqgAfa8usxIsX_rVNMcShMRU1E-QLeTfcDmFSnq_A","part_id":"","time":"2026-03-06T19:22:37.57594982Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3296,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957082115061_250?ts=1772482804000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":498.835462,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Fr","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.5810754Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA07A4C94E903B7E8DF","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T20:20:04Z","event_id":"$gXB7CQA3FFSJyttMI3WMeCJpl8AvQD6AcVaSoaMWrS8","part_id":"","time":"2026-03-06T19:22:37.581222278Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3306,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917642065292%3Amatrix.theocloud.dev","duration":288.166711,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<20867 bytes>","time":"2026-03-06T19:22:37.582674298Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3315,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/rMLVmiEfHSLnEBGlYhVXEAnP?user_id=%40whatsapp_lid-28973983600651%3Amatrix.theocloud.dev","duration":35.386392,"status_code":200,"response_length":57942,"response_mime":"image/jpeg","time":"2026-03-06T19:22:37.586486565Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3318,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917642065292:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917642065292%3Amatrix.theocloud.dev","duration":34.938075,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:37.617970454Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3319,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-28973983600651:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-28973983600651%3Amatrix.theocloud.dev","duration":50.11311,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rMLVmiEfHSLnEBGlYhVXEAnP"},"time":"2026-03-06T19:22:37.637014678Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:37.638150731Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3320,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/kaUwolMfJTMtqxeBdadGryPO?user_id=%40whatsapp_4917642065292%3Amatrix.theocloud.dev","duration":24.152832,"status_code":200,"response_length":20867,"response_mime":"image/jpeg","time":"2026-03-06T19:22:37.642249701Z","message":"Request completed"} +{"level":"debug","transaction_id":"1569","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.651937164Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1569","time":"2026-03-06T19:22:37.652069235Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3298,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957159998341_251?ts=1772001674000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":515.550239,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Meine Ringbahn macht paar Faxen, kannst du Bescheid sagen, dass ich später komme?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.675670244Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3215C66A500C588C9F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-25T06:41:14Z","event_id":"$HxG86YUCh654vYpkkQmUrxVuWv23-o10q5dKQ9v4s6A","part_id":"","time":"2026-03-06T19:22:37.67576949Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3321,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-80565550247962%3Amatrix.theocloud.dev","duration":39.502682,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-80565550247962","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:37.677970567Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:37.691051035Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3324,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80565550247962:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-80565550247962%3Amatrix.theocloud.dev","duration":30.690202,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:37.709061594Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3299,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957184088524_27?ts=1772735409000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":526.733512,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Interessant 😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.7109752Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A6B58267812CFD2A848","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:30:09Z","event_id":"$z5_cmLHkc0lI2RuM5ZdT5i3miUyKAywtDFda9e8pUHo","part_id":"","time":"2026-03-06T19:22:37.711134999Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3322,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917642065292:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917642065292%3Amatrix.theocloud.dev","duration":69.617455,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kaUwolMfJTMtqxeBdadGryPO"},"time":"2026-03-06T19:22:37.712084015Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3325,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-263328890937590:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-263328890937590%3Amatrix.theocloud.dev","duration":30.060435,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:37.721412699Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:37.722268057Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3328,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917642922234%3Amatrix.theocloud.dev","duration":34.734136,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917642922234","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:37.747862991Z","message":"Request completed"} +{"level":"debug","transaction_id":"1570","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.757489342Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1570","time":"2026-03-06T19:22:37.757588518Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3329,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-220538484043940%3Amatrix.theocloud.dev","duration":44.923765,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-220538484043940","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:37.767482505Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3330,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917642922234:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917642922234%3Amatrix.theocloud.dev","duration":38.630353,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:37.786807704Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3300,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957237583115_252?ts=1770274231000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":550.818109,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich kann auch Bus fahren keine Sorge","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.78857967Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1A433CE33510332ABC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-05T06:50:31Z","event_id":"$93xyRWmmqXMnM4q-t6f5SNmMDmTF-QF0-mf1mRzL07U","part_id":"","time":"2026-03-06T19:22:37.78875253Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3303,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957254283434_22?ts=1771796460000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":550.724171,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"was für hardware hat die kiste?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.805115372Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A84C802CEA1CD29C492","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-22T21:41:00Z","event_id":"$HzS0CchAh6qWMTKDnFFOwU4xBeonmcjcjaBajlSZOFM","part_id":"","time":"2026-03-06T19:22:37.805225792Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3331,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220538484043940:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-220538484043940%3Amatrix.theocloud.dev","duration":39.986968,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:37.807779014Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3304,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957261017271_253?ts=1769207227000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":564.154548,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bin ich natürlich Bro","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.825281122Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A437496FF57221B5E66","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T22:27:07Z","event_id":"$boIlJzG9rJO1HZJ5eEO0o-V5fKL7ctff3rdhukZp5M4","part_id":"","time":"2026-03-06T19:22:37.825422971Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1571","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.852919359Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1571","time":"2026-03-06T19:22:37.853030199Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3307,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957315103425_254?ts=1770405131000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":557.815809,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab ich alle selber geklaut haha","m.mentions":{"user_ids":["@whatsapp_491783743461:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$IaWUkIS85f_JmIMIzkpbLwpTfjk6ourQr310tOo2Yy4"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.873067858Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A20BE67E88E742C17D8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T19:12:11Z","event_id":"$2AH747BIfTPn9PHTk_jn3qNSTFT_v5ji4FFoqhaaeZA","part_id":"","time":"2026-03-06T19:22:37.873200768Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3297,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-69114630545617:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":794.100376,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"🤎☁️ ~ Lukas (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:37.908586182Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3326,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80565550247962:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-80565550247962%3Amatrix.theocloud.dev","duration":215.012657,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lorena (WA)"},"time":"2026-03-06T19:22:37.924266805Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:37.925170144Z","message":""} +{"level":"debug","transaction_id":"1572","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:37.929547784Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1572","time":"2026-03-06T19:22:37.929679367Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3311,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957383825293_7?ts=1772404504000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":548.044326,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Phänomenaler Plan!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.932005112Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AB3FED91E3532838EC8","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-01T22:35:04Z","event_id":"$BE7aIehSSA0xhLIlCJ69ZMFCXr8UcYciNW3kzg9blR0","part_id":"","time":"2026-03-06T19:22:37.932135787Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3332,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917642922234:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917642922234%3Amatrix.theocloud.dev","duration":190.756318,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Burak C. (WA)"},"time":"2026-03-06T19:22:37.977748056Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:37.978608862Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3313,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957423931133_255?ts=1765813036000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":554.68625,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja bei Domi war es genauso wie bei mir","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:37.978812172Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2AF726EA52CAF2FBE3","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:37:16Z","event_id":"$WvLZjw-ziQtUPEJLxGA-A3Ag3dwvq7eAHwiIRA8Lsqg","part_id":"","time":"2026-03-06T19:22:37.97888858Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","portal_mxid":"!JdcZMudmtLVULzaxtn:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A64B45F476999272958","sender_id":"","chat_id":"4915150515988@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915150515988"},"remote_target_message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A64B45F476999272958","req_id":3312,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957409754422_23?ts=1772824957000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":571.656998,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"HWR Gruppenteilung_231018_123755.pdf","info":{"mimetype":"application/pdf","size":67214},"m.mentions":{},"m.new_content":{"body":"","filename":"HWR Gruppenteilung_231018_123755.pdf","info":{"mimetype":"application/pdf","size":67214},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/zyUrKdIsSthckdiUQbOftDHk"},"m.relates_to":{"event_id":"$eQt79VUs1TRRG63omaVEpjmEn71cCVIyz08HeyaSCow","rel_type":"m.replace"},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/zyUrKdIsSthckdiUQbOftDHk"},"time":"2026-03-06T19:22:37.98165014Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","portal_mxid":"!JdcZMudmtLVULzaxtn:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A64B45F476999272958","sender_id":"","chat_id":"4915150515988@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915150515988"},"remote_target_message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A64B45F476999272958","event_id":"$NTgSZ8uNH51tR50RHKzo4Wtcosne8nJ1UqHBcLrNGzY","part_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A64B45F476999272958","time":"2026-03-06T19:22:37.981745894Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","portal_mxid":"!JdcZMudmtLVULzaxtn:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A8AE9CD3D7FB5226E24","sender_id":"","chat_id":"4915150515988@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915150515988"},"remote_target_message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A8AE9CD3D7FB5226E24","time":"2026-03-06T19:22:37.982174167Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3335,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220538484043940:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-220538484043940%3Amatrix.theocloud.dev","duration":180.732495,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ahmad Bakdad (WA)"},"time":"2026-03-06T19:22:37.988741709Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:37.989593644Z","message":""} +{"level":"debug","transaction_id":"1573","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.002492731Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1573","time":"2026-03-06T19:22:38.002951455Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","portal_mxid":"!JdcZMudmtLVULzaxtn:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A8AE9CD3D7FB5226E24","sender_id":"","chat_id":"4915150515988@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915150515988"},"remote_target_message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A8AE9CD3D7FB5226E24","req_id":3341,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=HWR+Gruppenteilung_231018_123755.pdf&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":37.593756,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<67214 bytes>","time":"2026-03-06T19:22:38.029868222Z","message":"Request completed"} +{"level":"debug","transaction_id":"1574","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.045086839Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1574","time":"2026-03-06T19:22:38.045242308Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:38.0841389Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3316,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957576951427_20?ts=1770382546000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":512.98703,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":16798},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"kh/514GF+uw94a+uNtXHxHSxEaPiC23deqR/ceNMmwE=","length":16798,"type":"WhatsApp Image Keys","sha256":"qu/voT8k9qPWvwZNkzlsuCKKhxxYBTAsnDhxJcCb/Uo=","enc_sha256":"4u2Us4oIVjjN9H2Qg1+yLSeU0ZavXO1QajWlK3viels=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:38.090175292Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC4293F6E712DCDA8F09F81BB7E3976","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:55:46Z","event_id":"$ZApyc4o4kWuULjAgGrSvXz6vMDoKeL6XwZ1jUN8mayE","part_id":"","time":"2026-03-06T19:22:38.090359047Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3317,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957582067369_256?ts=1772488762000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":513.570142,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Domi ich sag ehrlich, ohne Hate (hab mich wieder beruhigt), ich würd am liebsten morgen einfach mit dir zocken und sonst nichts. Deswegen wenn sie morgen auf kein Kompromiss eingehen, lass einfach ne kein Bock wir dippen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.095774053Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A84EFCB4A43114446B1","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T21:59:22Z","event_id":"$2YKte4oZqdPyLpM5Ts6wrY2lzdXqIdHaQ-YzTxlyF8s","part_id":"","time":"2026-03-06T19:22:38.095902423Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:38.127566784Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:38.13884637Z","message":""} +{"level":"debug","transaction_id":"1575","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.152869009Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1575","time":"2026-03-06T19:22:38.152988649Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3323,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957676401003_257?ts=1772001690000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":501.463135,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"so maybe 10min denk ich","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.177997397Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8E45555CDFC3771522","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-25T06:41:30Z","event_id":"$Gtfeizz1g7oiVF1OCPGU3s_IrzAaLyLmr8gNEQ5rAbI","part_id":"","time":"2026-03-06T19:22:38.178160758Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3327,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957712007049_258?ts=1772735417000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":504.636346,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Server einfach alle überlastet","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.216823588Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8D72721A7CA55860E5","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:30:17Z","event_id":"$wtIYfVQepIN9eNXGTasxb60xHJBjCE8xC5N8tfDIP0s","part_id":"","time":"2026-03-06T19:22:38.216987578Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1576","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.256201951Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1576","time":"2026-03-06T19:22:38.256280524Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3339,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/join?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":328.612193,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:22:38.261801201Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3333,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957789674168_16?ts=1770274365000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":487.145343,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"👍","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.276958916Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3AE3D37612582024C5F6","sender_id":{"user_id":"491628947581"},"message_ts":"2026-02-05T06:52:45Z","event_id":"$xJAnMKowMVmjudE3lFwMs1-Z6u9XNwlMfvMIpY0Mjq8","part_id":"","time":"2026-03-06T19:22:38.277088822Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3334,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957806078426_259?ts=1771828405000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":484.848651,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ryzen 5 5600\nRX 6750 XT (aus dem Homeserver)\n16GB RAM\nB450 ITX Board\n2x 1TB M.2 NVMe SSD","format":"org.matrix.custom.html","formatted_body":"Ryzen 5 5600\u003cbr\u003eRX 6750 XT (aus dem Homeserver)\u003cbr\u003e16GB RAM\u003cbr\u003eB450 ITX Board\u003cbr\u003e2x 1TB M.2 NVMe SSD","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.291052305Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5B759F652BE2DE1F62","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T06:33:25Z","event_id":"$Xp5FPp4e4Vs5Yz0I1Wz2OLS75p5fGTkubrqXMdxj5T0","part_id":"","time":"2026-03-06T19:22:38.291165728Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3336,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957826201782_260?ts=1769207230000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":487.962357,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"sorry","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.314328407Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD93E018FF506E3330D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T22:27:10Z","event_id":"$djyXOaKPETOphwFGZfsApBsItvDgZ39V6f18urq5-Pk","part_id":"","time":"2026-03-06T19:22:38.314493514Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1577","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.359097821Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1577","time":"2026-03-06T19:22:38.359215645Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3337,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957874211524_13?ts=1770405145000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":511.680212,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"🙏🏼🙏🏼🙌🏼","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$Frb52apTi8Y_zsx1BZx-qRz9WZbVWiFNOutKJMu-chk"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.386019827Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A2430EBE4AB4D98000C","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T19:12:25Z","event_id":"$UBcVE8mBaCrpIT1swUbmPb7XXq9f16z7BBiLgvjVHCU","part_id":"","time":"2026-03-06T19:22:38.386153714Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3345,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-80565550247962%3Amatrix.theocloud.dev","duration":279.851926,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64292 bytes>","time":"2026-03-06T19:22:38.400304374Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3355,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80565550247962:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-80565550247962%3Amatrix.theocloud.dev","duration":31.2312,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:38.431849026Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3346,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917642922234%3Amatrix.theocloud.dev","duration":302.554416,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<55007 bytes>","time":"2026-03-06T19:22:38.441013022Z","message":"Request completed"} +{"level":"debug","transaction_id":"1578","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.445578677Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1578","time":"2026-03-06T19:22:38.445690494Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3356,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/gEpAtUolsUFuYvYeQshIKWzJ?user_id=%40whatsapp_lid-80565550247962%3Amatrix.theocloud.dev","duration":21.133413,"status_code":200,"response_length":64292,"response_mime":"image/jpeg","time":"2026-03-06T19:22:38.453095514Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3357,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917642922234:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917642922234%3Amatrix.theocloud.dev","duration":19.40433,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:38.460731362Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3340,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824957979396472_261?ts=1765813057000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":504.441626,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Nur die Speicherrechnung war kacke und paar andere Fragen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.483954315Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AAB780B7601935FF70E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:37:37Z","event_id":"$vtM14JZG7HgsnsuqlrvaG6PXEwjBBZfrd9Ya5uVOFcI","part_id":"","time":"2026-03-06T19:22:38.484064247Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3359,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/hMBPiiIHutZuSyfFxmjDSkEu?user_id=%40whatsapp_4917642922234%3Amatrix.theocloud.dev","duration":30.794756,"status_code":200,"response_length":55007,"response_mime":"image/jpeg","time":"2026-03-06T19:22:38.491651485Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3349,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-220538484043940%3Amatrix.theocloud.dev","duration":277.195967,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<36783 bytes>","time":"2026-03-06T19:22:38.507667281Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3358,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-80565550247962:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-80565550247962%3Amatrix.theocloud.dev","duration":57.498993,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gEpAtUolsUFuYvYeQshIKWzJ"},"time":"2026-03-06T19:22:38.510864448Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:38.512112738Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3362,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220538484043940:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-220538484043940%3Amatrix.theocloud.dev","duration":28.483328,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:38.536455959Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3363,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-21273073692847%3Amatrix.theocloud.dev","duration":29.949107,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-21273073692847","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:38.542426071Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3361,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917642922234:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917642922234%3Amatrix.theocloud.dev","duration":61.693228,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hMBPiiIHutZuSyfFxmjDSkEu"},"time":"2026-03-06T19:22:38.553578615Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:38.554955693Z","message":""} +{"level":"debug","transaction_id":"1579","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.556997949Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1579","time":"2026-03-06T19:22:38.55708602Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3364,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/UDgNXJkTzFRtrSHexhqovmzd?user_id=%40whatsapp_lid-220538484043940%3Amatrix.theocloud.dev","duration":22.610157,"status_code":200,"response_length":36783,"response_mime":"image/jpeg","time":"2026-03-06T19:22:38.559232621Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3365,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-21273073692847:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-21273073692847%3Amatrix.theocloud.dev","duration":25.203678,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:38.567953747Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","portal_mxid":"!JdcZMudmtLVULzaxtn:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A8AE9CD3D7FB5226E24","sender_id":"","chat_id":"4915150515988@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915150515988"},"remote_target_message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A8AE9CD3D7FB5226E24","req_id":3342,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21JdcZMudmtLVULzaxtn:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958030206259_24?ts=1772824957000&user_id=%40whatsapp_4915150515988%3Amatrix.theocloud.dev","duration":558.644905,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"HWR Gruppenteilung_231018_123755.pdf","info":{"mimetype":"application/pdf","size":67214},"m.mentions":{},"m.new_content":{"body":"","filename":"HWR Gruppenteilung_231018_123755.pdf","info":{"mimetype":"application/pdf","size":67214},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/UivVPQRaGAsSESIjETZFyvEf"},"m.relates_to":{"event_id":"$RhEUfAPcQhMK3P-3zQZafjtSVmc2NXZX9Pi74CItUyk","rel_type":"m.replace"},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/UivVPQRaGAsSESIjETZFyvEf"},"time":"2026-03-06T19:22:38.589083948Z","message":"Request completed"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","portal_mxid":"!JdcZMudmtLVULzaxtn:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A8AE9CD3D7FB5226E24","sender_id":"","chat_id":"4915150515988@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4915150515988"},"remote_target_message_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A8AE9CD3D7FB5226E24","event_id":"$sherr9iGQHRvp-Br8rGMPXnPZkKv9NifHRaUBy5dSvI","part_id":"4915150515988@s.whatsapp.net:4915150515988@s.whatsapp.net:4A8AE9CD3D7FB5226E24","time":"2026-03-06T19:22:38.589211759Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3366,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220538484043940:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-220538484043940%3Amatrix.theocloud.dev","duration":51.642375,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UDgNXJkTzFRtrSHexhqovmzd"},"time":"2026-03-06T19:22:38.611172384Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:38.612166448Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3338,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-69114630545617:matrix.theocloud.dev?user_id=%40whatsapp_lid-69114630545617%3Amatrix.theocloud.dev","duration":718.389677,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"🤎☁️ ~ Lukas (WA)","membership":"join"},"time":"2026-03-06T19:22:38.627772829Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3343,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958091177039_262?ts=1770382555000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":537.677297,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":18112},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"WNVkGQ4LqYFHjHCT4QuT01d/0lOn9sCJxZBMu3CSiAM=","length":18112,"type":"WhatsApp Image Keys","sha256":"QAIf/Qe0LNcFZc247zWg/AsPcHB7iSjLvb+7o+FfwZE=","enc_sha256":"SU5tdlSfUPfX01K1dU6SuHXzJU17dDsBH3nc2hnEdFc=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:38.629102834Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC765CED2DF7AB1D5FD","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:55:55Z","event_id":"$adatG32Wuy1_rj1DMniA563gtWm5hNxKPG8gDa6oFWs","part_id":"","time":"2026-03-06T19:22:38.629271643Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3344,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958096650712_20?ts=1772488787000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":535.455477,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo können wir machen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.632219263Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AAB0F24FDDC74ABFF8B","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T21:59:47Z","event_id":"$EBTpdJE7SRQlFrnSXF7JD_ymACYnmfIskVPgQkDkogI","part_id":"","time":"2026-03-06T19:22:38.632360973Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3368,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-142237052747971%3Amatrix.theocloud.dev","duration":38.447157,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-142237052747971","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:38.65093935Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3372,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-142237052747971:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-142237052747971%3Amatrix.theocloud.dev","duration":13.996168,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:38.665249529Z","message":"Request completed"} +{"level":"debug","transaction_id":"1580","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.667639878Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1580","time":"2026-03-06T19:22:38.667751626Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3347,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958179030154_20?ts=1772001902000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":525.141808,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo wenn er fragt sag ich Bescheid. Er wird Safe auch ein paar Minuten zu spät kommen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.704287691Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3AB1ECA6A150A0C52C81","sender_id":{"user_id":"491637362958"},"message_ts":"2026-02-25T06:45:02Z","event_id":"$6W8iWRI9F4us_7c0fb-iwFwqFIhsi5gzYIFK96fPcw0","part_id":"","time":"2026-03-06T19:22:38.704414943Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:38.712573002Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917642922234@s.whatsapp.net","alternate_jid":"21079833710744@lid","time":"2026-03-06T19:22:38.71267567Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917696505264@s.whatsapp.net","alternate_jid":"195562762690743@lid","time":"2026-03-06T19:22:38.71278176Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3348,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958217975426_263?ts=1772735420000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":519.173023,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"könnt weinen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.737299727Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEF0BEAE73FA825FB7B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:30:20Z","event_id":"$FAH1CginMz92pX9NMrhmEEHHi-H3ecGooyqrS1nrHd4","part_id":"","time":"2026-03-06T19:22:38.737423767Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1581","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.743530351Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1581","time":"2026-03-06T19:22:38.743830463Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3375,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915779028498%3Amatrix.theocloud.dev","duration":31.971876,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915779028498","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:38.745269072Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3367,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-21273073692847:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-21273073692847%3Amatrix.theocloud.dev","duration":179.345498,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"الزير (WA)"},"time":"2026-03-06T19:22:38.747521763Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:38.748508214Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3377,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915779028498:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915779028498%3Amatrix.theocloud.dev","duration":31.394212,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:38.776985606Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3351,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958277653706_264?ts=1770734456000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":513.666873,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Halloo Mama, ist mein Paket heute angekommen und ist es bei uns?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.791441755Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A353B5F74A3DF1BE568","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-10T14:40:56Z","event_id":"$DZkfgrlb0MbImLg6Lcnjwx_Eq004CfTI0I4xkbhAsQ8","part_id":"","time":"2026-03-06T19:22:38.791560487Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3352,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958291822105_265?ts=1771828438000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":509.959928,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Auf 1080p kannst du immer alles auf maximalen Settings spielen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.801902721Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2E682EFF01E44EC61A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T06:33:58Z","event_id":"$HpRquj8uVig9a0R1T8Pobmg0JnycngqGrxSvElnEywQ","part_id":"","time":"2026-03-06T19:22:38.802030532Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1582","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.818299157Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1582","time":"2026-03-06T19:22:38.818430181Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3353,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958315521592_266?ts=1769207241000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":504.794469,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geht gleich so in Heier","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.820452113Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2D11CF83B05E70EA62","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T22:27:21Z","event_id":"$5j6hVZsJFYwq6Xfc6E2ci0eqoJoD4pdJEqQr_JUsvTw","part_id":"","time":"2026-03-06T19:22:38.820586489Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3373,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-142237052747971:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-142237052747971%3Amatrix.theocloud.dev","duration":172.93601,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nico (WA)"},"time":"2026-03-06T19:22:38.838427262Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:38.839352252Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3354,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958386976316_14?ts=1770405148000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":477.135278,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Macher","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.864313298Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A998E34232EEC25674A","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T19:12:28Z","event_id":"$Ce_G9AKJlmr5QKC2mfGZVBneeE41HQ5vCbyL52qYE5E","part_id":"","time":"2026-03-06T19:22:38.864477078Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1583","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:38.886953348Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1583","time":"2026-03-06T19:22:38.887106303Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:38.912111768Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3350,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/invite?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":678.924221,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@whatsapp_4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:22:38.940900237Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3383,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-21273073692847:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-21273073692847%3Amatrix.theocloud.dev","duration":32.344834,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:38.944830328Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3378,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915779028498:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915779028498%3Amatrix.theocloud.dev","duration":168.817065,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Alex (WA)"},"time":"2026-03-06T19:22:38.945970711Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:38.946001023Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"66662220976313@lid","alternate_jid":"4915779028498@s.whatsapp.net","time":"2026-03-06T19:22:38.948470154Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3360,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958484680744_267?ts=1765813060000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":471.225789,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"sonst alles supi","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:38.956020167Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB208DF98CEDA985210","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:37:40Z","event_id":"$TwG0bYt5QdliZyCax0JDhUkY-_sQkSibbk_Jt1d3yOQ","part_id":"","time":"2026-03-06T19:22:38.956153146Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3385,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-173460928122963%3Amatrix.theocloud.dev","duration":27.106738,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-173460928122963","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:38.973422331Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3386,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915157953288%3Amatrix.theocloud.dev","duration":26.867039,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915157953288","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:38.975955158Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:38.999178321Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3388,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-173460928122963:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-173460928122963%3Amatrix.theocloud.dev","duration":25.686916,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:38.99953717Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3389,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157953288:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915157953288%3Amatrix.theocloud.dev","duration":24.52118,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:39.000747186Z","message":"Request completed"} +{"level":"debug","transaction_id":"1584","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.007258505Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1584","time":"2026-03-06T19:22:39.007381497Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1585","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.054004313Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1585","time":"2026-03-06T19:22:39.054368261Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3370,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958630083768_268?ts=1770382576000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":438.309297,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ich lieb den Sticker, holt mich jedes Mal ab","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.068530165Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6756C4DAA7141BEAB9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:56:16Z","event_id":"$4ezMXFS63xUiCpMEu8aDePsDunOkpGtZkr0vnrmBAgA","part_id":"","time":"2026-03-06T19:22:39.068621729Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3371,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958633123301_21?ts=1772488819000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":438.705652,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wollt aber maybe noch quick im gym beine verbrennen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.071956065Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A129D55C44D4C90D0AB","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T22:00:19Z","event_id":"$EFRFhegTD1jzxVg3nlqAdRFhVXrWiOrmNXyEfxK_5eI","part_id":"","time":"2026-03-06T19:22:39.072136119Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1586","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.134379563Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1586","time":"2026-03-06T19:22:39.134502695Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3374,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958705113295_269?ts=1772001937000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":452.255948,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Safe","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.157502293Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEDC4E34A28E99FC6BB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-25T06:45:37Z","event_id":"$e3lJiJrzalWHysrHwMKojmXcOpvKMefGbBhs55DM07o","part_id":"","time":"2026-03-06T19:22:39.15766286Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3390,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-173460928122963:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-173460928122963%3Amatrix.theocloud.dev","duration":163.648881,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491622315148 (WA)"},"time":"2026-03-06T19:22:39.163413527Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:39.164212383Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3391,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157953288:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915157953288%3Amatrix.theocloud.dev","duration":165.082672,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Anna vdM (WA)"},"time":"2026-03-06T19:22:39.165997549Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"165566878843022@lid","alternate_jid":"4915157953288@s.whatsapp.net","time":"2026-03-06T19:22:39.166486165Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3376,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958738271721_270?ts=1772735427000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":466.894246,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"hab mich seit nem Jahr so drauf gefreut","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.205298178Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A15ADB32F4564A16F1A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:30:27Z","event_id":"$ubESAsL2ziO89IfYqBUXj1iIf8eL78iQmHB1YOyaRps","part_id":"","time":"2026-03-06T19:22:39.205413069Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3396,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491604034979%3Amatrix.theocloud.dev","duration":42.865864,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491604034979","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:39.209896589Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3398,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491604034979:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491604034979%3Amatrix.theocloud.dev","duration":21.064898,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:39.231285625Z","message":"Request completed"} +{"level":"debug","transaction_id":"1587","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.239531196Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1587","time":"2026-03-06T19:22:39.239610188Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3379,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958797548409_271?ts=1770734659000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":465.830549,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"In der Sendungsverfolgung steht, dass es um 13 Uhr zugestellt wurde","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.263509702Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8A11A94989CA155700","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-10T14:44:19Z","event_id":"$dWJAFlBHJfV8h2oAHmRGFaPVFoIrF-48EIGhhq0HWYQ","part_id":"","time":"2026-03-06T19:22:39.263632275Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3392,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-142237052747971%3Amatrix.theocloud.dev","duration":257.094053,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<54808 bytes>","time":"2026-03-06T19:22:39.268644222Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3380,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958803632782_23?ts=1771828511000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":473.255474,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"geil das klingt doch sehr nice","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.277017185Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A3B028D95B4ADEB868A","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T06:35:11Z","event_id":"$oEwflMWk7wyi_UQnEUe75L2Ey11hwl7q-0Vh_FCqJPk","part_id":"","time":"2026-03-06T19:22:39.277151492Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3369,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":654.146021,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:39.282779377Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3381,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958821321160_13?ts=1769208132000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":465.805197,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":405944},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"I3tWOrQpBbgp35Qc50m/EH4oCRQ7zHaIC5Pzx4yPxBY=","length":405944,"type":"WhatsApp Image Keys","sha256":"PhOWCc9eWXeXwY+uDZAHmT6zTMH8JwjdqGmT07WrbBc=","enc_sha256":"VnLbm9ihKRuWCIftrRxXBqH+B1/kI+5O/LUIKYMtBCM=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:39.287428214Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF78F9B4C7E8B71157D","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-23T22:42:12Z","event_id":"$5Y7e9aEd40_46FeRFHoNS2iwNPtoMXuK5ZmRIHhLLLM","part_id":"","time":"2026-03-06T19:22:39.28760673Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3401,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-142237052747971:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-142237052747971%3Amatrix.theocloud.dev","duration":32.04535,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:39.300964332Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:39.313294973Z","message":""} +{"level":"debug","transaction_id":"1588","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.319470701Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1588","time":"2026-03-06T19:22:39.319552416Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3405,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/RUfAjzzmEtZNjyJaBdBobqpK?user_id=%40whatsapp_lid-142237052747971%3Amatrix.theocloud.dev","duration":26.03934,"status_code":200,"response_length":54808,"response_mime":"image/jpeg","time":"2026-03-06T19:22:39.327127222Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3382,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958865414151_15?ts=1770405163000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":464.826009,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Du attractest die opportunities wie ein Magnet","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.330371114Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3ACE351004E8E0496A06","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T19:12:43Z","event_id":"$Jedg2p-vJq4On9cI2itRzMoAQkBMXjZgJujGVUsw3zI","part_id":"","time":"2026-03-06T19:22:39.330449756Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3406,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-173460928122963:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-173460928122963%3Amatrix.theocloud.dev","duration":19.381072,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:39.332969244Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:39.333586369Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3409,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-95344432046332%3Amatrix.theocloud.dev","duration":14.21701,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-95344432046332","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:39.347985039Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3407,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-142237052747971:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-142237052747971%3Amatrix.theocloud.dev","duration":27.440165,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RUfAjzzmEtZNjyJaBdBobqpK"},"time":"2026-03-06T19:22:39.354754844Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:39.355427075Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3410,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95344432046332:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-95344432046332%3Amatrix.theocloud.dev","duration":11.346006,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:39.359618725Z","message":"Request completed"} +{"level":"debug","transaction_id":"1589","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.36242296Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1589","time":"2026-03-06T19:22:39.362745421Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3399,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491604034979:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491604034979%3Amatrix.theocloud.dev","duration":139.240567,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Martín (WA)"},"time":"2026-03-06T19:22:39.370694163Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"188257056890939@lid","alternate_jid":"491604034979@s.whatsapp.net","time":"2026-03-06T19:22:39.371211554Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"1975802458312@lid","alternate_jid":"4917663302838@s.whatsapp.net","time":"2026-03-06T19:22:39.371323371Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3411,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-267950527361145%3Amatrix.theocloud.dev","duration":16.383794,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-267950527361145","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:39.372037997Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3387,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824958956966808_19?ts=1765813078000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":444.219135,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Na dann ist das doch perfekt!!!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.401356707Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A5894A549BA134FC6FF","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:37:58Z","event_id":"$LeTN9e0pAw6coi1P7eQjcLy8slq6hFRgCaZA1Cj_sgU","part_id":"","time":"2026-03-06T19:22:39.401503516Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3414,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-267950527361145:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-267950527361145%3Amatrix.theocloud.dev","duration":29.284139,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:39.40170955Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3413,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-35442120491030%3Amatrix.theocloud.dev","duration":32.703963,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-35442120491030","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:39.404672536Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3417,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-35442120491030:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-35442120491030%3Amatrix.theocloud.dev","duration":19.670779,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:39.424686658Z","message":"Request completed"} +{"level":"debug","transaction_id":"1590","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.460109997Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1590","time":"2026-03-06T19:22:39.460223561Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3393,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959069168733_21?ts=1770382594000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":457.984196,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Junge, ich war da so dünn hahaha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.52730281Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACFEA37361EDD029D62C891E85A1A9B5","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:56:34Z","event_id":"$0ddayVLJTonTdMn9jv3UQAhSKwr2eter86qHwKIIfHQ","part_id":"","time":"2026-03-06T19:22:39.527514641Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3412,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95344432046332:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-95344432046332%3Amatrix.theocloud.dev","duration":167.706225,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491629094532 (WA)"},"time":"2026-03-06T19:22:39.527532172Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:39.530346743Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3394,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959073019692_22?ts=1772488826000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":458.032736,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wird spontane sache","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.531185897Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A7DC28BB504A8C52B45","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T22:00:26Z","event_id":"$3mpJoS1Khgr7dXVntv61l-U97ghQlyE9g03rfQAarbY","part_id":"","time":"2026-03-06T19:22:39.531316921Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3415,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-267950527361145:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-267950527361145%3Amatrix.theocloud.dev","duration":169.550688,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Zaki (WA)"},"time":"2026-03-06T19:22:39.571450767Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:39.571997981Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3384,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/join?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":658.760566,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:22:39.600210182Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3418,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-35442120491030:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-35442120491030%3Amatrix.theocloud.dev","duration":175.388448,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Taha (WA)"},"time":"2026-03-06T19:22:39.600256068Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:39.602691466Z","message":""} +{"level":"debug","transaction_id":"1591","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.615602147Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1591","time":"2026-03-06T19:22:39.615697552Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3395,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959158531557_272?ts=1772001939000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":459.835014,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dankee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.618490751Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A84E90E380D1C6B8ED9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-25T06:45:39Z","event_id":"$gHChzIb75cDUthd8RvyqeuYsDnA3C3r8S0xI-7xtCT8","part_id":"","time":"2026-03-06T19:22:39.618601241Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3397,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959205985915_28?ts=1772735429000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":438.861888,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.644979735Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A619AC7A5355F92EE88","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:30:29Z","event_id":"$6gZKhOsroUdAvf01Yk19MpM6641xWaXTvID3UglUOBA","part_id":"","time":"2026-03-06T19:22:39.645129616Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1592","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.685939605Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1592","time":"2026-03-06T19:22:39.68622519Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3400,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959264256944_17?ts=1770734688000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":434.757961,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Es wurde beim Nachbarn Dietz abgegeben.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.69912316Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A99EC675174F657A015","sender_id":{"user_id":"491628947581"},"message_ts":"2026-02-10T14:44:48Z","event_id":"$jQ81AhSzNOZd2CLNbqRUZa-GzahlCmsQ5ayqJDnh5l0","part_id":"","time":"2026-03-06T19:22:39.699238539Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:39.700381856Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3402,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959277739144_24?ts=1771828522000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":439.921954,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"haste den ram auch ausm homeserver genommen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.717788071Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AB89DF2A51EE9A140A5","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T06:35:22Z","event_id":"$5qaPMgZxdWA-X0wjtaPP6_4L_Ru1fQ7jBjD7x8g1Sc4","part_id":"","time":"2026-03-06T19:22:39.717935368Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3404,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959288663652_273?ts=1769208146000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":432.931447,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":405944},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"I3tWOrQpBbgp35Qc50m/EH4oCRQ7zHaIC5Pzx4yPxBY=","length":405944,"type":"WhatsApp Image Keys","sha256":"PhOWCc9eWXeXwY+uDZAHmT6zTMH8JwjdqGmT07WrbBc=","enc_sha256":"VnLbm9ihKRuWCIftrRxXBqH+B1/kI+5O/LUIKYMtBCM=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:39.721813566Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACF22D8185A2E17637C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T22:42:26Z","event_id":"$lUahnpvug5nkWt6yxMGUD_i1xwB65t8VW0gaDe3DHM4","part_id":"","time":"2026-03-06T19:22:39.721999067Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1593","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.765059581Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1593","time":"2026-03-06T19:22:39.765182992Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3408,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959330965820_274?ts=1770405203000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":438.818377,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂 oder","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.769905164Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A756B7122A4F0B8C067","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T19:13:23Z","event_id":"$I7dfPW-fC6n6C8MHnW2nG5NnfNyqrqburlAYuhdAsNo","part_id":"","time":"2026-03-06T19:22:39.770045826Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:39.784398399Z","message":""} +{"level":"debug","transaction_id":"1594","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.822208176Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1594","time":"2026-03-06T19:22:39.822358197Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:39.854853681Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3416,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959402426690_275?ts=1765813082000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":463.795557,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ja man","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.866413544Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A682A1688C6954049E8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:38:02Z","event_id":"$PZKroA_DIo0O62yejFX9ab4W7XI-QlIoAYUad8EjNmw","part_id":"","time":"2026-03-06T19:22:39.866596391Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3403,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":590.000076,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:22:39.873250118Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3431,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":45.500173,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:22:39.919267263Z","message":"Request completed"} +{"level":"debug","transaction_id":"1595","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.925379085Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1595","time":"2026-03-06T19:22:39.925464013Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3425,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-95344432046332%3Amatrix.theocloud.dev","duration":230.994229,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35058 bytes>","time":"2026-03-06T19:22:39.938379513Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3419,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959528628625_22?ts=1770382600000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":442.46847,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"\"Drahtig\"","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.971240411Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC145E8CFCBE767D4991725F8FA7AE3A","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:56:40Z","event_id":"$r_P-jlXfb0meT5TSaLq-537KwIRiugJ_FtjUeTpRC8Q","part_id":"","time":"2026-03-06T19:22:39.971370806Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3434,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95344432046332:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-95344432046332%3Amatrix.theocloud.dev","duration":35.651024,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:39.974353138Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3420,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959532276343_276?ts=1772488827000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":446.776477,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ja mach das liebend gerne","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:39.979202911Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A32A559E13CDD208626","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T22:00:27Z","event_id":"$9gKjzigMamnu0NsdGwELfXz6pl7AulgWTpYV7P-6tTY","part_id":"","time":"2026-03-06T19:22:39.979376539Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1596","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:39.986164433Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1596","time":"2026-03-06T19:22:39.986419427Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3436,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/NAEpmEpcUFNmEdNMZrwlMWxh?user_id=%40whatsapp_lid-95344432046332%3Amatrix.theocloud.dev","duration":31.078036,"status_code":200,"response_length":35058,"response_mime":"image/jpeg","time":"2026-03-06T19:22:40.005598097Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3429,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-35442120491030%3Amatrix.theocloud.dev","duration":242.908891,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<54263 bytes>","time":"2026-03-06T19:22:40.03748316Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3439,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-35442120491030:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-35442120491030%3Amatrix.theocloud.dev","duration":25.447497,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:40.063319259Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3438,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95344432046332:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-95344432046332%3Amatrix.theocloud.dev","duration":57.846179,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NAEpmEpcUFNmEdNMZrwlMWxh"},"time":"2026-03-06T19:22:40.063745366Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:40.064805222Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3422,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959619293447_21?ts=1772604589000&user_id=%40whatsapp_491637362958%3Amatrix.theocloud.dev","duration":447.904219,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey man, ich muss dich leider heute alleine lassen. Mir geht’s nicht so gut","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.067354951Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:491637362958@s.whatsapp.net:3AF4E72F7254E9CEF3FD","sender_id":{"user_id":"491637362958"},"message_ts":"2026-03-04T06:09:49Z","event_id":"$gv-NYd5jPxQOjBrqJKQh506zJyaD9a_0plPgbrEqqt4","part_id":"","time":"2026-03-06T19:22:40.067478432Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1597","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:40.091895547Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1597","time":"2026-03-06T19:22:40.092013301Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3440,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ywuJqvpuslyoOQUgPrmGswYF?user_id=%40whatsapp_lid-35442120491030%3Amatrix.theocloud.dev","duration":46.429353,"status_code":200,"response_length":54263,"response_mime":"image/jpeg","time":"2026-03-06T19:22:40.109992292Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3441,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-269247389384889%3Amatrix.theocloud.dev","duration":48.169332,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-269247389384889","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:40.113265586Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3423,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959645990421_29?ts=1772735432000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":472.433431,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oh noo","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.118545448Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AE7A4D28F6A25178E76","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:30:32Z","event_id":"$gJ_osZp15cYkDoFpn_iKjUZC5ET-SJUWcdqriEaZc3k","part_id":"","time":"2026-03-06T19:22:40.118670745Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3444,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-269247389384889:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-269247389384889%3Amatrix.theocloud.dev","duration":29.529634,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:40.143232712Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3421,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959600661572_277?ts=1772479035000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":552.022328,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Realisiere das jetzt erst, aber warum so spät? Als ob wir alle nach IT-Sicherheit nach Hause fahren und dann nochmal zur East Side Mall, ganzen Tag in der Bahn hocken oder wie?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.152826657Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3AE093E019853E7AD613","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:17:15Z","event_id":"$wOFHUsOy-yjZcCtwoYEZgZ2biDPNw4aD6lU3LmvWVao","part_id":"","time":"2026-03-06T19:22:40.152982056Z","message":"Sent message part to Matrix"} +{"level":"warn","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","reply_to":{"MessageID":"120363192861790277@g.us:195790463058158@lid:3AE093E019853E7AD613","PartID":null},"time":"2026-03-06T19:22:40.154089404Z","message":"Reply target message not found in database"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3443,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-35442120491030:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-35442120491030%3Amatrix.theocloud.dev","duration":63.085043,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ywuJqvpuslyoOQUgPrmGswYF"},"time":"2026-03-06T19:22:40.173438978Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3424,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959699964828_278?ts=1770734724000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":490.067192,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Perfekt, also hast du es?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.190162136Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6A9982B4960B11D5FF","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-10T14:45:24Z","event_id":"$UeTI016aE-i76haPvtFDbpOkZQ_gmnk_xKfAu0UQh7Y","part_id":"","time":"2026-03-06T19:22:40.190291204Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1598","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:40.194217454Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1598","time":"2026-03-06T19:22:40.194349455Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3448,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491792429046%3Amatrix.theocloud.dev","duration":36.319903,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491792429046","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:40.210636518Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3426,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959719558501_279?ts=1771830013000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":492.638362,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ne hab gebrauchten gekauft","m.mentions":{"user_ids":["@whatsapp_4917620338641:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$5qaPMgZxdWA-X0wjtaPP6_4L_Ru1fQ7jBjD7x8g1Sc4"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.21239284Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE88359B798C85CCC7F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:00:13Z","event_id":"$TeqP0j3GId_I5mMIeMoUonTglBGOu4Ljn76oO5C7G4E","part_id":"","time":"2026-03-06T19:22:40.212549636Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3427,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959722822297_280?ts=1769208161000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":498.853201,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Diese Katze ist einfach mein Lieblingsticker haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.22182978Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9F920BD525BF5354C5","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-23T22:42:41Z","event_id":"$OduV_9-hFK13GwT1mVTPDJM_JstGqevcRi3KHagdJUM","part_id":"","time":"2026-03-06T19:22:40.221978753Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3450,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792429046:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491792429046%3Amatrix.theocloud.dev","duration":25.783438,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:40.236833213Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3433,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-267950527361145%3Amatrix.theocloud.dev","duration":306.363819,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41296 bytes>","time":"2026-03-06T19:22:40.244697026Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3428,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959770860116_281?ts=1770405215000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":496.814438,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"das wird noch was 100% irgendwo komm ich unter","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.267800479Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A803A41BDC026DBF2A8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T19:13:35Z","event_id":"$qJgduIEHiFLoM7ryKjr1_GVtxi9TeJe0hnMdG1yANrg","part_id":"","time":"2026-03-06T19:22:40.267946589Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3454,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-267950527361145:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-267950527361145%3Amatrix.theocloud.dev","duration":35.725127,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:40.280784774Z","message":"Request completed"} +{"level":"debug","transaction_id":"1599","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:40.283003102Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1599","time":"2026-03-06T19:22:40.283149072Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3456,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/BZQJeRWULQLwtUfTZUsqzUfv?user_id=%40whatsapp_lid-267950527361145%3Amatrix.theocloud.dev","duration":27.172111,"status_code":200,"response_length":41296,"response_mime":"image/jpeg","time":"2026-03-06T19:22:40.308129534Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3446,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-269247389384889:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-269247389384889%3Amatrix.theocloud.dev","duration":191.961236,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917643137297 (WA)"},"time":"2026-03-06T19:22:40.335450828Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:40.336386713Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3457,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-267950527361145:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-267950527361145%3Amatrix.theocloud.dev","duration":38.602207,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BZQJeRWULQLwtUfTZUsqzUfv"},"time":"2026-03-06T19:22:40.347008386Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:40.347780073Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3430,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959867458663_20?ts=1765813084000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":504.304734,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wir sollten alle bestanden haben lol","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.371910765Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A2CC73D73163F2A8343","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:38:04Z","event_id":"$FMQHTYDiZUtnY0TIkv1f6sp4YdG0MCGTRoc7JpgNsVc","part_id":"","time":"2026-03-06T19:22:40.372042766Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3458,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-209178178109568%3Amatrix.theocloud.dev","duration":28.060364,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-209178178109568","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:40.376036483Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3453,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792429046:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491792429046%3Amatrix.theocloud.dev","duration":162.890954,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Taha (WA)"},"time":"2026-03-06T19:22:40.39992636Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:40.400950875Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3460,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-209178178109568:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-209178178109568%3Amatrix.theocloud.dev","duration":25.470266,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:40.401963238Z","message":"Request completed"} +{"level":"debug","transaction_id":"1600","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:40.429781947Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1600","time":"2026-03-06T19:22:40.429899352Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3435,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959971987723_282?ts=1770382607000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":501.020545,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.473147672Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3E9D7F3F3409148162","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:56:47Z","event_id":"$xkXp6t0Q7vQLXiNpM2IpFYDHr6ePO7XtrJlwjsoICQ8","part_id":"","time":"2026-03-06T19:22:40.473286868Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3437,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824959980248379_283?ts=1772488834000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":497.918922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wie haben den Tag ja Zeit","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.478308592Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9D4F466FFA3DDCB2D9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T22:00:34Z","event_id":"$omkaDq0OPF9ls31lYBVVYXZ-yWJiN6ZdquxWkcQHDTk","part_id":"","time":"2026-03-06T19:22:40.478475515Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:40.490138675Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3464,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-269247389384889:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-269247389384889%3Amatrix.theocloud.dev","duration":30.22205,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:40.520726488Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:40.521844383Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3465,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-119086675710153%3Amatrix.theocloud.dev","duration":25.042971,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-119086675710153","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:40.54718551Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:40.548626844Z","message":""} +{"level":"debug","transaction_id":"1601","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:40.567500233Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1601","time":"2026-03-06T19:22:40.567616521Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","req_id":3442,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960068218690_284?ts=1772605983000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":505.64794,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moin, schade. aber krieg ich schon hin alles gut :) Dir gute Besserung Bro!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.574035019Z","message":"Request completed"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","message_id":"491637362958@s.whatsapp.net:4917641870516@s.whatsapp.net:3A966E2D1686F317DE13","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T06:33:03Z","event_id":"$8Kj-k4FeoSkxXl5tB5x4DnsVVV73jDbCsPHuYWDzeQE","part_id":"","time":"2026-03-06T19:22:40.574243708Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:40.575846168Z","message":"Backfill finished"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","time":"2026-03-06T19:22:40.575933889Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491637362958@s.whatsapp.net","latest_message_ts":"2026-03-04T06:33:03Z","started_at":"2026-03-06T19:22:00.505646831Z","duration":"40.070482756s","time":"2026-03-06T19:22:40.576147048Z","message":"Event that took long finished handling"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3461,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-209178178109568:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-209178178109568%3Amatrix.theocloud.dev","duration":178.075767,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917665322672 (WA)"},"time":"2026-03-06T19:22:40.580271021Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:40.581288971Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3466,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-119086675710153:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-119086675710153%3Amatrix.theocloud.dev","duration":53.197971,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:40.600903596Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3445,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960119561233_285?ts=1772735459000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":501.986323,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und jetzg kommt da ich hab zu viele kaufversuche gemacht, bitte versuche es IN EINER WEILE nochmal","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.621703303Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4F94759D5E0A36BB06","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T18:30:59Z","event_id":"$JJSuYZvH60pgy-ZExZd9ZpB4rDcl0H2A9tDSbi3S2jE","part_id":"","time":"2026-03-06T19:22:40.621863801Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3432,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":729.568062,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","com.beeper.exclude_from_timeline":true,"displayname":"theo","membership":"invite"},"time":"2026-03-06T19:22:40.649245857Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:40.649945536Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1602","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:40.670305587Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1602","time":"2026-03-06T19:22:40.670433189Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3447,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960154382043_2?ts=1772479063000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":528.074831,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Fühl ich!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.682604311Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3AC8AFE538568CB0C7B2","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:17:43Z","event_id":"$-o45H3x8lQsbs4glZ1tP1aIHpBeg5HUNx6mHHcHJP6Y","part_id":"","time":"2026-03-06T19:22:40.68275985Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3470,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491755792374%3Amatrix.theocloud.dev","duration":35.17491,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491755792374","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:40.68539318Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3449,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960191094110_18?ts=1770734750000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":496.434426,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich hole es gleich ab.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.68765055Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A842F1A21189CC8006E","sender_id":{"user_id":"491628947581"},"message_ts":"2026-02-10T14:45:50Z","event_id":"$uoPvBaEwosrwbxKgFv1gk64fff5u3TwfwDXAUF-KTkQ","part_id":"","time":"2026-03-06T19:22:40.687769282Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3451,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960213423921_286?ts=1771830028000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":496.252836,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"den homeserver nutze ich doch noch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.70983453Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF0919457645B83A5CA","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:00:28Z","event_id":"$4kYh95H_OCfE2eVjzaFDkC_iEhKOXE2yBJGucOdP9Is","part_id":"","time":"2026-03-06T19:22:40.709998101Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3472,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491755792374:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491755792374%3Amatrix.theocloud.dev","duration":30.050308,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:40.715687098Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3452,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960222843260_14?ts=1769208804000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":495.694448,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":405944},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"I3tWOrQpBbgp35Qc50m/EH4oCRQ7zHaIC5Pzx4yPxBY=","length":405944,"type":"WhatsApp Image Keys","sha256":"PhOWCc9eWXeXwY+uDZAHmT6zTMH8JwjdqGmT07WrbBc=","enc_sha256":"VnLbm9ihKRuWCIftrRxXBqH+B1/kI+5O/LUIKYMtBCM=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:40.718770771Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A2FCEA345B5EA99CE82","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-23T22:53:24Z","event_id":"$NvNZ0zQE-eFv_ZhIfJadsRq6JQTQN2VYNlpAaFpqtN4","part_id":"","time":"2026-03-06T19:22:40.718923376Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:40.730892514Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3477,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-209178178109568:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-209178178109568%3Amatrix.theocloud.dev","duration":33.312777,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:40.764587189Z","message":"Request completed"} +{"level":"debug","transaction_id":"1603","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:40.767457913Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1603","time":"2026-03-06T19:22:40.76773798Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3455,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960268783089_16?ts=1770410210000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":503.729165,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Der cheesecake ist im Ofen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.772660389Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3ACE9ECC193B716E5325","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T20:36:50Z","event_id":"$AL0geYbLF9TzKgbmwXFDfEvhuWXB12ggdnd5Q_PcX2c","part_id":"","time":"2026-03-06T19:22:40.772823331Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3468,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-119086675710153:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-119086675710153%3Amatrix.theocloud.dev","duration":214.378,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+393273817314 (WA)"},"time":"2026-03-06T19:22:40.815506977Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:40.816211754Z","message":""} +{"level":"debug","transaction_id":"1604","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:40.847054562Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1604","time":"2026-03-06T19:22:40.847213662Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3467,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491792429046%3Amatrix.theocloud.dev","duration":300.395453,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<54263 bytes>","time":"2026-03-06T19:22:40.859916354Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3480,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792429046:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491792429046%3Amatrix.theocloud.dev","duration":25.518108,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:40.88580225Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3459,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960372818713_21?ts=1765813088000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":516.821925,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber Christoph…","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.8897725Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3ACB63B71B7F0EE0E4E5","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:38:08Z","event_id":"$m6-ur15ES9GB-3VmyQHON3o5b_YzRLIpCe5i1AOja2E","part_id":"","time":"2026-03-06T19:22:40.889891651Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3475,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491755792374:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491755792374%3Amatrix.theocloud.dev","duration":180.988956,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mihoshi (WA)"},"time":"2026-03-06T19:22:40.896858202Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:40.897451302Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3481,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/KjndFviYeUYdvLVMjYQOJUJk?user_id=%40whatsapp_491792429046%3Amatrix.theocloud.dev","duration":14.284687,"status_code":200,"response_length":54263,"response_mime":"image/jpeg","time":"2026-03-06T19:22:40.900227529Z","message":"Request completed"} +{"level":"debug","transaction_id":"1605","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:40.9287939Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1605","time":"2026-03-06T19:22:40.928876453Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3483,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792429046:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491792429046%3Amatrix.theocloud.dev","duration":30.361595,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KjndFviYeUYdvLVMjYQOJUJk"},"time":"2026-03-06T19:22:40.930925554Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"35442120491030@lid","alternate_jid":"491792429046@s.whatsapp.net","time":"2026-03-06T19:22:40.931529968Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915174428025@s.whatsapp.net","time":"2026-03-06T19:22:40.931964736Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3484,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915174428025%3Amatrix.theocloud.dev","duration":8.739216,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915174428025","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:40.940985765Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3462,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960474135450_287?ts=1770382615000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":493.820931,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und jetzt Maschine","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.968086357Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8007BC66C185FBAD7E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:56:55Z","event_id":"$6wr3XvflcAahWGNFLlDnLzHXpQWzN5KYl-1KPRtTupc","part_id":"","time":"2026-03-06T19:22:40.968205648Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3485,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915174428025:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915174428025%3Amatrix.theocloud.dev","duration":27.284836,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:40.968628053Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:40.970096556Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3463,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960479346936_288?ts=1772488861000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":494.323306,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber ich will nicht den Tag in der Bahn, nur in der Mall und im Cafe hocken und Geld aus dem Fenster werfen halt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:40.973796935Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A10048B9BDF05D7C00A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T22:01:01Z","event_id":"$btEiL3b3MhqLZ5xce3UFwfIhdUzNCKGyCDjlHaOj_rM","part_id":"","time":"2026-03-06T19:22:40.973938226Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1606","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:40.983538946Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1606","time":"2026-03-06T19:22:40.983617867Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1607","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.044271354Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1607","time":"2026-03-06T19:22:41.044421794Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:41.045898398Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3469,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960622835446_30?ts=1772736299000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":446.67332,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Crazy","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.069654177Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A629F5E53852A3976B6","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T18:44:59Z","event_id":"$0MDUCmKW-jHvE6lU2KfKcG82bUkNwhRF1vMF1Ir9t3o","part_id":"","time":"2026-03-06T19:22:41.069782827Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3471,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960683665144_3?ts=1772479097000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":418.565184,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber einfach gym in der zeit haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.102390127Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A8706D5175AC28DFEDC","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:18:17Z","event_id":"$8b0V3LwIYptKFaFOH9DHVKxYq5hhjazYzGhDdwyzpf0","part_id":"","time":"2026-03-06T19:22:41.102560263Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3473,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960688555635_289?ts=1770734760000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":429.118482,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alles klar, dankee :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.117808074Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A0ECB6EC735AA47BBC7","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-10T14:46:00Z","event_id":"$KveRZvxXY-Wk9-5NuVWXUDK-TPORDMPyNjpD0HCISNc","part_id":"","time":"2026-03-06T19:22:41.117953974Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3486,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915174428025:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915174428025%3Amatrix.theocloud.dev","duration":160.346951,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Danilo (WA)"},"time":"2026-03-06T19:22:41.129142207Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:41.129680411Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3474,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960711630662_25?ts=1771830475000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":421.41775,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aua","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$TeqP0j3GId_I5mMIeMoUonTglBGOu4Ljn76oO5C7G4E"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.133212751Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A8E354ECDB6E5CED14C","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:07:55Z","event_id":"$vD65N1uuV0q-jO0FcAMpiEHmN0wSe6lb4EBDKh3hnb4","part_id":"","time":"2026-03-06T19:22:41.133440646Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1608","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.147743561Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1608","time":"2026-03-06T19:22:41.147830166Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3476,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960719806391_290?ts=1769767712000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":429.715073,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.14963866Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A46C9F58B8C69564305","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-30T10:08:32Z","event_id":"$GQ54HcgO43RUQJvfq7Sxvz3iSpB6GJ6h6KmBtabX4L4","part_id":"","time":"2026-03-06T19:22:41.149761303Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3479,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960773689584_291?ts=1770410431000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":407.174409,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geil","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.180982306Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3DE165656FE9267CDD","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T20:40:31Z","event_id":"$nR7Y9P8xTKfgI0Qst-IjVrqUcliHsNnzt11nyAZPl3Y","part_id":"","time":"2026-03-06T19:22:41.181118289Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1609","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.227069781Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1609","time":"2026-03-06T19:22:41.227228044Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3489,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-119086675710153%3Amatrix.theocloud.dev","duration":225.360687,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<65631 bytes>","time":"2026-03-06T19:22:41.234899232Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3497,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-119086675710153:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-119086675710153%3Amatrix.theocloud.dev","duration":18.862565,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:41.254132659Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3498,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/HmYptzJmTBrjaAdXwNjfDrZL?user_id=%40whatsapp_lid-119086675710153%3Amatrix.theocloud.dev","duration":17.934501,"status_code":200,"response_length":65631,"response_mime":"image/jpeg","time":"2026-03-06T19:22:41.27221746Z","message":"Request completed"} +{"level":"debug","transaction_id":"1610","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.285836201Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1610","time":"2026-03-06T19:22:41.285938101Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3482,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960891142106_292?ts=1765813092000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":416.360754,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Das sowieso","m.mentions":{"user_ids":["@whatsapp_491731828379:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$FMQHTYDiZUtnY0TIkv1f6sp4YdG0MCGTRoc7JpgNsVc"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.307661123Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A17CCE9691C80FA59AB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:38:12Z","event_id":"$ZjsHggVAyo5Gex2fEJ83tZqLt5g7O9GwEV_Xh0l6eWA","part_id":"","time":"2026-03-06T19:22:41.307838592Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3490,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491755792374%3Amatrix.theocloud.dev","duration":256.578477,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<60221 bytes>","time":"2026-03-06T19:22:41.314725592Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3499,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-119086675710153:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-119086675710153%3Amatrix.theocloud.dev","duration":53.363008,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/HmYptzJmTBrjaAdXwNjfDrZL"},"time":"2026-03-06T19:22:41.325973749Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:41.326975007Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3501,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491755792374:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491755792374%3Amatrix.theocloud.dev","duration":25.842455,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:41.340939468Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3502,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-66039450742811%3Amatrix.theocloud.dev","duration":24.685588,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-66039450742811","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:41.351941082Z","message":"Request completed"} +{"level":"debug","transaction_id":"1611","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.360530277Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1611","time":"2026-03-06T19:22:41.360896878Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3503,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/OuTAGvdoLMKeCvkdamHIoYGe?user_id=%40whatsapp_491755792374%3Amatrix.theocloud.dev","duration":22.558683,"status_code":200,"response_length":60221,"response_mime":"image/jpeg","time":"2026-03-06T19:22:41.363682116Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3504,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66039450742811:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-66039450742811%3Amatrix.theocloud.dev","duration":17.928843,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:41.370165428Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3505,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491755792374:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491755792374%3Amatrix.theocloud.dev","duration":27.308093,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OuTAGvdoLMKeCvkdamHIoYGe"},"time":"2026-03-06T19:22:41.391261337Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:41.392305966Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3487,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960968839396_23?ts=1770382626000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":438.956943,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geht so","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.407913674Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC41D110363D072430954724C820E0C","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:57:06Z","event_id":"$SexNwo-HgYr1Ks3qo2rZXWBMA80weCoSY6QbliQFkUQ","part_id":"","time":"2026-03-06T19:22:41.408033314Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3488,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824960975280524_23?ts=1772488919000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":434.18239,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja seh ich auch voll also ich brauch tanktops und compression shirts aber die bekomm ich da safe nt","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$btEiL3b3MhqLZ5xce3UFwfIhdUzNCKGyCDjlHaOj_rM"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.409611399Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AAABAB033EA4B0D7092","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-02T22:01:59Z","event_id":"$7S6EqhhDVAPGT4HsBAHE9JvarJuHQclZ5C_Gi-dYp94","part_id":"","time":"2026-03-06T19:22:41.409705336Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1612","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.418516909Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1612","time":"2026-03-06T19:22:41.418615386Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3507,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915256492723%3Amatrix.theocloud.dev","duration":38.394706,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915256492723","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:41.431068182Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3510,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256492723:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915256492723%3Amatrix.theocloud.dev","duration":27.810818,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:41.459313348Z","message":"Request completed"} +{"level":"debug","transaction_id":"1613","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.492373506Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1613","time":"2026-03-06T19:22:41.492515844Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3491,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961070529160_293?ts=1772741157000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":450.734226,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ging dann irgendwann doch haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.521453007Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3BC0AEC14F7DDB1C86","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:05:57Z","event_id":"$Tv1ZhPk9s1MSeWQCr89gT9SSQKtEz-MaDp9G_NTnEWc","part_id":"","time":"2026-03-06T19:22:41.521627263Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:41.524402164Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3506,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66039450742811:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-66039450742811%3Amatrix.theocloud.dev","duration":162.284723,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917623974702 (WA)"},"time":"2026-03-06T19:22:41.532621195Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:41.533412158Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3492,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961103446142_294?ts=1772479112000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":459.54433,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab morgen Restday 🤝","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.56314203Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3ADE650F180C6577E655","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:18:32Z","event_id":"$WUkBiefq20bQJ8JnvME_lDKmTlKezYQ2608n9HeaBfg","part_id":"","time":"2026-03-06T19:22:41.563361125Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3493,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961118753318_295?ts=1770820592000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":449.393674,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Mama, weißt du schon, wann du heute zu Hause bist dann später?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.56829401Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABD97FFC09D419E972F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-11T14:36:32Z","event_id":"$NFQx7_3OrGI2bDDaf-fpSdHJSvqRmFwdCLhXxjAppqY","part_id":"","time":"2026-03-06T19:22:41.568456463Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3494,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961134393224_26?ts=1771830528000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":463.830337,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"retroperspektiv, weiß nicht wir viel du gezahlt hast, aber damals für mein Homeserver noch 16gb ddr4 gekauft gebraucht für 15€ glaub ich","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.598437627Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A6879171DACF04D89C1","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:08:48Z","event_id":"$ENrGgpchwFE8uy0sm6pj5FbpwE7HnxRThaT-acwwSh0","part_id":"","time":"2026-03-06T19:22:41.598597845Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3495,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961150542627_296?ts=1769767747000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":453.361479,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hast du schon nen Plan, wann du ins Gym gehen willst?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.604049239Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB0F2DA07BBEFED415F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-30T10:09:07Z","event_id":"$cwNaKR-KtcpOJU-0uf6KbziuCzNu1oWqGutsvrq-Lb0","part_id":"","time":"2026-03-06T19:22:41.604231737Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1614","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.631775408Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1614","time":"2026-03-06T19:22:41.631908318Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3511,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256492723:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915256492723%3Amatrix.theocloud.dev","duration":196.334196,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915256492723 (WA)"},"time":"2026-03-06T19:22:41.655923281Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:41.656851903Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3496,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961181902966_297?ts=1770410439000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":478.714619,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"kann nur gut werden","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.66074812Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6D5638CBA70F988193","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T20:40:39Z","event_id":"$mEwgixZIN1V-ly_UeiUPN90X_CpGlWBJuG-cmvP7FjQ","part_id":"","time":"2026-03-06T19:22:41.660876909Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:41.693172365Z","message":""} +{"level":"debug","transaction_id":"1615","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.702745986Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1615","time":"2026-03-06T19:22:41.702904318Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3500,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961309228103_298?ts=1765813098000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":437.439831,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ay was mit dem?","m.mentions":{"user_ids":["@whatsapp_491731828379:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$m6-ur15ES9GB-3VmyQHON3o5b_YzRLIpCe5i1AOja2E"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.746834228Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFF6F8F42DF7322EDA5","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:38:18Z","event_id":"$bZU7JH-vn2cCnXHdF11Sjd3rtwQyz-Y5Th1Sqqya8vo","part_id":"","time":"2026-03-06T19:22:41.747057444Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3513,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915174428025%3Amatrix.theocloud.dev","duration":261.765099,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<53459 bytes>","time":"2026-03-06T19:22:41.795512989Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3520,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915174428025:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915174428025%3Amatrix.theocloud.dev","duration":20.027113,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:41.815891618Z","message":"Request completed"} +{"level":"debug","transaction_id":"1616","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.821044296Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1616","time":"2026-03-06T19:22:41.82112245Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:41.822825273Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3522,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/PsqAmvRalrYYQwwVwPIUEKEy?user_id=%40whatsapp_4915174428025%3Amatrix.theocloud.dev","duration":18.389173,"status_code":200,"response_length":53459,"response_mime":"image/jpeg","time":"2026-03-06T19:22:41.834432908Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3508,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961408672300_24?ts=1770382643000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":450.818804,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber bin zufrieden","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.859607601Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC0FC39C92B5F60636F0072D99B20A6D","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:57:23Z","event_id":"$Z8ZNL0VpRazjnFhQ2Ys6kwls4mbRvuQAhVfcFBUmWDw","part_id":"","time":"2026-03-06T19:22:41.859698117Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3509,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961410247591_299?ts=1772488931000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":453.152162,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja ne bestell die lieber","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.863522536Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A96AC0D8E1CB743A45A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T22:02:11Z","event_id":"$7ZHorjsZ1BndTtytByEA5LBHR_iTNZ1SBJTiCowS9ws","part_id":"","time":"2026-03-06T19:22:41.863691275Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3524,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915174428025:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915174428025%3Amatrix.theocloud.dev","duration":55.569952,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PsqAmvRalrYYQwwVwPIUEKEy"},"time":"2026-03-06T19:22:41.890292076Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915208878293@s.whatsapp.net","alternate_jid":"138817721917594@lid","time":"2026-03-06T19:22:41.89078181Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915776207693@s.whatsapp.net","alternate_jid":"44419206123644@lid","time":"2026-03-06T19:22:41.890849417Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917623702252@s.whatsapp.net","alternate_jid":"256181947912368@lid","time":"2026-03-06T19:22:41.890914789Z","message":"Synced alternate ghost with info"} +{"level":"debug","transaction_id":"1617","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.907086613Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1617","time":"2026-03-06T19:22:41.907326032Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3527,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917666618908%3Amatrix.theocloud.dev","duration":29.010218,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917666618908","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:41.920299571Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3528,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917666618908:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917666618908%3Amatrix.theocloud.dev","duration":21.260667,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:41.941988091Z","message":"Request completed"} +{"level":"debug","transaction_id":"1618","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:41.959199934Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1618","time":"2026-03-06T19:22:41.959306304Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3512,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961522573905_31?ts=1772741453000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":450.03685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Freut michh","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:41.972770345Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AFC3A51C70FA89D3318","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T20:10:53Z","event_id":"$sxoyWutqY-Xr7sbSD8VTuIUCXYdc6ymdjfxSL5dJRs0","part_id":"","time":"2026-03-06T19:22:41.972956265Z","message":"Sent message part to Matrix"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":2399,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s2465_982_8_391_443_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":23552.786619,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:41.989267284Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:41.989627","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:41.989643174Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:41.989627","time":"2026-03-06T19:22:41.989900473Z","message":"Finished handling device list changes"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3515,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961569312729_19?ts=1770820674000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":452.413302,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Theo,\nich bin so gegen 17 Uhr zu Hause.","format":"org.matrix.custom.html","formatted_body":"Hey Theo,\u003cbr\u003eich bin so gegen 17 Uhr zu Hause.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.021895956Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3AAB11D6380062C2B39B","sender_id":{"user_id":"491628947581"},"message_ts":"2026-02-11T14:37:54Z","event_id":"$EaZS0Vks522XWOsRJbZ4BkmFhjW7ce7Q-PQt-gHxjeA","part_id":"","time":"2026-03-06T19:22:42.022012872Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3514,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961564203771_8?ts=1772479112000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":472.598468,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Damit wir alle keinen Rucksack haben müssen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.036939199Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A63854E9DC357977CC0","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:18:32Z","event_id":"$3jMZc8F4LmUEuX-bsx9EI_bEqTgoG6Kgaetr6wpBAdc","part_id":"","time":"2026-03-06T19:22:42.03707609Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3516,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961599503140_300?ts=1771831775000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":453.261046,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ja im vergleich dazu wirklich aua, neu kostet er halt so 140/150€ und ich hab aber 50€ bezahlt für corsair vengeance 2x8gb 3200mhz","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.052913858Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACB91CD14528FEEDF8E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:29:35Z","event_id":"$z7WGFVyqa1be7eEVxTEjxuGG0HqaoBaoSbz2dfLuVkY","part_id":"","time":"2026-03-06T19:22:42.053054032Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3521,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-66039450742811%3Amatrix.theocloud.dev","duration":255.170877,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<45343 bytes>","time":"2026-03-06T19:22:42.060991459Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3517,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961605194372_15?ts=1769768376000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":457.410022,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Heute ehr nicht bin immer noch krank","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.062718447Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A503D890B76E6E41F06","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-30T10:19:36Z","event_id":"$QqBIm0xH12pVjtQQs2Tm7cCgukkSbBLXvB-ovEj23zI","part_id":"","time":"2026-03-06T19:22:42.06281434Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1619","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.065003125Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1619","time":"2026-03-06T19:22:42.065145324Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3535,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66039450742811:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-66039450742811%3Amatrix.theocloud.dev","duration":25.729101,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:42.087108463Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3518,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961661706775_17?ts=1770410478000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":433.271509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old voice message. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.audio","body":"","info":{"mimetype":"audio/ogg; codecs=opus","duration":16000,"size":37779},"filename":"Voice message.ogg","org.matrix.msc1767.audio":{"duration":16000,"waveform":[4,10,100,100,99,75,66,51,71,54,79,65,90,79,77,85,35,16,6,5,67,100,89,68,100,83,62,54,19,39,92,83,100,89,28,34,81,74,75,49,47,49,60,19,5,2,71,67,66,77,90,46,45,51,54,24,22,9,16,24,19,6,1,1]},"org.matrix.msc3245.voice":{}},"extra":{"info":{}},"whatsapp_media":{"key":"D5amvf+VtE6e8zX4m5K5sm/+HjdGVAwAFRGNHr1C7IA=","length":37779,"type":"WhatsApp Audio Keys","sha256":"YtmZ1vVuolLhm7kpZDDd1WrwUWi54gyHbTfZKA08rC8=","enc_sha256":"sEQ1kYdzVk9SfM6eT0YNa7UzfOt9MmgXRkTdi3k1Cto=","mime_type":"audio/ogg; codecs=opus"},"type_description":"voice message"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:42.095277347Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A5B10C668A21075F3AB","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T20:41:18Z","event_id":"$fld2DkWN1Xl3eqH-RmLizBojNyp542xWq6Fdi_6lfAs","part_id":"","time":"2026-03-06T19:22:42.09550189Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3523,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915256492723%3Amatrix.theocloud.dev","duration":267.436007,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43503 bytes>","time":"2026-03-06T19:22:42.101894058Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3537,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/CRlfKRnnTgfyaTEtNbLsJeKP?user_id=%40whatsapp_lid-66039450742811%3Amatrix.theocloud.dev","duration":29.227357,"status_code":200,"response_length":45343,"response_mime":"image/jpeg","time":"2026-03-06T19:22:42.11651315Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3529,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917666618908:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917666618908%3Amatrix.theocloud.dev","duration":185.636326,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Seiar (WA)"},"time":"2026-03-06T19:22:42.127794971Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3539,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256492723:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915256492723%3Amatrix.theocloud.dev","duration":25.591092,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:42.127765008Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"101641122517221@lid","alternate_jid":"4917666618908@s.whatsapp.net","time":"2026-03-06T19:22:42.128264799Z","message":"Synced alternate ghost with info"} +{"level":"debug","transaction_id":"1620","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.139472658Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1620","time":"2026-03-06T19:22:42.139689168Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3542,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-157088529567880%3Amatrix.theocloud.dev","duration":16.691938,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-157088529567880","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:42.145595654Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3541,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/eoeqCXZqbVhaIKamojvUjdZC?user_id=%40whatsapp_4915256492723%3Amatrix.theocloud.dev","duration":18.83323,"status_code":200,"response_length":43503,"response_mime":"image/jpeg","time":"2026-03-06T19:22:42.146878306Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3540,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66039450742811:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-66039450742811%3Amatrix.theocloud.dev","duration":39.716888,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CRlfKRnnTgfyaTEtNbLsJeKP"},"time":"2026-03-06T19:22:42.156465755Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:42.157700007Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3543,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157088529567880:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-157088529567880%3Amatrix.theocloud.dev","duration":16.504482,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:42.162520446Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3545,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-73736032112697%3Amatrix.theocloud.dev","duration":14.178597,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-73736032112697","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:42.172179065Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3544,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256492723:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915256492723%3Amatrix.theocloud.dev","duration":29.435976,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/eoeqCXZqbVhaIKamojvUjdZC"},"time":"2026-03-06T19:22:42.176503345Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:42.177528908Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3547,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73736032112697:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-73736032112697%3Amatrix.theocloud.dev","duration":14.679505,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:42.187218746Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3519,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961747915455_22?ts=1765813098000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":448.353514,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich weiß ja nicht ob er irgendwas beantwortet hat","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.196419339Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A879EDB5522F690CED0","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:38:18Z","event_id":"$dWCYcaoVSVV5gwJdi-kQC1jOgSN565pmwnefUgzFpXw","part_id":"","time":"2026-03-06T19:22:42.196521867Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3548,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917655578514%3Amatrix.theocloud.dev","duration":22.824573,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917655578514","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:42.200645351Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3551,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655578514:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917655578514%3Amatrix.theocloud.dev","duration":22.791817,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:42.223806005Z","message":"Request completed"} +{"level":"debug","transaction_id":"1621","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.247862175Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1621","time":"2026-03-06T19:22:42.247977974Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3525,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961860231222_25?ts=1770382651000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":421.046329,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kein body dysmorphia","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.281434486Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACB65DB21F8E02F1480E9FB494CF9EC9","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:57:31Z","event_id":"$Qh4YoFkQ_qZfkbQgNWOFDKCdNg36Fh93EHTOeEtNMtE","part_id":"","time":"2026-03-06T19:22:42.281590933Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3526,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824961864707200_24?ts=1772537275000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":419.819131,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wann wärst du dann ready heut?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.284663082Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AAC771E5008F6154EAE","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T11:27:55Z","event_id":"$KM2HAUnb5PvKKO85cAec_7ZOGmQYEQaJwzRQQwMmUks","part_id":"","time":"2026-03-06T19:22:42.28480102Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3546,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157088529567880:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-157088529567880%3Amatrix.theocloud.dev","duration":126.456858,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yasmine (WA)"},"time":"2026-03-06T19:22:42.289147231Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:42.289698495Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3549,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73736032112697:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-73736032112697%3Amatrix.theocloud.dev","duration":142.006318,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sidonie (WA)"},"time":"2026-03-06T19:22:42.329472794Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:42.330306081Z","message":""} +{"level":"debug","transaction_id":"1622","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.335255868Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1622","time":"2026-03-06T19:22:42.335386194Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3552,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655578514:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917655578514%3Amatrix.theocloud.dev","duration":125.729103,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nasser (WA)"},"time":"2026-03-06T19:22:42.349777251Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:42.350678844Z","message":""} +{"level":"debug","transaction_id":"1623","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.383803745Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1623","time":"2026-03-06T19:22:42.383917448Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3530,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824961973921135_301?ts=1772741478605&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":421.880035,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$sxoyWutqY-Xr7sbSD8VTuIUCXYdc6ymdjfxSL5dJRs0","key":"❤️"}},"time":"2026-03-06T19:22:42.396020684Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AFC3A51C70FA89D3318","target_part_id":"","reaction_sender_id":{"user_id":"4917641870516","is_from_me":true},"reaction_ts":"2026-03-05T20:11:18.605Z","event_id":"$cGQybHXd-8nti27kgC-pRZYDcAPgLEPf45cdsWm6SbQ","time":"2026-03-06T19:22:42.396216312Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3532,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962022702424_302?ts=1770820684000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":385.884409,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oke supi","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.408723375Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A076AF17ADE189F32EB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-11T14:38:04Z","event_id":"$SxuwhX_LUpqBKD5CA0NL0ZxevECR7Eeo4YnG62Anidg","part_id":"","time":"2026-03-06T19:22:42.408901403Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3533,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962038431937_303?ts=1772479228000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":390.729642,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber nur deswegen morgen insgesamt 4h Bahn fahren?","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$3jMZc8F4LmUEuX-bsx9EI_bEqTgoG6Kgaetr6wpBAdc"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.429346661Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A5A6A4A4A50EDFB2109","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:20:28Z","event_id":"$zGttNzr9q_fepC_SA4PIEKAHivpC5XDyP_Zz--8Tfzs","part_id":"","time":"2026-03-06T19:22:42.429515539Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3534,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962053725285_304?ts=1771831798000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":377.536938,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"sofortkauf auf ebay, funktioniert top","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.431394784Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A633823F69D713EF3FA","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:29:58Z","event_id":"$aK9c3MjuVyR8okTyDLf94v5bv5TUKH_4lUAsl1YjYgo","part_id":"","time":"2026-03-06T19:22:42.431536843Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3536,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962063535531_305?ts=1769768388000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":375.781315,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oh achso","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.439431317Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A83910A4B233D533DDB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-30T10:19:48Z","event_id":"$yjoCxlHvD0_gCaOvXr0wyvysuQqJxOv5ZwUCYi9JgpI","part_id":"","time":"2026-03-06T19:22:42.439606621Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:42.458256236Z","message":""} +{"level":"debug","transaction_id":"1624","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.470239762Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1624","time":"2026-03-06T19:22:42.470376024Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3538,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962096413121_306?ts=1770410801000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":380.08122,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Rühl Bestes haste da noch reingeschüttet haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.476666851Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A47B8AE44688004BCC0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T20:46:41Z","event_id":"$2oGCQGSzE7Lwz8Jg95ZyCRl4SbjvK25hAOXzg_DeI94","part_id":"","time":"2026-03-06T19:22:42.476820923Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:42.487425554Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:42.500831207Z","message":""} +{"level":"debug","transaction_id":"1625","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.511037109Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1625","time":"2026-03-06T19:22:42.511221144Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3562,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917655578514:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917655578514%3Amatrix.theocloud.dev","duration":13.570201,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:42.514707178Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3550,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962197066427_23?ts=1765813104000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":370.03344,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Der war so nach 20min weg!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.56721378Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AC3096169B58F2C9199","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:38:24Z","event_id":"$n11ks5nBwLPr64drnjh5WMFVQksZl4CKLPp6NzbSOak","part_id":"","time":"2026-03-06T19:22:42.567352836Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3478,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":1833.171033,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_lid-195790463058158:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363400918258753@g.us","displayname":"Mediathek 🎥","avatar_url":"mxc://matrix.theocloud.dev/ZybhLOCVuUBXyRbbUGqQlNlq"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"channel":{"id":"120363400918258753@g.us","displayname":"Mediathek 🎥","avatar_url":"mxc://matrix.theocloud.dev/ZybhLOCVuUBXyRbbUGqQlNlq"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2},"m.room.avatar":{"level":2},"m.room.name":{"level":2},"m.room.topic":{"level":2}},"member_actions":{"invite":2,"kick":2,"leave":2},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"Hier teilen wir Fotos \u0026 Videos von unseren Trainings, Fortschritten und Events."}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"Mediathek 🎥"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/ZybhLOCVuUBXyRbbUGqQlNlq"}}],"preset":"private_chat","power_level_content_override":{"users":{"@whatsapp_lid-21079833710744:matrix.theocloud.dev":75,"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0},"state_default":99,"ban":99},"com.beeper.local_room_id":"!120363400918258753@g.us.:matrix.theocloud.dev"},"time":"2026-03-06T19:22:42.598893717Z","message":"Request completed"} +{"level":"info","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","room_id":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","time":"2026-03-06T19:22:42.599323386Z","message":"Matrix room created"} +{"level":"info","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","time":"2026-03-06T19:22:42.599714153Z","message":"Parent portal doesn't exist, creating in background"} +{"level":"info","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","time":"2026-03-06T19:22:42.599903565Z","message":"Creating Matrix room"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:42.600011262Z","message":""} +{"level":"debug","transaction_id":"1626","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.63488606Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1626","time":"2026-03-06T19:22:42.634971617Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3566,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":56.023507,"status_code":200,"response_length":389,"response_mime":"application/json","time":"2026-03-06T19:22:42.656073881Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3553,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962282552031_307?ts=1770382662000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":403.976544,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"So und nicht anders","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.686671612Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5DC7DA7FED082D48EC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T12:57:42Z","event_id":"$s8T3VaA8PgsB9g_r8bAP15C0WqUxX3Yjugf3ykQsV3I","part_id":"","time":"2026-03-06T19:22:42.686783639Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3560,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-157088529567880%3Amatrix.theocloud.dev","duration":224.46978,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64989 bytes>","time":"2026-03-06T19:22:42.690842309Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3554,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962285623691_308?ts=1772537293000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":407.653387,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Eig bald","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.693411734Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEF5B69B6B73926C7E9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T11:28:13Z","event_id":"$x0QOzQSWl118Vd6Ft2GSKj0E7D0wggCKU0HxKY-oPC0","part_id":"","time":"2026-03-06T19:22:42.693536751Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3567,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.430898,"status_code":200,"response_length":330,"response_mime":"application/json","time":"2026-03-06T19:22:42.715028106Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3569,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157088529567880:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-157088529567880%3Amatrix.theocloud.dev","duration":28.005956,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:42.719186372Z","message":"Request completed"} +{"level":"debug","transaction_id":"1627","content":{"pdu":14,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.725790791Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1627","time":"2026-03-06T19:22:42.72642377Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3572,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/kasbJAazrRqiareSLijNArfp?user_id=%40whatsapp_lid-157088529567880%3Amatrix.theocloud.dev","duration":22.51601,"status_code":200,"response_length":64989,"response_mime":"image/jpeg","time":"2026-03-06T19:22:42.741907229Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3571,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":41.945274,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:42.757619002Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:42.758664679Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3574,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491783561145%3Amatrix.theocloud.dev","duration":25.528165,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491783561145","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:42.784474029Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3573,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-157088529567880:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-157088529567880%3Amatrix.theocloud.dev","duration":50.802523,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kasbJAazrRqiareSLijNArfp"},"time":"2026-03-06T19:22:42.79294938Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3575,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783561145:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783561145%3Amatrix.theocloud.dev","duration":20.216804,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:42.805454278Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3576,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917652878401%3Amatrix.theocloud.dev","duration":25.69837,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917652878401","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:42.819850014Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3555,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962396954125_309?ts=1772741465000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":441.766835,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yippiee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.838874403Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9E21EC2BD78FBE38B0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:11:05Z","event_id":"$cTK-36a9GTnlsp_yR50Q0qgtFGm7kj5aHaMXNFyxEP8","part_id":"","time":"2026-03-06T19:22:42.839042443Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3564,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-73736032112697%3Amatrix.theocloud.dev","duration":289.744725,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<123141 bytes>","time":"2026-03-06T19:22:42.846123535Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3556,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962409821993_310?ts=1770820768000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":441.441998,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ok DHL ist da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.85139306Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5D26E9D60A20BC1520","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-11T14:39:28Z","event_id":"$yD8260gBUnEXp2nDc2TqG13eCfoG2Arhf6mtk-Aakk4","part_id":"","time":"2026-03-06T19:22:42.851485531Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3578,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917652878401:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917652878401%3Amatrix.theocloud.dev","duration":31.982632,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:42.852268951Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3557,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962430461831_311?ts=1772479243000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":437.847081,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"da lauf ich lieber mit meinem Rucksack rum","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.868425758Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A285C4DD3699254388C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:20:43Z","event_id":"$fB0p8933S6GDSWbbN3A3fNutgQI9wqhccBLKquG9Bqo","part_id":"","time":"2026-03-06T19:22:42.868538344Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3580,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73736032112697:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-73736032112697%3Amatrix.theocloud.dev","duration":29.423194,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:42.875870239Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3558,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962433023783_27?ts=1771831854000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":445.946751,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"das geht echt fit","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$z7WGFVyqa1be7eEVxTEjxuGG0HqaoBaoSbz2dfLuVkY"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.879113781Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AB47B72F6F5BD489833","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:30:54Z","event_id":"$hc5o1jxdlRTMVmEJz3JaW5JU0LuqtjC816_Q6cYqxd8","part_id":"","time":"2026-03-06T19:22:42.879230068Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3559,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962440491103_312?ts=1769768394000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":440.554653,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ja dann gute Besserung :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.881158551Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4EF5462550A8549923","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-01-30T10:19:54Z","event_id":"$Wtkj34-sHDV03ilG3tBMpYOmmh7rX5wY9h9tF-ELKds","part_id":"","time":"2026-03-06T19:22:42.881266807Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3584,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/xRHsxcXYcAQLZmBBRwywFmDt?user_id=%40whatsapp_lid-73736032112697%3Amatrix.theocloud.dev","duration":22.337004,"status_code":200,"response_length":123141,"response_mime":"image/jpeg","time":"2026-03-06T19:22:42.898317524Z","message":"Request completed"} +{"level":"debug","transaction_id":"1628","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.912176523Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1628","time":"2026-03-06T19:22:42.912271369Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3561,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962477804092_313?ts=1770410805000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":444.945564,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kranker Bums","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:42.922897232Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A02BCDE177A0317395D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T20:46:45Z","event_id":"$neHYI2360UiZJaRtvBXaV8lBEHvRSaBA6pWddyo34eY","part_id":"","time":"2026-03-06T19:22:42.923033773Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3587,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73736032112697:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-73736032112697%3Amatrix.theocloud.dev","duration":44.994655,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xRHsxcXYcAQLZmBBRwywFmDt"},"time":"2026-03-06T19:22:42.943620811Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:42.944282846Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3589,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-208057309085944%3Amatrix.theocloud.dev","duration":20.84713,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-208057309085944","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:42.965352703Z","message":"Request completed"} +{"level":"debug","transaction_id":"1629","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:42.972802492Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1629","time":"2026-03-06T19:22:42.972954329Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3577,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783561145:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783561145%3Amatrix.theocloud.dev","duration":174.444322,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Kadl (WA)"},"time":"2026-03-06T19:22:42.980135505Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:42.980797748Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3590,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-208057309085944:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-208057309085944%3Amatrix.theocloud.dev","duration":18.785947,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:42.984561475Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3582,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917652878401:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917652878401%3Amatrix.theocloud.dev","duration":144.602283,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yasmine (WA)"},"time":"2026-03-06T19:22:42.997055897Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:42.997796643Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3565,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962568055519_314?ts=1765813105000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":451.751756,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Krass haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.019992427Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A71DC762BB21A0889E2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:38:25Z","event_id":"$d7BZzVmMVyiy8FbJi_JdckTBFpW4iZW42o9eHWJy-0Y","part_id":"","time":"2026-03-06T19:22:43.020135673Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1630","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.069145975Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1630","time":"2026-03-06T19:22:43.06923684Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3568,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962687417457_26?ts=1770382678000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":403.66393,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich habe das Gegnteil davon","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.091224144Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACE14806A74346B4F5A6FF5BA9C68503","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:57:58Z","event_id":"$flu1BcwSUZ633u2H6MS-XmTj-zBqM_Uq85afWW2ZP7Y","part_id":"","time":"2026-03-06T19:22:43.091429829Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3570,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962694270933_315?ts=1772537302000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":403.558957,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber die Strat backfires","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.097933396Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1E69CDD0E4DF955D8F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T11:28:22Z","event_id":"$U99DZ0M9YMvJPudkxCkSoqRtAELpf0ZxstJh0eCVgec","part_id":"","time":"2026-03-06T19:22:43.098048286Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3591,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-208057309085944:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-208057309085944%3Amatrix.theocloud.dev","duration":119.676926,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917675622090 (WA)"},"time":"2026-03-06T19:22:43.104474957Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:43.105149353Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:43.130255252Z","message":"all_member_shareadmin_add"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:22:43.130375939Z","message":"Unknown element in group node 120363373705450816@g.us: all_member_share"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:43.131095314Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3563,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-140325221875807:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":620.817669,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iOdArJhUbYJYWuEglwVvRVfa","com.beeper.exclude_from_timeline":true,"displayname":"Jens B. (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:43.13665615Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:43.136826007Z","message":""} +{"level":"debug","transaction_id":"1631","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.143281801Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1631","time":"2026-03-06T19:22:43.143395854Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:43.146612646Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3596,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783561145:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491783561145%3Amatrix.theocloud.dev","duration":25.306276,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:43.164215606Z","message":"Request completed"} +{"level":"debug","transaction_id":"1632","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.206054231Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1632","time":"2026-03-06T19:22:43.206356368Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3579,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962839968691_316?ts=1772741467000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":374.625565,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yippiee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.214737293Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7543CB7755A029765A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:11:07Z","event_id":"$B1-cXJ4Pz1mRpyAJOeEuw_-c_lgYKsCpqpYC7DJs4Ck","part_id":"","time":"2026-03-06T19:22:43.214887873Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3581,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962852039519_317?ts=1770820893000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":374.097977,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"also fehlt nur noch Amazon und das würde auch in nen Briefkasten passen bzw sollte kommen, wenn du dann da bist","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.226237162Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A713972F7C549B7B465","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-11T14:41:33Z","event_id":"$aqMOl2V0lXoERC5hrTZp0iRgdstlsPDc-2OZJCejp9Q","part_id":"","time":"2026-03-06T19:22:43.226341995Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3583,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962869223426_9?ts=1772479250000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":377.278452,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alex hat extra letzten Mittwoch nachgefragt 🙁","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.246606711Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AB15CB30A5B14F3AF9C","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:20:50Z","event_id":"$TyBbVVpKF7mOTkmE5J5JtQCwd002Q1z0h-_Fj8Ga-I0","part_id":"","time":"2026-03-06T19:22:43.246725443Z","message":"Sent message part to Matrix"} +{"level":"warn","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","reply_to":{"MessageID":"120363192861790277@g.us:27956059590853@lid:3EB0FCF251131B73F651AD","PartID":null},"time":"2026-03-06T19:22:43.24777999Z","message":"Reply target message not found in database"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:43.254592609Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3586,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962881945114_16?ts=1769768394000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":380.894043,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":49542},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"EcjN8/PNU0GL1sKhZU1BkV3W5CZh5ZmiYy2gGoFjVjc=","length":49542,"type":"WhatsApp Image Keys","sha256":"S5IyVI2ErBpJllPmWrpjpXI71BT8d3wTwR7+LKEieok=","enc_sha256":"E82sQXnDNAr6D2jRKRujeizMVqVGE1p6mNUKa1fHt78=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:43.263042678Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A36E837400BF47182F0","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-30T10:19:54Z","event_id":"$XEaME7w5ChcZ_pxrqlQxMAFZYHtcRziitI7fiwiJl-w","part_id":"","time":"2026-03-06T19:22:43.263199124Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3602,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-208057309085944:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-208057309085944%3Amatrix.theocloud.dev","duration":23.050373,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:43.277919836Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:43.278853836Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1633","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.294756487Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1633","time":"2026-03-06T19:22:43.294848051Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3604,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-243632070254676%3Amatrix.theocloud.dev","duration":33.336524,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-243632070254676","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:43.312444864Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3588,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962923777383_318?ts=1770410811000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":392.830076,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"2000 kcal","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.316721023Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF5FF92C4790E01F0C8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T20:46:51Z","event_id":"$ixgIV3S1-xQF3Q2Q0hks4ESkzxHGsc4CG1JRGpv4y1w","part_id":"","time":"2026-03-06T19:22:43.316865038Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3605,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-243632070254676:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-243632070254676%3Amatrix.theocloud.dev","duration":27.118961,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:43.339941881Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:43.34921504Z","message":""} +{"level":"debug","transaction_id":"1634","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.363346982Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1634","time":"2026-03-06T19:22:43.363652193Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3597,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917652878401%3Amatrix.theocloud.dev","duration":235.074621,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64989 bytes>","time":"2026-03-06T19:22:43.390279883Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3609,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917652878401:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917652878401%3Amatrix.theocloud.dev","duration":19.862495,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:43.410453386Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3592,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963020982649_24?ts=1765813110000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":405.273164,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ah nach einer Stunde nvm","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.426412958Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A25635E8B0682AAB924","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:38:30Z","event_id":"$hJqoQJ4ZhqzyjcGrMvOg3FEApUzb4T_FjirrTSqCBe8","part_id":"","time":"2026-03-06T19:22:43.426570872Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1635","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.426796532Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1635","time":"2026-03-06T19:22:43.426855129Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3610,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/QLiiRpieezhgrRkjHPSyFQBC?user_id=%40whatsapp_4917652878401%3Amatrix.theocloud.dev","duration":30.065743,"status_code":200,"response_length":64989,"response_mime":"image/jpeg","time":"2026-03-06T19:22:43.440674178Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3612,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917652878401:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917652878401%3Amatrix.theocloud.dev","duration":44.925511,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QLiiRpieezhgrRkjHPSyFQBC"},"time":"2026-03-06T19:22:43.485929484Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"157088529567880@lid","alternate_jid":"4917652878401@s.whatsapp.net","time":"2026-03-06T19:22:43.486378639Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3607,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-243632070254676:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-243632070254676%3Amatrix.theocloud.dev","duration":146.373271,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491738002445 (WA)"},"time":"2026-03-06T19:22:43.486499746Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:43.489129933Z","message":""} +{"level":"debug","transaction_id":"1636","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.491346306Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1636","time":"2026-03-06T19:22:43.49146399Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3613,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491624155301%3Amatrix.theocloud.dev","duration":21.299079,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491624155301","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:43.50809335Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3593,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963092407620_27?ts=1770382689000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":425.966153,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😅","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.518508708Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC5832383A0D8FB39659232CD5ADF212","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T12:58:09Z","event_id":"$mZ4rY5kjh7HGxC46hNBSUtoSNn3XOLPooIPt6a48EGw","part_id":"","time":"2026-03-06T19:22:43.518605859Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3594,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963098817598_25?ts=1772537311000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":423.386181,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wie?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.522327471Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AD53EC80C51446B8F94","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T11:28:31Z","event_id":"$3GjoUh7YkDNq4Nkz8bZ2bi0TW0n4C0_T41F-dyY6dFE","part_id":"","time":"2026-03-06T19:22:43.522435656Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3614,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624155301:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491624155301%3Amatrix.theocloud.dev","duration":23.624266,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:43.532027715Z","message":"Request completed"} +{"level":"debug","transaction_id":"1637","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.578145781Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1637","time":"2026-03-06T19:22:43.578227148Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3608,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":231.062395,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38132 bytes>","time":"2026-03-06T19:22:43.596752793Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3585,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824962879983177_28?ts=1771831860000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":742.431878,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"für die aktuelle lage","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.622506408Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AA3979FD1C24FDFF578","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:31:00Z","event_id":"$W96GUur3dS5nLsuTGyuwM6ja6akLZAVGOMKCjCoaqzU","part_id":"","time":"2026-03-06T19:22:43.622599159Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1638","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.670720439Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1638","time":"2026-03-06T19:22:43.670792935Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3599,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963215798615_319?ts=1772741471000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":458.902481,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"macht so viel Spaß","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.674833866Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7B831186F3DEBAB628","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:11:11Z","event_id":"$rtJkX_fMg6h8dcLDCHkfeFt6_XfwtMObx9zyVJ5Lw54","part_id":"","time":"2026-03-06T19:22:43.674947848Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3600,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963226909184_320?ts=1770820901000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":467.539028,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Passt also perfekt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.694577559Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEE5013377C9710550D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-11T14:41:41Z","event_id":"$kxqSkxV2bHVWvAanXX1Z21cHbtpa9mkFZk_ZDpT6Qq4","part_id":"","time":"2026-03-06T19:22:43.694731142Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3601,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963248072979_10?ts=1772479264000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":455.291987,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hier 😗","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.703508492Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3ACFEC075F4CA4866AD3","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:21:04Z","event_id":"$IIaqvnKl_GFD91exvSUuw0dKncTK8-Q_1tvvPOt_JeI","part_id":"","time":"2026-03-06T19:22:43.703700069Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3603,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963264412353_17?ts=1769768401000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":467.504526,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":18962},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"DmHlzWL7fy4WjXnFdWbKKJdAd3tCugsJO+YlJ2gaQ4w=","length":18962,"type":"WhatsApp Image Keys","sha256":"OqHPcmjpPMNGWB4slYWm/QfW/jYNIYqD5iLGMCzlcxk=","enc_sha256":"6oSxfsk9BsSBpznlIziok9uxWRBnbeYkM8VdE8LkOCM=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$Wtkj34-sHDV03ilG3tBMpYOmmh7rX5wY9h9tF-ELKds"}},"msgtype":"m.notice"},"time":"2026-03-06T19:22:43.732199461Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A3FED028E0DDF789225","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-01-30T10:20:01Z","event_id":"$02-UAX-zNC5YoMBSyyKtMXM-GDCEHertaw-eZCTQ61E","part_id":"","time":"2026-03-06T19:22:43.732427496Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3617,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624155301:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491624155301%3Amatrix.theocloud.dev","duration":204.361929,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mahmoud (WA)"},"time":"2026-03-06T19:22:43.736527094Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"165339312693343@lid","alternate_jid":"491624155301@s.whatsapp.net","time":"2026-03-06T19:22:43.736980369Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"251745280225436@lid","alternate_jid":"4917655091547@s.whatsapp.net","time":"2026-03-06T19:22:43.737095539Z","message":"Synced alternate ghost with info"} +{"level":"debug","transaction_id":"1639","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.764748653Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1639","time":"2026-03-06T19:22:43.764867664Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3624,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915733181520%3Amatrix.theocloud.dev","duration":31.450225,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915733181520","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:43.769066438Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3595,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-140325221875807:matrix.theocloud.dev?user_id=%40whatsapp_lid-140325221875807%3Amatrix.theocloud.dev","duration":638.140631,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iOdArJhUbYJYWuEglwVvRVfa","com.beeper.exclude_from_timeline":true,"displayname":"Jens B. (WA)","membership":"join"},"time":"2026-03-06T19:22:43.775443171Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3606,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963317714529_321?ts=1770410816000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":464.391449,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"200g Eiweiß","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.782211859Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2748185592728B00C0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T20:46:56Z","event_id":"$PjoAMa8mmJpYDpUcBtHcGT4hv2cvEmTLdsCYGlkLU4o","part_id":"","time":"2026-03-06T19:22:43.782354616Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3625,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915733181520:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915733181520%3Amatrix.theocloud.dev","duration":22.148709,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:43.791650125Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3598,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-239363409617131:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":648.269427,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XyldaycAVTHtGdCrZPqAFuuq","com.beeper.exclude_from_timeline":true,"displayname":"Artur (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:43.813524355Z","message":"Request completed"} +{"level":"debug","transaction_id":"1640","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.822179201Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1640","time":"2026-03-06T19:22:43.822500685Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3611,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963427520376_25?ts=1765813114000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":444.032376,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber trotzdem so schnell weg!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.871700748Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A607209B8591956A703","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:38:34Z","event_id":"$XMkfHb8cCtqM_NHVC0RrxByUmB-8sETrDgQGUmxI5AE","part_id":"","time":"2026-03-06T19:22:43.871849512Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1641","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.883237633Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1641","time":"2026-03-06T19:22:43.883378435Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:43.889903443Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3631,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-243632070254676:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-243632070254676%3Amatrix.theocloud.dev","duration":28.632651,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:43.918886632Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:43.91987022Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3628,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915733181520:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915733181520%3Amatrix.theocloud.dev","duration":139.2655,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Stefan Strolch (WA)"},"time":"2026-03-06T19:22:43.931133184Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"30653349408787@lid","alternate_jid":"4915733181520@s.whatsapp.net","time":"2026-03-06T19:22:43.931533519Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"33994833981513@lid","alternate_jid":"4915119111000@s.whatsapp.net","time":"2026-03-06T19:22:43.931613139Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3632,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-247824025391160%3Amatrix.theocloud.dev","duration":19.715547,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-247824025391160","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:43.939865974Z","message":"Request completed"} +{"level":"debug","transaction_id":"1642","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:43.950928281Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1642","time":"2026-03-06T19:22:43.951247669Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3633,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_393351986428%3Amatrix.theocloud.dev","duration":24.841197,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_393351986428","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:43.956810112Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3634,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-247824025391160:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-247824025391160%3Amatrix.theocloud.dev","duration":21.297613,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:43.961465724Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3615,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963519128907_322?ts=1770383065000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":449.953529,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Find ich voll ok, deutlich besser als gut auszusehen wegen des Trainings, aber dann zu denken man ist immernoch ein Stock, geht mir da auch so mittlerweile","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.969216672Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD39A93B395561C2014","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T13:04:25Z","event_id":"$06z91RVwAkjZt4LzFTbrzwCydJwrDqRVelt71mwOBj0","part_id":"","time":"2026-03-06T19:22:43.969397424Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3616,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963522955352_323?ts=1772537314000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":450.712434,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"die wollen vllt doch was bei uns machen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:43.973778486Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABD3E5B3044C53D0482","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T11:28:34Z","event_id":"$oUY07vl3OSNMN9k0syzoOLVuuMR1r83aTCgDTa0v-j8","part_id":"","time":"2026-03-06T19:22:43.973924666Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3635,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393351986428:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393351986428%3Amatrix.theocloud.dev","duration":21.782039,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:43.978968391Z","message":"Request completed"} +{"level":"debug","transaction_id":"1643","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.02146011Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1643","time":"2026-03-06T19:22:44.021571229Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3620,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963675613235_32?ts=1772742406000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":407.171545,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Supi","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.082906864Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A5911A28FFB24CC6730","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T20:26:46Z","event_id":"$VllhAKQpEk-sOX2vke9TM-7P2ZrkRuGee9PLpOJ_FIY","part_id":"","time":"2026-03-06T19:22:44.0830462Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1644","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.084026435Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1644","time":"2026-03-06T19:22:44.084128474Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3621,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963695492283_20?ts=1770821015000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":409.68761,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"👍","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.105297857Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A8873E19A309140FDF0","sender_id":{"user_id":"491628947581"},"message_ts":"2026-02-11T14:43:35Z","event_id":"$mIIEJiF9xOYr2A85vfeB8ay9Ja7HCGxn7ox-bAq1RHI","part_id":"","time":"2026-03-06T19:22:44.105435795Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3636,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-247824025391160:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-247824025391160%3Amatrix.theocloud.dev","duration":145.252513,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Pat (WA)"},"time":"2026-03-06T19:22:44.106933142Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:44.107739051Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3622,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963704725283_11?ts=1772479294000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":407.431638,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Mein Papa kommt vielleicht um 14 Uhr zum Kaffeetrinken, mir würde 15 Uhr sehr gut passen 😋","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.11228117Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AAC2D880F34893378A3","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:21:34Z","event_id":"$iWK8qAWCifqopgK7dqJjCIu6I62DLpN40lT71sTUiyc","part_id":"","time":"2026-03-06T19:22:44.112419457Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3639,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393351986428:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393351986428%3Amatrix.theocloud.dev","duration":148.615556,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"davidevo_ (WA)"},"time":"2026-03-06T19:22:44.127787536Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:44.12866238Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3623,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824963733297590_324?ts=1769768408816&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":408.122516,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$02-UAX-zNC5YoMBSyyKtMXM-GDCEHertaw-eZCTQ61E","key":"❤️"}},"time":"2026-03-06T19:22:44.141607842Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A3FED028E0DDF789225","target_part_id":"","reaction_sender_id":{"user_id":"4917641870516","is_from_me":true},"reaction_ts":"2026-01-30T10:20:08.816Z","event_id":"$Dg0OYNknN0QlcbQDaBOdnL4g12JNtmh8o82pCua0pkM","time":"2026-03-06T19:22:44.141748644Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"1645","content":{"pdu":4,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:44.145688862Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1645","time":"2026-03-06T19:22:44.145883443Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3627,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963783059045_325?ts=1770410821000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":384.793264,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ana musste auch schon lachen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.16799779Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE9457EE981446AED99","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T20:47:01Z","event_id":"$RF-0mEIS0GlL2SWtXYiHig9L-6MeJ25TUMGA8zwz8l0","part_id":"","time":"2026-03-06T19:22:44.168176097Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3619,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963623121718_29?ts=1771831873000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":558.986153,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"meine haben glaube sigar nur 2,4ghz also recht low","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.182238616Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AF610AF3F1504BCF233","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:31:13Z","event_id":"$vxNj8XU3G3l6BCAyJG0PxIO_Fg4RE2aMC2WRe8fg28k","part_id":"","time":"2026-03-06T19:22:44.182417901Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1646","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.210308408Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1646","time":"2026-03-06T19:22:44.21063087Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:44.267881086Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3630,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963872746146_326?ts=1765813118000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":398.488971,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja ne der hat nur Multiple Choice gemacht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.271387933Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC8578C4F42F7CDC3D5","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:38:38Z","event_id":"$ugdFc92kVo7DJstJKtlhZBA-Kbqt3jm7UX3jhvS_wgU","part_id":"","time":"2026-03-06T19:22:44.271501845Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1647","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.281127638Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1647","time":"2026-03-06T19:22:44.281241062Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:44.286645591Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3646,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-247824025391160:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-247824025391160%3Amatrix.theocloud.dev","duration":30.401125,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:44.298642178Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:44.299572057Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3648,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-102886059073748%3Amatrix.theocloud.dev","duration":33.951135,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-102886059073748","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:44.333800046Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3650,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102886059073748:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-102886059073748%3Amatrix.theocloud.dev","duration":18.851948,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:44.353051911Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3626,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-218845914619936:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":586.474091,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lvAacnCeqsPNaXeWWjNufdBM","com.beeper.exclude_from_timeline":true,"displayname":"Jonas (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:44.3626967Z","message":"Request completed"} +{"level":"debug","transaction_id":"1648","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.371449745Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1648","time":"2026-03-06T19:22:44.371545149Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3629,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-239363409617131:matrix.theocloud.dev?user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":560.62556,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XyldaycAVTHtGdCrZPqAFuuq","com.beeper.exclude_from_timeline":true,"displayname":"Artur (WA)","membership":"join"},"time":"2026-03-06T19:22:44.374912591Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3637,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963970312147_28?ts=1770397521000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":422.325907,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Heute wird nix","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.392834241Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC7637A60865816F1DF1A7A355F06332","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T17:05:21Z","event_id":"$QvF9X0UcHC7vhAjyBX6xNqNrICpp1-Ev3Wf1ZHXho-w","part_id":"","time":"2026-03-06T19:22:44.39303413Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3638,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824963974842532_327?ts=1772537319000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":435.055976,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"weil du nicht mehr mitkommst","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.410016751Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2AC585DD973DD17B71","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T11:28:39Z","event_id":"$PbrR4DvpJqtc0hMCyh7G_GTFrfL8TK-7nU5mVQerIP0","part_id":"","time":"2026-03-06T19:22:44.410131921Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1649","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.453202562Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1649","time":"2026-03-06T19:22:44.453347136Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1650","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.517596658Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1650","time":"2026-03-06T19:22:44.51903408Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3640,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964083884097_328?ts=1772742420000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":449.003046,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"🥰🥰","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.532986528Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADA62DF2156F99BA4D0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:27:00Z","event_id":"$wBWIb6gYkAH5o4Wtdl7iM_gIwbYYBTMm0_nVQu5U6VA","part_id":"","time":"2026-03-06T19:22:44.533070688Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3651,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102886059073748:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-102886059073748%3Amatrix.theocloud.dev","duration":183.659162,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Viktor Tevosyan (WA)"},"time":"2026-03-06T19:22:44.536906631Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:44.537346567Z","message":""} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3641,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964106362950_329?ts=1771334095000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":448.722,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Mama, hab mich entschieden, wenn ich morgen Frühstück hab, was ich mir heute abend mache dann, reicht es auch morgen naxh der Uni vor dem Training Mealprep zu machen. Unter Woche ist mir das immer so viel Zeit die dafür drauf geht und heute will ich noch Zeit eher mit Ana verbringen eben :).","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.555238534Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC7F40D2E8A00349CCB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-17T13:14:55Z","event_id":"$6hFwQxxD0Ge2FLW-L-FdSKE6NG6cB7k-l2qIC-WiQgM","part_id":"","time":"2026-03-06T19:22:44.555408391Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3642,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964113152730_4?ts=1772479295000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":466.915546,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja genau na der grund war ja weil chrissi vorher maybe nt kann","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.580222349Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A5D42F66B91ED418B40","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:21:35Z","event_id":"$qIG9e8m7b9n-LXNes-Pg5jbR6_EGu85h0IN13ejUH4A","part_id":"","time":"2026-03-06T19:22:44.580435018Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3649,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_393351986428%3Amatrix.theocloud.dev","duration":270.716914,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34842 bytes>","time":"2026-03-06T19:22:44.584849954Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3659,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393351986428:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_393351986428%3Amatrix.theocloud.dev","duration":17.038356,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:44.602207069Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3643,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964142225457_330?ts=1769970266000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":468.080375,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wie siehts mit der Erkältung aus Bro?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.610429802Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF376B9CE65961B299A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-01T18:24:26Z","event_id":"$QLdkS4WJkun0gZEYKa6vhJtj25Qi_ZfNvRPMCGQwZ6w","part_id":"","time":"2026-03-06T19:22:44.610543435Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1651","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.61294915Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1651","time":"2026-03-06T19:22:44.613087577Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3660,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/oKerALTMHuTRmmaWzVJNmUoB?user_id=%40whatsapp_393351986428%3Amatrix.theocloud.dev","duration":23.036474,"status_code":200,"response_length":34842,"response_mime":"image/jpeg","time":"2026-03-06T19:22:44.625376872Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3644,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964169083836_331?ts=1770411373000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":474.882378,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber nächste Woche würd ich mich auch wieder bei ner Schnitzery Bowl sehen mit euch zsm","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.644105479Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5E47865B7833585FA6","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T20:56:13Z","event_id":"$K46XsIqlCN2HeTyqnPn5BDyzbSisTCHF_clDljg3_Sk","part_id":"","time":"2026-03-06T19:22:44.644200814Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:44.692401574Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3662,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393351986428:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_393351986428%3Amatrix.theocloud.dev","duration":67.014017,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oKerALTMHuTRmmaWzVJNmUoB"},"time":"2026-03-06T19:22:44.692707483Z","message":"Request completed"} +{"level":"debug","transaction_id":"1652","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.700434406Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1652","time":"2026-03-06T19:22:44.700677038Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3645,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964183398066_30?ts=1771831878000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":526.586214,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber juckt ja beim server null","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.710126758Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3ACEFEF1361A95FDD957","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:31:18Z","event_id":"$IcpsQvqfS2fCcYhlnSXhuVRm0Y-Gam47pqLJ4vZjGb8","part_id":"","time":"2026-03-06T19:22:44.710231731Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3664,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-191890615967944%3Amatrix.theocloud.dev","duration":25.793984,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-191890615967944","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:44.719524656Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3666,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-191890615967944:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-191890615967944%3Amatrix.theocloud.dev","duration":28.028795,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:44.747867392Z","message":"Request completed"} +{"level":"debug","transaction_id":"1653","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.775348414Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1653","time":"2026-03-06T19:22:44.775485724Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3647,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964272214934_26?ts=1765813123000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":507.025437,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Vielleicht auch einfach überflieger","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.779390602Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3ACDF383D5D0D194D644","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:38:43Z","event_id":"$VxKPyEjQYsSfarzGvt8iwVXLi2A9d_XIvy26XPmPQDU","part_id":"","time":"2026-03-06T19:22:44.779516807Z","message":"Sent message part to Matrix"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":3531,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s3002_990_8_391_443_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2840.641303,"status_code":200,"response_length":209,"response_mime":"application/json","time":"2026-03-06T19:22:44.830722878Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:22:44.831043","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:22:44.831056723Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:22:44.831043","time":"2026-03-06T19:22:44.831263875Z","message":"Finished handling device list changes"} +{"level":"debug","transaction_id":"1654","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.83639169Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1654","time":"2026-03-06T19:22:44.836485279Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3654,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964393978117_29?ts=1770397530000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":465.060328,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber morgen bin ich safe da. Mal gucken wann","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.859166047Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC152A3E245B5877655B2F1BEE681773","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T17:05:30Z","event_id":"$_FDMEHZ6DRZAf667W7-mFOUZbmZu8x_eA_m-4oVHjB8","part_id":"","time":"2026-03-06T19:22:44.859286664Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3655,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964417666149_332?ts=1772537325000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":457.077643,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und dann hab ich keine Ausrede mehe","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.874869718Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA096E84E9574E563C2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T11:28:45Z","event_id":"$l4Za17PWZYE-wE_XLcGuca6XvpQMskk0AsRgAPQUIO8","part_id":"","time":"2026-03-06T19:22:44.874991034Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3668,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-191890615967944:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-191890615967944%3Amatrix.theocloud.dev","duration":138.082373,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"davidevo_ (WA)"},"time":"2026-03-06T19:22:44.88613792Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:44.88692106Z","message":""} +{"level":"debug","transaction_id":"1655","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:44.920388189Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1655","time":"2026-03-06T19:22:44.920483104Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3667,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-102886059073748%3Amatrix.theocloud.dev","duration":220.837846,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<44057 bytes>","time":"2026-03-06T19:22:44.948291617Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3673,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102886059073748:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-102886059073748%3Amatrix.theocloud.dev","duration":32.546748,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:44.981161594Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3656,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964533568034_333?ts=1772743588000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":461.060954,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"https://youtu.be/JEMyu2ZdfuU?si=Gpnuw8nfb0ocYKcU","m.mentions":{},"com.beeper.linkpreviews":[{"og:title":"Tiramisu Brownies ☕ combine two beloved desserts into one","og:type":"video.other","og:description":"Hiii! Make rich and creamy tiramisu brownies with me :) These tiramisu brownies are made with a rich and fudgy brown butter brownie layer with soft espresso-...","og:image":"mxc://matrix.theocloud.dev/MAsJnxYOCodThhIjxiCJdTzW","matrix:image:size":756132,"og:image:width":1024,"og:image:height":576,"og:image:type":"image/jpeg","matched_url":"https://youtu.be/JEMyu2ZdfuU?si=Gpnuw8nfb0ocYKcU"}],"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:44.994781942Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3EB09D3D1027989C2D75A8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:46:28Z","event_id":"$T9zXmHKdoQKHka_Z5muZgRQJIwqbNZanyAGRxj72ut0","part_id":"","time":"2026-03-06T19:22:44.994942719Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1656","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.005553845Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1656","time":"2026-03-06T19:22:45.005668177Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3652,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-218845914619936:matrix.theocloud.dev?user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":646.067302,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lvAacnCeqsPNaXeWWjNufdBM","com.beeper.exclude_from_timeline":true,"displayname":"Jonas (WA)","membership":"join"},"time":"2026-03-06T19:22:45.00930947Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3674,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/mpxMFrBTkgnEXCsuBbAGPUsX?user_id=%40whatsapp_lid-102886059073748%3Amatrix.theocloud.dev","duration":37.568333,"status_code":200,"response_length":44057,"response_mime":"image/jpeg","time":"2026-03-06T19:22:45.018860462Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3657,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964556245449_21?ts=1771344100000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":466.421902,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ok","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.022806267Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A78599E8E2FDA2044DF","sender_id":{"user_id":"491628947581"},"message_ts":"2026-02-17T16:01:40Z","event_id":"$42JngREbmL9Y575HQx6HiG2oHg7h_2T6UfAbR8LqAXE","part_id":"","time":"2026-03-06T19:22:45.02288931Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:45.05092006Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3658,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964581351139_12?ts=1772479309000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":473.495939,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Er wird geimpft","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.054975727Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A25EF286C3350C98A92","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:21:49Z","event_id":"$gTkQoiaA_W-S7F6eZhG2LVnAOmmm7n-Ik6vWHMgazzQ","part_id":"","time":"2026-03-06T19:22:45.055083983Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3677,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-102886059073748:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-102886059073748%3Amatrix.theocloud.dev","duration":66.25595,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mpxMFrBTkgnEXCsuBbAGPUsX"},"time":"2026-03-06T19:22:45.085414568Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:45.086481966Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3653,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-100738508263616:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":711.458185,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UfrLlxiCRoIcIlQeDeyHFFSX","com.beeper.exclude_from_timeline":true,"displayname":"Nemanja (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:45.0872327Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3661,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964611365687_18?ts=1769978667000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":478.309534,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Schlaf die ganze Zeit damit es besser wird, bin bis Dienstag krankgeschrieben","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.089782569Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A2CB60FBE03C65A52C5","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-01T20:44:27Z","event_id":"$DlUBN5PFYQRtqFH1yQvFlMiD3VzmMskGT_ja5qgXTsw","part_id":"","time":"2026-03-06T19:22:45.089868196Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1657","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.108109304Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1657","time":"2026-03-06T19:22:45.10827937Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3681,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-189768969261225%3Amatrix.theocloud.dev","duration":32.250687,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-189768969261225","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:45.119032765Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3663,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964644780853_334?ts=1770411403000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":495.2682,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Würd die mit Pommes statt MacNCheese","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.140179309Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A728C45E5A70EE23E57","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T20:56:43Z","event_id":"$j8PSSsdiVVJSJYEkngz17gTCPqUNT3mw--VeO4AvzsM","part_id":"","time":"2026-03-06T19:22:45.14029364Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3684,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-189768969261225:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-189768969261225%3Amatrix.theocloud.dev","duration":30.819131,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:45.150158154Z","message":"Request completed"} +{"level":"debug","transaction_id":"1658","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.194635696Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1658","time":"2026-03-06T19:22:45.195134998Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3665,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964711111254_335?ts=1771831915000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":539.70698,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"absolut nicht","m.mentions":{"user_ids":["@whatsapp_4917620338641:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$IcpsQvqfS2fCcYhlnSXhuVRm0Y-Gam47pqLJ4vZjGb8"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.250971538Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6300A2998AEEF1A46F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:31:55Z","event_id":"$pTJaujWC-Wu5eNPX-hFSfZf9hYSjU1guhhQ4zcEHBHc","part_id":"","time":"2026-03-06T19:22:45.251130429Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3669,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964780369929_27?ts=1765813137000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":479.582618,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":77724},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"XfdkMRpoxED32kXBdMobMfYQhiLLoK5n8Ndw2LJSeDw=","length":77724,"type":"WhatsApp Image Keys","sha256":"JCpAMUPmOUC7t1HNwmpV64Eiy6AbrFzGXuOH2gKcWDk=","enc_sha256":"Gpw8GWxnLPt4yutDjt/3vE8szv/bdrbOVhNMS4Mgk40=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:45.260205725Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA0C564EDFFD0ACFB20","sender_id":{"user_id":"491731828379"},"message_ts":"2025-12-15T15:38:57Z","event_id":"$6wEm7iBSoe4i6qJ4L9vuQH1CaiBV38fDIFYYucBooEg","part_id":"","time":"2026-03-06T19:22:45.260437601Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1659","content":{"pdu":1,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:45.268048097Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1659","time":"2026-03-06T19:22:45.268178003Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3680,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-191890615967944%3Amatrix.theocloud.dev","duration":270.717403,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34842 bytes>","time":"2026-03-06T19:22:45.332417818Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3686,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-189768969261225:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-189768969261225%3Amatrix.theocloud.dev","duration":188.171178,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491631390112 (WA)"},"time":"2026-03-06T19:22:45.338540884Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:45.339416775Z","message":""} +{"level":"debug","transaction_id":"1660","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.348449328Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1660","time":"2026-03-06T19:22:45.348598232Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3689,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-191890615967944:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-191890615967944%3Amatrix.theocloud.dev","duration":18.453638,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:45.351244902Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3671,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964860545081_336?ts=1770397778000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":513.145709,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alles klar","m.mentions":{"user_ids":["@whatsapp_4917657607100:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$QvF9X0UcHC7vhAjyBX6xNqNrICpp1-Ev3Wf1ZHXho-w"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.373860996Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A45787D0813D6A204D3","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T17:09:38Z","event_id":"$e1gzsAM7Op0V2k3Hy9vRyAK6l4eEzK2m3VL_3ggKq8k","part_id":"","time":"2026-03-06T19:22:45.374060395Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3690,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WXFCwGrYJjAqeVGOQlsciqpp?user_id=%40whatsapp_lid-191890615967944%3Amatrix.theocloud.dev","duration":32.721982,"status_code":200,"response_length":34842,"response_mime":"image/jpeg","time":"2026-03-06T19:22:45.384137299Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3672,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964875751895_26?ts=1772537327000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":518.487242,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja hab ich mir gedacht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.394386712Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AAF7F49201DEFBCA972","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T11:28:47Z","event_id":"$S7fVgeOONoq4LLwz8KbjWil1Zf1wjBaBjInUrikB96w","part_id":"","time":"2026-03-06T19:22:45.3945294Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3692,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-191890615967944:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-191890615967944%3Amatrix.theocloud.dev","duration":42.172889,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WXFCwGrYJjAqeVGOQlsciqpp"},"time":"2026-03-06T19:22:45.42657056Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"393351986428@s.whatsapp.net","alternate_jid":"191890615967944@lid","time":"2026-03-06T19:22:45.426976972Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491608358183@s.whatsapp.net","alternate_jid":"213099231596676@lid","time":"2026-03-06T19:22:45.427052681Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915141346015@s.whatsapp.net","alt_jid":"131061430358216@lid","source_push_name":"Lori 🦉","alt_push_name":"Loredana Strano","time":"2026-03-06T19:22:45.42709738Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915141346015@s.whatsapp.net","alternate_jid":"131061430358216@lid","time":"2026-03-06T19:22:45.427171413Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:45.427635165Z","message":""} +{"level":"debug","transaction_id":"1661","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.43349318Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1661","time":"2026-03-06T19:22:45.433595289Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3675,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824964995787740_337?ts=1772743602000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":490.861016,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"können wir die mal zsm machen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.486798638Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3EB04E7808D6B19E9FA6B7","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:46:42Z","event_id":"$Q-07460hfChTkd2VHkzQtH9mCASZ389aOVtko_Vbsd0","part_id":"","time":"2026-03-06T19:22:45.486936995Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1662","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.492764489Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1662","time":"2026-03-06T19:22:45.492878542Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3678,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965023450212_338?ts=1771670203000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":482.445869,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Einkauf:\n- 1kg Kartoffeln\n- BBQ Sauce\n- ⁠900g Bio Hack","format":"org.matrix.custom.html","formatted_body":"Einkauf:\u003cbr\u003e\u003cul\u003e\u003cli\u003e1kg Kartoffeln\u003c/li\u003e\u003cli\u003eBBQ Sauce\u003c/li\u003e\u003cli\u003e⁠900g Bio Hack\u003c/li\u003e\u003c/ul\u003e","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.506024521Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF57C9EE08CAE2AB01D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T10:36:43Z","event_id":"$Ht2vFlSBRQZprZhtxKzyzRMc0QoBrDBHNfNWn0UsJsw","part_id":"","time":"2026-03-06T19:22:45.506147024Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:45.515947981Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3679,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965055936826_339?ts=1772479310000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":481.811911,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ahhh","m.mentions":{"user_ids":["@whatsapp_lid-65244881764452:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$qIG9e8m7b9n-LXNes-Pg5jbR6_EGu85h0IN13ejUH4A"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.537870891Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3ACB80A94CA4D0AC628B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:21:50Z","event_id":"$NAxYk9ISwLATPaiLTncew-cFi4Wpf-RBdq0rTa3wrw4","part_id":"","time":"2026-03-06T19:22:45.538011344Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3696,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-189768969261225:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-189768969261225%3Amatrix.theocloud.dev","duration":31.737207,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:45.548087409Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:45.549300568Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3683,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965090472820_340?ts=1769979174000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":474.576887,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"I see","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.565184083Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE2DA340F9CE0D97360","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-01T20:52:54Z","event_id":"$yX5TiMnn1ooYLpTixhKWFq_rqVnD7v2WpT6MrY9Lm9g","part_id":"","time":"2026-03-06T19:22:45.565396264Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3698,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-237340027011205%3Amatrix.theocloud.dev","duration":26.667989,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-237340027011205","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:45.576280264Z","message":"Request completed"} +{"level":"debug","transaction_id":"1663","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.582131364Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1663","time":"2026-03-06T19:22:45.58222628Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:45.58942338Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3700,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-237340027011205:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-237340027011205%3Amatrix.theocloud.dev","duration":31.238674,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:45.607915012Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3618,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2013.962682,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","creation_content":{"type":"m.space"},"initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"network":{"id":"120363373705450816@g.us","displayname":"BO9K Calisthenics e.V","avatar_url":"mxc://matrix.theocloud.dev/ESGsxDpvHUKdCUZbADklcwiU"},"channel":{"id":"120363373705450816@g.us","displayname":"BO9K Calisthenics e.V","avatar_url":"mxc://matrix.theocloud.dev/ESGsxDpvHUKdCUZbADklcwiU"},"com.beeper.room_type.v2":"space"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"network":{"id":"120363373705450816@g.us","displayname":"BO9K Calisthenics e.V","avatar_url":"mxc://matrix.theocloud.dev/ESGsxDpvHUKdCUZbADklcwiU"},"channel":{"id":"120363373705450816@g.us","displayname":"BO9K Calisthenics e.V","avatar_url":"mxc://matrix.theocloud.dev/ESGsxDpvHUKdCUZbADklcwiU"},"com.beeper.room_type.v2":"space"}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2},"m.room.avatar":{"level":2},"m.room.name":{"level":2},"m.room.topic":{"level":2}},"member_actions":{"invite":2,"kick":2,"leave":2},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"Willkommen in der Calisthenics-Community \n\nBars over 9000!\n\nSchön, dass du dabei bist! Damit hier alles übersichtlich bleibt, haben wir unsere Community in thematische Gruppen unterteilt. Bitte schreib deine Beiträge in die passende Gruppe, damit alle den Überblick behalten – danke!\nBei Fragen einfach hier melden oder einen Admin direkt anschreiben.\n\nViel Spaß und starke Gains!"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"BO9K Calisthenics e.V"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/ESGsxDpvHUKdCUZbADklcwiU"}}],"preset":"private_chat","power_level_content_override":{"users":{"@whatsapp_lid-168212561981526:matrix.theocloud.dev":50,"@whatsapp_lid-21079833710744:matrix.theocloud.dev":50,"@whatsapp_lid-239363409617131:matrix.theocloud.dev":50,"@whatsapp_lid-275883097071617:matrix.theocloud.dev":50,"@whatsapp_lid-38504566390811:matrix.theocloud.dev":50,"@whatsapp_lid-44419206123644:matrix.theocloud.dev":75,"@whatsapp_lid-80358888464591:matrix.theocloud.dev":50,"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":0,"m.room.avatar":0,"m.room.encryption":100,"m.room.name":0,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":0},"state_default":99,"ban":99},"com.beeper.local_room_id":"!120363373705450816@g.us.:matrix.theocloud.dev"},"time":"2026-03-06T19:22:45.611710237Z","message":"Request completed"} +{"level":"info","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","room_id":"!ySyjKrWRRJvodFFEZK:matrix.theocloud.dev","time":"2026-03-06T19:22:45.612362773Z","message":"Matrix room created"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3685,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965140994507_341?ts=1770412534000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":473.364496,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"dann aber essen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.614474801Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A859364236C1B5B2E85","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T21:15:34Z","event_id":"$wB44nnkNqhBYFsQVsW_snPTG0OmyBhC831yvTvbGJD8","part_id":"","time":"2026-03-06T19:22:45.614611622Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1664","content":{"pdu":13,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.6535189Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1664","time":"2026-03-06T19:22:45.654247424Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3703,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":41.758376,"status_code":200,"response_length":722,"response_mime":"application/json","time":"2026-03-06T19:22:45.65482921Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3705,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.create/?format=event&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":34.467548,"status_code":200,"response_length":347,"response_mime":"application/json","time":"2026-03-06T19:22:45.689737043Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3688,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965261305111_343?ts=1765813140000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":448.882359,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Glaub eher weniger aber weiß man nicht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.710374507Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7097BBAAE789FCDB3B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:39:00Z","event_id":"$TpOY1yEuS6oSZTwa0xi1zYVWW9PW6oUNmOJr51Qvedo","part_id":"","time":"2026-03-06T19:22:45.710512445Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3682,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-100738508263616:matrix.theocloud.dev?user_id=%40whatsapp_lid-100738508263616%3Amatrix.theocloud.dev","duration":640.092511,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UfrLlxiCRoIcIlQeDeyHFFSX","com.beeper.exclude_from_timeline":true,"displayname":"Nemanja (WA)","membership":"join"},"time":"2026-03-06T19:22:45.727982845Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:45.72861345Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3687,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965252637763_342?ts=1771831923000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":481.224748,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"dacht ich auch","m.mentions":{"user_ids":["@whatsapp_4917620338641:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$hc5o1jxdlRTMVmEJz3JaW5JU0LuqtjC816_Q6cYqxd8"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.734026431Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4DA41E43217E49D734","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:32:03Z","event_id":"$8ijgbE50Nyyu5ojKODskl11VNnxAh7LTP1QPYNgsQEM","part_id":"","time":"2026-03-06T19:22:45.734209278Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3676,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-173804609343590:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":739.200768,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nasser (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:45.749188406Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3706,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":78.605658,"status_code":200,"response_length":480,"response_mime":"application/json","time":"2026-03-06T19:22:45.769018703Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3708,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_33628246935%3Amatrix.theocloud.dev","duration":49.520499,"status_code":200,"response_length":93,"response_mime":"application/json","req_body":{"username":"whatsapp_33628246935","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:45.778378118Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3702,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-237340027011205:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-237340027011205%3Amatrix.theocloud.dev","duration":182.527229,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917679096203 (WA)"},"time":"2026-03-06T19:22:45.790644505Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:45.791605673Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3712,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_33628246935:matrix.theocloud.dev/displayname?user_id=%40whatsapp_33628246935%3Amatrix.theocloud.dev","duration":29.815638,"status_code":200,"response_length":38,"response_mime":"application/json","time":"2026-03-06T19:22:45.808619654Z","message":"Request completed"} +{"level":"debug","transaction_id":"1665","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.811895812Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1665","time":"2026-03-06T19:22:45.812014334Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3691,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965375630937_344?ts=1770397799000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":467.7415,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oke ich sag dir Bescheid, wenn ich losgehe morgen","m.mentions":{"user_ids":["@whatsapp_4917657607100:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$_FDMEHZ6DRZAf667W7-mFOUZbmZu8x_eA_m-4oVHjB8"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.843544738Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5C84458C89AFC4A36D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T17:09:59Z","event_id":"$UoZ9wmEwSSdytL-d9XjxG_U4P1QZuxShdXnt0Dd4KDo","part_id":"","time":"2026-03-06T19:22:45.843722417Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3693,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965395324484_345?ts=1772537330000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":464.023311,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ich glaub ich sag trz ab","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.859499143Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB93C0B51CA4BA16F91","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T11:28:50Z","event_id":"$kiHHXXZp9R8U2GNKDVxSBrzmAfTETOCvzqKHNQ17DOc","part_id":"","time":"2026-03-06T19:22:45.859632262Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3701,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491624155301%3Amatrix.theocloud.dev","duration":275.035957,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<89322 bytes>","time":"2026-03-06T19:22:45.873209238Z","message":"Request completed"} +{"level":"debug","transaction_id":"1666","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.879835796Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1666","time":"2026-03-06T19:22:45.88037421Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3716,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624155301:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491624155301%3Amatrix.theocloud.dev","duration":29.618544,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:45.903228256Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3717,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/UXupWioxUikZezxYoDLnRDex?user_id=%40whatsapp_491624155301%3Amatrix.theocloud.dev","duration":24.41907,"status_code":200,"response_length":89322,"response_mime":"image/jpeg","time":"2026-03-06T19:22:45.927838066Z","message":"Request completed"} +{"level":"debug","transaction_id":"1667","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:45.945064367Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1667","time":"2026-03-06T19:22:45.945198533Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3713,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_33628246935:matrix.theocloud.dev/displayname?user_id=%40whatsapp_33628246935%3Amatrix.theocloud.dev","duration":160.383898,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+33628246935 (WA)"},"time":"2026-03-06T19:22:45.9692297Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:45.970110131Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3718,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624155301:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491624155301%3Amatrix.theocloud.dev","duration":43.496539,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UXupWioxUikZezxYoDLnRDex"},"time":"2026-03-06T19:22:45.971585408Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:45.972669988Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3694,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965487751635_33?ts=1772743669000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":498.253954,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Safe","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.986198982Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A866DF505831E300CA0","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T20:47:49Z","event_id":"$ZFLiqb3CS5_yCxGizfNmDVxmQ_p3kwQK4NOZxz_1X78","part_id":"","time":"2026-03-06T19:22:45.986359619Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3695,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965506975702_346?ts=1772204851000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":485.548469,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Einkauf:\n- Rispentomaten\n- ⁠Cherrytomaten\n- ⁠Knoblauch\n- 2 Feta\n- ⁠Tagliatelle\n- ⁠TK Lachs (kein Wildlachs)","format":"org.matrix.custom.html","formatted_body":"Einkauf:\u003cbr\u003e\u003cul\u003e\u003cli\u003eRispentomaten\u003c/li\u003e\u003cli\u003e⁠Cherrytomaten\u003c/li\u003e\u003cli\u003e⁠Knoblauch\u003c/li\u003e\u003cli\u003e2 Feta\u003c/li\u003e\u003cli\u003e⁠Tagliatelle\u003c/li\u003e\u003cli\u003e⁠TK Lachs (kein Wildlachs)\u003c/li\u003e\u003c/ul\u003e","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:45.992696612Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6078E6760D7A36F8B1","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-27T15:07:31Z","event_id":"$Mn76AeTy22fpkCbzKi4cipSxOyetdMbt8RxV169otIU","part_id":"","time":"2026-03-06T19:22:45.99289231Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3697,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965538875292_347?ts=1772479317000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":482.410179,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Man Chrissi","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.021417054Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A12F0B26732627E59CC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:21:57Z","event_id":"$K-0KVa5h5rRUEHCZVr7s7i_N3erwu80_uK0lEGGO9Lw","part_id":"","time":"2026-03-06T19:22:46.021545145Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3699,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965566354569_19?ts=1769981211000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":483.846764,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":15004},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"nz41CQ/nL6p7c1/tBnOAo9U+YbkUPhFPNV8Q3YA4fLE=","length":15004,"type":"WhatsApp Image Keys","sha256":"z28HA6a10TA0mO4Lnmu7KT086efvJFZxNDPMXnocKaE=","enc_sha256":"M8Jf8xkKzQo2DF5uXqMXrKIuVd3Sk7P7K+wozsFIES8=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:46.050466384Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF2B88C73AAC21F1728","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-01T21:26:51Z","event_id":"$glzjcE22MRfRjiLCvSkmFL6gJx67T7Bfogc6r5GHmhI","part_id":"","time":"2026-03-06T19:22:46.050654399Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1668","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.065285363Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1668","time":"2026-03-06T19:22:46.065438108Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3704,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965615487583_18?ts=1770413024000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":476.237036,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hahahha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.091868565Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A5E8C3E2B3FE54044D0","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T21:23:44Z","event_id":"$7_kMOWnk4XDjK0o1OvwamM66fS3b6Vbp35OBtEh1nJk","part_id":"","time":"2026-03-06T19:22:46.092021938Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1669","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.115694116Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1669","time":"2026-03-06T19:22:46.115924595Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:46.126393593Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:46.131589434Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491624155301@s.whatsapp.net","alternate_jid":"165339312693343@lid","time":"2026-03-06T19:22:46.131678413Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491736748726@s.whatsapp.net","alternate_jid":"65244881764452@lid","time":"2026-03-06T19:22:46.131792954Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917684488832@s.whatsapp.net","alternate_jid":"61169360498824@lid","time":"2026-03-06T19:22:46.131884727Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:46.132598863Z","message":"04012338ad0e79efa6c43c"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:46.145839339Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3707,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965711411943_348?ts=1765813152000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":452.633304,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":405944},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"1Ttlznoy7xA+0p/WcwQmuF831PPCXZnb4bQlW85cwqg=","length":405944,"type":"WhatsApp Image Keys","sha256":"PhOWCc9eWXeXwY+uDZAHmT6zTMH8JwjdqGmT07WrbBc=","enc_sha256":"/jm5r2Kp0b9QjP03TTJMWQZ/yCY3RklNj8nZx6qsFkA=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:46.164290742Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A784250C748A5F81E0A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2025-12-15T15:39:12Z","event_id":"$WNfMaahyetOXicPA_oMIpHvv74u0_GEiU8Y37-UqNaE","part_id":"","time":"2026-03-06T19:22:46.164497894Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3709,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965735163741_31?ts=1771832271000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":468.324543,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"wieso hast du uni","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.203646547Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AD41CF4F9EB7A4D2000","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:37:51Z","event_id":"$yhu4oXAHZrJGiOEonP5X5DGQSPfcdF-o_PEI1gTh3Go","part_id":"","time":"2026-03-06T19:22:46.203783507Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1670","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.230425445Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1670","time":"2026-03-06T19:22:46.230544666Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3714,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965844714944_30?ts=1770406497000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":435.180924,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich schreib dir aucz","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.280054759Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACA600EA6ED8DEEF53EFFBF03C228FBA","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-06T19:34:57Z","event_id":"$kSWBICj3Ew6HWpY3jBRWwEE09OtKCktllwWk87iLNSI","part_id":"","time":"2026-03-06T19:22:46.280241726Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3715,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965861106491_27?ts=1772537336000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":434.705927,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ey minjung","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$l4Za17PWZYE-wE_XLcGuca6XvpQMskk0AsRgAPQUIO8"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.295964045Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3ABAFC99C78284290BBC","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T11:28:56Z","event_id":"$mylbGQqV4JvRHNZmFPi7SAm8Rk4FavbMgikMjEM9l6o","part_id":"","time":"2026-03-06T19:22:46.29609933Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:46.298165332Z","message":""} +{"level":"debug","transaction_id":"1671","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.31940316Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1671","time":"2026-03-06T19:22:46.319524825Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1672","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.410319135Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1672","time":"2026-03-06T19:22:46.410463778Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3710,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-173804609343590:matrix.theocloud.dev?user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":684.394959,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nasser (WA)","membership":"join"},"time":"2026-03-06T19:22:46.434243722Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3711,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-21079833710744:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":672.08939,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VnmYzoNKYWXdotaucesMOFXO","com.beeper.exclude_from_timeline":true,"displayname":"Burak C. (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:46.442451928Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3724,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_33628246935%3Amatrix.theocloud.dev","duration":310.252562,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40767 bytes>","time":"2026-03-06T19:22:46.4481565Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3725,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-237340027011205%3Amatrix.theocloud.dev","duration":302.791738,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<25412 bytes>","time":"2026-03-06T19:22:46.45876602Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3719,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965987108327_349?ts=1772743682000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":484.911717,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yippieee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.472152466Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3EB063C5639EE9AA158FB2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:48:02Z","event_id":"$1_xSWGo-SBHT3Y1ReDUoP1chDQYXz4y1ZvD3PAuWpT4","part_id":"","time":"2026-03-06T19:22:46.472251712Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3720,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824965993831408_350?ts=1772271752000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":483.031077,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Einkauf:\n- Frische Hefe\n- ⁠2 Dosen Thunfisch\n- ⁠Agavendicksaft\n- ⁠800g Bio Rinderhack\n- ⁠3 Dosen stückige Tomaten\n- ⁠Geriebener Mozzarella\n- ⁠2 Mozzarellakugeln\n- ⁠300g Ricotta","format":"org.matrix.custom.html","formatted_body":"Einkauf:\u003cbr\u003e\u003cul\u003e\u003cli\u003eFrische Hefe\u003c/li\u003e\u003cli\u003e⁠2 Dosen Thunfisch\u003c/li\u003e\u003cli\u003e⁠Agavendicksaft\u003c/li\u003e\u003cli\u003e⁠800g Bio Rinderhack\u003c/li\u003e\u003cli\u003e⁠3 Dosen stückige Tomaten\u003c/li\u003e\u003cli\u003e⁠Geriebener Mozzarella\u003c/li\u003e\u003cli\u003e⁠2 Mozzarellakugeln\u003c/li\u003e\u003cli\u003e⁠300g Ricotta\u003c/li\u003e\u003c/ul\u003e","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.477032131Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8D4D6192AF4F2C1DCF","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-28T09:42:32Z","event_id":"$Vcs93Go8LkVKFnX3Irz-69jNrDq-ooDaejFVCOqenUo","part_id":"","time":"2026-03-06T19:22:46.477195143Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3733,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_33628246935:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_33628246935%3Amatrix.theocloud.dev","duration":33.185105,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:46.481646466Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3734,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-237340027011205:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-237340027011205%3Amatrix.theocloud.dev","duration":34.305235,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:46.493443513Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3737,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/CXbwkplKmdpvVEfYvqkXIpsW?user_id=%40whatsapp_33628246935%3Amatrix.theocloud.dev","duration":22.335119,"status_code":200,"response_length":40767,"response_mime":"image/jpeg","time":"2026-03-06T19:22:46.504131327Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3721,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966022283237_5?ts=1772479325000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":485.172718,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber ich checke theo sehr weil für mich wer direkt nach der uni auch einfacher","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.507577481Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3ADA5ED132D3A2C47125","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:22:05Z","event_id":"$hmgiTKgtKDe1LAc_pUnGka2-81z4gZJ6PD6r6i8fAN4","part_id":"","time":"2026-03-06T19:22:46.507710949Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3738,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/NPSYsdNXCPPbyqMwvLdofOLK?user_id=%40whatsapp_lid-237340027011205%3Amatrix.theocloud.dev","duration":26.635932,"status_code":200,"response_length":25412,"response_mime":"image/jpeg","time":"2026-03-06T19:22:46.520242457Z","message":"Request completed"} +{"level":"debug","transaction_id":"1673","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.524175202Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1673","time":"2026-03-06T19:22:46.524278149Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3722,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966051562976_351?ts=1769981247000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":485.129136,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":105988},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"LYu4t/VmmB7Py5KPBYd+AybgaAZHyvwA67kQml2aDHc=","length":105988,"type":"WhatsApp Image Keys","sha256":"I2EXQ6PTnQFBspsCghEybUHDDwH8NCnpBh9kutK9I3c=","enc_sha256":"Da7TLIauAF7eAupnnWK3UnMLw622hwRhoAfPXlbDgR4=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:46.536941589Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC2EB82DE3B3386CEAD","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-01T21:27:27Z","event_id":"$hVXdJbOJXa7Ff8YSURt8D_AB2Sw_oJy_JTrnqm25Wao","part_id":"","time":"2026-03-06T19:22:46.53710935Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3739,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_33628246935:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_33628246935%3Amatrix.theocloud.dev","duration":61.598173,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CXbwkplKmdpvVEfYvqkXIpsW"},"time":"2026-03-06T19:22:46.565981699Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3741,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-237340027011205:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-237340027011205%3Amatrix.theocloud.dev","duration":53.990331,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NPSYsdNXCPPbyqMwvLdofOLK"},"time":"2026-03-06T19:22:46.574574246Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:46.57559925Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3723,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966092782869_19?ts=1770413081000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":485.861921,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":951,"mimetype":"image/jpeg","size":60147,"w":1179},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/sOLGuTrPYJdDcWDzENzgPbnB"},"time":"2026-03-06T19:22:46.578851872Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A4699DD70CA10948EC4","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T21:24:41Z","event_id":"$zosVqItu2dUDieuxtDpeOfm_iG_mi7mBvIYbvTofGgA","part_id":"","time":"2026-03-06T19:22:46.579422273Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1674","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.592294052Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1674","time":"2026-03-06T19:22:46.592638304Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3744,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-12395695087726%3Amatrix.theocloud.dev","duration":26.256968,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-12395695087726","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:46.602106603Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3730,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-130898087411771%3Amatrix.theocloud.dev","duration":307.99177,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<85321 bytes>","time":"2026-03-06T19:22:46.620728421Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3746,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12395695087726:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12395695087726%3Amatrix.theocloud.dev","duration":21.500434,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:46.623958483Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3747,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130898087411771:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-130898087411771%3Amatrix.theocloud.dev","duration":19.305923,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:46.640316296Z","message":"Request completed"} +{"level":"debug","transaction_id":"1675","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.660044625Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1675","time":"2026-03-06T19:22:46.660196462Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3749,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/bUlHBxfaRnbdoxMjYjlMpatE?user_id=%40whatsapp_lid-130898087411771%3Amatrix.theocloud.dev","duration":23.894905,"status_code":200,"response_length":85321,"response_mime":"image/jpeg","time":"2026-03-06T19:22:46.664356892Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3726,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966165397113_352?ts=1771221469000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":513.984584,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"moin, wollen wir uns dann um 7:30 Uhr treffen am Breitenbachplatz?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.679503501Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEDC4F6DCE56A74BD91","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T05:57:49Z","event_id":"$s3JdB4RGhlcAs_3nMIbZSeHQ661XgB8sp3nKmiDTsYw","part_id":"","time":"2026-03-06T19:22:46.679635224Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3750,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-130898087411771:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-130898087411771%3Amatrix.theocloud.dev","duration":64.597126,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/bUlHBxfaRnbdoxMjYjlMpatE"},"time":"2026-03-06T19:22:46.729186803Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:46.730177445Z","message":"04012338ad0e79efa6c43c"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3727,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966204617702_32?ts=1771832282000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":554.969947,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"wenn gerade überall vorlesungsfreie zeit ist","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.759726216Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AEEBA6BF92A2179B267","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:38:02Z","event_id":"$JcpOLxpi44WkE2vKwl6B6yFC4PLwmx1IQnzBPAxI7Co","part_id":"","time":"2026-03-06T19:22:46.759858846Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1676","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.769095129Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1676","time":"2026-03-06T19:22:46.76920513Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3728,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966281115522_353?ts=1770406777000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":523.817459,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Top","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.80506631Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A802148E6270E66DF77","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T19:39:37Z","event_id":"$44eFwe8myvWHch_ftwZAqlOlcjj2mgCkUIj1InhCzwY","part_id":"","time":"2026-03-06T19:22:46.805185949Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3748,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12395695087726:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12395695087726%3Amatrix.theocloud.dev","duration":182.449425,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915159400259 (WA)"},"time":"2026-03-06T19:22:46.806589289Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:46.807147398Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3729,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966296970891_354?ts=1772537337000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":520.661708,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"will mit dir zocke","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.817823827Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6FED95E2645FFD9450","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T11:28:57Z","event_id":"$xSwUODwZFPxH2Rhx_rVJAPw32tU_y92oU8TrHfURePI","part_id":"","time":"2026-03-06T19:22:46.81795066Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1677","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.822962816Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1677","time":"2026-03-06T19:22:46.823077218Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:46.88167036Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3735,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966473139266_34?ts=1772744022000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":408.393155,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gute Nacht ❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.881675528Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"130898087411771@lid","alternate_jid":"491628947581@s.whatsapp.net","time":"2026-03-06T19:22:46.881766672Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A714493F98F65E59AF2","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T20:53:42Z","event_id":"$mPBr_eAF-5Bo7J5ceb9fJ5L63ujbzrT8VTaxevrh_wA","part_id":"","time":"2026-03-06T19:22:46.881812419Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3736,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966478010551_22?ts=1772553913000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":404.934359,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Theo,\nhast du eine Idee, was wir heute essen wollen? Ich würde noch zu Lidl einkaufen gehen.","format":"org.matrix.custom.html","formatted_body":"Hey Theo,\u003cbr\u003ehast du eine Idee, was wir heute essen wollen? Ich würde noch zu Lidl einkaufen gehen.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.883104639Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A332E29F1299E5AA4A8","sender_id":{"user_id":"491628947581"},"message_ts":"2026-03-03T16:05:13Z","event_id":"$BNRfpSNxJ6uaCyLABRZO0E1rYucY25un2WVkv9B2VdA","part_id":"","time":"2026-03-06T19:22:46.883274705Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3755,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-170402944921672%3Amatrix.theocloud.dev","duration":32.51888,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-170402944921672","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:46.915125894Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3740,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966508610657_355?ts=1772479340000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":414.01182,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"was soll ich 4h in der Bahn machen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:46.922748961Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A63D15C08696EF17136","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:22:20Z","event_id":"$6L1CYdH4c0lV4NTsT-RApTuU7VR5RXYCvEXg4WAA48A","part_id":"","time":"2026-03-06T19:22:46.92284269Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3758,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-170402944921672:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-170402944921672%3Amatrix.theocloud.dev","duration":31.559109,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:46.947151689Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3742,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966537971901_20?ts=1769981873000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":418.204099,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":10322},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"51G/5cTaHV9E7cwmn1WQ4tTbdJIRiJnH27Z/EOJvrF0=","length":10322,"type":"WhatsApp Image Keys","sha256":"Hibpa+ayH2z7YohXNFQNtg6LJXZNhV9VRMuwO2s49Ys=","enc_sha256":"VPZqphMYMH/nVYjvyKJSPwOPgDz9aVat4Plg0b1LjDM=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:46.956432531Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A1DF87FAFDDDB86F5D9","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-01T21:37:53Z","event_id":"$WRWf4NTX5IqQXsvw1E_zOn5lL6XeirILLGIKDcas5wk","part_id":"","time":"2026-03-06T19:22:46.956587999Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1678","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:46.962662176Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1678","time":"2026-03-06T19:22:46.962770082Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3745,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966580238659_20?ts=1770413092000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":421.212203,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Fett heute etwas übertrieben 😅","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.001586356Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3ABCFA1359665FBFDD0A","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T21:24:52Z","event_id":"$ZS9zUy0fbIZ2i-tZlwH3yLLcBdwfUI-Kks9OLmg6FbU","part_id":"","time":"2026-03-06T19:22:47.001710884Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1679","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.043258616Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1679","time":"2026-03-06T19:22:47.043404936Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3732,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-21079833710744:matrix.theocloud.dev?user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":604.472287,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VnmYzoNKYWXdotaucesMOFXO","com.beeper.exclude_from_timeline":true,"displayname":"Burak C. (WA)","membership":"join"},"time":"2026-03-06T19:22:47.047650085Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3731,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127753970032737:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":627.324028,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sYSbpNQTvisKpJOIimOumfcj","com.beeper.exclude_from_timeline":true,"displayname":"Josh (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:47.062529757Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:47.07290328Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3765,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12395695087726:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-12395695087726%3Amatrix.theocloud.dev","duration":22.579147,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:47.095726107Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:47.096829125Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3751,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966680465787_356?ts=1771223646000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":416.803762,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"video.mp4","info":{"duration":1000,"fi.mau.autoplay":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":498,"mimetype":"video/mp4","size":114137,"w":498},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/eSBwNOSQCEhiQPbGQPpYvOFL"},"time":"2026-03-06T19:22:47.097478797Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2CDAA45DB7F638CA32","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-16T06:34:06Z","event_id":"$YIjJQ8kb-BxknaFI8qvm3oXk0jZejH6WpXaZlx6z5lU","part_id":"","time":"2026-03-06T19:22:47.097607098Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1680","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.101845262Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1680","time":"2026-03-06T19:22:47.102377809Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3760,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-170402944921672:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-170402944921672%3Amatrix.theocloud.dev","duration":160.819783,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Marco (WA)"},"time":"2026-03-06T19:22:47.108144331Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:47.108845896Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3766,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-177803660156957%3Amatrix.theocloud.dev","duration":18.449796,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-177803660156957","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:47.11557205Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3768,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177803660156957:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-177803660156957%3Amatrix.theocloud.dev","duration":20.552816,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:47.136515143Z","message":"Request completed"} +{"level":"debug","transaction_id":"1681","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.157315829Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1681","time":"2026-03-06T19:22:47.157454954Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3752,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966760745144_357?ts=1771832916000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":406.732726,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"weil die hwr keine normale uni ist","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.167632081Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC4ABD67F3D8135E54F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:48:36Z","event_id":"$mO118n_L3aydRhHT6f3KTi7nAAYceZ54zwi-J_EPmpA","part_id":"","time":"2026-03-06T19:22:47.167781404Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3753,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966806008970_31?ts=1770474510000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":390.741514,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"So bro, mache mich gleich rdy","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.196861115Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC1BFBFF872CCF1BE12461B364A9D67A","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-07T14:28:30Z","event_id":"$0CSxguIbHueoiJEoWjbVjihHpPf1JDn-UF7WZNJtUoU","part_id":"","time":"2026-03-06T19:22:47.197003383Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3743,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-11373224415308:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":636.118838,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Harun (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:47.203073649Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3754,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966818687775_28?ts=1772537342000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":392.06719,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yessir","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.210868109Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A09BB7A6EB19E0EBECE","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T11:29:02Z","event_id":"$cIKDs569e6hosErVhP8G8CqddB-CxNm-YOpmA8R3nos","part_id":"","time":"2026-03-06T19:22:47.210983558Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1682","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.233610757Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1682","time":"2026-03-06T19:22:47.233702739Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3769,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177803660156957:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-177803660156957%3Amatrix.theocloud.dev","duration":139.100463,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915751234074 (WA)"},"time":"2026-03-06T19:22:47.275802783Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:47.276718345Z","message":""} +{"level":"debug","transaction_id":"1683","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.302298821Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1683","time":"2026-03-06T19:22:47.302673036Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3756,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966884237829_358?ts=1772554112000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":433.826893,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Schau dir dieses köstliche Rezept an, das ich auf Cookidoo® gefunden habe: Knuspriger koreanischer Tofu https://cookidoo.de/recipes/recipe/de-DE/r447427","m.mentions":{},"com.beeper.linkpreviews":[{"og:title":"Knuspriger koreanischer Tofu","og:type":"video.other","og:description":"Eine ganze Welt voller Thermomix® Rezepte – Cookidoo® bringt Köstlichkeiten aus aller Welt zu dir nach Hause.\nEine riesige Auswahl an Rezepten und Ideen – hier findest du garantiert bei jedem Besuch kulinarische Inspirationen.","matched_url":"https://cookidoo.de/recipes/recipe/de-DE/r447427"}],"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.318247289Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:4AE4E86F29BD45792C3D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T16:08:32Z","event_id":"$IyCfvwpg-zbIHA-r0Lm94OnihHq0-12rHq-MCB6ssdw","part_id":"","time":"2026-03-06T19:22:47.318406948Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3757,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966885509236_359?ts=1772744034000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":433.617575,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gutee Nacht Maus ❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.319254134Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF6477BAA9F42C9C47A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:53:54Z","event_id":"$lRmGGmjy2SeIl0aBjErqgqjCVF-lEvFkPgqIr27CaoI","part_id":"","time":"2026-03-06T19:22:47.31942001Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3759,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966923486774_360?ts=1772479348000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":436.026084,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ganze Serie durchgucken","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.359641508Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A040BEA3284E21F193C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:22:28Z","event_id":"$3OlgAgFCL6nzsfSGimfymBrBjixkcGTtZWiMM01Pw9k","part_id":"","time":"2026-03-06T19:22:47.359785243Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3761,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824966957534431_361?ts=1770150831000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":419.055685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bin jetzt am PC","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.376718137Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE57AEB89D6B8511E00","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T20:33:51Z","event_id":"$UUQvWJdzwUhftFQLcHCm2r7KmbbHqIDQjm3jkIx1FtQ","part_id":"","time":"2026-03-06T19:22:47.37684497Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1684","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.387566028Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1684","time":"2026-03-06T19:22:47.387680011Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3762,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967002527759_362?ts=1770413774000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":419.586346,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.422243173Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A6C7F45E2CDEA04AE9A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T21:36:14Z","event_id":"$OUrfPS8jUM9urkgheGDUaPlPKYM9zwexpjzCq-ejRx0","part_id":"","time":"2026-03-06T19:22:47.422432585Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1685","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.451874078Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1685","time":"2026-03-06T19:22:47.451968994Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:47.457677337Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3767,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967098428512_28?ts=1771227931000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":400.126422,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":82142},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"80E670HJPo091U+jPvbNtio6Znn+WQXFbR50yyA8LR8=","length":82142,"type":"WhatsApp Image Keys","sha256":"vgBnqmPU5/5J2rDZyUe3zLOMzwrFu7e4IrNuj+VrOiU=","enc_sha256":"CYUEbKIM2Oxb3nkw90bhQrhUmKWmTiadCtWUZEkeA3U=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:47.498768022Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA2F4552846D5B5C4E4","sender_id":{"user_id":"491731828379"},"message_ts":"2026-02-16T07:45:31Z","event_id":"$6sNTbKe-27rMgcc44ru2IIL1uAMF5mCPvakt1uLRW4Y","part_id":"","time":"2026-03-06T19:22:47.498923421Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:47.538660912Z","message":""} +{"level":"debug","transaction_id":"1686","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.550219798Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1686","time":"2026-03-06T19:22:47.550359831Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3770,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967168729582_363?ts=1771832923000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":421.931647,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"die hat ihre eigenen zeiten","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.590794278Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A60D7A2B90565256866","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:48:43Z","event_id":"$H-ZTYKph-d967LTJF2Bb3PkXzwaPqUhzj213YWlN0Vw","part_id":"","time":"2026-03-06T19:22:47.590918737Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3771,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967197723875_32?ts=1770474514000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":396.474931,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Brauche ne pause haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.594320542Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC0E45D9AD9121EFDA5A2AAE977F0C84","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-07T14:28:34Z","event_id":"$SDcIEqOgHVlQ_op3VJRI7hbrOYlwBL5CTlify-fqHdM","part_id":"","time":"2026-03-06T19:22:47.594454359Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3764,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127753970032737:matrix.theocloud.dev?user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":538.686935,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sYSbpNQTvisKpJOIimOumfcj","com.beeper.exclude_from_timeline":true,"displayname":"Josh (WA)","membership":"join"},"time":"2026-03-06T19:22:47.601925939Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3763,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-239363409617131:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":560.163902,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XyldaycAVTHtGdCrZPqAFuuq","com.beeper.exclude_from_timeline":true,"displayname":"Artur (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:47.608935373Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3773,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967211832909_364?ts=1772537364000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":397.847889,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"die meinten in der bahn sie wollen es nochmal bereden nachher","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.609806375Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2A952EDCCE6D995546","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T11:29:24Z","event_id":"$Rs9BuW8zOZoVgv3rooEmUerD7XFPvwf76bjPXHAJiRs","part_id":"","time":"2026-03-06T19:22:47.609918821Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1687","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.65242374Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1687","time":"2026-03-06T19:22:47.652570129Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3774,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967319137358_365?ts=1772554120000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":391.995671,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wollen wir das machen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.711261748Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC5D5E12C037A72EE23","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T16:08:40Z","event_id":"$B2VPN5e4-TKTWAfF25EiQkKMVSavUB71Yfcy5vjjwJo","part_id":"","time":"2026-03-06T19:22:47.71142937Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3779,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-177803660156957%3Amatrix.theocloud.dev","duration":241.17876,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<105283 bytes>","time":"2026-03-06T19:22:47.712035181Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3775,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967320143575_366?ts=1772744043000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":397.374499,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Und viel Energy morgen ❤️❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.717655593Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A292CDE338C0D8B6FBB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:54:03Z","event_id":"$h1hl_0AzVftcLpb93iEE9vfDJhfcjNsXdKW-L1rghQo","part_id":"","time":"2026-03-06T19:22:47.717778306Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1688","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.722461645Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1688","time":"2026-03-06T19:22:47.72294621Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3788,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177803660156957:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-177803660156957%3Amatrix.theocloud.dev","duration":36.186574,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:47.750359625Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3776,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967360727554_367?ts=1772479353000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":396.904041,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Eigenes Buch schreiben","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.75776269Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A1CB0F0E6551F850D88","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:22:33Z","event_id":"$nZKFHoToTbYziev2Jj8Bhc2-r6b3Lh3uK8SLslK6QCY","part_id":"","time":"2026-03-06T19:22:47.757883447Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3790,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LgGHEriuKzTdbiwmIeibKsuW?user_id=%40whatsapp_lid-177803660156957%3Amatrix.theocloud.dev","duration":26.489822,"status_code":200,"response_length":105283,"response_mime":"image/jpeg","time":"2026-03-06T19:22:47.776957912Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3777,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967377768005_368?ts=1770150841000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":407.935409,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":10322},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"YkpB92gk68XQfuPea4j0JcAoBYeBeYDR8iV+7MmHgf8=","length":10322,"type":"WhatsApp Image Keys","sha256":"Hibpa+ayH2z7YohXNFQNtg6LJXZNhV9VRMuwO2s49Ys=","enc_sha256":"o+GLJ+W0ysUZGUFTRHDOwNjnvBQVs3nkIJl4fpqE1R0=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:47.785939061Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A48020C80A8DB626BD0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T20:34:01Z","event_id":"$vdZmG00aAIe_Wb3AlFaTGCzvFh96P77xWlxrNGEFWI0","part_id":"","time":"2026-03-06T19:22:47.786093552Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3772,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-11373224415308:matrix.theocloud.dev?user_id=%40whatsapp_lid-11373224415308%3Amatrix.theocloud.dev","duration":584.610001,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Harun (WA)","membership":"join"},"time":"2026-03-06T19:22:47.788320261Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3781,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-170402944921672%3Amatrix.theocloud.dev","duration":248.373903,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40525 bytes>","time":"2026-03-06T19:22:47.797906454Z","message":"Request completed"} +{"level":"debug","transaction_id":"1689","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.805096639Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1689","time":"2026-03-06T19:22:47.805221377Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3795,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-170402944921672:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-170402944921672%3Amatrix.theocloud.dev","duration":33.436957,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:47.831708405Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3792,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177803660156957:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-177803660156957%3Amatrix.theocloud.dev","duration":60.063948,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LgGHEriuKzTdbiwmIeibKsuW"},"time":"2026-03-06T19:22:47.837377358Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:47.838433372Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3778,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967423374407_369?ts=1770413776000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":415.076495,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"perfekt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.838575082Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5B3D6642CDE593C962","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T21:36:16Z","event_id":"$FIAMWsrQqjeqhzQkO5jApw5vk-4A4ipSr1i8Q6OO9ak","part_id":"","time":"2026-03-06T19:22:47.838697725Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3796,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/OPtpwVMKLbqVkJSrWYiBPROw?user_id=%40whatsapp_lid-170402944921672%3Amatrix.theocloud.dev","duration":24.653322,"status_code":200,"response_length":40525,"response_mime":"image/jpeg","time":"2026-03-06T19:22:47.85647955Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3797,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-232878009012475%3Amatrix.theocloud.dev","duration":28.236715,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-232878009012475","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:47.866968732Z","message":"Request completed"} +{"level":"debug","transaction_id":"1690","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.893838007Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1690","time":"2026-03-06T19:22:47.894163681Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3800,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-232878009012475:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-232878009012475%3Amatrix.theocloud.dev","duration":31.799227,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:47.899135469Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3799,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-170402944921672:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-170402944921672%3Amatrix.theocloud.dev","duration":65.200773,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OPtpwVMKLbqVkJSrWYiBPROw"},"time":"2026-03-06T19:22:47.92191199Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3802,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915161525298%3Amatrix.theocloud.dev","duration":26.768213,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915161525298","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:47.949400276Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3780,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967499822569_29?ts=1771309506000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":463.773555,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"7:35 fanmeet?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:47.96375711Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3ACE24131671A51F9FAB","sender_id":{"user_id":"491731828379"},"message_ts":"2026-02-17T06:25:06Z","event_id":"$YoqBPyJiHKNDh31bDrN6jEKHZrr3psZCMy8YIwCPd-0","part_id":"","time":"2026-03-06T19:22:47.963929201Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1691","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:47.971708995Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1691","time":"2026-03-06T19:22:47.971820952Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3803,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915161525298:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915161525298%3Amatrix.theocloud.dev","duration":36.449112,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:47.986245602Z","message":"Request completed"} +{"level":"debug","transaction_id":"1692","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.037699683Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1692","time":"2026-03-06T19:22:48.037809754Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3783,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967595054024_371?ts=1770474529000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":471.732702,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Omg bin noch mit Ana da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.066910278Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AAB8522C1DB67A5FDCF","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-07T14:28:49Z","event_id":"$2YBoP6DkAh3EKlG0j4JJO_9ZIU9ix6xv3mpvVSJFFBc","part_id":"","time":"2026-03-06T19:22:48.067052756Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3801,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-232878009012475:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-232878009012475%3Amatrix.theocloud.dev","duration":167.998304,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917661047280 (WA)"},"time":"2026-03-06T19:22:48.067374379Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:48.069145717Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3786,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967610545585_372?ts=1772537368000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":463.090288,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ich les es einfach nicht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.073739519Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4CF407327B650E51AA","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T11:29:28Z","event_id":"$9-TzCeUG5fay6GgdEA7xN9EkKmC3DkJZuCeLL3HjsRk","part_id":"","time":"2026-03-06T19:22:48.073848612Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3782,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967591659134_370?ts=1771832961000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":483.337265,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bzw ist die hwr ja eine hochschule und keine wirkliche uni","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.075099835Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC7082B170EF79D6925","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:49:21Z","event_id":"$hk52QpZJknMWvqUPIsmVhIkPwgbqgv3fZQtcwKTo6I0","part_id":"","time":"2026-03-06T19:22:48.075233444Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1693","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:48.105296602Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1693","time":"2026-03-06T19:22:48.105413658Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3805,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915161525298:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915161525298%3Amatrix.theocloud.dev","duration":138.301118,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Marco (WA)"},"time":"2026-03-06T19:22:48.124762952Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:48.125611605Z","message":""} +{"level":"debug","transaction_id":"1694","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.153905032Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1694","time":"2026-03-06T19:22:48.154007561Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3787,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967712207761_373?ts=1772554184000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":453.437955,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Da bräuchten wir nur:\n- Tofu Natur 400g\n- ⁠Ingwer","format":"org.matrix.custom.html","formatted_body":"Da bräuchten wir nur:\u003cbr\u003e\u003cul\u003e\u003cli\u003eTofu Natur 400g\u003c/li\u003e\u003cli\u003e⁠Ingwer\u003c/li\u003e\u003c/ul\u003e","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.165844138Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A90A42061081B56CE74","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T16:09:44Z","event_id":"$9sIW4Mg-LvnqyZga3Ten4KqtNfhf3eikvbAXmEhkgP0","part_id":"","time":"2026-03-06T19:22:48.165969575Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3789,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967718659225_35?ts=1772744080000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":452.50654,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dankee hab gar keine moti so früh aufzustehen 🥲","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.171304751Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A711D53EEE8F1A99B97","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T20:54:40Z","event_id":"$-w2XXqptsRg7_t2UBK3dEtoTJut-3cIkFIIKq4Vb2d0","part_id":"","time":"2026-03-06T19:22:48.171432842Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3791,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967758784341_6?ts=1772479418000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":447.896046,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kurzer pitch: also um 12 wird es in der East Side so VIEL leerer sein","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.206789062Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A2F88C50996093ACCA0","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:23:38Z","event_id":"$U6gKWNzKHBpZjIjcb0ri0FEcPEJ1ildri5ft_Ce_BKw","part_id":"","time":"2026-03-06T19:22:48.206909261Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3785,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-239363409617131:matrix.theocloud.dev?user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":614.51357,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XyldaycAVTHtGdCrZPqAFuuq","com.beeper.exclude_from_timeline":true,"displayname":"Artur (WA)","membership":"join"},"time":"2026-03-06T19:22:48.224095961Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","source_jid":"4917641523941@s.whatsapp.net","alt_jid":"239363409617131@lid","source_push_name":"Artur","alt_push_name":"A.","time":"2026-03-06T19:22:48.22484013Z","message":"Conflicting push names between JIDs"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:48.224967522Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:48.226416259Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3793,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967786859093_21?ts=1770150846000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":451.996832,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich geh schlafen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.239115597Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A0D99DCF80B9706E4CD","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-03T20:34:06Z","event_id":"$em1P_5-RHtxB8Z6OJy6HYULZMOBPQo7D4rN_oUZZDr0","part_id":"","time":"2026-03-06T19:22:48.239270298Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3784,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-102147257532455:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":640.364476,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qXVJUHNyOxuokCEzkiaQFcJo","com.beeper.exclude_from_timeline":true,"displayname":"FloJ (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:48.243145912Z","message":"Request completed"} +{"level":"debug","transaction_id":"1695","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.252675741Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1695","time":"2026-03-06T19:22:48.252836029Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3812,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917641523941%3Amatrix.theocloud.dev","duration":34.983892,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917641523941","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:48.260220446Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:48.287200141Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3816,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641523941:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641523941%3Amatrix.theocloud.dev","duration":26.97334,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:48.28763868Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3798,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967839426458_374?ts=1770413780000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":450.113466,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber wie ist der Kuchen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.289645875Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACE49CB3C679C81680C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T21:36:20Z","event_id":"$4aH6exhbni1PDNQR7qFEiMo7ePzbZsnWLBX_qKCp4vs","part_id":"","time":"2026-03-06T19:22:48.289759299Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1696","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.316385104Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1696","time":"2026-03-06T19:22:48.316924216Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3813,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-232878009012475%3Amatrix.theocloud.dev","duration":128.928644,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<12749 bytes>","time":"2026-03-06T19:22:48.363149909Z","message":"Request completed"} +{"level":"debug","transaction_id":"1697","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.376957085Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1697","time":"2026-03-06T19:22:48.377077492Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3804,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824967964846718_375?ts=1771912931000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":438.800775,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"7:30 uhr hwr meet am breitenbachplatz?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.403801216Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEF06C1E75BE8E74FCE","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-24T06:02:11Z","event_id":"$g7z2gGLrGAZlP0AiXlan7KILqeouW8XCwg-WlZz2h00","part_id":"","time":"2026-03-06T19:22:48.403957104Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3820,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-232878009012475:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-232878009012475%3Amatrix.theocloud.dev","duration":50.279824,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:48.413830836Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3822,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/NzntjkmaJiHVVWeTwBFxukpG?user_id=%40whatsapp_lid-232878009012475%3Amatrix.theocloud.dev","duration":41.589148,"status_code":200,"response_length":12749,"response_mime":"image/jpeg","time":"2026-03-06T19:22:48.455585022Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3817,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641523941:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641523941%3Amatrix.theocloud.dev","duration":193.725309,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Artur (WA)"},"time":"2026-03-06T19:22:48.481617657Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:48.482262859Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3794,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-4462622052463:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":694.919061,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fzFzEHxxDDIHweOqMltfFiNC","com.beeper.exclude_from_timeline":true,"displayname":"+4915756437140 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:48.48403301Z","message":"Request completed"} +{"level":"debug","transaction_id":"1698","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.497687371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1698","time":"2026-03-06T19:22:48.497764546Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3823,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-232878009012475:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-232878009012475%3Amatrix.theocloud.dev","duration":51.257685,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NzntjkmaJiHVVWeTwBFxukpG"},"time":"2026-03-06T19:22:48.507165237Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:48.508309462Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3806,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968067947295_376?ts=1770474533000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":475.308274,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"wie cool","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.54341439Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A93F85FD1ED62A1F70A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-07T14:28:53Z","event_id":"$QqgktPrKCCo_FEb-aFbiXJZutL7SV3I5NQIjnULawdU","part_id":"","time":"2026-03-06T19:22:48.543598983Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3825,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-19460647870473%3Amatrix.theocloud.dev","duration":37.554504,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-19460647870473","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:48.546213806Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3819,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915161525298%3Amatrix.theocloud.dev","duration":265.223755,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40525 bytes>","time":"2026-03-06T19:22:48.560897292Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3807,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968074637620_29?ts=1772537391000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":490.256811,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hahaha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.565020845Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AB3F1811D87B85D25F7","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T11:29:51Z","event_id":"$x44ZCM9f4V-iL1t0u93qVorKlGnRN1le62Qhg3_KlnI","part_id":"","time":"2026-03-06T19:22:48.565185673Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3827,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-19460647870473:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-19460647870473%3Amatrix.theocloud.dev","duration":28.749985,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:48.575374394Z","message":"Request completed"} +{"level":"debug","transaction_id":"1699","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.591047404Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1699","time":"2026-03-06T19:22:48.591441244Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3828,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915161525298:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915161525298%3Amatrix.theocloud.dev","duration":32.484239,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:48.593773136Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3808,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968075927256_33?ts=1771833076000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":526.672538,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"müll","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.602750164Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AAA2A5C36F7AB711AE1","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:51:16Z","event_id":"$4jQM1XGmF6fmD7o6xBWiq0Ulb0MsZMi1jjz-jhoqMB8","part_id":"","time":"2026-03-06T19:22:48.602913595Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3831,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/QHYFUulabTSsfaXZUTLOcwEZ?user_id=%40whatsapp_4915161525298%3Amatrix.theocloud.dev","duration":33.489897,"status_code":200,"response_length":40525,"response_mime":"image/jpeg","time":"2026-03-06T19:22:48.627380088Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:48.65915061Z","message":""} +{"level":"debug","transaction_id":"1700","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.67946666Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1700","time":"2026-03-06T19:22:48.679590979Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3833,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915161525298:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915161525298%3Amatrix.theocloud.dev","duration":56.775149,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QHYFUulabTSsfaXZUTLOcwEZ"},"time":"2026-03-06T19:22:48.684507312Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"170402944921672@lid","alternate_jid":"4915161525298@s.whatsapp.net","time":"2026-03-06T19:22:48.685009477Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"187849085329414@lid","alternate_jid":"491783743461@s.whatsapp.net","time":"2026-03-06T19:22:48.685126323Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3809,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968166704524_377?ts=1772554192000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":545.3899,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alles andere hätten wir da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.712224541Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACB4703C89C1FBFF3D1","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T16:09:52Z","event_id":"$t6jUrI8hzDc0sD78tTjqw21FFI5BrzM_vFuoMVTPUZ4","part_id":"","time":"2026-03-06T19:22:48.712399495Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3810,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968171992627_378?ts=1772744093000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":543.742532,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Das glaub ich absolut","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.715853262Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD152175A8CFA9D0F16","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:54:53Z","event_id":"$qKKrHCZnXa-A1OpNCqOnzIi7KS3MHWkbRK1QHPsVgsQ","part_id":"","time":"2026-03-06T19:22:48.715979258Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3835,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917645835716%3Amatrix.theocloud.dev","duration":35.979353,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917645835716","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:48.721758491Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3811,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968207639461_13?ts=1772479542000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":535.004434,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kurzer pitch: ich würde voll gerne Chrissi dabei haben und keinen Rucksack haben und meinen Papa sehen 😔","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.742766049Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A9F44192EC0C6F5FC9C","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:25:42Z","event_id":"$ENTuYsLGDgRuAipM7WErnI-9YIR0S06CSgDJgFeD_7E","part_id":"","time":"2026-03-06T19:22:48.742893161Z","message":"Sent message part to Matrix"} +{"level":"warn","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","reply_to":{"MessageID":"120363192861790277@g.us:195790463058158@lid:3A63D15C08696EF17136","PartID":null},"time":"2026-03-06T19:22:48.744021811Z","message":"Reply target message not found in database"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3838,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917645835716:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917645835716%3Amatrix.theocloud.dev","duration":27.661983,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:48.749739514Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3814,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968240085636_379?ts=1770150851000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":536.189027,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo mach das","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.776416932Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A857E633BE9271029C0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T20:34:11Z","event_id":"$uA9k3TeavXIDuDZuCwdIHP8FyPSIsgY14NYok-PwLSU","part_id":"","time":"2026-03-06T19:22:48.776550819Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3830,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-19460647870473:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-19460647870473%3Amatrix.theocloud.dev","duration":201.828263,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yating (WA)"},"time":"2026-03-06T19:22:48.777389764Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:48.780035876Z","message":""} +{"level":"debug","transaction_id":"1701","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.781198818Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1701","time":"2026-03-06T19:22:48.781288426Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3818,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968290459048_21?ts=1770414593000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":533.043404,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":1536,"mimetype":"image/jpeg","size":526254,"w":2048},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/rKOChUwBIrebowrRWDbSKepE"},"time":"2026-03-06T19:22:48.82374236Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A83EB38B113FA54FC42","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T21:49:53Z","event_id":"$cp_PGkDC1XNwPAcOVmRfuBQVuRXtK-DQQ4YwbZhdRC4","part_id":"","time":"2026-03-06T19:22:48.82390628Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1702","content":{"pdu":3,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:48.855812924Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1702","time":"2026-03-06T19:22:48.855986482Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3840,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917645835716:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917645835716%3Amatrix.theocloud.dev","duration":150.47713,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ben (WA)"},"time":"2026-03-06T19:22:48.900401516Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:48.901233057Z","message":""} +{"level":"debug","transaction_id":"1703","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.907265189Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1703","time":"2026-03-06T19:22:48.907411298Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3821,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968404871059_30?ts=1771914720000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":517.391207,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Basically. Da in 3minuten","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:48.922469069Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3ABA3F8A5AD7C224EA12","sender_id":{"user_id":"491731828379"},"message_ts":"2026-02-24T06:32:00Z","event_id":"$KjGbMLIEDqst_t9DOKInAKtw5RxVLsJxwhV4csELQDQ","part_id":"","time":"2026-03-06T19:22:48.92260589Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3815,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-102147257532455:matrix.theocloud.dev?user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":687.874008,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qXVJUHNyOxuokCEzkiaQFcJo","com.beeper.exclude_from_timeline":true,"displayname":"FloJ (WA)","membership":"join"},"time":"2026-03-06T19:22:48.931670989Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3834,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917641523941%3Amatrix.theocloud.dev","duration":270.872382,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<45393 bytes>","time":"2026-03-06T19:22:48.93693339Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3845,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641523941:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917641523941%3Amatrix.theocloud.dev","duration":24.018665,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:48.961351901Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3846,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/OzeuxoxnexzqJhtVoBjxLxyz?user_id=%40whatsapp_4917641523941%3Amatrix.theocloud.dev","duration":10.983595,"status_code":200,"response_length":45393,"response_mime":"image/jpeg","time":"2026-03-06T19:22:48.972531613Z","message":"Request completed"} +{"level":"debug","transaction_id":"1704","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:48.975501583Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1704","time":"2026-03-06T19:22:48.975609001Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3826,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968544586971_33?ts=1770474884000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":479.186193,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bin so in ca. 30 min da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.023921299Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC8BD42C1DB1356AC968ED33A5CE5B3","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-07T14:34:44Z","event_id":"$lSXU1H0lys1FG30_eXwi0dlyir7ZfWbDvp5vD5Tm7Q8","part_id":"","time":"2026-03-06T19:22:49.024059727Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3847,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641523941:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917641523941%3Amatrix.theocloud.dev","duration":60.313634,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OzeuxoxnexzqJhtVoBjxLxyz"},"time":"2026-03-06T19:22:49.033126502Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3829,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968566020986_30?ts=1772537429000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":473.947119,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja gut ich hab jetzt abgesagt damit wir zsm zocken also brauch ich dich meister","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.040126018Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A78262546C826157420","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T11:30:29Z","event_id":"$oTnLEILYUwapaEyijWAXxhOMm1N9T-ie-ilRWRRGczY","part_id":"","time":"2026-03-06T19:22:49.040281138Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1705","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.073031336Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1705","time":"2026-03-06T19:22:49.073372026Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3832,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968603933850_34?ts=1771833120000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":493.503635,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"dafür musste die ganzen studis jetzt nicht ertragen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.097561595Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A7ED917A4F6C494021A","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:52:00Z","event_id":"$TG_njDEmI7fW2Tt5fUZEyWpSVC4GtTnJAYbqEevWWnE","part_id":"","time":"2026-03-06T19:22:49.097674041Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1706","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.152763688Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1706","time":"2026-03-06T19:22:49.152885772Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3824,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-4462622052463:matrix.theocloud.dev?user_id=%40whatsapp_lid-4462622052463%3Amatrix.theocloud.dev","duration":671.166495,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fzFzEHxxDDIHweOqMltfFiNC","com.beeper.exclude_from_timeline":true,"displayname":"+4915756437140 (WA)","membership":"join"},"time":"2026-03-06T19:22:49.155889616Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:49.156784574Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3836,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968713167620_23?ts=1772554400000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":459.062767,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hört sich gut an. Das machen wir.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.172377824Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A1A68EFA82F24CEB97C","sender_id":{"user_id":"491628947581"},"message_ts":"2026-03-03T16:13:20Z","event_id":"$lEQ9t-Kso-itCLYFDsK_lXREjC2gbCFolnyDwSYRQB4","part_id":"","time":"2026-03-06T19:22:49.172514226Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3837,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968716622574_380?ts=1772744108000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":456.605509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber dann am Wochenende wieder :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.173348351Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADD031F622BF5DBF01C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-05T20:55:08Z","event_id":"$13zsXnLvU2R71v56QcS3R3m48OV3P4FWjfLdhSU4VrA","part_id":"","time":"2026-03-06T19:22:49.173464569Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3852,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917631251200%3Amatrix.theocloud.dev","duration":34.22324,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917631251200","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:49.191311557Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3839,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968744308025_14?ts=1772479562000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":468.093434,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Mit Alex und mir und (hahaha) Josh quatschen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.212585982Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AFCCB7CFC7B63AEFDD8","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:26:02Z","event_id":"$UIwKEIcVFtO070b7Xa38abbNKfunKfa5OFa5KS_FCuk","part_id":"","time":"2026-03-06T19:22:49.212739077Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3855,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631251200:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631251200%3Amatrix.theocloud.dev","duration":28.42515,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:49.220168751Z","message":"Request completed"} +{"level":"debug","transaction_id":"1707","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.232697535Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1707","time":"2026-03-06T19:22:49.232985494Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3841,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968777566814_22?ts=1770150851000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":463.250157,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":40730},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"hk/LBYKWRwKEmvPTTPGPDPZWGV03rIt/nn/suDiciOg=","length":40730,"type":"WhatsApp Image Keys","sha256":"RFcVahxES7LXtsMHyYe1qZ3EN9EiFfey9A/XbBvfFyI=","enc_sha256":"IHWCYVMjmHMwBMCnHNxTZHxGTJzhHYsOpuf5LDNnfi4=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:49.241055691Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AE0AC3CA67BA8510CD5","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-03T20:34:11Z","event_id":"$hG4jhqNSppvWcGJIshs7yGo3py0-ltweoOkQf9sunak","part_id":"","time":"2026-03-06T19:22:49.241267662Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:49.256249724Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3842,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968824827010_22?ts=1770414597000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":473.383423,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ist crazy nice","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.298372047Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AAE3B5DC17C661017F9","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T21:49:57Z","event_id":"$1cwBr3gLBB3WPIIc0hPIqfYNcgK6SEfa6rXdbqsXxgY","part_id":"","time":"2026-03-06T19:22:49.298500697Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1708","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.312867448Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1708","time":"2026-03-06T19:22:49.312979754Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:49.353712498Z","message":""} +{"level":"debug","transaction_id":"1709","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.405553155Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1709","time":"2026-03-06T19:22:49.405690185Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3857,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631251200:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631251200%3Amatrix.theocloud.dev","duration":195.961797,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917631251200 (WA)"},"time":"2026-03-06T19:22:49.416316607Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:49.417166517Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3843,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824968923426396_31?ts=1772444311000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":502.47829,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Finden wir diesbezüglich Einigung?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.426023417Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AF977DB2D849CD5C884","sender_id":{"user_id":"491731828379"},"message_ts":"2026-03-02T09:38:31Z","event_id":"$WDArrlSmYulMN2N2a7rULe3dif4laG0SG1VCVtTXrI8","part_id":"","time":"2026-03-06T19:22:49.426136072Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1710","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.503759679Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1710","time":"2026-03-06T19:22:49.503864093Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3848,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969024903840_34?ts=1770474888000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":528.739308,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also gegen 16 Uhr","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.553779131Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC0AD201D143249E10A16D27F9E1D6D7","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-02-07T14:34:48Z","event_id":"$GtO_6CjF6EwayWSgw4eytHtze57Rj3Xg5FfLWYu7kqY","part_id":"","time":"2026-03-06T19:22:49.553920212Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3859,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917645835716%3Amatrix.theocloud.dev","duration":295.410603,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<56766 bytes>","time":"2026-03-06T19:22:49.559874888Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3850,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969041147740_381?ts=1772538971000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":524.0911,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"Voice message.ogg","info":{"duration":88000,"mimetype":"audio/ogg; codecs=opus","size":189914},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":88000,"waveform":[48,87,60,84,50,97,69,35,76,61,86,66,68,77,79,50,100,64,59,61,69,52,62,88,89,74,65,61,50,43,88,50,66,89,18,76,44,67,66,46,59,84,90,52,17,68,51,73,54,37,84,94,71,63,94,40,70,44,80,82,91,89,94,81]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/NOHmVixECNyNguTGjmXGJgxn"},"time":"2026-03-06T19:22:49.565600343Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3CA507E3B1EED3CE82","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T11:56:11Z","event_id":"$HdHtUxz1uMuymWRkM9iUnVplS4c0KqrdR2LyauPdQqU","part_id":"","time":"2026-03-06T19:22:49.565775857Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:49.565934678Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3864,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917645835716:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917645835716%3Amatrix.theocloud.dev","duration":39.028733,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:49.599241658Z","message":"Request completed"} +{"level":"debug","transaction_id":"1711","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:49.601096597Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1711","time":"2026-03-06T19:22:49.601190186Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3866,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631251200:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917631251200%3Amatrix.theocloud.dev","duration":46.573647,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:49.615051349Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3867,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/AiVoEkllfeYOBsTGFPwckmih?user_id=%40whatsapp_4917645835716%3Amatrix.theocloud.dev","duration":28.08418,"status_code":200,"response_length":56766,"response_mime":"image/jpeg","time":"2026-03-06T19:22:49.627471598Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3851,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969098305554_382?ts=1771833335000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":564.13443,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.662587771Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABFA52E723801B4913D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:55:35Z","event_id":"$Fp7AgbGFUuIcrGsIi5C98B-iNnQonbJvUPFQEkC0qGU","part_id":"","time":"2026-03-06T19:22:49.66271642Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3861,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-19460647870473%3Amatrix.theocloud.dev","duration":301.069219,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<60715 bytes>","time":"2026-03-06T19:22:49.666916172Z","message":"Request completed"} +{"level":"debug","transaction_id":"1712","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.693314082Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1712","time":"2026-03-06T19:22:49.693534783Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3869,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917645835716:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917645835716%3Amatrix.theocloud.dev","duration":71.714048,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AiVoEkllfeYOBsTGFPwckmih"},"time":"2026-03-06T19:22:49.699523054Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3871,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-19460647870473:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-19460647870473%3Amatrix.theocloud.dev","duration":34.084813,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:49.70129963Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3844,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-116685805768767:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":775.018853,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QNDzRJhZgftWogJzkIiWZwhq","com.beeper.exclude_from_timeline":true,"displayname":"Katie Bird (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:49.70754485Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3853,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969173417914_383?ts=1772554438000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":534.977753,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Supii","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.708516216Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1835342B9AC83C2AD2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T16:13:58Z","event_id":"$8VLjvy8GSVP0T6RW7JZ_QERIqfYK1YlbQY6YHUh__cQ","part_id":"","time":"2026-03-06T19:22:49.708645074Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3854,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969174261538_36?ts=1772744121000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":543.624428,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja 😴","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.717989822Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A82EE1DF088F17E6CB1","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-05T20:55:21Z","event_id":"$F5qp864IuYH9kvS-jQLkapbA_2hDf2fjKB84iZagmrs","part_id":"","time":"2026-03-06T19:22:49.718103525Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3872,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-40321186566338%3Amatrix.theocloud.dev","duration":26.867319,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-40321186566338","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:49.727319065Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3873,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/AQSGZhmBhAXoMQHinFfOGWiE?user_id=%40whatsapp_lid-19460647870473%3Amatrix.theocloud.dev","duration":28.887994,"status_code":200,"response_length":60715,"response_mime":"image/jpeg","time":"2026-03-06T19:22:49.730406719Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3856,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969214289574_7?ts=1772479666000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":540.086152,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber chrissi meinte nur das er maybe vorher nt kann","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$ENTuYsLGDgRuAipM7WErnI-9YIR0S06CSgDJgFeD_7E"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.754544325Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A69B21E29344030A41E","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:27:46Z","event_id":"$ZZ8X1XCWd_wzzmXDA-H35UV4XyfNKOSp0WOPuZQJPgU","part_id":"","time":"2026-03-06T19:22:49.75468841Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3877,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40321186566338:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-40321186566338%3Amatrix.theocloud.dev","duration":28.008401,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:49.755645178Z","message":"Request completed"} +{"level":"debug","transaction_id":"1713","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.772585754Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1713","time":"2026-03-06T19:22:49.772883841Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3858,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969242182106_384?ts=1770150858000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":533.665908,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Meine Mama hatte Geburtstag","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.77595606Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4F6F0A0818FCE812A7","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T20:34:18Z","event_id":"$T0a4Zjpg_Yp6lk-qPE6GIbhFPhqIuakbt1nBjbBasSw","part_id":"","time":"2026-03-06T19:22:49.776077166Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3878,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-19460647870473:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-19460647870473%3Amatrix.theocloud.dev","duration":47.664582,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AQSGZhmBhAXoMQHinFfOGWiE"},"time":"2026-03-06T19:22:49.778279431Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:49.779233405Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3882,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-239839731523825%3Amatrix.theocloud.dev","duration":18.891409,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-239839731523825","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:49.798406279Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3860,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969299372747_385?ts=1770414607000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":516.42047,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geil","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.815921447Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB7FFCCF4CE2092D69E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T21:50:07Z","event_id":"$6ojtBVXxEyw9psNIaCiBUJfsGGUpmCIKm2boZwhvxY8","part_id":"","time":"2026-03-06T19:22:49.816076147Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3883,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-239839731523825:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-239839731523825%3Amatrix.theocloud.dev","duration":22.857678,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:49.821656609Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3849,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-168212561981526:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":789.203456,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Dya (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:49.823451414Z","message":"Request completed"} +{"level":"debug","transaction_id":"1714","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.837123865Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1714","time":"2026-03-06T19:22:49.837242038Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1715","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.871670893Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1715","time":"2026-03-06T19:22:49.87195117Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3880,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40321186566338:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-40321186566338%3Amatrix.theocloud.dev","duration":121.05177,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ben (WA)"},"time":"2026-03-06T19:22:49.87689956Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:49.87778467Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3862,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969426915092_32?ts=1772444311000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":468.942925,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"GuMo 🤗\nIch würde ansteuern jetzt mich zum Breitenbachplatz zu begeben.","format":"org.matrix.custom.html","formatted_body":"GuMo 🤗\u003cbr\u003eIch würde ansteuern jetzt mich zum Breitenbachplatz zu begeben.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.895983035Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A9C2FC75173209875F5","sender_id":{"user_id":"491731828379"},"message_ts":"2026-03-02T09:38:31Z","event_id":"$TSLoDHZWpG7uKZkTKyE7-y0Iut4MpKfX5Xb-XLjJuSE","part_id":"","time":"2026-03-06T19:22:49.896090662Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3885,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-239839731523825:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-239839731523825%3Amatrix.theocloud.dev","duration":136.843441,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+573123344836 (WA)"},"time":"2026-03-06T19:22:49.958686111Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:49.959375803Z","message":""} +{"level":"debug","transaction_id":"1716","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:49.961854642Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1716","time":"2026-03-06T19:22:49.961943272Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3863,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969554808954_386?ts=1770474902000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":437.527203,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alles klar","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:49.992503288Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A725CBC27A1E1BA34C0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-07T14:35:02Z","event_id":"$iLmBRzHWnm0rBuh-kgmySHwo0KuSIGcIPeh-Mj0ejXY","part_id":"","time":"2026-03-06T19:22:49.992624884Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3865,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969566643855_387?ts=1772569389000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":435.907492,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Heute doch kein zocken mehr?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.002683908Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE99040C57F10AD1EB3","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T20:23:09Z","event_id":"$d9CoH7OmbYIYarQxeiAdkO1ggeoJcsuUMU8-ZwmxHxc","part_id":"","time":"2026-03-06T19:22:50.002801173Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:50.036141048Z","message":""} +{"level":"debug","transaction_id":"1717","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:50.047663266Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1717","time":"2026-03-06T19:22:50.0477681Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3870,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969663616686_388?ts=1771833371000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":423.352796,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"der vorlesungsraum ist bei uns auch deutlich leerer geworden","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.087105954Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7F013BD18C0B1B0F91","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T07:56:11Z","event_id":"$40XYm7Nk6Sf5xg-WcTF-cQyZlMKwsFokx2nTgL6NrIY","part_id":"","time":"2026-03-06T19:22:50.087199194Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3875,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969709389104_389?ts=1772646290000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":397.110495,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Mama, kannst du mir dieses Rezept schicken von diesem Hähnchen Reis Auflauf mit Sahnesose drin? Ana will das vllt heute machen, aber ich find das gerade nicht.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.106629295Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFA860641A4B7DBE228","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T17:44:50Z","event_id":"$uCIxlR7D3xc8ZW70jR27z7u0tctNwlSnpo_Cj3i9zC0","part_id":"","time":"2026-03-06T19:22:50.106768631Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3876,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969718807185_390?ts=1772793170000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":392.194302,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moin ❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.111127553Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A28ECC093AA3E62E363","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T10:32:50Z","event_id":"$ZWAG8e1W8leMYqkzFOpmDWIyZh9584bXfJPF_EATtNc","part_id":"","time":"2026-03-06T19:22:50.111263535Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1718","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:50.131506601Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1718","time":"2026-03-06T19:22:50.131578049Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3879,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969755465055_8?ts=1772479681000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":416.55212,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dein dad kann voll gern mitkommen!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.17214359Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3AE0F44F058083E26E9C","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:28:01Z","event_id":"$hk15vfIdBf1fBdgeCwYnidUPNeWR7sxnNNGgjodZURs","part_id":"","time":"2026-03-06T19:22:50.172263439Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3881,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969776829367_391?ts=1770150864000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":423.659194,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"hatte mit ihr noch gegessen zsm","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.200651293Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3B628C30CA2BF12866","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T20:34:24Z","event_id":"$6p71xdT9SpVqyA6MnrOuHj5GhIaL5fHq7HYYRKyKxbo","part_id":"","time":"2026-03-06T19:22:50.200841683Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:50.232642935Z","message":""} +{"level":"debug","transaction_id":"1719","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:50.237138608Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1719","time":"2026-03-06T19:22:50.237283461Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3896,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-239839731523825:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-239839731523825%3Amatrix.theocloud.dev","duration":30.858173,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:50.263872249Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:50.264620189Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3884,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969816816265_23?ts=1770415039000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":451.169969,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":15270},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"vEJidQcCb7clg3cZkVMxKwp22gB3l96TrdTBzGo3G38=","length":15270,"type":"WhatsApp Image Keys","sha256":"eHAw6lPg29H+otz5prURFHVwTF5MhGbOg8yJ2E0rSlU=","enc_sha256":"TdjNA7czCqFNPYvxbb30s/j1vW9YWVMaZQ7QWCW+9wo=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:50.268232847Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A3BA01BAF7AEA49D820","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-06T21:57:19Z","event_id":"$V0IYNizT9kC7f9wkA-A84b9oB4TsfdmI4DqPI2YOW8M","part_id":"","time":"2026-03-06T19:22:50.268421281Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3868,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-38276949905550:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":670.494682,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KEUxPVqyNVnUIADeRCgdyddY","com.beeper.exclude_from_timeline":true,"displayname":"vladislavilcuk8 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:50.286538559Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3897,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-172988750102720%3Amatrix.theocloud.dev","duration":32.529497,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-172988750102720","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:50.297459087Z","message":"Request completed"} +{"level":"debug","transaction_id":"1720","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:50.319485782Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1720","time":"2026-03-06T19:22:50.319869146Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3900,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-172988750102720:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-172988750102720%3Amatrix.theocloud.dev","duration":24.288814,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:50.322137062Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3874,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-116685805768767:matrix.theocloud.dev?user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":615.877448,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QNDzRJhZgftWogJzkIiWZwhq","com.beeper.exclude_from_timeline":true,"displayname":"Katie Bird (WA)","membership":"join"},"time":"2026-03-06T19:22:50.324080422Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3890,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-40321186566338%3Amatrix.theocloud.dev","duration":289.195346,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<56766 bytes>","time":"2026-03-06T19:22:50.333051793Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3903,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40321186566338:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-40321186566338%3Amatrix.theocloud.dev","duration":23.558754,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:50.356906538Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3887,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969896622301_392?ts=1772444421000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":484.048887,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Würd auch so in 2min los","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.380785589Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4EA94C4CFDDF1FED91","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T09:40:21Z","event_id":"$AOcR-IlZteJLo4GgL6UhDsQ29EjX_spvFD-sadhqAgM","part_id":"","time":"2026-03-06T19:22:50.380921432Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3904,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/mbOvYBFlQuBmQbtJmGHmIbid?user_id=%40whatsapp_lid-40321186566338%3Amatrix.theocloud.dev","duration":25.551143,"status_code":200,"response_length":56766,"response_mime":"image/jpeg","time":"2026-03-06T19:22:50.382598902Z","message":"Request completed"} +{"level":"debug","transaction_id":"1721","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:50.389273233Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1721","time":"2026-03-06T19:22:50.389370034Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3906,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40321186566338:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-40321186566338%3Amatrix.theocloud.dev","duration":46.595648,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mbOvYBFlQuBmQbtJmGHmIbid"},"time":"2026-03-06T19:22:50.429484324Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917645835716@s.whatsapp.net","alternate_jid":"40321186566338@lid","time":"2026-03-06T19:22:50.429957016Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917662348078@s.whatsapp.net","time":"2026-03-06T19:22:50.430293796Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3907,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917662348078%3Amatrix.theocloud.dev","duration":25.860055,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917662348078","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:50.456403187Z","message":"Request completed"} +{"level":"debug","transaction_id":"1722","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:50.458890757Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1722","time":"2026-03-06T19:22:50.459148335Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3886,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-168212561981526:matrix.theocloud.dev?user_id=%40whatsapp_lid-168212561981526%3Amatrix.theocloud.dev","duration":647.4089,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Dya (WA)","membership":"join"},"time":"2026-03-06T19:22:50.471440284Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3901,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-172988750102720:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-172988750102720%3Amatrix.theocloud.dev","duration":165.491807,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Andrey (WA)"},"time":"2026-03-06T19:22:50.48780543Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3908,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662348078:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917662348078%3Amatrix.theocloud.dev","duration":31.348046,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:50.48804457Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:50.488647797Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3888,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824969993186625_35?ts=1772453796000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":512.679511,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Unser FitX schließt 🥲","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.505964893Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC052A13127BF9C2B7739A5E9EDDB6A7","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-03-02T12:16:36Z","event_id":"$0bcxhqxAjmlPVNCX9bAJ83rIg7PydbumOE6tZRC6g_I","part_id":"","time":"2026-03-06T19:22:50.506102133Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3889,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970003440787_31?ts=1772569400000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":508.372552,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dochdoch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.511922503Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AB137432DFE527F78A0","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T20:23:20Z","event_id":"$9VnDmBshWAvKgWZTb5l9P-YfjAb7sHsAxzQokm8VL3E","part_id":"","time":"2026-03-06T19:22:50.512026079Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1723","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:50.540258883Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1723","time":"2026-03-06T19:22:50.540380059Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1724","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:50.592609877Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1724","time":"2026-03-06T19:22:50.592850414Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3892,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970107669036_24?ts=1772647081000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":500.297885,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja, kann ich machen. Bin gerade bei Rewe.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.608109539Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:3A842225DC9B5811A61E","sender_id":{"user_id":"491628947581"},"message_ts":"2026-03-04T17:58:01Z","event_id":"$zSEXNxqgVUySmXwLibeHnYsRZGoo00v7ER0Q0rI2_To","part_id":"","time":"2026-03-06T19:22:50.608247338Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3893,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970112093889_37?ts=1772793700000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":500.141928,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"(Moin) 😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.612382206Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A1AEB8D575E78920B17","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-06T10:41:40Z","event_id":"$IaomBsu6metlwBV9wbfJYReqwTtpF0FjSy8t_4Bnc8c","part_id":"","time":"2026-03-06T19:22:50.612504709Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3891,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970088188648_35?ts=1771833426000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":527.974186,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"wieso","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$40XYm7Nk6Sf5xg-WcTF-cQyZlMKwsFokx2nTgL6NrIY"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.616394012Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A6DC3DC71D6CC8B5755","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T07:57:06Z","event_id":"$P_epYZiDy2XM_v75y8YhHrq_ZQl8aMfZSi_LApPmpoE","part_id":"","time":"2026-03-06T19:22:50.616673032Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:50.638469108Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3894,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970173075145_393?ts=1772480157000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":477.206376,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sicher dass Josh mitkommt?","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$UIwKEIcVFtO070b7Xa38abbNKfunKfa5OFa5KS_FCuk"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.650423091Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3AF2FD708D9FCAC27034","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:35:57Z","event_id":"$7T5pA9OSEjRbdC1MUYPWA35YT8yVYj3k9c1a1qqLEow","part_id":"","time":"2026-03-06T19:22:50.650576534Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3910,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662348078:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917662348078%3Amatrix.theocloud.dev","duration":169.416729,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Paul (WA)"},"time":"2026-03-06T19:22:50.657625708Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:50.65829759Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3895,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970201763321_23?ts=1770150865000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":473.611318,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ah Schere","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.67550224Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AE810C2CE254586F203","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-03T20:34:25Z","event_id":"$cclSANPVxv9HXBA9eOZ14XVVvNnmTTSfRBKYqdO_pD4","part_id":"","time":"2026-03-06T19:22:50.675609867Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1725","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:50.691890085Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1725","time":"2026-03-06T19:22:50.691999598Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3898,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970269232918_394?ts=1770415061000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":487.355845,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Des Bedarfs","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.756745139Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A25A19C67A00B1800D0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T21:57:41Z","event_id":"$Z4rdIKu88UIvj5V5_CsHOhPhPEzaH28nujJmdn8FdBQ","part_id":"","time":"2026-03-06T19:22:50.756884894Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1726","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:50.772983662Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1726","time":"2026-03-06T19:22:50.773144997Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:50.817021408Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3905,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824970382547498_33?ts=1772444452000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":441.287088,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":133376,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/HBAssqFSnWPgeuDOogCPuROa"},"time":"2026-03-06T19:22:50.824049769Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A2A1156A8F545DB8C83","sender_id":{"user_id":"491731828379"},"message_ts":"2026-03-02T09:40:52Z","event_id":"$UKkwWzYG9AH4I_7eV8oKMTOXQj90owlZj7qSirxIpj8","part_id":"","time":"2026-03-06T19:22:50.824206774Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1727","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:50.897636216Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1727","time":"2026-03-06T19:22:50.897743704Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3916,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-172988750102720%3Amatrix.theocloud.dev","duration":266.763914,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41234 bytes>","time":"2026-03-06T19:22:50.913873063Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3899,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-38276949905550:matrix.theocloud.dev?user_id=%40whatsapp_lid-38276949905550%3Amatrix.theocloud.dev","duration":648.615563,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KEUxPVqyNVnUIADeRCgdyddY","com.beeper.exclude_from_timeline":true,"displayname":"vladislavilcuk8 (WA)","membership":"join"},"time":"2026-03-06T19:22:50.935835992Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:50.936409676Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3922,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-172988750102720:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-172988750102720%3Amatrix.theocloud.dev","duration":31.951273,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:50.946210982Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3923,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917663325906%3Amatrix.theocloud.dev","duration":43.309432,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917663325906","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:50.979932406Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3911,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970506789380_395?ts=1772453803000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":481.655255,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo hab ich gesehen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:50.988570001Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8AFB648E47B82EF3E9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T12:16:43Z","event_id":"$ZjLD3kVZJiLkXr4hLPiXVLizY7gxvkbHjej9Z53hQxw","part_id":"","time":"2026-03-06T19:22:50.988689781Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3924,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/KAEUAtBAxjRWKWwzruAphSmY?user_id=%40whatsapp_lid-172988750102720%3Amatrix.theocloud.dev","duration":45.653686,"status_code":200,"response_length":41234,"response_mime":"image/jpeg","time":"2026-03-06T19:22:50.992054778Z","message":"Request completed"} +{"level":"debug","transaction_id":"1728","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:50.997642225Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1728","time":"2026-03-06T19:22:50.997727292Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3912,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970512741193_32?ts=1772569406000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":496.453631,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Les noch das chapter zuende","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.009359652Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3AA4F7B138DBCBD9FF9B","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T20:23:26Z","event_id":"$gDspHy4yVWtEJndTFEacR0c-mOHpLxabpmaRS8j4yuM","part_id":"","time":"2026-03-06T19:22:51.009548994Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3925,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663325906:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663325906%3Amatrix.theocloud.dev","duration":32.08104,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:51.012413083Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3927,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-172988750102720:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-172988750102720%3Amatrix.theocloud.dev","duration":56.753009,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KAEUAtBAxjRWKWwzruAphSmY"},"time":"2026-03-06T19:22:51.049071441Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:51.050047346Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3902,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-151054134034515:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":745.265933,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jannic (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:51.077892666Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3930,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-232237605900456%3Amatrix.theocloud.dev","duration":29.847696,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-232237605900456","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:51.080158417Z","message":"Request completed"} +{"level":"debug","transaction_id":"1729","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.081735314Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1729","time":"2026-03-06T19:22:51.08199415Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3921,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917662348078%3Amatrix.theocloud.dev","duration":263.668159,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<33959 bytes>","time":"2026-03-06T19:22:51.090612678Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3932,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-232237605900456:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-232237605900456%3Amatrix.theocloud.dev","duration":27.432133,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:51.10795785Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3933,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662348078:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917662348078%3Amatrix.theocloud.dev","duration":27.666663,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:51.118679677Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3913,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970609040117_396?ts=1772647150000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":515.076636,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Supi","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.124246729Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:4917641870516@s.whatsapp.net:3A100DDA47BC4A77327F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T17:59:10Z","event_id":"$9DbB6_64TJezhz-51jb82donrzG53UdlmFPazQ7dlOw","part_id":"","time":"2026-03-06T19:22:51.12437028Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3914,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970613283171_397?ts=1772793717000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":513.230078,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.126682127Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5CC18F9400452A3735","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T10:41:57Z","event_id":"$GMop7hPCxi_XODFE0h9JAfoAzHJXt6pukCQNjyLVbU8","part_id":"","time":"2026-03-06T19:22:51.126820275Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3935,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/geSwuCMUrKmseYIvZhNaXGIs?user_id=%40whatsapp_4917662348078%3Amatrix.theocloud.dev","duration":25.751171,"status_code":200,"response_length":33959,"response_mime":"image/jpeg","time":"2026-03-06T19:22:51.144546646Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3915,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970617698525_398?ts=1771842890000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":543.680791,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"naja sind noch leute im 3. oder 4. versuch vom dritten Mathemodul rausgeflogen oder wegen anderer Module","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.161532969Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF3FB566A9926993B65","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-23T10:34:50Z","event_id":"$Hy3B3-pShkig3JiWRRld5_sJvK6ECK_op-OuAMB3EeQ","part_id":"","time":"2026-03-06T19:22:51.161614544Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1730","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.165239704Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1730","time":"2026-03-06T19:22:51.165326448Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3917,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970651439086_399?ts=1772480164000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":523.475929,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hast du Rana gefragt?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.175020197Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A6D10006D645FB76265","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:36:04Z","event_id":"$vDDVrSLvnC963Gkmj_JnXUjLH8obdU8-9oeKh81G6Kc","part_id":"","time":"2026-03-06T19:22:51.175105964Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3918,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970676846912_24?ts=1770150873000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":521.611981,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":19870},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"hH/y7dqsEgITybuOzZGXbHE5aOOX15vHbe3N1nEuzJk=","length":19870,"type":"WhatsApp Image Keys","sha256":"FOApAcRlfDgbY+M+Yfr3MaIzPcwGBYjVGUQfL3JZQgs=","enc_sha256":"Cc4U7pfVtJiuzfFWneitmNslaZEYkM2I0GKIJszpO6g=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$T0a4Zjpg_Yp6lk-qPE6GIbhFPhqIuakbt1nBjbBasSw"}},"msgtype":"m.notice"},"time":"2026-03-06T19:22:51.198720172Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A5C5B3DF8AFCFCD0F3F","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-03T20:34:33Z","event_id":"$jPweuZREcO5Pmsc2xaFd15I1aKQlYNrDSwmjqBp7DxA","part_id":"","time":"2026-03-06T19:22:51.198933401Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3909,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-38504566390811:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":736.499898,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wwYmacyEqsOYwkZsEJSbjqKM","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Al koudsi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:51.208774936Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3938,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662348078:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917662348078%3Amatrix.theocloud.dev","duration":64.963659,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/geSwuCMUrKmseYIvZhNaXGIs"},"time":"2026-03-06T19:22:51.209772771Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3929,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663325906:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663325906%3Amatrix.theocloud.dev","duration":199.678659,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Leander (WA)"},"time":"2026-03-06T19:22:51.212257897Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:51.213197484Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3943,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917670876760%3Amatrix.theocloud.dev","duration":24.9593,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917670876760","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:51.235698757Z","message":"Request completed"} +{"level":"debug","transaction_id":"1731","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.253197652Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1731","time":"2026-03-06T19:22:51.253494551Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3919,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970757729286_400?ts=1770415071000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":507.47494,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Muss net schmegge muss wirge","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.265323796Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD76E067668354E6EE4","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T21:57:51Z","event_id":"$lFpQrR4FzK3ZklbZoaerHU7d2zGh-SCCZq90IbQakTs","part_id":"","time":"2026-03-06T19:22:51.265492325Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3944,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670876760:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917670876760%3Amatrix.theocloud.dev","duration":29.828698,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:51.265966274Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3934,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-232237605900456:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-232237605900456%3Amatrix.theocloud.dev","duration":184.714826,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915120791916 (WA)"},"time":"2026-03-06T19:22:51.292872146Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:51.293788127Z","message":""} +{"level":"debug","transaction_id":"1732","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.32027725Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1732","time":"2026-03-06T19:22:51.320701123Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3920,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970825095726_401?ts=1772520048000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":506.466978,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"GuMo 🥸","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.331726344Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC0299BD9E9224B64C9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T06:40:48Z","event_id":"$_QnDJq7SZrJJ9BPzvtgQRZ9HXlbVva8RgNKn9EXbzlk","part_id":"","time":"2026-03-06T19:22:51.331871825Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:51.378692224Z","message":""} +{"level":"debug","transaction_id":"1733","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.379496527Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1733","time":"2026-03-06T19:22:51.379595703Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3948,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663325906:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917663325906%3Amatrix.theocloud.dev","duration":15.593949,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:51.394665416Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3945,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670876760:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917670876760%3Amatrix.theocloud.dev","duration":132.327724,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yazan Elahmad (WA)"},"time":"2026-03-06T19:22:51.398509531Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:51.399390032Z","message":""} +{"level":"debug","transaction_id":"1734","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.427538816Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1734","time":"2026-03-06T19:22:51.427638132Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3926,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824970989432273_36?ts=1772453806000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":454.564649,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich wusste, dass wir die nächsten sind","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.444138982Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACA08806150D99822BCB034AC79ECE17","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-03-02T12:16:46Z","event_id":"$0JThZqpLvoYwYh7BZomzEVR8KA52sPxFxlaJa4wHa-A","part_id":"","time":"2026-03-06T19:22:51.444279574Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3928,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971010478594_33?ts=1772569409000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":439.860979,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ist spannend","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.450474578Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A28EB1151489C7B6B62","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T20:23:29Z","event_id":"$mAQTuGy_CoeblWwcGb0xXJM4WdBA5sVNdInzeJgSGiE","part_id":"","time":"2026-03-06T19:22:51.450626135Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1735","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.494963644Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1735","time":"2026-03-06T19:22:51.495065334Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","req_id":3936,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21xRkqecNmTFOMvkWiXu:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971124982098_25?ts=1772647151000&user_id=%40whatsapp_491628947581%3Amatrix.theocloud.dev","duration":420.612956,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Quelle: Leckerschmecker https://share.google/ypju5GJ3kTQSJs8QY","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.545718465Z","message":"Request completed"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","message_id":"491628947581@s.whatsapp.net:491628947581@s.whatsapp.net:4AFB1B506CCA02D9CEEC","sender_id":{"user_id":"491628947581"},"message_ts":"2026-03-04T17:59:11Z","event_id":"$eLj4wURTcEQ0VIPzfEw4zq3JPvo1gICwM_R2H6rbiFs","part_id":"","time":"2026-03-06T19:22:51.545862549Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:51.547287819Z","message":"Backfill finished"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","time":"2026-03-06T19:22:51.547409414Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"error","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:51.547573544Z","message":"Failed to get membership"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","started_at":"2026-03-06T19:22:00.220374097Z","duration":"51.327262514s","time":"2026-03-06T19:22:51.547658262Z","message":"Event that took long finished handling"} +{"level":"error","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.name","time":"2026-03-06T19:22:51.547693044Z","message":"Failed to set room metadata"} +{"level":"error","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:51.54779655Z","message":"Failed to get membership"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3937,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971127671442_402?ts=1772802036000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":419.952668,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Maus bis wann arbeitest du dann heute?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.547816106Z","message":"Request completed"} +{"level":"error","portal_id":"491628947581@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491628947581@s.whatsapp.net","latest_message_ts":"2026-03-04T17:59:11Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.avatar","time":"2026-03-06T19:22:51.547887065Z","message":"Failed to set room metadata"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5C1BCD9B6F89925549","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T13:00:36Z","event_id":"$ZdRPNCEBgEhoHURgErjQb0jJhEsuU6mQsmrSkuyIrR0","part_id":"","time":"2026-03-06T19:22:51.547923453Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1736","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.56570919Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1736","time":"2026-03-06T19:22:51.565794118Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3940,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971175648917_403?ts=1772480175000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":412.742019,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Und was macht Domi bei der ganzen Fahrzeit","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.588502404Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3AC1311D5B937B77EE0D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:36:15Z","event_id":"$BBBYzcAf7oXlgLe-MCo4NC3NZynZXpPflRpaBj0PR_8","part_id":"","time":"2026-03-06T19:22:51.588669466Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3939,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971162438543_36?ts=1771845838000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":440.24155,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aua","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$Hy3B3-pShkig3JiWRRld5_sJvK6ECK_op-OuAMB3EeQ"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.602808881Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A9891B88B6DB09E5EDB","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T11:23:58Z","event_id":"$qSkUlpXxFv24JtM9UVnKgKupmDoJoYe4V71kGb-DWi0","part_id":"","time":"2026-03-06T19:22:51.602948845Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3941,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971200276815_404?ts=1770150879000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":414.415228,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂","m.mentions":{"user_ids":["@whatsapp_4917623702252:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$jPweuZREcO5Pmsc2xaFd15I1aKQlYNrDSwmjqBp7DxA"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.61483983Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD6F47D078DB19B3E75","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T20:34:39Z","event_id":"$6EkA-4yCwMhwaqhusEnATePv49J2FboqHyLKQqjeeW0","part_id":"","time":"2026-03-06T19:22:51.614956955Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1737","content":{"pdu":5,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:51.64565505Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1737","time":"2026-03-06T19:22:51.645867579Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:51.651677473Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3946,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971266296977_24?ts=1770585071000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":407.208351,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":297262,"w":1536},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/kZNYpyoxkYjqTnuDBfbhZHQp"},"time":"2026-03-06T19:22:51.673728963Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A22926841EBC777893E","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-08T21:11:11Z","event_id":"$afLX6Wz5ZRxrWips1wugYCTbwrLUAzQfryTDbAj6uho","part_id":"","time":"2026-03-06T19:22:51.673855167Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3931,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-151054134034515:matrix.theocloud.dev?user_id=%40whatsapp_lid-151054134034515%3Amatrix.theocloud.dev","duration":624.218913,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jannic (WA)","membership":"join"},"time":"2026-03-06T19:22:51.702965748Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:51.70369525Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:51.720652519Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3957,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491794397891%3Amatrix.theocloud.dev","duration":21.779524,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491794397891","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:51.725771743Z","message":"Request completed"} +{"level":"debug","transaction_id":"1738","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.731899Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1738","time":"2026-03-06T19:22:51.732017662Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3947,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971332762173_405?ts=1772520074000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":412.303829,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"U3 in 2min am Breitenbachplatz?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.745203661Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA7E3B60260F526BDDD","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T06:41:14Z","event_id":"$cnsbj05uUqO2GMbC4h-hFifxKCJupTundgY692L5qcw","part_id":"","time":"2026-03-06T19:22:51.745372679Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3958,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491794397891:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491794397891%3Amatrix.theocloud.dev","duration":22.527883,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:51.748711625Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3942,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-38504566390811:matrix.theocloud.dev?user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":564.625141,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wwYmacyEqsOYwkZsEJSbjqKM","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Al koudsi (WA)","membership":"join"},"time":"2026-03-06T19:22:51.774128951Z","message":"Request completed"} +{"level":"debug","transaction_id":"1739","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.802426778Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1739","time":"2026-03-06T19:22:51.802659981Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1740","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.849069219Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1740","time":"2026-03-06T19:22:51.84943624Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3950,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971445184519_406?ts=1772453818000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":416.784556,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab schon mit Ana gesagt wir gehen dann Schöneberg","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.862124124Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA2D70CE8F6B25F7180","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T12:16:58Z","event_id":"$1p1q-wyL9uQlOIOIpDyf4jYNKqYJo5M-HsOg_If5CLw","part_id":"","time":"2026-03-06T19:22:51.862269676Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3951,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971452075501_407?ts=1772569416000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":415.241113,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"dachte du bist mit eingepennt so","m.mentions":{"user_ids":["@whatsapp_491736748726:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$9VnDmBshWAvKgWZTb5l9P-YfjAb7sHsAxzQokm8VL3E"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.867460977Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A739B85974F6245A07D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T20:23:36Z","event_id":"$0OMCsyo_YrwmLRfGpx279swz2ILqur7DLiflL9V_QLY","part_id":"","time":"2026-03-06T19:22:51.867608344Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3961,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491794397891:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491794397891%3Amatrix.theocloud.dev","duration":147.29861,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491794397891 (WA)"},"time":"2026-03-06T19:22:51.896227864Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:51.897137559Z","message":""} +{"level":"debug","transaction_id":"1741","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.914921131Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1741","time":"2026-03-06T19:22:51.915029666Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3959,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917670876760%3Amatrix.theocloud.dev","duration":211.641232,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<59233 bytes>","time":"2026-03-06T19:22:51.93915945Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3952,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971548712391_38?ts=1772807078000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":410.316957,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"So 16","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:51.959177134Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A6271E34F8C9D41AEC1","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-06T14:24:38Z","event_id":"$8ZmhBmD4K0VC1fGcT7XHJxLu7lUcYamEIywUFFqNfdw","part_id":"","time":"2026-03-06T19:22:51.959327574Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3966,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670876760:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917670876760%3Amatrix.theocloud.dev","duration":23.337424,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:51.962894695Z","message":"Request completed"} +{"level":"debug","transaction_id":"1742","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:51.983435428Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1742","time":"2026-03-06T19:22:51.983569036Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3968,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YZOKAHrWwxxrLzbQLwHIAdkl?user_id=%40whatsapp_4917670876760%3Amatrix.theocloud.dev","duration":26.469847,"status_code":200,"response_length":59233,"response_mime":"image/jpeg","time":"2026-03-06T19:22:51.98949382Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3953,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971589520144_408?ts=1772480188000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":410.839028,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"mit uns quatschen wird ja nichts","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.00049718Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A32FCF852C09BF945E2","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:36:28Z","event_id":"$uyvq0CfIHgnFsNZxfN6g-ACbGDLHiVaYHf22q1DiSWk","part_id":"","time":"2026-03-06T19:22:52.000635119Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3955,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971615678774_25?ts=1770150883000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":397.671746,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alles Gute für Mami","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.013517444Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A7CEEDC553F590FE971","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-03T20:34:43Z","event_id":"$7QG23McwCtbIr48LgLUhO1wNMZ9Jh9uIx9DLJLA4ILk","part_id":"","time":"2026-03-06T19:22:52.013701688Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3963,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-232237605900456%3Amatrix.theocloud.dev","duration":227.202635,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26690 bytes>","time":"2026-03-06T19:22:52.022423024Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3949,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-219241135489206:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":630.068826,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Seyyid (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:52.025780967Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3954,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971603766767_37?ts=1771845841000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":436.966788,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"die armen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.040861227Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A6BAA025E77BB8E84B9","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-23T11:24:01Z","event_id":"$MKCdLyJ0JtHrm5cUt28OswxPgZya7ey1FmSMvwCCzZM","part_id":"","time":"2026-03-06T19:22:52.040973812Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3969,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670876760:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917670876760%3Amatrix.theocloud.dev","duration":56.724583,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YZOKAHrWwxxrLzbQLwHIAdkl"},"time":"2026-03-06T19:22:52.046444762Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3972,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-232237605900456:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-232237605900456%3Amatrix.theocloud.dev","duration":24.15346,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:52.046938965Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.047316532Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.063500159Z","message":""} +{"level":"debug","transaction_id":"1743","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.065711084Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1743","time":"2026-03-06T19:22:52.066043114Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3975,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/DQwjhcGHiXwPkgUghDxSUdzv?user_id=%40whatsapp_lid-232237605900456%3Amatrix.theocloud.dev","duration":30.541857,"status_code":200,"response_length":26690,"response_mime":"image/jpeg","time":"2026-03-06T19:22:52.077660247Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3956,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971674654302_25?ts=1770585077000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":411.334349,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Rate, was gleich spawnt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.086105427Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A26550849AC32359168","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-08T21:11:17Z","event_id":"$HKec_BbZZli0ql3mxJcHXki4Mk_M-eRJdQvM0TUZzAs","part_id":"","time":"2026-03-06T19:22:52.086190704Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3977,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-232237605900456:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-232237605900456%3Amatrix.theocloud.dev","duration":37.310685,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DQwjhcGHiXwPkgUghDxSUdzv"},"time":"2026-03-06T19:22:52.115279844Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:52.116506552Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1744","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.117298772Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1744","time":"2026-03-06T19:22:52.117411428Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3979,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-54739391742165%3Amatrix.theocloud.dev","duration":15.942182,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-54739391742165","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:52.13276065Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","req_id":3960,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971746267218_34?ts=1772520088000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":396.728667,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"En route","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.143161202Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AF50465CE1583BCDD3C","sender_id":{"user_id":"491731828379"},"message_ts":"2026-03-03T06:41:28Z","event_id":"$0dxaqeTOIMf7eba__iC-epqGUld1q3ucIMpybHbe3S0","part_id":"","time":"2026-03-06T19:22:52.143269876Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:52.144161063Z","message":"Backfill finished"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","time":"2026-03-06T19:22:52.144208625Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"error","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:52.144436451Z","message":"Failed to get membership"} +{"level":"error","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.name","time":"2026-03-06T19:22:52.144564821Z","message":"Failed to set room metadata"} +{"level":"error","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:22:52.144662111Z","message":"Failed to get membership"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.14474236Z","message":"c21b56757154172b4294edba87c206a149a2fe2586c7e713bc6d24dcf9c90e2e0f0f1a7ecc6c86919c8e23cab2f162d12146"} +{"level":"error","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.avatar","time":"2026-03-06T19:22:52.144769528Z","message":"Failed to set room metadata"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA2F4552846D5B5C4E4","time":"2026-03-06T19:22:52.144889168Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.145356622Z","message":"d56319e00df7a8a55283c6198f3c364273e8a7eea7b664684fd53c9f7622882af3a5117b4887b4f3bcbdc926af53ea7fb930"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A784250C748A5F81E0A","time":"2026-03-06T19:22:52.145461874Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.145883442Z","message":"39324a1b376b54cc897e6260a7b55908330357542eabd1a3accabefffa6e545ad0d17fe38f9b504a8618b55731a0a7bff44b"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA0C564EDFFD0ACFB20","time":"2026-03-06T19:22:52.145973817Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.146390775Z","message":"61979bfe7574c6fb5d5f04ec520e53a7e49491ef5889dbd492938f5d64819b303d2c03bef144f102c0fcef51afb9ef5c7248"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A3210434A9C9C6ADDC0","time":"2026-03-06T19:22:52.146485481Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","started_at":"2026-03-06T19:22:00.506431718Z","duration":"51.640368682s","time":"2026-03-06T19:22:52.146817651Z","message":"Event that took long finished handling"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.14726946Z","message":"3363581acda41b7b432882f49eb38186b2a19af3579bb39d2853b5504db130a5a89d4285d5a4c6356fd6d0047e258a40da13"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A60839E8F41DE22F400","time":"2026-03-06T19:22:52.147382814Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.147806826Z","message":"2c8f1e40c7f770898d3768e8f0d882cc5de6d444bf0996d89d745eed6766c70c920ca98e8ce7641fdd550f48912ebdb7046a"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A4245D0317426999C63","time":"2026-03-06T19:22:52.147898878Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.148299283Z","message":"01af755552885e0efcd3525e616d3baf2c6273c93ccc9097c058667f5c298861fb1ad36cd3bfa3a6c4909fca87675dc5b6d5"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A2C6F27B9AFAB5105A6","time":"2026-03-06T19:22:52.148410263Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.148827989Z","message":"22ce831f3bc48e86419037d6c6c3579c8a74333654d065249d0db5501f84718dc7fc52b2727f81ccbe4eb5f58d28b5dca53c"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491731828379@s.whatsapp.net","latest_message_ts":"2026-03-03T06:41:28Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A544C629AEBA9B6C72E","time":"2026-03-06T19:22:52.148929679Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3980,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54739391742165:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-54739391742165%3Amatrix.theocloud.dev","duration":21.039406,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:52.154101355Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.189435295Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.190114232Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.19166864Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.192370763Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.193861895Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.194587206Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.196149157Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.197583437Z","message":""} +{"level":"debug","transaction_id":"1745","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.205919104Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1745","time":"2026-03-06T19:22:52.206036369Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3964,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971863124544_37?ts=1772453824000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":405.412917,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Die machen das immer alle 5-6 Jahre","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.268695235Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACF1EED3670765016C1F63493666789D","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-03-02T12:17:04Z","event_id":"$FDHD1aoTx7UZX84t45hu7we9qZY4aO82bTFLHJMsK8k","part_id":"","time":"2026-03-06T19:22:52.268865161Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3965,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971868411320_34?ts=1772569417000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":418.713736,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"5 min","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.28728744Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A258F670DE6A3E6140D","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T20:23:37Z","event_id":"$GP_jIUISgPgYmcb67JL3jFo-5KMRj6gUj0rCXoXuri4","part_id":"","time":"2026-03-06T19:22:52.287504649Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1746","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:52.295274525Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1746","time":"2026-03-06T19:22:52.295404571Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3976,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491794397891%3Amatrix.theocloud.dev","duration":250.168707,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<75802 bytes>","time":"2026-03-06T19:22:52.322960045Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3981,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54739391742165:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-54739391742165%3Amatrix.theocloud.dev","duration":173.518003,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491775603928 (WA)"},"time":"2026-03-06T19:22:52.327773151Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.328562089Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3984,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491794397891:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491794397891%3Amatrix.theocloud.dev","duration":21.710729,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:52.345092621Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3985,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/MGRiBbQwOqqdNLmdyoBSojPH?user_id=%40whatsapp_491794397891%3Amatrix.theocloud.dev","duration":31.477114,"status_code":200,"response_length":75802,"response_mime":"image/jpeg","time":"2026-03-06T19:22:52.376719547Z","message":"Request completed"} +{"level":"debug","transaction_id":"1747","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.381739875Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1747","time":"2026-03-06T19:22:52.381871877Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3962,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-44419206123644:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":621.79427,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SXNeSLsfibUWbhwpGmCpbXKH","com.beeper.exclude_from_timeline":true,"displayname":"Nes The One (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:52.396859106Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3967,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824971960213104_39?ts=1772807144000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":454.848767,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Überlege danach aber auch ins gym zu gehen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.415210844Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A383A054660EAA73547","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-06T14:25:44Z","event_id":"$22b7Jv5W2bmzJ4pSX9E2OzghGiKXT3etphzFV9qDcyw","part_id":"","time":"2026-03-06T19:22:52.415367291Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3986,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491794397891:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491794397891%3Amatrix.theocloud.dev","duration":67.033153,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MGRiBbQwOqqdNLmdyoBSojPH"},"time":"2026-03-06T19:22:52.444039961Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.449633623Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917670876760@s.whatsapp.net","alternate_jid":"10501648023786@lid","time":"2026-03-06T19:22:52.44991411Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3970,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972002052147_409?ts=1772480249000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":454.754481,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"musstest schon selben lachen, Josh wird doch niemals so lange hin und her fahren mit Bahn 😂","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$UIwKEIcVFtO070b7Xa38abbNKfunKfa5OFa5KS_FCuk"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.456961817Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A0DC71DA0481701DF13","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:37:29Z","event_id":"$YIF5U8zsjrYDvq07xAnRaCjr4p_PZph7XYCR_qecA9M","part_id":"","time":"2026-03-06T19:22:52.45713328Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3971,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972014678431_410?ts=1770150893000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":448.102499,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Richte ich ihr aus dankee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.462908252Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD322672DF64B46559C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T20:34:53Z","event_id":"$8oXC9zjCvnZw_BbSgbZN7rHHFGFMSZHNkYTuz_ManS0","part_id":"","time":"2026-03-06T19:22:52.463027194Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1748","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.47374888Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1748","time":"2026-03-06T19:22:52.473837091Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3990,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-84533647044725%3Amatrix.theocloud.dev","duration":27.693413,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-84533647044725","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:52.478374599Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.493916516Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3993,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84533647044725:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-84533647044725%3Amatrix.theocloud.dev","duration":19.928007,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:52.498715933Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3974,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972041617897_38?ts=1771974201000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":465.486155,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Noch wach?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.507214193Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A30C8C5DC642864A560","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-24T23:03:21Z","event_id":"$Vdnq2Hc7u48e6lGRoufUaBbNtqe_W5y7YDhsrbNoNiA","part_id":"","time":"2026-03-06T19:22:52.507362118Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3978,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972086700064_411?ts=1770585098000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":439.14789,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Masse Haferkuchen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.52596906Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1B6D72DDBEBA994313","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:11:38Z","event_id":"$9aXEPMlVCplJOry61wtPZo0X0LdNy5r9vbL2P_o0IWU","part_id":"","time":"2026-03-06T19:22:52.526109373Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1749","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.543593671Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1749","time":"2026-03-06T19:22:52.543889802Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1750","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.579414132Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1750","time":"2026-03-06T19:22:52.57952581Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3973,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-219241135489206:matrix.theocloud.dev?user_id=%40whatsapp_lid-219241135489206%3Amatrix.theocloud.dev","duration":588.307306,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Seyyid (WA)","membership":"join"},"time":"2026-03-06T19:22:52.614814563Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":3994,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84533647044725:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-84533647044725%3Amatrix.theocloud.dev","duration":116.259686,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Martin Ryu (WA)"},"time":"2026-03-06T19:22:52.61518759Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:52.615731242Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.617831467Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3998,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491723891168%3Amatrix.theocloud.dev","duration":26.553169,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491723891168","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:52.642604009Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":3999,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723891168:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491723891168%3Amatrix.theocloud.dev","duration":12.735936,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:52.655684266Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":3982,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972269847561_412?ts=1772453828000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":416.393928,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"da geht auch Melvin von Gornation hin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.686414628Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEFB0A7D13E8BC0F914","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T12:17:08Z","event_id":"$Rms_8Us3otf6aNBfU4GDxkf3aKtjeDgSOz044dzKLS8","part_id":"","time":"2026-03-06T19:22:52.686555569Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1751","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.689692742Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1751","time":"2026-03-06T19:22:52.689997952Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":3983,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972288312444_413?ts=1772569424000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":409.392247,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Okok Sohnemann","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.697863791Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC08C5EE23A44882125","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T20:23:44Z","event_id":"$WfvjlI5eAth8LLfsQEVexF9F9cdhQ9zJhgdzRSpepn0","part_id":"","time":"2026-03-06T19:22:52.697974491Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":3996,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-54739391742165%3Amatrix.theocloud.dev","duration":210.179714,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<36518 bytes>","time":"2026-03-06T19:22:52.721653164Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4003,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54739391742165:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-54739391742165%3Amatrix.theocloud.dev","duration":11.885746,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:52.733887004Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.745192153Z","message":"4c26b5938e47636300146953"} +{"level":"debug","transaction_id":"1752","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.745527046Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1752","time":"2026-03-06T19:22:52.74564494Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.746074679Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A784250C748A5F81E0A","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A784250C748A5F81E0A","time":"2026-03-06T19:22:52.746175321Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4004,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ZeleidfvltubiOwieBqQPyiZ?user_id=%40whatsapp_lid-54739391742165%3Amatrix.theocloud.dev","duration":17.79775,"status_code":200,"response_length":36518,"response_mime":"image/jpeg","time":"2026-03-06T19:22:52.751925081Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":3988,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972416257220_414?ts=1772807432000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":353.83333,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"I see","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.770221854Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A520CB84064F78A2195","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T14:30:32Z","event_id":"$EKcIroACzKRN_IRrrex345-RDvWQxUP9CicN7CTlmYI","part_id":"","time":"2026-03-06T19:22:52.770375017Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4000,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723891168:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491723891168%3Amatrix.theocloud.dev","duration":133.731972,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491723891168 (WA)"},"time":"2026-03-06T19:22:52.789644273Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.790493065Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4005,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54739391742165:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-54739391742165%3Amatrix.theocloud.dev","duration":45.458197,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZeleidfvltubiOwieBqQPyiZ"},"time":"2026-03-06T19:22:52.797618088Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:52.798566754Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":3991,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972458074543_15?ts=1772480275000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":361.40199,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich glaube nicht dass Josh mitkommt, aber ich würde mich ENORM freuen!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.819585836Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AA708B81331D36E58A3","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:37:55Z","event_id":"$rCEaJnsHwZasTjDEvqu4B-Tv8DnPTmLFpICn65bMjgU","part_id":"","time":"2026-03-06T19:22:52.819698981Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4008,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-245101485920469%3Amatrix.theocloud.dev","duration":22.395672,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-245101485920469","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:52.82122615Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":3992,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972463837922_26?ts=1770150959000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":364.668371,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kussi wir sehen uns dann vielleicht am Wochenende im Gym muss noch bisschen gesund werd","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.828640599Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A707CBF834C31974CB2","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-03T20:35:59Z","event_id":"$zX5ohFxAeEnBxWwXxFTG6ANlAlVD1rX-5RvP-MnSPGM","part_id":"","time":"2026-03-06T19:22:52.828760378Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1753","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.849977533Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1753","time":"2026-03-06T19:22:52.850076709Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4010,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-245101485920469:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-245101485920469%3Amatrix.theocloud.dev","duration":35.346791,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:52.85688381Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":3997,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972526974997_26?ts=1770585276000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":362.770688,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Cheesecake","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.8899029Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A869D3B2A8E4C0D2412","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-08T21:14:36Z","event_id":"$p4INmtPxlfbFRfNkPrNp7O28ALIpERqG1FiW760gfkY","part_id":"","time":"2026-03-06T19:22:52.890076737Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.89219114Z","message":"857b2b1dcf7e4f34d994385e"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.892951233Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":3995,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972508250092_415?ts=1771998723000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":392.02689,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ne musste früh ins Bett, weil 8:15 Uhr Vorlesung, was jetzt aufstehen bedeutet","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:52.900430076Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9245551C86663DAE0C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-25T05:52:03Z","event_id":"$hMzYc7mmytwvcXANujeQIKsJu_Q7CtRLWqmb3GdAMzk","part_id":"","time":"2026-03-06T19:22:52.900572205Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1754","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.922394752Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1754","time":"2026-03-06T19:22:52.922544563Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.923655473Z","message":"6c1eddfd985375d325dcd12f"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.924371286Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.927475423Z","message":"c2de72440eed516eac64a07d"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.928399994Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.934395598Z","message":"17c15d0cbbd68295aa27d1e0"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.934965231Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":3987,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-44419206123644:matrix.theocloud.dev?user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":538.909939,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SXNeSLsfibUWbhwpGmCpbXKH","com.beeper.exclude_from_timeline":true,"displayname":"Nes The One (WA)","membership":"join"},"time":"2026-03-06T19:22:52.936539056Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.941634603Z","message":""} +{"level":"debug","transaction_id":"1755","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:52.981996484Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1755","time":"2026-03-06T19:22:52.982403804Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:52.985142247Z","message":"5de3b8d32875e7980bd8ccd2"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:52.985712718Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:53.009940421Z","message":"49d8f8f9f2626b10620bbf99"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:53.010486587Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":3989,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-198041059483854:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":569.73333,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GpmbnAzaYSAXefYtDeDCQleb","com.beeper.exclude_from_timeline":true,"displayname":"Vale (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:53.01488071Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4012,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-245101485920469:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-245101485920469%3Amatrix.theocloud.dev","duration":160.904781,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+380963593256 (WA)"},"time":"2026-03-06T19:22:53.01794769Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:53.018805702Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A784250C748A5F81E0A","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A784250C748A5F81E0A","req_id":4006,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":268.353523,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<405944 bytes>","time":"2026-03-06T19:22:53.032755775Z","message":"Request completed"} +{"level":"debug","transaction_id":"1756","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:53.050056038Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1756","time":"2026-03-06T19:22:53.050190694Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":4001,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972687421403_38?ts=1772453836000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":431.043261,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich wahrscheinlich turmstraße","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.118612101Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACF7A8F4F4DFD14D4E5471C8B536993C","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-03-02T12:17:16Z","event_id":"$iiPenYMqvo4Ru_l_l8llpBl7cJGd1cqfIICDaYdKvYg","part_id":"","time":"2026-03-06T19:22:53.118753741Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4002,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972698694913_416?ts=1772569436000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":421.418795,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber nur 5min sonst kein Taschengeld diesen Monat","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.120234116Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1F739ED11A807B9BE4","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T20:23:56Z","event_id":"$WFcflyD9OQUP-B44YcAqd96B5JYYN9tKj674-nK6tqQ","part_id":"","time":"2026-03-06T19:22:53.12042297Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1757","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:53.129771209Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1757","time":"2026-03-06T19:22:53.130076839Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:53.159185045Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:53.170411132Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4016,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491723891168%3Amatrix.theocloud.dev","duration":231.979003,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<16966 bytes>","time":"2026-03-06T19:22:53.180547611Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4022,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-245101485920469:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-245101485920469%3Amatrix.theocloud.dev","duration":23.434714,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:53.194138346Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:53.195125775Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4023,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723891168:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491723891168%3Amatrix.theocloud.dev","duration":22.640748,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:53.203593863Z","message":"Request completed"} +{"level":"debug","transaction_id":"1758","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:53.207845996Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1758","time":"2026-03-06T19:22:53.207973947Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4024,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-119460253987062%3Amatrix.theocloud.dev","duration":22.480111,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-119460253987062","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:53.217872683Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:53.231234405Z","message":"842a0a4bb093db447ff6c516"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4007,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972771095649_417?ts=1772807450000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":460.444175,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich war bis gerade im Gym wegen der 16 Uhr Vorlesung bald","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.231648918Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A219077E20A0FF350C6","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T14:30:50Z","event_id":"$Vjl3oGhA4ris3NgqGJMO4rJABb0--2zaqL1PgdWuLsU","part_id":"","time":"2026-03-06T19:22:53.231749142Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:53.232205072Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4025,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/nePuBbEkcnsxDOvyGZrDWMoY?user_id=%40whatsapp_491723891168%3Amatrix.theocloud.dev","duration":29.708849,"status_code":200,"response_length":16966,"response_mime":"image/jpeg","time":"2026-03-06T19:22:53.233450428Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4026,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-119460253987062:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-119460253987062%3Amatrix.theocloud.dev","duration":40.566658,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:53.258775701Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4027,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723891168:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491723891168%3Amatrix.theocloud.dev","duration":64.921963,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nePuBbEkcnsxDOvyGZrDWMoY"},"time":"2026-03-06T19:22:53.298702465Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4009,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972820539322_16?ts=1772480277000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":479.612998,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jedenfalls","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.300295566Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3ACD14EF60FA959C7ADC","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:37:57Z","event_id":"$snEkSP3-ihS2M1hz3xrFomeouPkBp63wGqwnryELHj8","part_id":"","time":"2026-03-06T19:22:53.300428266Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4011,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972829405441_418?ts=1770150973000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":478.950964,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hat sich ganz doll bedankt und liebe Grüße","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.308500489Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A0E4ED6BCD97507D994","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T20:36:13Z","event_id":"$4W-PWb4YVYl69WUpOojTw-2ykBICoW014PQxcvuRNPY","part_id":"","time":"2026-03-06T19:22:53.308649742Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1759","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:53.332632368Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1759","time":"2026-03-06T19:22:53.332734338Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4013,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972890991810_27?ts=1770585293000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":478.598191,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Diesmal aber etwas slimmer, nur 1200kcal , 100g Eiweiß","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.36974505Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A66DBBC957E12100ADF","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-08T21:14:53Z","event_id":"$srgdUK7ECFkMfReKaERnLM66K4I9xS5KHdyTx-ZABw8","part_id":"","time":"2026-03-06T19:22:53.369912462Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1760","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:53.412767081Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1760","time":"2026-03-06T19:22:53.412913261Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4014,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824972901536586_419?ts=1772107168000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":522.171975,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bro die zwei Mullvad Geräte von dir sind dein Iphone und dein PC oder? Hatte Ana auch mal ein Gerät gegeben, als ich weniger brauchte, aber jetzt hab ich auch Iphone + PC und damit kommen wir halt auf 5 Geräte leider","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.423885052Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AA54CAF7DB791482934","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T11:59:28Z","event_id":"$NVsxm3awY30SvXADlFO7osH6mI0nkenAefJs1iypiMI","part_id":"","time":"2026-03-06T19:22:53.424065874Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4021,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-84533647044725%3Amatrix.theocloud.dev","duration":273.748973,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40858 bytes>","time":"2026-03-06T19:22:53.441526286Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4029,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-119460253987062:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-119460253987062%3Amatrix.theocloud.dev","duration":200.61224,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917634409352 (WA)"},"time":"2026-03-06T19:22:53.459577004Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:53.46070768Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4035,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84533647044725:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-84533647044725%3Amatrix.theocloud.dev","duration":25.686357,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:53.467606553Z","message":"Request completed"} +{"level":"debug","transaction_id":"1761","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:53.494106083Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1761","time":"2026-03-06T19:22:53.49418717Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4036,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/xuXwDpEPvVNdgnvHGCkogLQz?user_id=%40whatsapp_lid-84533647044725%3Amatrix.theocloud.dev","duration":27.599265,"status_code":200,"response_length":40858,"response_mime":"image/jpeg","time":"2026-03-06T19:22:53.495354792Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4037,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-84533647044725:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-84533647044725%3Amatrix.theocloud.dev","duration":44.054508,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xuXwDpEPvVNdgnvHGCkogLQz"},"time":"2026-03-06T19:22:53.53967931Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A784250C748A5F81E0A","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A784250C748A5F81E0A","req_id":4018,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973033182999_420?ts=1772824972000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":545.100123,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":405944,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":405944,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/rjEuLYKVrfzUIHtvLWFWCOmX"},"m.relates_to":{"event_id":"$WNfMaahyetOXicPA_oMIpHvv74u0_GEiU8Y37-UqNaE","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/rjEuLYKVrfzUIHtvLWFWCOmX"},"time":"2026-03-06T19:22:53.578547196Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A784250C748A5F81E0A","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A784250C748A5F81E0A","event_id":"$pfVmNPOR7V_aR6PaOR12elGVggjQb8DIlxJDtVYJu8Y","part_id":"491731828379@s.whatsapp.net:4917641870516@s.whatsapp.net:3A784250C748A5F81E0A","time":"2026-03-06T19:22:53.578683179Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA0C564EDFFD0ACFB20","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA0C564EDFFD0ACFB20","time":"2026-03-06T19:22:53.579383487Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4038,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491636730324%3Amatrix.theocloud.dev","duration":40.685599,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491636730324","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:53.581564519Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4039,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491636730324:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491636730324%3Amatrix.theocloud.dev","duration":25.856772,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:53.607794738Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:53.627899516Z","message":""} +{"level":"debug","transaction_id":"1762","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:53.632771708Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1762","time":"2026-03-06T19:22:53.632923405Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":4019,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973119719030_421?ts=1772453842000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":522.465591,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"I see","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.642346865Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A67FB039A4E0176D43C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T12:17:22Z","event_id":"$bah3PXY57vlb-scAt9QQl7n4sceT0ZCELuf4MWdkjCA","part_id":"","time":"2026-03-06T19:22:53.642490949Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4020,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973121326448_35?ts=1772569540000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":524.809007,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ulli","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.646276606Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A2280526528E16DCFCD","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T20:25:40Z","event_id":"$cJxy1I3En3Q0JYp_k1CdH5SjVHBHOoW17Mx2-Rk0iic","part_id":"","time":"2026-03-06T19:22:53.646401484Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4042,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-119460253987062:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-119460253987062%3Amatrix.theocloud.dev","duration":41.435565,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:53.669684501Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:53.670457655Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4015,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80358888464591:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":743.055426,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QCXIwVHDANbLEfrPboJQeaoY","com.beeper.exclude_from_timeline":true,"displayname":"Karl (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:53.680700713Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4045,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-95575957610651%3Amatrix.theocloud.dev","duration":35.075524,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-95575957610651","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:53.705731671Z","message":"Request completed"} +{"level":"debug","transaction_id":"1763","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:53.725479066Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1763","time":"2026-03-06T19:22:53.725590324Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4047,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95575957610651:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-95575957610651%3Amatrix.theocloud.dev","duration":27.416209,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:53.733492411Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4017,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-198041059483854:matrix.theocloud.dev?user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":719.72778,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GpmbnAzaYSAXefYtDeDCQleb","com.beeper.exclude_from_timeline":true,"displayname":"Vale (WA)","membership":"join"},"time":"2026-03-06T19:22:53.735085721Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4028,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973233729029_422?ts=1772807462000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":538.936898,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Fahre jetzt wieder mit dem Rad nach Hause","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.772800303Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8E49BE26A4721F3496","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T14:31:02Z","event_id":"$E7LqiZhWan36PpYvlcbNfYYozhesWRwxYcIxXahRI0A","part_id":"","time":"2026-03-06T19:22:53.772939639Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4041,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491636730324:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491636730324%3Amatrix.theocloud.dev","duration":199.057343,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Martin Ryu (WA)"},"time":"2026-03-06T19:22:53.80705595Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:53.807929816Z","message":""} +{"level":"debug","transaction_id":"1764","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:53.809364864Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1764","time":"2026-03-06T19:22:53.809851524Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4031,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973301084853_17?ts=1772480292000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":538.40463,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kommt ihr mit, auch wenn wir wie geplant 15 Uhr machen? 😁","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.839621136Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A3500F10EF79C224CD1","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:38:12Z","event_id":"$VR0R5JjvdXy38GMntjRt-1FemSZRaOWSFKSsKuYE0_0","part_id":"","time":"2026-03-06T19:22:53.839773462Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4032,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973310259954_423?ts=1770150981000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":530.917267,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Joo","m.mentions":{"user_ids":["@whatsapp_4917623702252:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$zX5ohFxAeEnBxWwXxFTG6ANlAlVD1rX-5RvP-MnSPGM"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.841323889Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABD70A8EBB17E5A3384","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-03T20:36:21Z","event_id":"$7X3Jla3E7FjN6Z2QD0mt4cgu8Tl-JNGAEQh0yzP3JEs","part_id":"","time":"2026-03-06T19:22:53.841478869Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA0C564EDFFD0ACFB20","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA0C564EDFFD0ACFB20","req_id":4040,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":279.840889,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<77724 bytes>","time":"2026-03-06T19:22:53.874852828Z","message":"Request completed"} +{"level":"debug","transaction_id":"1765","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:53.887538757Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1765","time":"2026-03-06T19:22:53.887686124Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4033,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973370875516_424?ts=1770585496000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":524.067353,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geilll","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.895062089Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3B79EE0EF6A7A0205D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:18:16Z","event_id":"$0lnVPU-OsT_WWelRMZHPCxs0_bR2Jlv9ESLoqhjTQME","part_id":"","time":"2026-03-06T19:22:53.895152116Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4048,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95575957610651:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-95575957610651%3Amatrix.theocloud.dev","duration":178.221806,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491754714679 (WA)"},"time":"2026-03-06T19:22:53.911914315Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:53.912904119Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4034,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973425017474_39?ts=1772107790000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":532.681342,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ne ich hab nur pc","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:53.957875167Z","message":"Request completed"} +{"level":"debug","transaction_id":"1766","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:53.957969593Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1766","time":"2026-03-06T19:22:53.958073728Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AEEAE6E30485E85BE2A","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T12:09:50Z","event_id":"$uVM_J3ECh10Q3CDce--r5mEsFNG058fSsx_L7rU-SpU","part_id":"","time":"2026-03-06T19:22:53.958047537Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1767","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:54.025180565Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1767","time":"2026-03-06T19:22:54.025299576Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4030,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80522080477241:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":745.818873,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BGFNBeGGNGSHJjqGowzMuqpx","com.beeper.exclude_from_timeline":true,"displayname":"Makhkam (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:54.045734358Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:54.070519541Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":4043,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973643888352_39?ts=1772453848000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":465.820768,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ach der","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$Rms_8Us3otf6aNBfU4GDxkf3aKtjeDgSOz044dzKLS8"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:54.109889313Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACE902841E08C3A794B614AF311F7929","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-03-02T12:17:28Z","event_id":"$qcBL7xQfFzXyYKLcMYjFsvkxA5ulV6y7TU0QgBW3T4E","part_id":"","time":"2026-03-06T19:22:54.110087316Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4044,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973647020566_425?ts=1772569556000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":471.341655,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:54.118492476Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A21964F27E0B8CF81F7","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T20:25:56Z","event_id":"$_pU3Yq8idZlPtYSRXZJSGj977J18mXW40GnRoOH8Bcc","part_id":"","time":"2026-03-06T19:22:54.118638307Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1768","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:54.122766121Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1768","time":"2026-03-06T19:22:54.123070563Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1769","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:54.183287606Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1769","time":"2026-03-06T19:22:54.18346256Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4050,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973773803307_40?ts=1772807531000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":449.299315,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Achso Oki","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:54.223229176Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A388FDAB03DB712F4CB","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-06T14:32:11Z","event_id":"$gsLprpqj2i6jbR4NGuEdiI4qMiO21bo1u4oNgJIp_eo","part_id":"","time":"2026-03-06T19:22:54.22334693Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1770","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:54.265215447Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1770","time":"2026-03-06T19:22:54.265326566Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4051,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973840722478_9?ts=1772480330000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":434.023707,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gegenfrage! Würdest du mitkommen wenn wir das auf nach der uni vorziehen? 🤙🏼","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:54.27488559Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A7C34A47159E9298DB5","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:38:50Z","event_id":"$U3rlDZwwP6Ew5FhDHtKMGmBIUpwjYgG8dzSYHGiU9pg","part_id":"","time":"2026-03-06T19:22:54.275025763Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4052,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824973842191609_27?ts=1770151330751&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":461.84982,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$7X3Jla3E7FjN6Z2QD0mt4cgu8Tl-JNGAEQh0yzP3JEs","key":"❤️"}},"time":"2026-03-06T19:22:54.304187748Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABD70A8EBB17E5A3384","target_part_id":"","reaction_sender_id":{"user_id":"4917623702252"},"reaction_ts":"2026-02-03T20:42:10.751Z","event_id":"$DcME7RJdrctNAYdCrdx7sONp-ux6-jMTbYR-d1bllog","time":"2026-03-06T19:22:54.304358931Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:54.311193131Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4046,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80358888464591:matrix.theocloud.dev?user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":635.49724,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QCXIwVHDANbLEfrPboJQeaoY","com.beeper.exclude_from_timeline":true,"displayname":"Karl (WA)","membership":"join"},"time":"2026-03-06T19:22:54.316701097Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","source_jid":"4917656979328@s.whatsapp.net","alt_jid":"38504566390811@lid","source_push_name":"Ahmad Al koudsi","alt_push_name":"Al koudsi","time":"2026-03-06T19:22:54.317499672Z","message":"Conflicting push names between JIDs"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:54.317610652Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA0C564EDFFD0ACFB20","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA0C564EDFFD0ACFB20","req_id":4053,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973875228020_35?ts=1772824972000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":482.814913,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":77724,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":77724,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AmCiPXRbRVzGjBYKIndEkMYi"},"m.relates_to":{"event_id":"$6wEm7iBSoe4i6qJ4L9vuQH1CaiBV38fDIFYYucBooEg","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AmCiPXRbRVzGjBYKIndEkMYi"},"time":"2026-03-06T19:22:54.35838076Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA0C564EDFFD0ACFB20","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA0C564EDFFD0ACFB20","event_id":"$RdOhifU4NbT_QD8Z8Xii7QmflVOoOPtdHCT_jCiGueQ","part_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA0C564EDFFD0ACFB20","time":"2026-03-06T19:22:54.358558788Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A544C629AEBA9B6C72E","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A544C629AEBA9B6C72E","time":"2026-03-06T19:22:54.359318462Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4063,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917656979328%3Amatrix.theocloud.dev","duration":44.431656,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917656979328","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:54.362325239Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4054,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973895673907_426?ts=1770585506000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":469.042589,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"\"Nur\"","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:54.364833552Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A719BB2685232BECBFB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:18:26Z","event_id":"$kKINdiAiAlz4NMWPtP5yxhiyaoTyuIv3J1VjVoMFYlA","part_id":"","time":"2026-03-06T19:22:54.364965903Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1771","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:54.36928257Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1771","time":"2026-03-06T19:22:54.369402978Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4057,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-95575957610651%3Amatrix.theocloud.dev","duration":285.856329,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<51824 bytes>","time":"2026-03-06T19:22:54.37468256Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4065,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656979328:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917656979328%3Amatrix.theocloud.dev","duration":23.439813,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:54.386138637Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4068,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95575957610651:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-95575957610651%3Amatrix.theocloud.dev","duration":24.869412,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:54.399909774Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4070,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XxJNIiGmETkqWJeqwzopvXag?user_id=%40whatsapp_lid-95575957610651%3Amatrix.theocloud.dev","duration":28.75662,"status_code":200,"response_length":51824,"response_mime":"image/jpeg","time":"2026-03-06T19:22:54.428809362Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4049,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-276351164624932:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":702.09828,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZDFCsTYRdxovxPMMbdNXIlnB","com.beeper.exclude_from_timeline":true,"displayname":"+491794397891 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:54.438009536Z","message":"Request completed"} +{"level":"debug","transaction_id":"1772","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:54.447690085Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1772","time":"2026-03-06T19:22:54.448124853Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4055,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824973958978394_40?ts=1772107794000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":494.874776,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und server teilen wir uns","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:54.453986011Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AB9FEEE1C888825C283","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T12:09:54Z","event_id":"$RLyiAbAdH2yYgafKu-3Xofnoz4lgxq_SGxq5U4nvVeI","part_id":"","time":"2026-03-06T19:22:54.454135473Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4071,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95575957610651:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-95575957610651%3Amatrix.theocloud.dev","duration":52.940533,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XxJNIiGmETkqWJeqwzopvXag"},"time":"2026-03-06T19:22:54.482009777Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:54.48314611Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4074,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-4157629010109%3Amatrix.theocloud.dev","duration":41.484525,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-4157629010109","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:54.524952328Z","message":"Request completed"} +{"level":"debug","transaction_id":"1773","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:54.545264746Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1773","time":"2026-03-06T19:22:54.545600687Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4075,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-4157629010109:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-4157629010109%3Amatrix.theocloud.dev","duration":42.011973,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:22:54.567383284Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4069,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656979328:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917656979328%3Amatrix.theocloud.dev","duration":207.682157,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ahmad Al koudsi (WA)"},"time":"2026-03-06T19:22:54.594023267Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:54.594883653Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4059,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824974119587253_36?ts=1772569568000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":501.100441,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":615970,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/WZitKiwayTTzMLFuvDsMGWNl"},"time":"2026-03-06T19:22:54.620913773Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A109AC1DD1C1D1A650C","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-03T20:26:08Z","event_id":"$74ydm4_yo19IILu3F8tX5_93jrtHuEu3L5KnuRamp68","part_id":"","time":"2026-03-06T19:22:54.621042981Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":4058,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974111055818_40?ts=1772453904000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":523.919776,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Die eine Stange hatte eine perfekte Höhe für mich","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:54.635112345Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC734FBEF850BE1FAAEB148E484F3A6F","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-03-02T12:18:24Z","event_id":"$jq5BE8d9Ku6ejoqxmPmDh7Z9HE4lAonO02VIp-TD-0Q","part_id":"","time":"2026-03-06T19:22:54.635221997Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4064,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491636730324%3Amatrix.theocloud.dev","duration":318.58767,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40858 bytes>","time":"2026-03-06T19:22:54.64147469Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4079,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491636730324:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491636730324%3Amatrix.theocloud.dev","duration":39.541165,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:54.681365416Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A544C629AEBA9B6C72E","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A544C629AEBA9B6C72E","req_id":4067,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":306.779378,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<13706 bytes>","time":"2026-03-06T19:22:54.681585419Z","message":"Request completed"} +{"level":"debug","transaction_id":"1774","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:54.696398252Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1774","time":"2026-03-06T19:22:54.696501339Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4080,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/gSjygfdiFZUuoMHhuAzFjVZh?user_id=%40whatsapp_491636730324%3Amatrix.theocloud.dev","duration":16.096882,"status_code":200,"response_length":40858,"response_mime":"image/jpeg","time":"2026-03-06T19:22:54.697592205Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4056,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80522080477241:matrix.theocloud.dev?user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":688.471786,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BGFNBeGGNGSHJjqGowzMuqpx","com.beeper.exclude_from_timeline":true,"displayname":"Makhkam (WA)","membership":"join"},"time":"2026-03-06T19:22:54.734900724Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:54.747736046Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4076,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-4157629010109:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-4157629010109%3Amatrix.theocloud.dev","duration":182.903818,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915906652191 (WA)"},"time":"2026-03-06T19:22:54.750447739Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:54.751191768Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4082,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491636730324:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491636730324%3Amatrix.theocloud.dev","duration":54.706282,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gSjygfdiFZUuoMHhuAzFjVZh"},"time":"2026-03-06T19:22:54.752494465Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"84533647044725@lid","alternate_jid":"491636730324@s.whatsapp.net","time":"2026-03-06T19:22:54.7529967Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4060,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974224094312_427?ts=1772807614000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":535.878089,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab eig gehofft, dass ich dich do kurz sehen kann wie letzte Woche (das war voll schön), aber diese Vorlesung darf ich nicht verpassen leider","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:54.760090503Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A51EBF248808AE39EAE","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T14:33:34Z","event_id":"$GpUwSeWuLfC4XfIh2Bf4emAud9beOeOPqBHF2SU05Gg","part_id":"","time":"2026-03-06T19:22:54.760208327Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1775","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:54.783264427Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1775","time":"2026-03-06T19:22:54.783383857Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4084,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-92655430197386%3Amatrix.theocloud.dev","duration":41.951978,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-92655430197386","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:54.795649895Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4087,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-92655430197386:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-92655430197386%3Amatrix.theocloud.dev","duration":16.488348,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:54.812491225Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4061,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974275969750_10?ts=1772480379000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":560.361414,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich würd dir auch ein spind am ostbahnhof für dein rucksack bezahlen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:54.836453737Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A10D62D95E698CA7C80","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:39:39Z","event_id":"$2C2cNExSAM2WH-PvVVio0glBr35viUNYca_foOlRvC4","part_id":"","time":"2026-03-06T19:22:54.836563739Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4062,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974305542407_28?ts=1770151322000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":559.140223,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":19870},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"hH/y7dqsEgITybuOzZGXbHE5aOOX15vHbe3N1nEuzJk=","length":19870,"type":"WhatsApp Image Keys","sha256":"FOApAcRlfDgbY+M+Yfr3MaIzPcwGBYjVGUQfL3JZQgs=","enc_sha256":"Cc4U7pfVtJiuzfFWneitmNslaZEYkM2I0GKIJszpO6g=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$4W-PWb4YVYl69WUpOojTw-2ykBICoW014PQxcvuRNPY"}},"msgtype":"m.notice"},"time":"2026-03-06T19:22:54.864917928Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AB384DC390B777F4F5D","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-03T20:42:02Z","event_id":"$KRUVkiMIPEd6uM1vuyVe4FvnPLAVbkw6Iz5Y2wmdRag","part_id":"","time":"2026-03-06T19:22:54.865064876Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1776","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:54.870217625Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1776","time":"2026-03-06T19:22:54.870506213Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4066,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974366260148_28?ts=1770585897000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":526.298602,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":15270},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"vEJidQcCb7clg3cZkVMxKwp22gB3l96TrdTBzGo3G38=","length":15270,"type":"WhatsApp Image Keys","sha256":"eHAw6lPg29H+otz5prURFHVwTF5MhGbOg8yJ2E0rSlU=","enc_sha256":"TdjNA7czCqFNPYvxbb30s/j1vW9YWVMaZQ7QWCW+9wo=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$kKINdiAiAlz4NMWPtP5yxhiyaoTyuIv3J1VjVoMFYlA"}},"msgtype":"m.notice"},"time":"2026-03-06T19:22:54.892856627Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A926284813638BED283","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-08T21:24:57Z","event_id":"$EOT84ZLTITsI7jFRUyDQKwYnnIVYtDQfsO8dsg7oW-w","part_id":"","time":"2026-03-06T19:22:54.892997429Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:54.913439195Z","message":""} +{"level":"debug","transaction_id":"1777","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:54.949598182Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1777","time":"2026-03-06T19:22:54.949764057Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4092,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-4157629010109:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-4157629010109%3Amatrix.theocloud.dev","duration":38.088797,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:54.951854993Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:54.95262193Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4093,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-69050206027927%3Amatrix.theocloud.dev","duration":13.928632,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-69050206027927","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:54.966792425Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4088,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-92655430197386:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-92655430197386%3Amatrix.theocloud.dev","duration":170.080649,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Elias Spurny (WA)"},"time":"2026-03-06T19:22:54.98274229Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:54.983659737Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4094,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-69050206027927:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-69050206027927%3Amatrix.theocloud.dev","duration":16.589828,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:54.983682366Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4085,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917656979328%3Amatrix.theocloud.dev","duration":231.250549,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<30937 bytes>","time":"2026-03-06T19:22:54.985863189Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4073,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974454958773_41?ts=1772107805000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":543.833885,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"hab also nur ein platz","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:54.998903776Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A59D1D26DE44FC9FA45","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T12:10:05Z","event_id":"$jcyKHOvcwt_wgA__aXV5vYGqQBXVjf6zE4IvPTO84WU","part_id":"","time":"2026-03-06T19:22:54.999040737Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1778","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:55.001962236Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1778","time":"2026-03-06T19:22:55.002113584Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4096,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656979328:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917656979328%3Amatrix.theocloud.dev","duration":24.562038,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:55.010758094Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4098,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XBheAIdzoYGFiPMvSwZlVgDM?user_id=%40whatsapp_4917656979328%3Amatrix.theocloud.dev","duration":23.96754,"status_code":200,"response_length":30937,"response_mime":"image/jpeg","time":"2026-03-06T19:22:55.034850023Z","message":"Request completed"} +{"level":"debug","transaction_id":"1779","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.060826715Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1779","time":"2026-03-06T19:22:55.060933154Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4099,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656979328:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917656979328%3Amatrix.theocloud.dev","duration":34.455256,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XBheAIdzoYGFiPMvSwZlVgDM"},"time":"2026-03-06T19:22:55.069577664Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4077,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974621919711_37?ts=1772611968000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":467.801423,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":":0","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":258807,"w":1152},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/PnZwozrsJFCbUsjGkYBhqagj"},"time":"2026-03-06T19:22:55.089905657Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3ADB48C1CDB01F32ACD6","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-04T08:12:48Z","event_id":"$Cr4xhiFv_rYbEzPiOGEV-ZFBPQJYAnGqY7TxuOm55UQ","part_id":"","time":"2026-03-06T19:22:55.090018243Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4072,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-276351164624932:matrix.theocloud.dev?user_id=%40whatsapp_lid-276351164624932%3Amatrix.theocloud.dev","duration":659.320068,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZDFCsTYRdxovxPMMbdNXIlnB","com.beeper.exclude_from_timeline":true,"displayname":"+491794397891 (WA)","membership":"join"},"time":"2026-03-06T19:22:55.098113792Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:55.098620917Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":4078,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974636095863_41?ts=1772453910000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":462.801559,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Scheiße man haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.098998693Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC5DACF016F169440733ED6E6CF8F3F","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-03-02T12:18:30Z","event_id":"$GVg0rbqfh96T3mCFsE9VYWL1yKhbVMaLa76nlr7BrdU","part_id":"","time":"2026-03-06T19:22:55.0990663Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4102,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917656766415%3Amatrix.theocloud.dev","duration":20.192429,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917656766415","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:55.119027203Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4095,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-69050206027927:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-69050206027927%3Amatrix.theocloud.dev","duration":146.096487,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Scheggia (WA)"},"time":"2026-03-06T19:22:55.129931248Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:55.13082411Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A544C629AEBA9B6C72E","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A544C629AEBA9B6C72E","req_id":4081,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974682024237_36?ts=1772824972000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":454.438165,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":13706,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":13706,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/WBerGrPltFsitemvZpohhhNv"},"m.relates_to":{"event_id":"$KupP-n5dlQVVdlnGQbTusKEDw88Gb0R98A922jSF77U","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/WBerGrPltFsitemvZpohhhNv"},"time":"2026-03-06T19:22:55.136739536Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A544C629AEBA9B6C72E","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A544C629AEBA9B6C72E","event_id":"$LkXdHTpj1G-3xi8fTGygf5l2gQCDybDsIe787DmGJxQ","part_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A544C629AEBA9B6C72E","time":"2026-03-06T19:22:55.136898846Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4104,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656766415:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917656766415%3Amatrix.theocloud.dev","duration":17.663583,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:55.137170602Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A4245D0317426999C63","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A4245D0317426999C63","time":"2026-03-06T19:22:55.137584417Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:55.144419315Z","message":""} +{"level":"debug","transaction_id":"1780","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.149455427Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1780","time":"2026-03-06T19:22:55.149549644Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4106,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-92655430197386:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-92655430197386%3Amatrix.theocloud.dev","duration":27.410691,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:55.172179986Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4108,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917634360138%3Amatrix.theocloud.dev","duration":22.02453,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917634360138","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:55.195027327Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4086,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974760922045_428?ts=1772807630000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":436.068547,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber wir sehen uns morgen Maus ❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.197115539Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD6D33DB70000716C9C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T14:33:50Z","event_id":"$mkXvMsZ7HDkot6bGOOmZDG1F35GkZUzvQxOByp3YvaA","part_id":"","time":"2026-03-06T19:22:55.197239439Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1781","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.223574072Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1781","time":"2026-03-06T19:22:55.223956039Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4109,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634360138:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634360138%3Amatrix.theocloud.dev","duration":30.263536,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:55.225634557Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4089,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974837299806_18?ts=1772480438000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":418.233431,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich finde bisschen Quatsch grad, warum am Abend vorher Plan ändern 🫩","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.255697995Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AF72DA49CC60B6C08E0","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:40:38Z","event_id":"$TiqQW2H1jzVThnvwCoUB8V3Fkk88EZSmSjJCaXECJ2g","part_id":"","time":"2026-03-06T19:22:55.255839495Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4090,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974865797940_29?ts=1770151325000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":403.29125,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":141526},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"w14Hfyl9e3reX1rfJAwSE6WVnIOPD0nO624HLaQpY3I=","length":141526,"type":"WhatsApp Image Keys","sha256":"ElpvfnHz93mj9O/DTWUw14nbdWXmtOdgLyWzC+ggbgU=","enc_sha256":"+te1CeTOdQCNkJK8Poo3EUSOMdCYVYV7LfKr/0N/oqI=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:55.269286634Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A31B03903EB3B0E02AC","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-03T20:42:05Z","event_id":"$tfXMUvtr0QaQRoZUAh0mK8z9CW4OL3SS85ouOCjAKh8","part_id":"","time":"2026-03-06T19:22:55.269451043Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:55.280916549Z","message":""} +{"level":"debug","transaction_id":"1782","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.298409926Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1782","time":"2026-03-06T19:22:55.298547725Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4091,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974893620980_429?ts=1770585951000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":414.442816,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Da Maggus wär stolz","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.308187207Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD22EBD502685B40659","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:25:51Z","event_id":"$wyIrsHctRI9R-uUBayJblQUUG5jiESgsiVsr5Y-dLg0","part_id":"","time":"2026-03-06T19:22:55.308311107Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4105,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656766415:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917656766415%3Amatrix.theocloud.dev","duration":170.980705,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917656766415 (WA)"},"time":"2026-03-06T19:22:55.308368726Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:55.31090316Z","message":""} +{"level":"debug","transaction_id":"1783","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.362654001Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1783","time":"2026-03-06T19:22:55.362799133Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4083,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-199870648455306:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":656.908486,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/crKSWuMnVganZAFfyMcaNcwQ","com.beeper.exclude_from_timeline":true,"displayname":"Anja (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:55.392648784Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634360138:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634360138%3Amatrix.theocloud.dev","duration":170.986083,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Elias Spurny (WA)"},"time":"2026-03-06T19:22:55.396779112Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:55.397504843Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A4245D0317426999C63","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A4245D0317426999C63","req_id":4107,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":254.753708,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<13706 bytes>","time":"2026-03-06T19:22:55.400436329Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4097,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824974999861592_42?ts=1772107810000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":453.835985,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"sollte der letzte sein","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.453845084Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A393B2C6CC7D653B7EE","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T12:10:10Z","event_id":"$uyAo9ITOma7yc7F5BmxWgAAyZAzPcVWpc9rm7UIOfU8","part_id":"","time":"2026-03-06T19:22:55.454007467Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1784","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.458577731Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1784","time":"2026-03-06T19:22:55.458667898Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:55.469901947Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4119,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656766415:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917656766415%3Amatrix.theocloud.dev","duration":27.040388,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:55.497255158Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:55.498087677Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4120,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_48723807797%3Amatrix.theocloud.dev","duration":28.487518,"status_code":200,"response_length":93,"response_mime":"application/json","req_body":{"username":"whatsapp_48723807797","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:55.526855053Z","message":"Request completed"} +{"level":"debug","transaction_id":"1785","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.532273552Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1785","time":"2026-03-06T19:22:55.532552571Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4101,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975090543037_38?ts=1772611983000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":451.680654,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ausm ball","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.542318258Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A2F4021E923087B01E2","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-04T08:13:03Z","event_id":"$uPYI_5sm6QYcqwPl4Aa8orEiLlZLhx7YHWonSOYDKNo","part_id":"","time":"2026-03-06T19:22:55.542451796Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4114,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-69050206027927%3Amatrix.theocloud.dev","duration":251.578054,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<69531 bytes>","time":"2026-03-06T19:22:55.543406679Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":4103,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975099572587_42?ts=1772453930000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":450.052773,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also für klimmzüge","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.549707912Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACD8A5E3AA00E17CFAB5BCBDCF1B8090","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-03-02T12:18:50Z","event_id":"$dxp7wQIwQRmpbPzq0bpJIp8TM7vQmCyOJ-UfH9G9yKM","part_id":"","time":"2026-03-06T19:22:55.549813304Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4121,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_48723807797:matrix.theocloud.dev/displayname?user_id=%40whatsapp_48723807797%3Amatrix.theocloud.dev","duration":24.828834,"status_code":200,"response_length":38,"response_mime":"application/json","time":"2026-03-06T19:22:55.552124592Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4123,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-69050206027927:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-69050206027927%3Amatrix.theocloud.dev","duration":27.011892,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:55.570695006Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4126,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/OmKHHLKcFkOcOmnokmCmDDgX?user_id=%40whatsapp_lid-69050206027927%3Amatrix.theocloud.dev","duration":16.9301,"status_code":200,"response_length":69531,"response_mime":"image/jpeg","time":"2026-03-06T19:22:55.587747749Z","message":"Request completed"} +{"level":"debug","transaction_id":"1786","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.592452041Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1786","time":"2026-03-06T19:22:55.592552125Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4127,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-69050206027927:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-69050206027927%3Amatrix.theocloud.dev","duration":32.456931,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OmKHHLKcFkOcOmnokmCmDDgX"},"time":"2026-03-06T19:22:55.62044375Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:55.621485167Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4110,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975198063368_41?ts=1772809129000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":437.850361,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yes zum legday","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.6360194Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A1E105408A8A7ED580F","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-06T14:58:49Z","event_id":"$GXKcksMyyKwpq9vLjHsIlRglNOVru_0PJB5JmxuKhew","part_id":"","time":"2026-03-06T19:22:55.636131636Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:55.639262523Z","message":""} +{"level":"debug","transaction_id":"1787","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.649318543Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1787","time":"2026-03-06T19:22:55.649437764Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4128,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-259579434823822%3Amatrix.theocloud.dev","duration":29.522789,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-259579434823822","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:55.651270773Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:55.665030875Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4130,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-259579434823822:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-259579434823822%3Amatrix.theocloud.dev","duration":26.603594,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:55.678272608Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:55.682146825Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4131,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634360138:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917634360138%3Amatrix.theocloud.dev","duration":19.339167,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:55.684681119Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"92655430197386@lid","alternate_jid":"4917634360138@s.whatsapp.net","time":"2026-03-06T19:22:55.685140891Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4112,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975256641423_19?ts=1772480461000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":432.844421,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich befürchte ich würde das dann spontan entscheiden aus oben genannten Gründen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.689595426Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A52496A51E1A1E0BA59","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:41:01Z","event_id":"$gqFsV0b18tTCWoBs7HhXEYYzi6O8oQRwQl0qG105S8g","part_id":"","time":"2026-03-06T19:22:55.689707872Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4125,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_48723807797:matrix.theocloud.dev/displayname?user_id=%40whatsapp_48723807797%3Amatrix.theocloud.dev","duration":141.164929,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Michał (WA)"},"time":"2026-03-06T19:22:55.69348906Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:55.694534877Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4113,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975270213091_430?ts=1770368506000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":437.021684,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moooin, wie gehts dir mittlerweile Bro?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.707357277Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A39CDEC563D266801E8","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T09:01:46Z","event_id":"$3fjyTlZuq8uOkrcS6rvGr3sAI4-E7Auvt5wEUoqzWtY","part_id":"","time":"2026-03-06T19:22:55.707466371Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4100,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-275883097071617:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":640.929148,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sCTgPORBQRLSQYTETlrunLuQ","com.beeper.exclude_from_timeline":true,"displayname":"andac (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:55.711488304Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4133,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":28.171972,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-224927957410033","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:55.713899816Z","message":"Request completed"} +{"level":"debug","transaction_id":"1788","content":{"pdu":1,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:55.721689317Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1788","time":"2026-03-06T19:22:55.721817408Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4137,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-224927957410033:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":27.388202,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:55.741615997Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975309100393_29?ts=1770585978000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":435.347566,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Des Bedarfs","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.744552862Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3ADA760E786866FAA3D7","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-08T21:26:18Z","event_id":"$Tugtnn-4R-lOn0myl84S5AXIkUBX3zzGPe7VOAlcCyY","part_id":"","time":"2026-03-06T19:22:55.744658882Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1789","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.778320102Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1789","time":"2026-03-06T19:22:55.778472149Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4132,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-259579434823822:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-259579434823822%3Amatrix.theocloud.dev","duration":124.939885,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917646028166 (WA)"},"time":"2026-03-06T19:22:55.803402953Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:55.804212145Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A4245D0317426999C63","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A4245D0317426999C63","req_id":4117,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975400782537_37?ts=1772824972000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":415.531097,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":13706,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":13706,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/koAAJEaYseOnAzjpUJeIwIUV"},"m.relates_to":{"event_id":"$NHViEQXB_5_lPvpyNOnHLhOXCHiMwNA7onrxSFNZXQU","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/koAAJEaYseOnAzjpUJeIwIUV"},"time":"2026-03-06T19:22:55.816624292Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A4245D0317426999C63","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A4245D0317426999C63","event_id":"$tZx0Qoiwm1WYC13JVkhk3U75q39k0KQDIjR5Oft906c","part_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A4245D0317426999C63","time":"2026-03-06T19:22:55.81678891Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA2F4552846D5B5C4E4","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA2F4552846D5B5C4E4","time":"2026-03-06T19:22:55.817482723Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1790","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.821080434Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1790","time":"2026-03-06T19:22:55.821418121Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4138,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-224927957410033:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":123.013078,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Esther (WA)"},"time":"2026-03-06T19:22:55.864858787Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:55.865594434Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4118,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975454898514_43?ts=1772107820000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":412.914389,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"der eingetragen wurde","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.867953914Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A3664FFF9AE47BDB200","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T12:10:20Z","event_id":"$ztqpiSNqX5G9c7bZku59LNnHdQfOvtBDmTY4hbmwtYs","part_id":"","time":"2026-03-06T19:22:55.868099395Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1791","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.885878986Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1791","time":"2026-03-06T19:22:55.886050728Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4122,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975543153361_431?ts=1772620000000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":370.770135,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kranker Scheiß","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.91407198Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7AE09CD4EEF4279448","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T10:26:40Z","event_id":"$eCafb7Q8U4YzZWfi8SZJ9HprDgvEUMn32UEbDApUj44","part_id":"","time":"2026-03-06T19:22:55.914220674Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":4124,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975550531073_432?ts=1772454440000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":370.567732,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja aber da wirds auch safe noch eine andere dann geben, die die selbe Höhe bestimmt hat","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:55.921240793Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A649FB578A2450D6F85","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T12:27:20Z","event_id":"$ZVodypQzmG4qi1XdD8nLsJMfgJRdVZ7PASD9twWxQ4s","part_id":"","time":"2026-03-06T19:22:55.921419101Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4116,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-199870648455306:matrix.theocloud.dev?user_id=%40whatsapp_lid-199870648455306%3Amatrix.theocloud.dev","duration":532.887445,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/crKSWuMnVganZAFfyMcaNcwQ","com.beeper.exclude_from_timeline":true,"displayname":"Anja (WA)","membership":"join"},"time":"2026-03-06T19:22:55.926296182Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:55.927136384Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4144,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915756437140%3Amatrix.theocloud.dev","duration":34.110654,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915756437140","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:55.961573969Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:55.973222043Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:55.979892393Z","message":""} +{"level":"debug","transaction_id":"1792","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:55.980869136Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1792","time":"2026-03-06T19:22:55.980966426Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4145,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915756437140:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915756437140%3Amatrix.theocloud.dev","duration":20.9843,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:55.982944078Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4146,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-259579434823822:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-259579434823822%3Amatrix.theocloud.dev","duration":11.537863,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:55.991716469Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:55.992392891Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4129,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975636867564_433?ts=1772809152000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":381.720974,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yippiee","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:56.018709434Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A41686345E25C5FB414","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T14:59:12Z","event_id":"$ITeFolVad2UFpRc9CZoqR3KOqatSVdLC5ZAaqt7erNM","part_id":"","time":"2026-03-06T19:22:56.018801975Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4149,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-57879650386021%3Amatrix.theocloud.dev","duration":28.527119,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-57879650386021","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:56.021112704Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4151,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-57879650386021:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-57879650386021%3Amatrix.theocloud.dev","duration":38.205014,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:56.05971959Z","message":"Request completed"} +{"level":"debug","transaction_id":"1793","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:56.062768552Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1793","time":"2026-03-06T19:22:56.063031508Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA2F4552846D5B5C4E4","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA2F4552846D5B5C4E4","req_id":4140,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":258.025327,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<82142 bytes>","time":"2026-03-06T19:22:56.09037522Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4135,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975708213613_30?ts=1770383716000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":419.100872,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Noch nicht alles ganz weg leider","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:56.127464924Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A9E10E3E08B2FE81CB7","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-06T13:15:16Z","event_id":"$ao0lzamZNKOIz7VSnWHXCYIR0hpTdWmtE0m6NG4H01w","part_id":"","time":"2026-03-06T19:22:56.127654616Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4134,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824975690309423_11?ts=1772480527542&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":444.396881,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$gqFsV0b18tTCWoBs7HhXEYYzi6O8oQRwQl0qG105S8g","key":"👍️"}},"time":"2026-03-06T19:22:56.134850388Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363192861790277@g.us:266657507356684@lid:3A52496A51E1A1E0BA59","target_part_id":"","reaction_sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"reaction_ts":"2026-03-02T19:42:07.542Z","event_id":"$-k06t-yhdsN8IQoeh5XEYGf6JHZb-B80giRFMurbt_g","time":"2026-03-06T19:22:56.135024295Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"1794","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:56.155235443Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1794","time":"2026-03-06T19:22:56.155375267Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975745377978_30?ts=1770585989000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":413.476478,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"video.mp4","info":{"duration":4000,"fi.mau.autoplay":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":104,"mimetype":"video/mp4","size":172151,"w":186},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/hITGFStJNnPQyGvSrxxDfAYv"},"time":"2026-03-06T19:22:56.159090104Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AF9B07F542EA5F7B384","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-08T21:26:29Z","event_id":"$sT5vpdNql2uWCa9lQ2dE68TChFwaG8rwPFnCz1lzTfM","part_id":"","time":"2026-03-06T19:22:56.159265059Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4147,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915756437140:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915756437140%3Amatrix.theocloud.dev","duration":190.224678,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915756437140 (WA)"},"time":"2026-03-06T19:22:56.173378632Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:56.174165125Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:56.196734494Z","message":""} +{"level":"debug","transaction_id":"1795","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:56.202816493Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1795","time":"2026-03-06T19:22:56.202979366Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4152,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-57879650386021:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-57879650386021%3Amatrix.theocloud.dev","duration":149.525809,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Brn (WA)"},"time":"2026-03-06T19:22:56.209491593Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:56.210361128Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4148,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_48723807797%3Amatrix.theocloud.dev","duration":229.912372,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<45061 bytes>","time":"2026-03-06T19:22:56.214747847Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4158,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_48723807797:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_48723807797%3Amatrix.theocloud.dev","duration":13.340281,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:56.228466882Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4136,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-275883097071617:matrix.theocloud.dev?user_id=%40whatsapp_lid-275883097071617%3Amatrix.theocloud.dev","duration":534.298397,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sCTgPORBQRLSQYTETlrunLuQ","com.beeper.exclude_from_timeline":true,"displayname":"andac (WA)","membership":"join"},"time":"2026-03-06T19:22:56.246604624Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4159,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/lXLumuIbxjwZEQYlvgVprGCD?user_id=%40whatsapp_48723807797%3Amatrix.theocloud.dev","duration":21.130759,"status_code":200,"response_length":45061,"response_mime":"image/jpeg","time":"2026-03-06T19:22:56.249755625Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4162,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_48723807797:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_48723807797%3Amatrix.theocloud.dev","duration":42.383883,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lXLumuIbxjwZEQYlvgVprGCD"},"time":"2026-03-06T19:22:56.292441575Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4141,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975868841119_434?ts=1772111742000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":423.458816,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"alles klar :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:56.292458197Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE2404F37BD66A17D83","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T13:15:42Z","event_id":"$lDudcrznRiTaqAbGMyPbHQ6Ga2PVf00wcfkgUwKPbMc","part_id":"","time":"2026-03-06T19:22:56.292594599Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1796","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:56.311497951Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1796","time":"2026-03-06T19:22:56.311614937Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4142,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975915122686_435?ts=1772620002000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":415.115605,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bin neidisch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:56.33040703Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A79EF6139569468C94F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T10:26:42Z","event_id":"$qs1sYFvcinATTuy62KrLO0zpisyrz7SlEuSDGcfXGYM","part_id":"","time":"2026-03-06T19:22:56.330566689Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:56.338498459Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":4143,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824975922261537_43?ts=1772458152000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":425.343717,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"War schon bei anderen FitX, die die neue Turnecke haben. Die stangen sind leider nicht gleich. Dafür gibt es eine Sprossenwand","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:56.347754298Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:AC730B4D4CE6BCE321A5C1D01B6888CD","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-03-02T13:29:12Z","event_id":"$6E_t1cCQMwNcLvHjEADaIy6R2xRU6qRmSoA2MExfmYo","part_id":"","time":"2026-03-06T19:22:56.34792583Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1797","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:56.380809636Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1797","time":"2026-03-06T19:22:56.381076084Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:56.402959184Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4150,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976019466663_42?ts=1772814440000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":428.224987,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"Voice message.ogg","info":{"duration":83000,"mimetype":"audio/ogg; codecs=opus","size":190000},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":83000,"waveform":[19,65,82,97,84,67,80,35,73,88,69,64,66,56,86,54,71,94,71,83,41,38,91,93,77,63,88,56,4,78,79,51,52,39,64,74,85,45,26,95,53,62,68,10,55,74,79,56,56,71,77,72,50,42,65,40,30,9,97,76,39,14,19,9]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/reEMjFQhvZZuZaOROqVcUzDl"},"time":"2026-03-06T19:22:56.448060627Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A92EEF6E5229944B6C4","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-06T16:27:20Z","event_id":"$Tuc6jHbSRDRhDdKDJmZCBHdfmS5a_y16c_6Te3p9jzo","part_id":"","time":"2026-03-06T19:22:56.448326167Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4157,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":243.86936,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<73409 bytes>","time":"2026-03-06T19:22:56.449680757Z","message":"Request completed"} +{"level":"debug","transaction_id":"1798","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:56.460927936Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1798","time":"2026-03-06T19:22:56.461059169Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4170,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-224927957410033:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":47.378858,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:56.497453315Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4171,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/pRZshXqBfCrhzBxwISlhmuiI?user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":28.030261,"status_code":200,"response_length":73409,"response_mime":"image/jpeg","time":"2026-03-06T19:22:56.525661115Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA2F4552846D5B5C4E4","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA2F4552846D5B5C4E4","req_id":4153,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976090849519_38?ts=1772824972000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":471.931751,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":82142,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":82142,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/YIgmTeBOYJbJERWaleBDfRmh"},"m.relates_to":{"event_id":"$6sNTbKe-27rMgcc44ru2IIL1uAMF5mCPvakt1uLRW4Y","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/YIgmTeBOYJbJERWaleBDfRmh"},"time":"2026-03-06T19:22:56.563137116Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA2F4552846D5B5C4E4","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA2F4552846D5B5C4E4","event_id":"$TBvxIZ9KV5HwED-ooD7gih4unsrOavIAitsROyClq08","part_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3AA2F4552846D5B5C4E4","time":"2026-03-06T19:22:56.563412225Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3210434A9C9C6ADDC0","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A3210434A9C9C6ADDC0","time":"2026-03-06T19:22:56.564422911Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1799","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:56.575810683Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1799","time":"2026-03-06T19:22:56.575985149Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4154,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976128593016_436?ts=1770383734000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":451.407851,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"I see","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:56.58016737Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A0F72DC421E36A97D72","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-06T13:15:34Z","event_id":"$0Bm36Yub5guh5C_xBv3JNEJYV4CPu_c6fRNWKioQ2G0","part_id":"","time":"2026-03-06T19:22:56.580381087Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4155,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976136166704_12?ts=1772480632000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":467.754279,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber der genaue plan wurde ja gestern um 23:35 erst erstellt, wo ich schon auf wolke sieben war 😴😴😴","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$TiqQW2H1jzVThnvwCoUB8V3Fkk88EZSmSjJCaXECJ2g"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:56.60407764Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3ADA0C0CBBEA5E1350E5","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:43:52Z","event_id":"$nM8us5U7btvH7_nL3BmtmBLI4KeUbN8AzigEXcPAZ_Q","part_id":"","time":"2026-03-06T19:22:56.604252944Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-224927957410033:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":86.427286,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pRZshXqBfCrhzBxwISlhmuiI"},"time":"2026-03-06T19:22:56.612308823Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4156,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976160125165_437?ts=1770586040000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":461.894937,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:56.622177527Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9BD9C81249022DFC1D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:27:20Z","event_id":"$SGN3h6kw0suecVrwpksrcm_3Rd2O1FjoQ9_ZmLg0P90","part_id":"","time":"2026-03-06T19:22:56.622363587Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4176,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915226672180%3Amatrix.theocloud.dev","duration":29.406851,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915226672180","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:56.642534156Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4167,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915756437140%3Amatrix.theocloud.dev","duration":303.43233,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40797 bytes>","time":"2026-03-06T19:22:56.654270859Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4178,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226672180:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915226672180%3Amatrix.theocloud.dev","duration":19.981716,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:56.662875698Z","message":"Request completed"} +{"level":"debug","transaction_id":"1800","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:56.664829045Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1800","time":"2026-03-06T19:22:56.665020622Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4179,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915756437140:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915756437140%3Amatrix.theocloud.dev","duration":19.303687,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:56.674018603Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4181,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/OGQCDfXjrkoSIzoqsNZHhoyH?user_id=%40whatsapp_4915756437140%3Amatrix.theocloud.dev","duration":16.058819,"status_code":200,"response_length":40797,"response_mime":"image/jpeg","time":"2026-03-06T19:22:56.690260827Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4168,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-57879650386021%3Amatrix.theocloud.dev","duration":300.845863,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<31093 bytes>","time":"2026-03-06T19:22:56.717872245Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4182,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915756437140:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915756437140%3Amatrix.theocloud.dev","duration":60.845553,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OGQCDfXjrkoSIzoqsNZHhoyH"},"time":"2026-03-06T19:22:56.751439178Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:56.752522431Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4183,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-57879650386021:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-57879650386021%3Amatrix.theocloud.dev","duration":40.696216,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:56.758947215Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4184,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491773825063%3Amatrix.theocloud.dev","duration":36.944222,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491773825063","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:56.789806086Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4185,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ojsJCoIPlkzmQdwaaGSxSSqE?user_id=%40whatsapp_lid-57879650386021%3Amatrix.theocloud.dev","duration":33.274014,"status_code":200,"response_length":31093,"response_mime":"image/jpeg","time":"2026-03-06T19:22:56.792388083Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4186,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491773825063:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491773825063%3Amatrix.theocloud.dev","duration":28.774221,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:56.819010465Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4187,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-57879650386021:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-57879650386021%3Amatrix.theocloud.dev","duration":54.793515,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ojsJCoIPlkzmQdwaaGSxSSqE"},"time":"2026-03-06T19:22:56.847418084Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4180,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226672180:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915226672180%3Amatrix.theocloud.dev","duration":185.491402,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Esther (WA)"},"time":"2026-03-06T19:22:56.848531788Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:56.848573624Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:56.849543522Z","message":""} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3210434A9C9C6ADDC0","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A3210434A9C9C6ADDC0","req_id":4173,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":284.046647,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<106160 bytes>","time":"2026-03-06T19:22:56.862060223Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4164,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976300451847_44?ts=1772118700000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":575.486581,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"Voice message.ogg","info":{"duration":24000,"mimetype":"audio/ogg; codecs=opus","size":57122},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":24000,"waveform":[3,13,31,21,41,60,21,24,15,28,46,22,13,23,21,19,79,43,15,10,14,64,56,66,47,56,44,43,66,42,35,25,34,17,27,43,34,49,17,46,44,45,47,68,68,41,19,51,59,63,35,50,43,30,34,23,32,86,32,8,25,27,31,52]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/wwgeZhpLYJiFYQMiTarrqmkV"},"time":"2026-03-06T19:22:56.876381577Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A60EF097FD7E2B380A2","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T15:11:40Z","event_id":"$wf6IUQTsjVohmrgOgSxnw9oz7HlpFFemnjhs1sr6iBs","part_id":"","time":"2026-03-06T19:22:56.876548361Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4165,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976334642471_39?ts=1772620018000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":542.687424,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"sorry man","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:56.877447649Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3EB0BF061501B2EB65D005","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-04T10:26:58Z","event_id":"$8YZvzBDmTxp-JEOGQPQl6Zc-rh_Ao6KUgzMHYvG3PmE","part_id":"","time":"2026-03-06T19:22:56.877563517Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4189,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-280491597000719%3Amatrix.theocloud.dev","duration":35.797692,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-280491597000719","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:56.886936411Z","message":"Request completed"} +{"level":"debug","transaction_id":"1801","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:56.890523367Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1801","time":"2026-03-06T19:22:56.890621635Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":4166,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976349664342_44?ts=1772458166000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":545.038243,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dann muss ich nicht den Dip-Bar nehmen für die Dragon raises","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:56.894838498Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC53445EB91F80A8555570C079C533C","sender_id":{"user_id":"4917657607100"},"message_ts":"2026-03-02T13:29:26Z","event_id":"$bBvW3W7VpJv44TQqNetLuI2m4PhHLhTJCIebNy5iAVg","part_id":"","time":"2026-03-06T19:22:56.894941166Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","req_id":4160,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev?ts=1772824976247&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":685.350328,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:56.933084509Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:22:56.933524096Z","message":"Added portal to space"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4193,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-280491597000719:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-280491597000719%3Amatrix.theocloud.dev","duration":49.414199,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:56.936728247Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4161,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.space.child/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev?ts=1772824976247&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":704.525157,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:22:56.954069299Z","message":"Request completed"} +{"level":"debug","transaction_id":"1802","content":{"pdu":5,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:56.981135947Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1802","time":"2026-03-06T19:22:56.981294699Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4169,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976449429115_438?ts=1772814562000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":566.198057,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"I seee, aber nicht schlimm wir ziehen morgen beim Legday durch :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.015795003Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD1923031E4A2530927","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T16:29:22Z","event_id":"$RhCTqwXhHp_mgpjwqhuXMTGpmeyurz62aU3v0bJQctU","part_id":"","time":"2026-03-06T19:22:57.015952008Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4188,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491773825063:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491773825063%3Amatrix.theocloud.dev","duration":213.194314,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491773825063 (WA)"},"time":"2026-03-06T19:22:57.032448667Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.033313872Z","message":""} +{"level":"debug","transaction_id":"1803","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:57.049950496Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1803","time":"2026-03-06T19:22:57.050064548Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4163,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-164154254037235:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":791.722941,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OqadHlzzFlAlRDjFzlCDaSvl","com.beeper.exclude_from_timeline":true,"displayname":"+491723092920 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:57.087372788Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4174,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976581604932_439?ts=1771000945000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":514.711918,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Mein Bester, wann kommst denn wieder zum Training, vermiss dich schon :(","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.096484612Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD71EAFB41BFF08D0D4","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-13T16:42:25Z","event_id":"$qAwF2JDdg5JQgqbba0zwvgYOqXQbwtPS66dzruAzxFE","part_id":"","time":"2026-03-06T19:22:57.096634982Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4195,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-280491597000719:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-280491597000719%3Amatrix.theocloud.dev","duration":166.53064,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+31613688070 (WA)"},"time":"2026-03-06T19:22:57.103486572Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.104483081Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4175,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976605311821_13?ts=1772480663000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":502.443786,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Und wir haben uns heute noch nicht gesehen!!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.107950677Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A9A2A4A8A76D5CAB494","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:44:23Z","event_id":"$JMBRtX-yU1AIDHvuRVJ6sjqfY9HhUkMSBHm1656Xy3Q","part_id":"","time":"2026-03-06T19:22:57.108045522Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4177,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976623289764_31?ts=1770586865000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":501.381975,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":464,"h":832,"duration":15000,"size":2426588},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"6lvVTrrCFNYQkHgEglOWSkuS1F0228J2436Q7iGCecw=","length":2426588,"type":"WhatsApp Video Keys","sha256":"1cjnZsrVZHAt8agpVZVQ+bAY3KjWrzVbHHf+abmM9O8=","enc_sha256":"RrLCcH6HcD7Nr1pDukfqXNGiYTViE+xZZMCg+cohBvQ=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:57.124977438Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A007C5046203D3CC77A","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-08T21:41:05Z","event_id":"$FNAIcULJxU8Eq5fbV__7FKOZ-2GvdjYaWGo14MXqWyA","part_id":"","time":"2026-03-06T19:22:57.125232711Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1804","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:57.148558681Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1804","time":"2026-03-06T19:22:57.148681743Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:57.174059468Z","message":""} +{"level":"debug","transaction_id":"1805","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:57.178716406Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1805","time":"2026-03-06T19:22:57.179094602Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:57.200291013Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:57.265565749Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4192,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976878118344_440?ts=1772620033000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":422.737206,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"hab jetzt Schluss und bin in ner Stunde da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.300964154Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7902CD2DEE92B1A314","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T10:27:13Z","event_id":"$zGMxO9MJHqnE4kmgXn0UoP965eZ7UH9KeLEX7IzQtSk","part_id":"","time":"2026-03-06T19:22:57.301072619Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","req_id":4194,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976895649436_441?ts=1772459033000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":415.472079,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Immerhin das","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.311283549Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9E607D16CB469CEDE3","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T13:43:53Z","event_id":"$4OUjZ29pRkSbGb9Dp1Fluey0pxw41poLIJbBsKRuLGQ","part_id":"","time":"2026-03-06T19:22:57.311492378Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:57.31335933Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","time":"2026-03-06T19:22:57.313436575Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.314088203Z","message":"5caad90d89ffe44c73781b5163e0ff02883375333c2c3786ec326917081c589247eb7c855490bdebf301b273af1d4a4e2dea"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC765CED2DF7AB1D5FD","time":"2026-03-06T19:22:57.314240249Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.314807368Z","message":"83ef59e3ba38e138adbd1cc58fa663ce959e7d051c253085b3f1fdf6a89e949fccfcc7a95a08bb10c4f36c0a5063bab619c9b38e4872da9c2bacd443803d"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC4293F6E712DCDA8F09F81BB7E3976","time":"2026-03-06T19:22:57.314932316Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.315423656Z","message":"faf82aa9e229aa1ca6c940476766b81245035ae7fb2f418bb5f22cfb3cf9fd721936d7cfc3d0e89a154474360bbf5324ae84"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFB8DB331C1CD0F97F8","time":"2026-03-06T19:22:57.315525346Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.315984977Z","message":"1375d908edb6843492b8b49f2c37ed5d01d4bfa4f86faa182fb83aa78167b075bb4b9ee2007adc6b6acb4d4df996dbe1b8322cc056838c7c2293603423e2"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC7732AC5C010CA3E6BDC09B7A72EA2","time":"2026-03-06T19:22:57.316079404Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917657607100@s.whatsapp.net","latest_message_ts":"2026-03-02T13:43:53Z","started_at":"2026-03-06T19:22:00.507114984Z","duration":"56.809521552s","time":"2026-03-06T19:22:57.316659374Z","message":"Event that took long finished handling"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3210434A9C9C6ADDC0","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A3210434A9C9C6ADDC0","req_id":4190,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976862474667_39?ts=1772824972000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":457.319644,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":106160,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":106160,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/DAOkTndIUnlewRSRdkuTyPMT"},"m.relates_to":{"event_id":"$NwuCQ9pO42rt9l3fFNjgTmN031OaXkgbfETlhcFJgHY","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/DAOkTndIUnlewRSRdkuTyPMT"},"time":"2026-03-06T19:22:57.320034638Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3210434A9C9C6ADDC0","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A3210434A9C9C6ADDC0","event_id":"$shAMyFpRF2JQLhUih5jlollzfhhUZyOP8VQT6u-WAtY","part_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A3210434A9C9C6ADDC0","time":"2026-03-06T19:22:57.320432809Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A60839E8F41DE22F400","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A60839E8F41DE22F400","time":"2026-03-06T19:22:57.321958023Z","message":"Handling remote event"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4191,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824976877266478_45?ts=1772125034000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":465.530154,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich probiere aber mal Mullvad über mein Server zu bekommen, dass ich dann nur ein Platz waste und am Handy und allen anderen Geräten direkt auch VPN habe","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.342937225Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AFD6A772BDAC5B81EA1","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T16:57:14Z","event_id":"$lzqGisj5m4n727diaNx9LZHQzMU8iLfOWCrww657dgQ","part_id":"","time":"2026-03-06T19:22:57.343039823Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:57.357712413Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:57.359193766Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:57.359902595Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:57.360641945Z","message":""} +{"level":"debug","transaction_id":"1806","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:57.371239382Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1806","time":"2026-03-06T19:22:57.371351898Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4197,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977016871550_43?ts=1772814607000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":402.366748,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"Voice message.ogg","info":{"duration":24000,"mimetype":"audio/ogg; codecs=opus","size":55685},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":24000,"waveform":[0,28,100,90,85,90,77,55,95,63,74,43,6,1,25,95,76,19,35,99,97,53,100,39,82,63,100,78,44,54,73,28,60,90,77,37,35,41,7,50,31,38,60,87,68,46,51,12,28,59,54,27,60,54,50,21,20,31,18,40,31,17,22,4]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/HhPdlleRmlxYjBmOCiZJadYs"},"time":"2026-03-06T19:22:57.419610139Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A5CBFF19D35BD12251C","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-06T16:30:07Z","event_id":"$N1RFuwd8Q5Gykzvxfqq2P182oe7onW862LamlQ_4APU","part_id":"","time":"2026-03-06T19:22:57.419780204Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4202,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915226672180%3Amatrix.theocloud.dev","duration":252.212709,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<73409 bytes>","time":"2026-03-06T19:22:57.435461316Z","message":"Request completed"} +{"level":"debug","transaction_id":"1807","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:57.449376189Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1807","time":"2026-03-06T19:22:57.449542273Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4209,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226672180:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915226672180%3Amatrix.theocloud.dev","duration":31.262978,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:57.467159621Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4203,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491773825063%3Amatrix.theocloud.dev","duration":281.084779,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<60930 bytes>","time":"2026-03-06T19:22:57.493737933Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4210,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/bVFcOrGeakYesRixIYPfPlNQ?user_id=%40whatsapp_4915226672180%3Amatrix.theocloud.dev","duration":26.583201,"status_code":200,"response_length":73409,"response_mime":"image/jpeg","time":"2026-03-06T19:22:57.493916729Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4199,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977097498232_31?ts=1771003399000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":411.210098,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Morgen wieder da 😘","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.508846967Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A277ECC9F90A09ED3C0","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-13T17:23:19Z","event_id":"$H_dfu_FPN5kc7YSwEiiN3ph-VzEiIVX5XCZAwP1yjWY","part_id":"","time":"2026-03-06T19:22:57.508973242Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4196,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.space.parent/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev?ts=1772824976954&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":558.011223,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"],"canonical":true},"time":"2026-03-06T19:22:57.512603011Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4200,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977108670331_20?ts=1772480887000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":419.923403,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ok, aber wenn Chrissi ja einen echten Termin hat und ich mit meinem Papa verabredet bin, stellt ihr euch dann trotzdem aus Prinzip quer? Das versteh ich nicht ganz ):","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.528736561Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AAC8C21C54C6982FAFB","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-02T19:48:07Z","event_id":"$QMC7tqIE38DoCx3WXjlqaWZWppp87gMmQYn1Ww3YVzI","part_id":"","time":"2026-03-06T19:22:57.528931001Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4211,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491773825063:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491773825063%3Amatrix.theocloud.dev","duration":35.052686,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:57.529235444Z","message":"Request completed"} +{"level":"debug","transaction_id":"1808","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:57.534875621Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1808","time":"2026-03-06T19:22:57.535009229Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4201,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977126169016_442?ts=1770586910000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":426.47523,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Man kann die Gainz einfach hören crazy haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.552795455Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A8809398DC3A866418B","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:41:50Z","event_id":"$dUGGIrlRYFClJvDQNfJK4OzXBdeCXQ78_1KphoshHwc","part_id":"","time":"2026-03-06T19:22:57.552942193Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4214,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/sQkWeSXAHnZzilBFQnxhSKXB?user_id=%40whatsapp_491773825063%3Amatrix.theocloud.dev","duration":28.892114,"status_code":200,"response_length":60930,"response_mime":"image/jpeg","time":"2026-03-06T19:22:57.558324094Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4212,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226672180:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915226672180%3Amatrix.theocloud.dev","duration":75.841442,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/bVFcOrGeakYesRixIYPfPlNQ"},"time":"2026-03-06T19:22:57.570057236Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"224927957410033@lid","alternate_jid":"4915226672180@s.whatsapp.net","time":"2026-03-06T19:22:57.57066619Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"88369103143137@lid","time":"2026-03-06T19:22:57.571008137Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4218,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-88369103143137%3Amatrix.theocloud.dev","duration":20.876813,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-88369103143137","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:57.592150421Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A60839E8F41DE22F400","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A60839E8F41DE22F400","req_id":4205,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":263.340668,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<123384 bytes>","time":"2026-03-06T19:22:57.600343261Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4217,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491773825063:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491773825063%3Amatrix.theocloud.dev","duration":46.354552,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sQkWeSXAHnZzilBFQnxhSKXB"},"time":"2026-03-06T19:22:57.60493811Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:57.605767486Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1809","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:57.612373441Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1809","time":"2026-03-06T19:22:57.612522694Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4219,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88369103143137:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-88369103143137%3Amatrix.theocloud.dev","duration":24.297335,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:57.616822669Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4221,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491735440250%3Amatrix.theocloud.dev","duration":30.733853,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491735440250","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:57.636784759Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4207,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-280491597000719%3Amatrix.theocloud.dev","duration":272.80757,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<78312 bytes>","time":"2026-03-06T19:22:57.639176366Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4223,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491735440250:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491735440250%3Amatrix.theocloud.dev","duration":15.273233,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:57.652433394Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4224,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-280491597000719:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-280491597000719%3Amatrix.theocloud.dev","duration":16.517961,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:57.6560339Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4198,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-164154254037235:matrix.theocloud.dev?user_id=%40whatsapp_lid-164154254037235%3Amatrix.theocloud.dev","duration":584.067464,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OqadHlzzFlAlRDjFzlCDaSvl","com.beeper.exclude_from_timeline":true,"displayname":"+491723092920 (WA)","membership":"join"},"time":"2026-03-06T19:22:57.672228561Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4226,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LnqFEnlpSGUlUjogXollyQuW?user_id=%40whatsapp_lid-280491597000719%3Amatrix.theocloud.dev","duration":25.386874,"status_code":200,"response_length":78312,"response_mime":"image/jpeg","time":"2026-03-06T19:22:57.681545302Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4228,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-280491597000719:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-280491597000719%3Amatrix.theocloud.dev","duration":39.437031,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LnqFEnlpSGUlUjogXollyQuW"},"time":"2026-03-06T19:22:57.721279651Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:57.722275601Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1810","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:57.738211637Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1810","time":"2026-03-06T19:22:57.738508536Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4229,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-240191784673511%3Amatrix.theocloud.dev","duration":17.966558,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-240191784673511","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:57.740530328Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4204,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977301693027_40?ts=1772620040000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":458.82181,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"toop","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.760627074Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3EB0A19A4956FDCCF2AE0D","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-04T10:27:20Z","event_id":"$owTUpmXFo5WpMavptMZ8j0ySnr1WB89KogYchyrRGg8","part_id":"","time":"2026-03-06T19:22:57.760743431Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4222,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88369103143137:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-88369103143137%3Amatrix.theocloud.dev","duration":151.417275,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"leonie (WA)"},"time":"2026-03-06T19:22:57.768394645Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.769084616Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4230,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-240191784673511:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-240191784673511%3Amatrix.theocloud.dev","duration":33.814314,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:57.774683796Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4225,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491735440250:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491735440250%3Amatrix.theocloud.dev","duration":160.930133,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Michael Spaller (WA)"},"time":"2026-03-06T19:22:57.813538901Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.814227126Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4206,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977343645006_46?ts=1772125040000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":472.514724,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"unterwegs brauch ich eh kein VPN","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.816290404Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A5DBC52C33F21D960E3","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T16:57:20Z","event_id":"$R_t1UkapO62pVmUIf5sb34RWas2_wH6zRkrKzuismy4","part_id":"","time":"2026-03-06T19:22:57.81644266Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1811","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:57.83699331Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1811","time":"2026-03-06T19:22:57.837094652Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4208,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977420700166_443?ts=1772814608000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":458.11829,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber mich wunderts, dass alle nach mir gefragt haben, obwohl alle die gefragt haben wissen, dass ich heute spät Vorlesung hab haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.87896687Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB868BB7B8D8C3AD941","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T16:30:08Z","event_id":"$MKzCzYGimHhsRmInGqbmAEytQ-rpVDjD7Z_F6zC2N9s","part_id":"","time":"2026-03-06T19:22:57.879101037Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1812","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:57.902321895Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1812","time":"2026-03-06T19:22:57.902453058Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:57.92481786Z","message":"277c243241ceac503a648bf3"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4232,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-240191784673511:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-240191784673511%3Amatrix.theocloud.dev","duration":150.155576,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491755557540 (WA)"},"time":"2026-03-06T19:22:57.925060841Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.925672938Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"ACC4293F6E712DCDA8F09F81BB7E3976","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917657607100"},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC4293F6E712DCDA8F09F81BB7E3976","time":"2026-03-06T19:22:57.925774139Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.928360117Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:57.935182373Z","message":"2d2ab80c02ae5d0f0b470061"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:57.935831906Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4213,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977509824688_444?ts=1771003594000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":432.487527,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geilll","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.942461887Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3A862D3E879633B4EA","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-13T17:26:34Z","event_id":"$hXg2z4ZPEu_rPSdjAthbgpoZmM4bym1y_CAAKS0HS-Y","part_id":"","time":"2026-03-06T19:22:57.942616098Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4216,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977553886739_445?ts=1770586914000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":418.148293,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Masse","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.972180793Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A86620469F18497C98F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:41:54Z","event_id":"$fgws1laZgWO4QvN26x6BMQUdaaeiZwqcw_PPP2iOYQU","part_id":"","time":"2026-03-06T19:22:57.972311747Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4215,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977530513486_2?ts=1772481103000&user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":450.092023,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Was großen auf der Spur!","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$rCEaJnsHwZasTjDEvqu4B-Tv8DnPTmLFpICn65bMjgU"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:57.980745962Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:127753970032737@lid:3AB45336CB9CAA7CD812","sender_id":{"user_id":"lid-127753970032737","sender_login":"491753774472"},"message_ts":"2026-03-02T19:51:43Z","event_id":"$XVIiob--8H2msD1GBiaT3xt6DeC0Mp6FMuI3e8WBxEk","part_id":"","time":"2026-03-06T19:22:57.980852402Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:57.983923154Z","message":""} +{"level":"debug","transaction_id":"1813","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.011015924Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1813","time":"2026-03-06T19:22:58.011105601Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A60839E8F41DE22F400","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A60839E8F41DE22F400","req_id":4220,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977600780613_40?ts=1772824972000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":445.840729,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":123384,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":123384,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/XEFHFpreokejElvzERbescHZ"},"m.relates_to":{"event_id":"$gGLSSqlGPU2LSLmcgFuBOx21QDTT4UkedONpnm8aWtQ","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/XEFHFpreokejElvzERbescHZ"},"time":"2026-03-06T19:22:58.046901618Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A60839E8F41DE22F400","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A60839E8F41DE22F400","event_id":"$1ckYKu8SWaNWwq04czlt4kERHLMZ7YpP3LoOVVjWyi8","part_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A60839E8F41DE22F400","time":"2026-03-06T19:22:58.047073988Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A2C6F27B9AFAB5105A6","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A2C6F27B9AFAB5105A6","time":"2026-03-06T19:22:58.047581392Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1814","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.062920836Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1814","time":"2026-03-06T19:22:58.063054583Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:58.084680734Z","message":""} +{"level":"debug","transaction_id":"1815","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.085889353Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1815","time":"2026-03-06T19:22:58.086025825Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:58.090499916Z","message":"10ac1b0335830e717eb1f9d7"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:58.091032673Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:58.091956476Z","message":"4120e5547cab6177f77ce02e"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:58.092506902Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4231,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977761579582_446?ts=1772620041000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":356.473155,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"genau dieses Glück mein ich","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.118191723Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3A5D9989124F78F8D775","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T10:27:21Z","event_id":"$xb7_XNOoLH6SysEGXl5HXzT-fLYovjJFzju4hJLcdOY","part_id":"","time":"2026-03-06T19:22:58.11836109Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"ACC4293F6E712DCDA8F09F81BB7E3976","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917657607100"},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC4293F6E712DCDA8F09F81BB7E3976","req_id":4235,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":221.709056,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<16798 bytes>","time":"2026-03-06T19:22:58.1563952Z","message":"Request completed"} +{"level":"debug","transaction_id":"1816","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.169886899Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1816","time":"2026-03-06T19:22:58.169985586Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4233,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977817734532_447?ts=1772125270000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":370.880974,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Das wäre stark true","m.mentions":{"user_ids":["@whatsapp_4917620338641:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$lzqGisj5m4n727diaNx9LZHQzMU8iLfOWCrww657dgQ"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.188766504Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9F68E5424D86814B3D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T17:01:10Z","event_id":"$rLu32EI_cjY6BpP87SqoBRbRgbxAfWZnSQVGEIQBp28","part_id":"","time":"2026-03-06T19:22:58.188942297Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4239,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491735440250%3Amatrix.theocloud.dev","duration":227.678818,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<119078 bytes>","time":"2026-03-06T19:22:58.22137171Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4234,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977880417423_448?ts=1772814647000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":345.382911,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ok das ist hart ja, dann wunderts mich auch nicht, aber wie gesagt wird morgen wieder besser","m.mentions":{"user_ids":["@whatsapp_4915903048642:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$N1RFuwd8Q5Gykzvxfqq2P182oe7onW862LamlQ_4APU"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.225940018Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADE3BD56F14395941C5","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T16:30:47Z","event_id":"$UV2VLIKdwW3bKcQdBKJrNuHZlAz8rLoEY83NMhou0Sk","part_id":"","time":"2026-03-06T19:22:58.226091646Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4227,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-213782164934732:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":554.457302,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sZRTWDsCVppDcOBbALHkvEyY","com.beeper.exclude_from_timeline":true,"displayname":"+491639153989 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:58.227567062Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4244,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491735440250:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491735440250%3Amatrix.theocloud.dev","duration":23.267162,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:58.245089355Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:58.260737431Z","message":""} +{"level":"debug","transaction_id":"1817","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.266681631Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1817","time":"2026-03-06T19:22:58.266809652Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4247,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/aIXTCiODBNLLqPIioFvCfOfh?user_id=%40whatsapp_491735440250%3Amatrix.theocloud.dev","duration":26.918933,"status_code":200,"response_length":119078,"response_mime":"image/jpeg","time":"2026-03-06T19:22:58.272132466Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4248,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-88369103143137:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-88369103143137%3Amatrix.theocloud.dev","duration":24.49904,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:58.285612501Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4236,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977943506028_32?ts=1771009554000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":372.238776,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old sticker. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.sticker","content":{"body":"","info":{"mimetype":"image/webp","w":190,"h":190,"size":467422},"filename":"sticker.webp"},"extra":{"info":{}},"whatsapp_media":{"key":"R+CxCHfc8ytQI04b0xoNb7SGirkjFFjnvIaDAXt6ep4=","length":467422,"type":"WhatsApp Image Keys","sha256":"o6TYxR/GW6uVjqgZHhzLVf7/kMsV5l7IKxnGCHWByE4=","enc_sha256":"iaLjhhFOCuxMhAIxiLqN7uru2q5dT2Ii5QbcN5elYNA=","mime_type":"image/webp"},"type_description":"sticker"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:22:58.31602515Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A06DB20C328004C79F8","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-13T19:05:54Z","event_id":"$_wwS8FNTihnUJfldz9QlXhMd-T7Lu0QdG6etTjiXZmo","part_id":"","time":"2026-03-06T19:22:58.316222734Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4250,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-228681305870497%3Amatrix.theocloud.dev","duration":37.300697,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-228681305870497","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:58.32389965Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4249,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491735440250:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491735440250%3Amatrix.theocloud.dev","duration":59.888854,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/aIXTCiODBNLLqPIioFvCfOfh"},"time":"2026-03-06T19:22:58.332301388Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4240,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-240191784673511%3Amatrix.theocloud.dev","duration":264.6185,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<91208 bytes>","time":"2026-03-06T19:22:58.360819078Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4237,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977972905406_449?ts=1770586920000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":393.640244,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Progress","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.366643708Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3ABC0ABBFC932F82CCD0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:42:00Z","event_id":"$qOdpSH2O4Q9d1EWFtQzKr2PN7Niorq-ho0dB-aljEAQ","part_id":"","time":"2026-03-06T19:22:58.366733805Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1818","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.369400799Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1818","time":"2026-03-06T19:22:58.369700981Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4252,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-228681305870497:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-228681305870497%3Amatrix.theocloud.dev","duration":50.673943,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:58.374934397Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4238,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824977981830123_450?ts=1772481110000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":408.762688,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Darum gehts glaube nicht, ich würd auch sagen ich bin eig mit 15 uhr fine, aber hab gestern noch nicht so ganz realisiert, was das dann an Fahrweg wird insgesamt, I mean gut für Domi, damit er auch dabei sein kann, aber trz kacke irgendwie find ich","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$QMC7tqIE38DoCx3WXjlqaWZWppp87gMmQYn1Ww3YVzI"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.390713568Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A85B728698D2F39966A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:51:50Z","event_id":"$nQ9rOJvxWMzH3PO3FPqQsQU9YOp3os-F6lBntF2gs-o","part_id":"","time":"2026-03-06T19:22:58.39085409Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4255,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-240191784673511:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-240191784673511%3Amatrix.theocloud.dev","duration":32.783373,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:58.393893483Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4259,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/IBymwEgSEooqlcbYkzrNxriI?user_id=%40whatsapp_lid-240191784673511%3Amatrix.theocloud.dev","duration":17.807807,"status_code":200,"response_length":91208,"response_mime":"image/jpeg","time":"2026-03-06T19:22:58.411864861Z","message":"Request completed"} +{"level":"debug","transaction_id":"1819","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.423683699Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1819","time":"2026-03-06T19:22:58.423817237Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4260,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-240191784673511:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-240191784673511%3Amatrix.theocloud.dev","duration":29.590886,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IBymwEgSEooqlcbYkzrNxriI"},"time":"2026-03-06T19:22:58.441821021Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:58.442821651Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4261,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-211883705536588%3Amatrix.theocloud.dev","duration":13.742851,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-211883705536588","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:58.456871249Z","message":"Request completed"} +{"level":"debug","transaction_id":"1820","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:58.471322719Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1820","time":"2026-03-06T19:22:58.471475813Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4262,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-211883705536588:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-211883705536588%3Amatrix.theocloud.dev","duration":22.579915,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:58.479855411Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4257,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-228681305870497:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-228681305870497%3Amatrix.theocloud.dev","duration":113.005458,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"MM (WA)"},"time":"2026-03-06T19:22:58.488076677Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:58.488875532Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4241,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978119313668_451?ts=1772620049000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":415.09116,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"so ein Glück hatte ich noch nie","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.534584392Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3ADA74F38B89B918E717","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T10:27:29Z","event_id":"$qU5MysNkz5Jb0NWlwT6PkZalAAeNYIOhbWBpUqJut4k","part_id":"","time":"2026-03-06T19:22:58.534754039Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"ACC4293F6E712DCDA8F09F81BB7E3976","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917657607100"},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC4293F6E712DCDA8F09F81BB7E3976","req_id":4242,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978156836952_45?ts=1772824977000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":430.550034,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":16798,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":16798,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/apEahBKJUsEAqelbKTDGHboD"},"m.relates_to":{"event_id":"$ZApyc4o4kWuULjAgGrSvXz6vMDoKeL6XwZ1jUN8mayE","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/apEahBKJUsEAqelbKTDGHboD"},"time":"2026-03-06T19:22:58.587670336Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"ACC4293F6E712DCDA8F09F81BB7E3976","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917657607100"},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC4293F6E712DCDA8F09F81BB7E3976","event_id":"$nSNlAWeyvFVhpIRlCNGEMWlu55cJoEYA5yu-2QVD-5c","part_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC4293F6E712DCDA8F09F81BB7E3976","time":"2026-03-06T19:22:58.587862612Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AC765CED2DF7AB1D5FD","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC765CED2DF7AB1D5FD","time":"2026-03-06T19:22:58.588641981Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1821","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.604640875Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1821","time":"2026-03-06T19:22:58.604750667Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4263,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-211883705536588:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-211883705536588%3Amatrix.theocloud.dev","duration":144.190143,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917681125611 (WA)"},"time":"2026-03-06T19:22:58.624260668Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:58.625062806Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4243,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978189897319_47?ts=1772125353000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":444.963509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"jaaa","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.635080553Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AF2ABDF0D1C0965F600","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T17:02:33Z","event_id":"$yYvFJMcGNQYQGWRcY_jxUazctUiARaKOPr8mlbQ7k4o","part_id":"","time":"2026-03-06T19:22:58.635208085Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4245,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978227703534_44?ts=1772814687000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":411.210378,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂","m.mentions":{"user_ids":["@whatsapp_4917641870516:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$MKzCzYGimHhsRmInGqbmAEytQ-rpVDjD7Z_F6zC2N9s"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.639043958Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3A4C82E0CDA040435D47","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-06T16:31:27Z","event_id":"$5pBv7Ps5A5ymFxqke275j95eFm4mlkujMR86bn6VWOA","part_id":"","time":"2026-03-06T19:22:58.639176379Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A2C6F27B9AFAB5105A6","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A2C6F27B9AFAB5105A6","req_id":4254,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":298.875125,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<111768 bytes>","time":"2026-03-06T19:22:58.643311247Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:58.648427678Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4269,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-228681305870497:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-228681305870497%3Amatrix.theocloud.dev","duration":22.271632,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:58.670985453Z","message":"Request completed"} +{"level":"debug","transaction_id":"1822","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.673733954Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1822","time":"2026-03-06T19:22:58.6738816Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4270,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915203917467%3Amatrix.theocloud.dev","duration":16.352156,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915203917467","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:58.688391737Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4251,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978317124048_33?ts=1771595465000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":397.7052,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bin so 17-17:30 da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.714970049Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AD0DEA1D32C430FE751","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-20T13:51:05Z","event_id":"$4wCNStkZUYtRFs_BwKzxDu8ruYHZmCih7CgYa8FuYK8","part_id":"","time":"2026-03-06T19:22:58.715137461Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4271,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915203917467:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915203917467%3Amatrix.theocloud.dev","duration":33.770103,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:58.722545694Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4256,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978367257272_452?ts=1770586921000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":383.864849,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geil","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.751243507Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACB27B134D77A831989","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:42:01Z","event_id":"$yTkU9b-NRk4QrAmLPW-IQOUa39QamXJfuoBILl3pybc","part_id":"","time":"2026-03-06T19:22:58.751378163Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4258,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978392299475_453?ts=1772481219000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":370.26748,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"und ich würd auch nicht sagen, dass ich mich aus Prinzip quer stelle, sondern weil ich einfach nicht so Lust hab 1h zur Uni hin, 1h-1,5h nach Hause, direkt wieder los, 1-1,5h zur Eastside Mall zu fahren","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$QMC7tqIE38DoCx3WXjlqaWZWppp87gMmQYn1Ww3YVzI"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.762777878Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3AADBC1BDD75AA667486","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-02T19:53:39Z","event_id":"$5Ksb7ncBcODXeXW2D-HNK4QJ7pH8GLTpP9vWva8aKno","part_id":"","time":"2026-03-06T19:22:58.762898914Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:58.781993145Z","message":""} +{"level":"debug","transaction_id":"1823","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.792490778Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1823","time":"2026-03-06T19:22:58.792584227Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4246,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-213782164934732:matrix.theocloud.dev?user_id=%40whatsapp_lid-213782164934732%3Amatrix.theocloud.dev","duration":571.564312,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sZRTWDsCVppDcOBbALHkvEyY","com.beeper.exclude_from_timeline":true,"displayname":"+491639153989 (WA)","membership":"join"},"time":"2026-03-06T19:22:58.799880013Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:58.800554969Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4276,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-211883705536588:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-211883705536588%3Amatrix.theocloud.dev","duration":22.376955,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:58.80467971Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:58.805436869Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4277,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491639153989%3Amatrix.theocloud.dev","duration":26.263323,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491639153989","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:58.827023419Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4278,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-12730350215211%3Amatrix.theocloud.dev","duration":23.262902,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-12730350215211","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:58.828875005Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4279,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639153989:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491639153989%3Amatrix.theocloud.dev","duration":17.23545,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:58.844598512Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4280,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12730350215211:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12730350215211%3Amatrix.theocloud.dev","duration":16.380791,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:22:58.845542988Z","message":"Request completed"} +{"level":"debug","transaction_id":"1824","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.847034747Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1824","time":"2026-03-06T19:22:58.847138323Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AC765CED2DF7AB1D5FD","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC765CED2DF7AB1D5FD","req_id":4265,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":250.417835,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<18112 bytes>","time":"2026-03-06T19:22:58.852079729Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4273,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915203917467:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915203917467%3Amatrix.theocloud.dev","duration":146.100747,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"MM (WA)"},"time":"2026-03-06T19:22:58.868835783Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:58.869858971Z","message":""} +{"level":"debug","transaction_id":"1825","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.885323991Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1825","time":"2026-03-06T19:22:58.885717203Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4253,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-77859284607025:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":604.421159,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sven (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:22:58.938036488Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4264,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978535675188_41?ts=1772650204000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":410.628383,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich wär in so 15 min wieder da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:58.94642356Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A831882241354AE28DC","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-04T18:50:04Z","event_id":"$6G1h9JlhXWev9S-Dg58F7G9tCGu50cAZ4C9v_deK920","part_id":"","time":"2026-03-06T19:22:58.946515612Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4281,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639153989:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491639153989%3Amatrix.theocloud.dev","duration":140.677778,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491639153989 (WA)"},"time":"2026-03-06T19:22:58.985464166Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:58.986326926Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4282,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12730350215211:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-12730350215211%3Amatrix.theocloud.dev","duration":141.629798,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Shirin (WA)"},"time":"2026-03-06T19:22:58.987443983Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:58.987943494Z","message":""} +{"level":"debug","transaction_id":"1826","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:58.996845093Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1826","time":"2026-03-06T19:22:58.996966758Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:59.018233989Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4267,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978639966783_454?ts=1772814788000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":408.486392,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also Michi hab ichs erzählt Anfang der Woche und meine Mutter weiß das auch eig haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.048576028Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3A80E00018E245E3077F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T16:33:08Z","event_id":"$u13VHDOpBC0gRs12U57ocUjrhmnGRlWpsGBa5YbXgUI","part_id":"","time":"2026-03-06T19:22:59.048686658Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4286,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915203917467:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915203917467%3Amatrix.theocloud.dev","duration":35.729248,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:59.054320549Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"228681305870497@lid","alternate_jid":"4915203917467@s.whatsapp.net","time":"2026-03-06T19:22:59.054809724Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4266,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978635945898_48?ts=1772125362000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":443.138812,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bist schon daheim oder gym?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.079234801Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AC0806062E2D9DEC079","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T17:02:42Z","event_id":"$S1YjEymppOjN2e4wXBH0ZCjP3HUs9BzKSbh8oNuBS94","part_id":"","time":"2026-03-06T19:22:59.079421349Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4288,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917617625494%3Amatrix.theocloud.dev","duration":39.511832,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917617625494","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:59.095034924Z","message":"Request completed"} +{"level":"debug","transaction_id":"1827","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:59.098937357Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1827","time":"2026-03-06T19:22:59.099187532Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A2C6F27B9AFAB5105A6","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A2C6F27B9AFAB5105A6","req_id":4268,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ALaXkUIAPSQApoLseI:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978643705437_41?ts=1772824973000&user_id=%40whatsapp_491731828379%3Amatrix.theocloud.dev","duration":457.442357,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"image.jpg","info":{"h":1600,"mimetype":"image/jpeg","size":111768,"w":738},"m.mentions":{},"m.new_content":{"body":"","filename":"image.jpg","info":{"h":1600,"mimetype":"image/jpeg","size":111768,"w":738},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/RvmBEWJllnIFgZSPWJbjSLxZ"},"m.relates_to":{"event_id":"$gACF3FcxHyM4hS33klugvV5nJPi0_qcEmoVDG5cUrPE","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/RvmBEWJllnIFgZSPWJbjSLxZ"},"time":"2026-03-06T19:22:59.101425276Z","message":"Request completed"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A2C6F27B9AFAB5105A6","sender_id":"","chat_id":"491731828379@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491731828379"},"remote_target_message_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A2C6F27B9AFAB5105A6","event_id":"$RAQv2u2KbKFLF3M7xB1gKlz71jthQ1tLOq2AGbSUP48","part_id":"491731828379@s.whatsapp.net:491731828379@s.whatsapp.net:3A2C6F27B9AFAB5105A6","time":"2026-03-06T19:22:59.101601418Z","message":"Sent message part edit to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4290,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917617625494:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917617625494%3Amatrix.theocloud.dev","duration":28.518109,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:59.124016506Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4272,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978716063639_455?ts=1771596939000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":440.958199,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alles klar machen wir so :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.157181637Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2F2015E64EA86AC928","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-20T14:15:39Z","event_id":"$sZNNvKZ4GfjYXzK44nTKUS0lnLroP4eKPkOJa5mziRE","part_id":"","time":"2026-03-06T19:22:59.157312591Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1828","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:59.175887824Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1828","time":"2026-03-06T19:22:59.176101122Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4274,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978751945701_32?ts=1770586936000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":429.914261,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hahaha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.181973874Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AED630775EA92626CE7","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-08T21:42:16Z","event_id":"$Rw3IO2QXq2gnLxN0fmLU8z3f4V047SxgY4YlMtwMJSM","part_id":"","time":"2026-03-06T19:22:59.182104409Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4275,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978763561368_14?ts=1772481241000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":438.447651,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja gut ich find halt 15 uhr an sich bissl kacke also so warum wollen wir den morgen was machen wenn wir das nicht direkt nach der uni machen? Und grad bei shoppen macht es doch mehr sinn mittags anstatt nachmittags zu gehen wegen fülle. Es ist für mich halt einfach mega die Zeitverschwendung und diese 3 stunden könnte ich dann halt nicht wirklich nutzen.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.202129217Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A47EB4B6D4F9291855F","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:54:01Z","event_id":"$aD--6CZWXZoXBtHFn2ZbObGPLKbG-F7FfNCnAhyTDKU","part_id":"","time":"2026-03-06T19:22:59.202249555Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1829","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:59.245017011Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1829","time":"2026-03-06T19:22:59.245169966Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4291,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917617625494:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917617625494%3Amatrix.theocloud.dev","duration":144.055766,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sero (WA)"},"time":"2026-03-06T19:22:59.268289971Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:59.269128566Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:59.273962066Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AC765CED2DF7AB1D5FD","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC765CED2DF7AB1D5FD","req_id":4283,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978852403448_456?ts=1772824977000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":440.371175,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":18112,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":18112,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/touWSxLdvOSiuuIriTHPuMsx"},"m.relates_to":{"event_id":"$adatG32Wuy1_rj1DMniA563gtWm5hNxKPG8gDa6oFWs","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/touWSxLdvOSiuuIriTHPuMsx"},"time":"2026-03-06T19:22:59.292984429Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AC765CED2DF7AB1D5FD","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC765CED2DF7AB1D5FD","event_id":"$lN5dykGEfMBP2O6l4Mva6CE430VWcVQWpomn5mt8AXc","part_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC765CED2DF7AB1D5FD","time":"2026-03-06T19:22:59.293109586Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"ACC7732AC5C010CA3E6BDC09B7A72EA2","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917657607100"},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC7732AC5C010CA3E6BDC09B7A72EA2","time":"2026-03-06T19:22:59.293611333Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1830","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:59.336356719Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1830","time":"2026-03-06T19:22:59.336529648Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"ACC7732AC5C010CA3E6BDC09B7A72EA2","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917657607100"},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC7732AC5C010CA3E6BDC09B7A72EA2","req_id":4296,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":34.017136,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<336885 bytes>","time":"2026-03-06T19:22:59.348909877Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4285,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824978947070578_457?ts=1772652140000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":414.181605,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oke, aber Bro ich bin so tot vom Training, bin auch mit Fahrrad gefahren heute hin und zurück, ich glaub ich esse gleich und geh dann pennen, hab null Energy mehr","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.361411423Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB428CF4E0168D3EC7D","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T19:22:20Z","event_id":"$afuPKvpzDeqp5eH0st0GD1J848txPw8bmJXx1v8jk_s","part_id":"","time":"2026-03-06T19:22:59.361568428Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1831","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:59.40229726Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1831","time":"2026-03-06T19:22:59.402462856Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:59.418022372Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:59.420162547Z","message":""} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4287,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979049357003_45?ts=1772815279000&user_id=%40whatsapp_4915903048642%3Amatrix.theocloud.dev","duration":390.869324,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich häng nächstes mal ein Schild in die Turnecke","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.440348621Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4915903048642@s.whatsapp.net:3AD7BD20321B12611B75","sender_id":{"user_id":"4915903048642"},"message_ts":"2026-03-06T16:41:19Z","event_id":"$n2IxpQ-0Qpp3s014k6SFrgVmUnl-DrExOAytFBr2ahs","part_id":"","time":"2026-03-06T19:22:59.440463581Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4299,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917617625494:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917617625494%3Amatrix.theocloud.dev","duration":30.818642,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:59.451313219Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:22:59.452849328Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4289,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979080232706_458?ts=1772125481000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":405.134106,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"daheim und zocke mit domi","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.485505658Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A4959BF1DF38A00B9FB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T17:04:41Z","event_id":"$91Y4UdG4cRhOdNaRNR4k_19tk1ZhJF2YZlPCC9BVmN4","part_id":"","time":"2026-03-06T19:22:59.485641571Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1832","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:59.514670786Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1832","time":"2026-03-06T19:22:59.514744609Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4284,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-77859284607025:matrix.theocloud.dev?user_id=%40whatsapp_lid-77859284607025%3Amatrix.theocloud.dev","duration":580.4884,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sven (WA)","membership":"join"},"time":"2026-03-06T19:22:59.519429764Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4292,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979158126462_459?ts=1771604396000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":363.710763,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sollte dann so kurz nach 17:30 Uhr da sein","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.52194555Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A0E3034B9976CE82DDC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-20T16:19:56Z","event_id":"$VDn8NxpIEqoMqLXvRLFIed17xeFPHslyT0lTo-0NoPQ","part_id":"","time":"2026-03-06T19:22:59.522064771Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4295,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491639153989%3Amatrix.theocloud.dev","duration":246.968956,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<33016 bytes>","time":"2026-03-06T19:22:59.528238892Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4293,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979182952223_33?ts=1770586948000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":359.717954,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Morgen wird der zum Frühstück gesnackt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.54279729Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A8F8D638861FAE30CCF","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-08T21:42:28Z","event_id":"$9Sv4jZRZhteoYFoaHpDaEBlgpY-WRsjCOxvFHyrihvI","part_id":"","time":"2026-03-06T19:22:59.542911761Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4304,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639153989:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491639153989%3Amatrix.theocloud.dev","duration":29.938909,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:59.558570943Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4294,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979202842306_15?ts=1772481304000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":360.291638,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also ich dachte es wäre selbstverständlich dass wenn wir was zusammen an nhn uni tag machen wollen, wir das auch direkt danach machen?!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.563258403Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A9454B007019C612F18","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:55:04Z","event_id":"$yvRXFFQB8W_zcD7EcLzn9cxVC5N8t1G99mpiZEVucDo","part_id":"","time":"2026-03-06T19:22:59.563429376Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4306,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ghlmFeWlBdoVdKgogZpcWGMd?user_id=%40whatsapp_491639153989%3Amatrix.theocloud.dev","duration":18.100516,"status_code":200,"response_length":33016,"response_mime":"image/jpeg","time":"2026-03-06T19:22:59.576806394Z","message":"Request completed"} +{"level":"debug","transaction_id":"1833","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:59.579498531Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1833","time":"2026-03-06T19:22:59.579614819Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4308,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639153989:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491639153989%3Amatrix.theocloud.dev","duration":23.752357,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ghlmFeWlBdoVdKgogZpcWGMd"},"time":"2026-03-06T19:22:59.600795096Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:22:59.609981582Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917617625494@s.whatsapp.net","alternate_jid":"86861754155032@lid","time":"2026-03-06T19:22:59.610087602Z","message":"Synced alternate ghost with info"} +{"level":"debug","transaction_id":"1834","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:59.615074545Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1834","time":"2026-03-06T19:22:59.615324021Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4311,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915737898085%3Amatrix.theocloud.dev","duration":10.803472,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915737898085","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:59.621601648Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4312,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915737898085:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915737898085%3Amatrix.theocloud.dev","duration":13.897342,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:22:59.635988445Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4298,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979362370636_42?ts=1772652173000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":346.879699,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oke dann bis morgen!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.709428782Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A6D08EFC1A6D28CF3FA","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-04T19:22:53Z","event_id":"$0M4wO9QvFJt6DsIW7QI-MNepgHywppSfvCmLdgaaiyw","part_id":"","time":"2026-03-06T19:22:59.709583762Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"ACC7732AC5C010CA3E6BDC09B7A72EA2","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917657607100"},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC7732AC5C010CA3E6BDC09B7A72EA2","req_id":4297,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979349409598_46?ts=1772824978000&user_id=%40whatsapp_4917657607100%3Amatrix.theocloud.dev","duration":371.106983,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"Voice message.ogg","info":{"duration":150000,"mimetype":"audio/ogg; codecs=opus","size":336885},"m.mentions":{},"m.new_content":{"body":"","filename":"Voice message.ogg","info":{"duration":150000,"mimetype":"audio/ogg; codecs=opus","size":336885},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":150000,"waveform":[0,3,88,86,44,11,77,61,97,54,0,56,13,98,12,70,11,72,87,50,93,3,64,65,39,1,82,0,25,0,1,90,81,55,92,11,42,28,92,41,30,80,35,65,68,63,65,73,71,0,72,80,62,99,48,51,39,61,79,45,28,72,80,0]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/XUoibhlWgLYGPXXKefXyVwvq"},"m.relates_to":{"event_id":"$xg4Pf4u-Qx2c_dT3BLkZS9aTk2QaGBQlQly9w_A0SLs","rel_type":"m.replace"},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":150000,"waveform":[0,3,88,86,44,11,77,61,97,54,0,56,13,98,12,70,11,72,87,50,93,3,64,65,39,1,82,0,25,0,1,90,81,55,92,11,42,28,92,41,30,80,35,65,68,63,65,73,71,0,72,80,62,99,48,51,39,61,79,45,28,72,80,0]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/XUoibhlWgLYGPXXKefXyVwvq"},"time":"2026-03-06T19:22:59.721066449Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"ACC7732AC5C010CA3E6BDC09B7A72EA2","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917657607100"},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC7732AC5C010CA3E6BDC09B7A72EA2","event_id":"$CP6uDEMdfQUY8HKz0QoKbkvXQABQ3XOxewNychXNVnM","part_id":"4917657607100@s.whatsapp.net:4917657607100@s.whatsapp.net:ACC7732AC5C010CA3E6BDC09B7A72EA2","time":"2026-03-06T19:22:59.721286172Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AFB8DB331C1CD0F97F8","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFB8DB331C1CD0F97F8","time":"2026-03-06T19:22:59.721925438Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1835","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:59.788406558Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1835","time":"2026-03-06T19:22:59.788515093Z","message":"Finished dispatching events from transaction"} +{"level":"warn","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","started_at":"2026-03-06T19:21:59.794631012Z","time":"2026-03-06T19:22:59.795592623Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AFB8DB331C1CD0F97F8","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFB8DB331C1CD0F97F8","req_id":4315,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":61.415325,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<195869 bytes>","time":"2026-03-06T19:22:59.797260245Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4313,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915737898085:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915737898085%3Amatrix.theocloud.dev","duration":183.433641,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sidonie (WA)"},"time":"2026-03-06T19:22:59.819616526Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"73736032112697@lid","alternate_jid":"4915737898085@s.whatsapp.net","time":"2026-03-06T19:22:59.82014607Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"220641227747573@lid","alternate_jid":"4915903048642@s.whatsapp.net","time":"2026-03-06T19:22:59.820278351Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491724801719@s.whatsapp.net","time":"2026-03-06T19:22:59.820657035Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4310,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-12730350215211%3Amatrix.theocloud.dev","duration":225.504002,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38111 bytes>","time":"2026-03-06T19:22:59.828210679Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","req_id":4300,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mMUaMjiwvONNjaXkHE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979441379422_460?ts=1772815445000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":397.331474,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.838826276Z","message":"Request completed"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","message_id":"4915903048642@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACE49345EE9DC8C1FC9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T16:44:05Z","event_id":"$qj3dc5IaAjZDgrBFAYldFYD0Csihq5h1QRK_-ZUheaI","part_id":"","time":"2026-03-06T19:22:59.838938093Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:22:59.847365952Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","time":"2026-03-06T19:22:59.847448436Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4915903048642@s.whatsapp.net","latest_message_ts":"2026-03-06T16:44:05Z","started_at":"2026-03-06T19:21:59.794631012Z","duration":"1m0.053020944s","time":"2026-03-06T19:22:59.847668439Z","message":"Event that took long finished handling"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4317,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491724801719%3Amatrix.theocloud.dev","duration":31.629789,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491724801719","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:59.852563819Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4318,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12730350215211:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-12730350215211%3Amatrix.theocloud.dev","duration":34.454348,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:22:59.862970447Z","message":"Request completed"} +{"level":"debug","transaction_id":"1836","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:59.888425487Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1836","time":"2026-03-06T19:22:59.888637248Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4319,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491724801719:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491724801719%3Amatrix.theocloud.dev","duration":37.29043,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:22:59.890246483Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4320,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/dBdPJRZiGQFHXdRjYyypEkWQ?user_id=%40whatsapp_lid-12730350215211%3Amatrix.theocloud.dev","duration":35.592985,"status_code":200,"response_length":38111,"response_mime":"image/jpeg","time":"2026-03-06T19:22:59.898761924Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4301,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979486993926_461?ts=1772126445000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":428.093614,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"dann war da entweder von dir oder mir noch ein altes gerät hab das rausgehauen","m.mentions":{"user_ids":["@whatsapp_4917620338641:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$wf6IUQTsjVohmrgOgSxnw9oz7HlpFFemnjhs1sr6iBs"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.915240634Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A23538FCBD72E62A6CB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T17:20:45Z","event_id":"$oJMA4Dd2ZtX3m4PeAFqugL1lphWi3JcM_7WEetqZvyg","part_id":"","time":"2026-03-06T19:22:59.915408744Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4303,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979522770247_34?ts=1771604431000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":408.433521,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Perfekt bin noch grade bei Rewe was holen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.931369504Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3ACF112B34FD0C125690","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-20T16:20:31Z","event_id":"$aNAWLNX4PGP1RIKVHXBR9-Ws83lQL-NeeP_uMmf9oEE","part_id":"","time":"2026-03-06T19:22:59.931511633Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4322,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-12730350215211:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-12730350215211%3Amatrix.theocloud.dev","duration":50.422441,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dBdPJRZiGQFHXdRjYyypEkWQ"},"time":"2026-03-06T19:22:59.949408Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:22:59.950599368Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4307,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824979564413663_16?ts=1772481314000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":394.125577,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":37836,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/NkQnEtitaeybnIoUsVmUjqOs"},"time":"2026-03-06T19:22:59.958748277Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3AFED83273E982BFF241","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T19:55:14Z","event_id":"$TpsaECg_zUMKIjptvAI8pdJUaUzhHChfcPWEIH5GaZE","part_id":"","time":"2026-03-06T19:22:59.958927493Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4305,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979543585948_462?ts=1770586951000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":418.194878,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Lass es dir schmecken","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:22:59.961896345Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A03BE140194F4529985","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:42:31Z","event_id":"$y0eS3qnKF1WuNFmaK3gD6xzYXNmXWL2zIvMx_8xP2ms","part_id":"","time":"2026-03-06T19:22:59.962027788Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1837","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:22:59.964905566Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1837","time":"2026-03-06T19:22:59.965037708Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4325,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-101829530640580%3Amatrix.theocloud.dev","duration":22.939812,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-101829530640580","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:22:59.973886226Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4328,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101829530640580:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-101829530640580%3Amatrix.theocloud.dev","duration":11.720709,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:22:59.985993582Z","message":"Request completed"} +{"level":"debug","transaction_id":"1838","content":{"pdu":3,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:22:59.994858235Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1838","time":"2026-03-06T19:22:59.995030954Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4321,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491724801719:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491724801719%3Amatrix.theocloud.dev","duration":116.655202,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491724801719 (WA)"},"time":"2026-03-06T19:23:00.007070144Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:00.007942055Z","message":""} +{"level":"warn","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","started_at":"2026-03-06T19:22:00.030663244Z","time":"2026-03-06T19:23:00.031212151Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","started_at":"2026-03-06T19:22:00.031469153Z","time":"2026-03-06T19:23:00.032318591Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4302,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-168212561981526:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":531.685809,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Dya (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:00.052087148Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4329,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101829530640580:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-101829530640580%3Amatrix.theocloud.dev","duration":99.113075,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Aitor sav (WA)"},"time":"2026-03-06T19:23:00.085277282Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:00.086286572Z","message":""} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4314,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979710460910_463?ts=1772652186000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":396.509362,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jo bis morgen!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.107138102Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFCC30A277466162BB7","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-04T19:23:06Z","event_id":"$ObD6-q8qZNvfwKOcVyTLgA0sXOEjy1wnZS4_Wb5giSY","part_id":"","time":"2026-03-06T19:23:00.107244681Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1839","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.112920548Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1839","time":"2026-03-06T19:23:00.113004917Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4309,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-196232895029386:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":549.573306,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Tobi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:00.151410239Z","message":"Request completed"} +{"level":"debug","transaction_id":"1840","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.155535538Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1840","time":"2026-03-06T19:23:00.15577405Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:00.163500623Z","message":""} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AFB8DB331C1CD0F97F8","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFB8DB331C1CD0F97F8","req_id":4316,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21qmhtENTgisuuURICKB:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979797710797_464?ts=1772824978000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":368.215097,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"Voice message.ogg","info":{"duration":85000,"mimetype":"audio/ogg; codecs=opus","size":195869},"m.mentions":{},"m.new_content":{"body":"","filename":"Voice message.ogg","info":{"duration":85000,"mimetype":"audio/ogg; codecs=opus","size":195869},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":85000,"waveform":[10,51,34,10,34,42,18,26,54,49,41,8,63,74,66,64,49,49,30,34,21,26,38,38,42,38,22,39,28,38,21,33,37,57,16,43,18,60,59,19,48,53,69,21,60,56,30,47,43,41,21,42,42,67,50,52,51,62,76,61,40,16,55,28]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/xRqKZKcZmCoKRimoNKmCSYVU"},"m.relates_to":{"event_id":"$fFKfpVHxwV5kObyWCFOD3sgm4FU7aVLiexg4566_PBY","rel_type":"m.replace"},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":85000,"waveform":[10,51,34,10,34,42,18,26,54,49,41,8,63,74,66,64,49,49,30,34,21,26,38,38,42,38,22,39,28,38,21,33,37,57,16,43,18,60,59,19,48,53,69,21,60,56,30,47,43,41,21,42,42,67,50,52,51,62,76,61,40,16,55,28]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/xRqKZKcZmCoKRimoNKmCSYVU"},"time":"2026-03-06T19:23:00.16632574Z","message":"Request completed"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AFB8DB331C1CD0F97F8","sender_id":"","chat_id":"4917657607100@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFB8DB331C1CD0F97F8","event_id":"$6VMkBJF5Z4SfYwuh5wNDI0PZNSIxHB4dsC2fLOSMvKs","part_id":"4917657607100@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFB8DB331C1CD0F97F8","time":"2026-03-06T19:23:00.166486308Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"1841","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.205995694Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1841","time":"2026-03-06T19:23:00.206116731Z","message":"Finished dispatching events from transaction"} +{"level":"warn","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","started_at":"2026-03-06T19:22:00.219385341Z","time":"2026-03-06T19:23:00.220147472Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4324,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979932498992_465?ts=1771604476000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":296.007404,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Top","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.228671433Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AFAA6996C773CECFE36","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-20T16:21:16Z","event_id":"$N_LZJYnx_wUavKfCz5jPMLlbbYm9gkI70ec8MM05Ozg","part_id":"","time":"2026-03-06T19:23:00.228844223Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4323,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979916382693_49?ts=1772126539000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":320.292657,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"mhmm","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.236807073Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AFA1CF4C09F7764D5CD","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-26T17:22:19Z","event_id":"$r3DW4cBIrMoWWcrImhoC3WgQHbXZaesg2LI3Iuo6GyY","part_id":"","time":"2026-03-06T19:23:00.236944033Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:00.247490695Z","message":""} +{"level":"debug","transaction_id":"1842","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.277052527Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1842","time":"2026-03-06T19:23:00.277364512Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4326,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824979959863308_5?ts=1772483291000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":322.512522,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich kann erst um 15 Uhr! Ich muss meinen Rucksack zuhause ablegen 🤗","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.282531438Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:27956059590853@lid:3AB92F872C285B24116A","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2026-03-02T20:28:11Z","event_id":"$xXRyS3cBwzYGCRsYmnlM_B5STOZcP_Q9exWgFOuTknw","part_id":"","time":"2026-03-06T19:23:00.282683555Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4327,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824979962855488_34?ts=1770586966066&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":321.4776,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$y0eS3qnKF1WuNFmaK3gD6xzYXNmXWL2zIvMx_8xP2ms","key":"❤️"}},"time":"2026-03-06T19:23:00.284443648Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","target_message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A03BE140194F4529985","target_part_id":"","reaction_sender_id":{"user_id":"491783743461"},"reaction_ts":"2026-02-08T21:42:46.066Z","event_id":"$GEJGbjtxZqx8FX5woc3vIdvMWuUDi4Ap54OXok2xoDc","time":"2026-03-06T19:23:00.284592761Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"1843","content":{"pdu":4,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.323770956Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1843","time":"2026-03-06T19:23:00.323914761Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4333,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491724801719%3Amatrix.theocloud.dev","duration":200.50985,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<74072 bytes>","time":"2026-03-06T19:23:00.378095482Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4338,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491724801719:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491724801719%3Amatrix.theocloud.dev","duration":12.735098,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:00.391263322Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4339,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/tqIWGRrKbOTcpAFiHSGktbEC?user_id=%40whatsapp_491724801719%3Amatrix.theocloud.dev","duration":17.16917,"status_code":200,"response_length":74072,"response_mime":"image/jpeg","time":"2026-03-06T19:23:00.408596551Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4331,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980107869769_43?ts=1772801279000&user_id=%40whatsapp_491736748726%3Amatrix.theocloud.dev","duration":315.684887,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Yap yap yap","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":337818,"w":1152},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/secnvMCrsNtCgiEFaNaJetKv"},"time":"2026-03-06T19:23:00.423756919Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:491736748726@s.whatsapp.net:3A31E38D658A5219D779","sender_id":{"user_id":"491736748726"},"message_ts":"2026-03-06T12:47:59Z","event_id":"$VWauQom05A5MHVsAX7fxjfezEc4iFgw7fEo1itHik-0","part_id":"","time":"2026-03-06T19:23:00.423937601Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4341,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491724801719:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491724801719%3Amatrix.theocloud.dev","duration":53.758944,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tqIWGRrKbOTcpAFiHSGktbEC"},"time":"2026-03-06T19:23:00.46264052Z","message":"Request completed"} +{"level":"debug","transaction_id":"1844","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.482629359Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1844","time":"2026-03-06T19:23:00.482742015Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4343,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917662884333%3Amatrix.theocloud.dev","duration":23.009305,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917662884333","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:00.486863473Z","message":"Request completed"} +{"level":"warn","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","started_at":"2026-03-06T19:22:00.504833518Z","time":"2026-03-06T19:23:00.504980821Z","message":"Event handling is taking long"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4344,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662884333:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917662884333%3Amatrix.theocloud.dev","duration":19.634041,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:00.506873545Z","message":"Request completed"} +{"level":"warn","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","started_at":"2026-03-06T19:22:00.516316206Z","time":"2026-03-06T19:23:00.517012049Z","message":"Event handling is taking long"} +{"level":"warn","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","started_at":"2026-03-06T19:22:00.517355737Z","time":"2026-03-06T19:23:00.518113321Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4330,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-168212561981526:matrix.theocloud.dev?user_id=%40whatsapp_lid-168212561981526%3Amatrix.theocloud.dev","duration":491.364995,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Dya (WA)","membership":"join"},"time":"2026-03-06T19:23:00.544042729Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4334,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824980229834376_466?ts=1771610097000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":355.608089,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":39414,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/MpvGddBhzKlMlMqJljwlwuhS"},"time":"2026-03-06T19:23:00.585706748Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A180CC90BB5712247B7","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-20T17:54:57Z","event_id":"$w6k-q1nuKIyW49BfuXCbrTG3jvx6rvnbam9Iz7bmXv8","part_id":"","time":"2026-03-06T19:23:00.585867036Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1845","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.633653283Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1845","time":"2026-03-06T19:23:00.633776834Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4335,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980237772502_467?ts=1772217748000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":408.035281,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bro kommst du heute nochmal on?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.645931473Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A53F15783C7ADEA8A3C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-27T18:42:28Z","event_id":"$IsrBESphIEz4ndmfLFFVE-C00SdvGd-ToDdah8igmaE","part_id":"","time":"2026-03-06T19:23:00.646030789Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4340,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-101829530640580%3Amatrix.theocloud.dev","duration":256.445706,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41232 bytes>","time":"2026-03-06T19:23:00.651985745Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4336,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980283710025_17?ts=1772483616000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":384.017873,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Betke wenn ich dich erst um 15 Uhr sehe, denke ich drei Stunden lang darüber nach, dass ich eigentlich schon zeit mit dir verbringen könnte! Das stresst uns doch beide 👉👈","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.667887488Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3AD7F438AA052F746989","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-02T20:33:36Z","event_id":"$aqFARMPDoirb3xXGt257yQViIgYb40iOn_ahS8rJajg","part_id":"","time":"2026-03-06T19:23:00.668001052Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4337,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980285234471_468?ts=1770586954000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":385.402774,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Perfekt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.670755349Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AEB5E72F78F29412A24","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-08T21:42:34Z","event_id":"$X7Miist5Ow1qU6dWp9yCH4UHpeFqk2Szy2dTommzeSw","part_id":"","time":"2026-03-06T19:23:00.670872404Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4349,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101829530640580:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-101829530640580%3Amatrix.theocloud.dev","duration":28.996878,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:00.681327992Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4332,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-196232895029386:matrix.theocloud.dev?user_id=%40whatsapp_lid-196232895029386%3Amatrix.theocloud.dev","duration":536.349801,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Tobi (WA)","membership":"join"},"time":"2026-03-06T19:23:00.688351045Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4345,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662884333:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917662884333%3Amatrix.theocloud.dev","duration":184.720344,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Elias (WA)"},"time":"2026-03-06T19:23:00.691740278Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"97882405363848@lid","alternate_jid":"4917662884333@s.whatsapp.net","time":"2026-03-06T19:23:00.692278901Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4352,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/FeKQfaoOaRpHCxdTjUNbNcXK?user_id=%40whatsapp_lid-101829530640580%3Amatrix.theocloud.dev","duration":20.62615,"status_code":200,"response_length":41232,"response_mime":"image/jpeg","time":"2026-03-06T19:23:00.702103185Z","message":"Request completed"} +{"level":"debug","transaction_id":"1846","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.703800071Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1846","time":"2026-03-06T19:23:00.704063726Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4354,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-135613944741978%3Amatrix.theocloud.dev","duration":21.86117,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-135613944741978","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:00.714779057Z","message":"Request completed"} +{"level":"warn","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","started_at":"2026-03-06T19:22:00.732042164Z","time":"2026-03-06T19:23:00.732919592Z","message":"Event handling is taking long"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4356,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-135613944741978:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-135613944741978%3Amatrix.theocloud.dev","duration":19.016077,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:00.734091404Z","message":"Request completed"} +{"level":"warn","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","started_at":"2026-03-06T19:22:00.734278163Z","time":"2026-03-06T19:23:00.734324817Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4355,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101829530640580:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-101829530640580%3Amatrix.theocloud.dev","duration":32.868162,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FeKQfaoOaRpHCxdTjUNbNcXK"},"time":"2026-03-06T19:23:00.735223128Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:00.736258189Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1847","content":{"pdu":4,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:00.745432172Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1847","time":"2026-03-06T19:23:00.745789415Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4358,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-71348114170014%3Amatrix.theocloud.dev","duration":13.13215,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-71348114170014","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:00.749691918Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4359,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-71348114170014:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-71348114170014%3Amatrix.theocloud.dev","duration":12.969279,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:00.762963334Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","req_id":4342,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21lZlymPnIGrcecKHucv:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980424843385_469?ts=1772801342000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":373.606705,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"🗣️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.798584955Z","message":"Request completed"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","message_id":"491736748726@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE8A59CEA508F5372E0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-06T12:49:02Z","event_id":"$1WczlKHQ_qyB63dUG0nFDjI1TzYGhLLSMo0QwPz2cYU","part_id":"","time":"2026-03-06T19:23:00.798740214Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:23:00.802201175Z","message":"Backfill finished"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","time":"2026-03-06T19:23:00.802283449Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491736748726@s.whatsapp.net","latest_message_ts":"2026-03-06T12:49:02Z","started_at":"2026-03-06T19:22:00.031469153Z","duration":"1m0.771035346s","time":"2026-03-06T19:23:00.802520843Z","message":"Event that took long finished handling"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4357,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-135613944741978:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-135613944741978%3Amatrix.theocloud.dev","duration":86.579751,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sofía (WA)"},"time":"2026-03-06T19:23:00.820856447Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:00.821560107Z","message":""} +{"level":"debug","transaction_id":"1848","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.833180035Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1848","time":"2026-03-06T19:23:00.833270061Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4360,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-71348114170014:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-71348114170014%3Amatrix.theocloud.dev","duration":77.04182,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915209052709 (WA)"},"time":"2026-03-06T19:23:00.840227113Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:00.840894945Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4347,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824980586829112_470?ts=1771610100000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":270.711116,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":182212,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/hxEDDpJvxCAAxHXAmnuSpxqs"},"time":"2026-03-06T19:23:00.857791171Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A264796614F1C4C9015","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-20T17:55:00Z","event_id":"$b4CbBwy_6FTnoq72ytuumETE0cRUQ7Jkpi3yejiBe3M","part_id":"","time":"2026-03-06T19:23:00.857909973Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1849","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.895022515Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1849","time":"2026-03-06T19:23:00.895148929Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4350,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980668764636_21?ts=1772559082000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":251.965817,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bombenfester Plan für nächsten Mittwoch kommt bald!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.920879496Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A747E9166DA5A47A6AF","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-03T17:31:22Z","event_id":"$v3Ra_ZCe0xw6usfIBHLDEIXc8K6h2HtbwLB8eCmnutM","part_id":"","time":"2026-03-06T19:23:00.921062623Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4351,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980671668326_471?ts=1771009965000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":252.257687,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Brooo können wir dir was vom Döner mitbringen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.924048517Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A9B5DCB959667FA2F48","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-13T19:12:45Z","event_id":"$_AiO9_KTx1oPVxADfMNO3kwCu5TpD9uXwCwP_Fbvnpk","part_id":"","time":"2026-03-06T19:23:00.924207338Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4348,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980646743878_50?ts=1772232502000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":282.807297,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sorry, war vorhin alles nicht so böse gemeint, war nur dumm getriggered, aber war nicht nett","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:00.92965503Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AA85D218261890F247E","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-27T22:48:22Z","event_id":"$FCszvreiVnVTAADfxlppCLpWKuDmfMKFLodJdHMFwwA","part_id":"","time":"2026-03-06T19:23:00.929770759Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:00.971989045Z","message":""} +{"level":"debug","transaction_id":"1850","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:00.990601714Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1850","time":"2026-03-06T19:23:00.990713461Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4365,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-135613944741978:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-135613944741978%3Amatrix.theocloud.dev","duration":24.694318,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:00.997061769Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:00.999024544Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4366,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915236260868%3Amatrix.theocloud.dev","duration":19.070205,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915236260868","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:01.017149994Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4367,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-71348114170014:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-71348114170014%3Amatrix.theocloud.dev","duration":23.26381,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:01.022695674Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:01.023705104Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4346,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-112798826770575:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":492.891886,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jWAgxYDjikATfKSDigCcIWQW","com.beeper.exclude_from_timeline":true,"displayname":"+4917643655863 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:01.038217756Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4368,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915236260868:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915236260868%3Amatrix.theocloud.dev","duration":24.734827,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:01.042311626Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4369,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-33213066010783%3Amatrix.theocloud.dev","duration":31.84651,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-33213066010783","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:01.055816804Z","message":"Request completed"} +{"level":"debug","transaction_id":"1851","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.068721479Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1851","time":"2026-03-06T19:23:01.068845938Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4372,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-33213066010783:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-33213066010783%3Amatrix.theocloud.dev","duration":34.695094,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:01.090830728Z","message":"Request completed"} +{"level":"debug","transaction_id":"1852","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.126077435Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1852","time":"2026-03-06T19:23:01.126521143Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4353,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251745280225436:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":457.244633,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LXWwZVePUhXHkbHUxnFqIiaB","com.beeper.exclude_from_timeline":true,"displayname":"Chrissi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:01.146492871Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4371,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915236260868:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915236260868%3Amatrix.theocloud.dev","duration":155.241555,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sofía (WA)"},"time":"2026-03-06T19:23:01.197790994Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:01.198381998Z","message":""} +{"level":"debug","transaction_id":"1853","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.214729614Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1853","time":"2026-03-06T19:23:01.215031612Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4373,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-33213066010783:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-33213066010783%3Amatrix.theocloud.dev","duration":125.639355,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491639864570 (WA)"},"time":"2026-03-06T19:23:01.216646923Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:01.217501512Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4361,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824980858688643_472?ts=1771610113000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":369.271878,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":4556,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/DWGmzHDnxhiKVFVoZrnRnWGJ"},"time":"2026-03-06T19:23:01.228192119Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD08B808CB007C92D3F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-20T17:55:13Z","event_id":"$HN2rNWEJczZU9wwqMFhhkuYzR8j8yyBc2E90GE4lT4I","part_id":"","time":"2026-03-06T19:23:01.228307917Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1854","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.273006301Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1854","time":"2026-03-06T19:23:01.273110924Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4362,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980922045303_18?ts=1772559318000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":386.038409,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Theo meinte er kann nicht!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:01.308221859Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A15145AB55EF5404AB9","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-03T17:35:18Z","event_id":"$xdYOc84TJufB3AEvEstJs_yerXYVvztDI4iHXx_1364","part_id":"","time":"2026-03-06T19:23:01.308380261Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4363,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980925036924_35?ts=1771009987000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":386.741091,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Voll gerne!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:01.311891927Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A05F940882D64340417","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:13:07Z","event_id":"$hY0R1yzacFPzy1v9pf7GFMIqlJlf-ujg_6_I2oQOOrs","part_id":"","time":"2026-03-06T19:23:01.312022671Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4364,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824980930606001_473?ts=1772237941000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":408.725043,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alles gut, dacht ich mir schon und Domi hats glaube aber auch gut provoziert","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:01.339460881Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD7F53DDF143F7299CD","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-28T00:19:01Z","event_id":"$0hSsVmznce_eckaDO8RiGw_znjRAma_2eTzTGgkMvwk","part_id":"","time":"2026-03-06T19:23:01.339565923Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1855","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.361030179Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1855","time":"2026-03-06T19:23:01.36113166Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:01.364961388Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4379,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915236260868:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915236260868%3Amatrix.theocloud.dev","duration":9.335668,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:01.374592837Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"135613944741978@lid","alternate_jid":"4915236260868@s.whatsapp.net","time":"2026-03-06T19:23:01.375028583Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4380,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917631673140%3Amatrix.theocloud.dev","duration":6.301653,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917631673140","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:01.381733435Z","message":"Request completed"} +{"level":"debug","transaction_id":"1856","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:01.383227499Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1856","time":"2026-03-06T19:23:01.383376543Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4381,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631673140:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631673140%3Amatrix.theocloud.dev","duration":5.54582,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:01.387574059Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4370,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-112798826770575:matrix.theocloud.dev?user_id=%40whatsapp_lid-112798826770575%3Amatrix.theocloud.dev","duration":389.804091,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jWAgxYDjikATfKSDigCcIWQW","com.beeper.exclude_from_timeline":true,"displayname":"+4917643655863 (WA)","membership":"join"},"time":"2026-03-06T19:23:01.428871476Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":true,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:01.429516399Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4383,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631673140:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631673140%3Amatrix.theocloud.dev","duration":17.752911,"status_code":200,"response_length":28,"response_mime":"application/json","time":"2026-03-06T19:23:01.447547492Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:01.448397821Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4382,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631673140:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631673140%3Amatrix.theocloud.dev","duration":72.165298,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jenny (WA)"},"time":"2026-03-06T19:23:01.459918432Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"256783310393511@lid","alternate_jid":"4917631673140@s.whatsapp.net","time":"2026-03-06T19:23:01.460409982Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4375,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824981229190024_35?ts=1772122173000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":232.174421,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Lili ist 15 💀","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:01.461499939Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A9E121C502FB8A758FC","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-26T16:09:33Z","event_id":"$XsNWOUstZtqN59ztEAdbQechcCMBwwTNDsXqfFxu-gA","part_id":"","time":"2026-03-06T19:23:01.461634665Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1857","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.476170504Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1857","time":"2026-03-06T19:23:01.476264442Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4384,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-261301750251678%3Amatrix.theocloud.dev","duration":23.295728,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-261301750251678","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:01.484115265Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4386,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-261301750251678:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-261301750251678%3Amatrix.theocloud.dev","duration":19.492262,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:01.503918114Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4374,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251745280225436:matrix.theocloud.dev?user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":364.031478,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LXWwZVePUhXHkbHUxnFqIiaB","com.beeper.exclude_from_timeline":true,"displayname":"Chrissi (WA)","membership":"join"},"time":"2026-03-06T19:23:01.511269705Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:01.512160473Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4388,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491723092920%3Amatrix.theocloud.dev","duration":21.98465,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491723092920","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:01.534464861Z","message":"Request completed"} +{"level":"debug","transaction_id":"1858","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.535929172Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1858","time":"2026-03-06T19:23:01.536206725Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4389,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723092920:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491723092920%3Amatrix.theocloud.dev","duration":20.587108,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:01.555441199Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4376,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824981309292121_19?ts=1772559330000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":247.844149,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Was ist der plan!?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:01.557267922Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A85F715ED5EEA89839E","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-03T17:35:30Z","event_id":"$E7Q5gGzZnXzSZC3YKrLIKQ2e5BggNlwlq4OAjQQYppo","part_id":"","time":"2026-03-06T19:23:01.557393009Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4377,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824981312795615_36?ts=1771009990000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":247.704534,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":":)))","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:01.560600093Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3ACFC65656D92A5A7A8F","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:13:10Z","event_id":"$bLrVpwsYri1lxaoE-7RxUrqfLJlastt4cdmojhnIlXI","part_id":"","time":"2026-03-06T19:23:01.560724552Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1859","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.597394504Z","message":"Starting handling of transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4378,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824981340121029_51?ts=1772239151254&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":261.658309,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$0hSsVmznce_eckaDO8RiGw_znjRAma_2eTzTGgkMvwk","key":"❤️"}},"time":"2026-03-06T19:23:01.601885358Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","target_message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD7F53DDF143F7299CD","target_part_id":"","reaction_sender_id":{"user_id":"4917620338641"},"reaction_ts":"2026-02-28T00:39:11.254Z","event_id":"$Z1oclwG7yVSLf7VHqFG_CjM8p9EeB1LQ7G9BKYcT3RM","time":"2026-03-06T19:23:01.602012541Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:01.60354872Z","message":""} +{"level":"debug","transaction_id":"1859","time":"2026-03-06T19:23:01.606477972Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4387,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-261301750251678:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-261301750251678%3Amatrix.theocloud.dev","duration":130.845532,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Javier- (WA)"},"time":"2026-03-06T19:23:01.634915484Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:01.635614883Z","message":""} +{"level":"debug","transaction_id":"1860","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.642038132Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1860","time":"2026-03-06T19:23:01.642115307Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4390,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723092920:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491723092920%3Amatrix.theocloud.dev","duration":93.104061,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491723092920 (WA)"},"time":"2026-03-06T19:23:01.648783422Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:01.649432605Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4385,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824981462509508_474?ts=1772122187000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":235.881157,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:01.698536286Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A2F3D974D56A43E8F34","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T16:09:47Z","event_id":"$29qZQhiaB-8geoXy5AnBA5dWXmDoOp6tDDBAsVnfupc","part_id":"","time":"2026-03-06T19:23:01.698670872Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1861","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.751304098Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1861","time":"2026-03-06T19:23:01.75141857Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4391,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824981558094365_22?ts=1772559330000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":231.44478,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Am Mittwoch?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:01.789654314Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AFB0F9AA1C3D684CC28","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-03T17:35:30Z","event_id":"$tjXRYHyS9jaGQQJHa61D0cyCYqpfPXyKXmQssGtm3xI","part_id":"","time":"2026-03-06T19:23:01.789798189Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4392,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824981561482410_475?ts=1771009994000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":228.939749,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Würden zsm bei eich essen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:01.79059893Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7C1234F79BF3E1454A","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-13T19:13:14Z","event_id":"$ShShLhZvfbIjcbLSH1_dmWVJs6pnlqErcbNyDlbWzHU","part_id":"","time":"2026-03-06T19:23:01.790784082Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:01.807489988Z","message":""} +{"level":"debug","transaction_id":"1862","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.827427075Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1862","time":"2026-03-06T19:23:01.827545527Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:01.832315331Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4393,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824981604373976_476?ts=1772267323000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":242.838768,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moin ich hab geisteskranken Muskelkater, heißt ich würd dann gleich on kommen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:01.847361367Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3AE0BA44E11E1C1A5269","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-28T08:28:43Z","event_id":"$z4Va7fXrEh7ZBtDjpHUWCsIJ2tgAK7A6l0hqVismMrY","part_id":"","time":"2026-03-06T19:23:01.847512995Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4399,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631673140:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917631673140%3Amatrix.theocloud.dev","duration":25.985072,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:01.858643468Z","message":"Request completed"} +{"level":"debug","transaction_id":"1863","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.892688819Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1863","time":"2026-03-06T19:23:01.892805735Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4394,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-33213066010783%3Amatrix.theocloud.dev","duration":221.660305,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<53449 bytes>","time":"2026-03-06T19:23:01.898276196Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4402,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-33213066010783:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-33213066010783%3Amatrix.theocloud.dev","duration":11.181668,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:01.909903736Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4403,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WWdpmZzrDMNnPdylPEUrSWrK?user_id=%40whatsapp_lid-33213066010783%3Amatrix.theocloud.dev","duration":15.783152,"status_code":200,"response_length":53449,"response_mime":"image/jpeg","time":"2026-03-06T19:23:01.925848782Z","message":"Request completed"} +{"level":"debug","transaction_id":"1864","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:01.927911362Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1864","time":"2026-03-06T19:23:01.928030582Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:01.928209797Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4404,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-33213066010783:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-33213066010783%3Amatrix.theocloud.dev","duration":33.767729,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WWdpmZzrDMNnPdylPEUrSWrK"},"time":"2026-03-06T19:23:01.959943861Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:01.961023901Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4406,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-150113620103230%3Amatrix.theocloud.dev","duration":15.656458,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-150113620103230","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:01.976995836Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4395,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824981701505418_36?ts=1772122627000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":306.047081,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":134104,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/kLBTFkNkASpRPwYBNMkTaYvr"},"time":"2026-03-06T19:23:02.007792966Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A81833B8D973F120021","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-26T16:17:07Z","event_id":"$9xXv1VOpnO9P4UgxcvTvmp6WrRoz58JWcP-kjzxLlDc","part_id":"","time":"2026-03-06T19:23:02.00790646Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4407,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150113620103230:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-150113620103230%3Amatrix.theocloud.dev","duration":33.219887,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:02.0106551Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4398,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-261301750251678%3Amatrix.theocloud.dev","duration":234.002122,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<57457 bytes>","time":"2026-03-06T19:23:02.053841679Z","message":"Request completed"} +{"level":"debug","transaction_id":"1865","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.063487307Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1865","time":"2026-03-06T19:23:02.063588019Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4410,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-261301750251678:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-261301750251678%3Amatrix.theocloud.dev","duration":14.091852,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:02.068308724Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4411,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/mdQwEdkShmeGrnuymSEokxMO?user_id=%40whatsapp_lid-261301750251678%3Amatrix.theocloud.dev","duration":11.228322,"status_code":200,"response_length":57457,"response_mime":"image/jpeg","time":"2026-03-06T19:23:02.07965005Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4396,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824981792243854_477?ts=1772559339000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":318.71115,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja da geh ich ins Gym","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$tjXRYHyS9jaGQQJHa61D0cyCYqpfPXyKXmQssGtm3xI"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.111154333Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A61FE30C25F07531731","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T17:35:39Z","event_id":"$3TbZtBNb34TDzBIgTGTVdEzH_zMMQqYFO8quIrAPPo0","part_id":"","time":"2026-03-06T19:23:02.11131476Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4397,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824981793935432_37?ts=1771009999000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":318.557427,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oki","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.112588892Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A6223F10ED131396739","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:13:19Z","event_id":"$H2zbAHXaUjHuI86rVDwQt7m5RyOYXv2o9ZwXEu0PrS8","part_id":"","time":"2026-03-06T19:23:02.112661807Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1866","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:02.123122773Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1866","time":"2026-03-06T19:23:02.123264832Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4412,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-261301750251678:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-261301750251678%3Amatrix.theocloud.dev","duration":55.78304,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mdQwEdkShmeGrnuymSEokxMO"},"time":"2026-03-06T19:23:02.135678865Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4409,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150113620103230:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-150113620103230%3Amatrix.theocloud.dev","duration":135.780932,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915203389281 (WA)"},"time":"2026-03-06T19:23:02.146638434Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:02.14749882Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4415,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915231629994%3Amatrix.theocloud.dev","duration":17.373738,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915231629994","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:02.154078585Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4405,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491723092920%3Amatrix.theocloud.dev","duration":216.663584,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<68666 bytes>","time":"2026-03-06T19:23:02.156459086Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4416,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915231629994:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915231629994%3Amatrix.theocloud.dev","duration":7.488411,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:02.161861311Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4417,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723092920:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491723092920%3Amatrix.theocloud.dev","duration":10.472419,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:02.167283511Z","message":"Request completed"} +{"level":"debug","transaction_id":"1867","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.171553314Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1867","time":"2026-03-06T19:23:02.171691532Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4400,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824981848471579_52?ts=1772268871000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":340.004572,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"geil","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.188609829Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AC111C778F421FB40EA","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-28T08:54:31Z","event_id":"$7VqanW-_5YKdRPH0aMpU2m3pEm2aciTMYwkgWgziHzI","part_id":"","time":"2026-03-06T19:23:02.188731005Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4419,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/BtlflMdIvPQNTmePEtyfpWXJ?user_id=%40whatsapp_491723092920%3Amatrix.theocloud.dev","duration":24.471382,"status_code":200,"response_length":68666,"response_mime":"image/jpeg","time":"2026-03-06T19:23:02.191888571Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4421,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723092920:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491723092920%3Amatrix.theocloud.dev","duration":30.650182,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BtlflMdIvPQNTmePEtyfpWXJ"},"time":"2026-03-06T19:23:02.222820706Z","message":"Request completed"} +{"level":"debug","transaction_id":"1868","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.227134231Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1868","time":"2026-03-06T19:23:02.227246886Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4418,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915231629994:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915231629994%3Amatrix.theocloud.dev","duration":93.956206,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Javier- (WA)"},"time":"2026-03-06T19:23:02.2559887Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:02.256542968Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4401,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127505180680381:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":436.967903,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TmwMKWAePfUzkYDsWXddFsMS","com.beeper.exclude_from_timeline":true,"displayname":"Margarita Pantzali (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:02.296428316Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4408,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982008650000_478?ts=1772122648000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":292.937699,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Schwierig","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.301720748Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A7ECA83B52EA338E7AC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T16:17:28Z","event_id":"$wSw4neOwcLlGdT_3IWwdgE0i3tb0n-5WXyFA1wzmYbk","part_id":"","time":"2026-03-06T19:23:02.301855265Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1869","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.350824848Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1869","time":"2026-03-06T19:23:02.350929053Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4413,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982112250367_23?ts=1772559360000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":289.415138,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber wenn wir nichts machen, müssen wir zum Tag der Informatik 🙁","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.401819716Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A74FBE4ED1814B6E6FA","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-03T17:36:00Z","event_id":"$0ImoZINiIUGIf5Qkse_TADAg9G7yUxpFixUkC2fnxqE","part_id":"","time":"2026-03-06T19:23:02.401966315Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4414,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982113223338_38?ts=1771010006000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":294.312054,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gerne einmal mit allem aber ohne scharf :))","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.407671236Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A70B29B70391BA7A652","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:13:26Z","event_id":"$2273k2LJV0WawcxkXsUHFqmv-1PwELzCoqA4XCLrSZc","part_id":"","time":"2026-03-06T19:23:02.407863861Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1870","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.408215795Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1870","time":"2026-03-06T19:23:02.410548385Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:02.41577831Z","message":""} +{"level":"debug","transaction_id":"1871","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.455190476Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1871","time":"2026-03-06T19:23:02.455322059Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4420,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982189296168_53?ts=1772268880000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":297.270989,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bin aber auch eben erst wach geworden","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.486730309Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A907EB6D26667F78681","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-28T08:54:40Z","event_id":"$qXNBWqVmfhdVSQm5xqZo-jgJQO85KJmLm-H60DGuLpo","part_id":"","time":"2026-03-06T19:23:02.486886266Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:02.516984835Z","message":""} +{"level":"debug","transaction_id":"1872","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.526126551Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1872","time":"2026-03-06T19:23:02.526235295Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4429,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-150113620103230:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-150113620103230%3Amatrix.theocloud.dev","duration":20.514192,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:02.537876315Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:02.538832594Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4430,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-125877153202314%3Amatrix.theocloud.dev","duration":25.938837,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-125877153202314","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:02.565074127Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4431,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-125877153202314:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-125877153202314%3Amatrix.theocloud.dev","duration":13.206393,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:02.578727999Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4424,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982302655586_37?ts=1772122661000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":313.220644,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sehr aber sie ist super nett und lieb","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.616008372Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A3A9C1B1B86DA852694","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-26T16:17:41Z","event_id":"$N6HG3uQ0LIs4CnbTvvEHM0l7-gY_q4uxIon2O1m8k_Y","part_id":"","time":"2026-03-06T19:23:02.616150501Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4427,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915231629994%3Amatrix.theocloud.dev","duration":190.288513,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<57457 bytes>","time":"2026-03-06T19:23:02.617063409Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4434,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915231629994:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915231629994%3Amatrix.theocloud.dev","duration":25.195506,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:02.642614831Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4435,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/EbLLEUKfOLNtkbBUxFpPwExN?user_id=%40whatsapp_4915231629994%3Amatrix.theocloud.dev","duration":30.132093,"status_code":200,"response_length":57457,"response_mime":"image/jpeg","time":"2026-03-06T19:23:02.672889541Z","message":"Request completed"} +{"level":"debug","transaction_id":"1873","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.697749455Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1873","time":"2026-03-06T19:23:02.697840879Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4422,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-16114767646828:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":480.789838,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Aylin (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:02.704458847Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4436,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915231629994:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915231629994%3Amatrix.theocloud.dev","duration":56.567438,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EbLLEUKfOLNtkbBUxFpPwExN"},"time":"2026-03-06T19:23:02.729669788Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"261301750251678@lid","alternate_jid":"4915231629994@s.whatsapp.net","time":"2026-03-06T19:23:02.730212462Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915906828883@s.whatsapp.net","time":"2026-03-06T19:23:02.7305806Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4432,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-125877153202314:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-125877153202314%3Amatrix.theocloud.dev","duration":159.281647,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917617625510 (WA)"},"time":"2026-03-06T19:23:02.738259961Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:02.73922965Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4425,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982402974976_24?ts=1772559633000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":344.339887,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich mag die S3 gar nicht Domi","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.747463906Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AC8EF7949EEB10C7E7D","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-03T17:40:33Z","event_id":"$iKR4maqzYckVGDse3wutmFag9OasgJwRtnMEObm50B0","part_id":"","time":"2026-03-06T19:23:02.747576282Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4426,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982408808267_479?ts=1771010026000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":343.836255,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Normaler Döner oder Dürüm?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.752786232Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A29B714D167023D3783","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-13T19:13:46Z","event_id":"$jnqpo8bwzAeFCbXe7uyIXPZzk5K71h4QZ2qlKGh4jYY","part_id":"","time":"2026-03-06T19:23:02.752934507Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4438,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915906828883%3Amatrix.theocloud.dev","duration":26.036825,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915906828883","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:02.756886248Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4423,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127505180680381:matrix.theocloud.dev?user_id=%40whatsapp_lid-127505180680381%3Amatrix.theocloud.dev","duration":485.730055,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TmwMKWAePfUzkYDsWXddFsMS","com.beeper.exclude_from_timeline":true,"displayname":"Margarita Pantzali (WA)","membership":"join"},"time":"2026-03-06T19:23:02.782927404Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4441,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915906828883:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915906828883%3Amatrix.theocloud.dev","duration":25.770587,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:02.783023297Z","message":"Request completed"} +{"level":"debug","transaction_id":"1874","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.811969749Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1874","time":"2026-03-06T19:23:02.812295283Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1875","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:02.862651305Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1875","time":"2026-03-06T19:23:02.862795319Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4428,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982487879772_54?ts=1772268886000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":407.463204,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"also mach entspannt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.895469319Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AC007A795C8B439DE72","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-28T08:54:46Z","event_id":"$VEv_xonDJ7sMkoiETLYhstEACNvsiaJU15QrbeJOsik","part_id":"","time":"2026-03-06T19:23:02.895559835Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1876","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.904658598Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1876","time":"2026-03-06T19:23:02.904979244Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4442,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915906828883:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915906828883%3Amatrix.theocloud.dev","duration":133.159265,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915906828883 (WA)"},"time":"2026-03-06T19:23:02.916345294Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:02.917061596Z","message":""} +{"level":"debug","transaction_id":"1877","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:02.943855651Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1877","time":"2026-03-06T19:23:02.943981087Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4433,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982617109784_480?ts=1772123236000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":356.584133,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Einfach warten","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:02.973845056Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A142F05394884C7184E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T16:27:16Z","event_id":"$nPkLZxTXvg4-47mhoQVomchBA-dIKQuyMOuuHt7OTn0","part_id":"","time":"2026-03-06T19:23:02.973992004Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1878","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:02.974769906Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1878","time":"2026-03-06T19:23:02.97487893Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1879","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.017137376Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1879","time":"2026-03-06T19:23:03.017243606Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.017279086Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4446,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-125877153202314:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-125877153202314%3Amatrix.theocloud.dev","duration":18.254727,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:03.035872897Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:03.037017192Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4439,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982748160373_20?ts=1772559634000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":304.297324,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"Voice message.ogg","info":{"duration":17000,"mimetype":"audio/ogg; codecs=opus","size":41144},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":17000,"waveform":[0,2,51,92,87,81,74,72,42,63,25,77,100,82,64,100,100,99,70,88,62,100,100,100,77,69,99,100,90,60,62,53,41,100,95,92,72,27,100,100,67,71,62,85,99,100,75,30,69,92,80,100,70,76,100,81,43,14,52,100,100,100,42,12]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/uyiCFwIzRwAcCPtpuXXpCONn"},"time":"2026-03-06T19:23:03.052777644Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A7E25978B9AF94A9FC9","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-03T17:40:34Z","event_id":"$2_yjSqM0yLO9wjZMpECZjtz8wzmg_uDGBVJ1QyLskDw","part_id":"","time":"2026-03-06T19:23:03.052981723Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4440,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982753834563_39?ts=1771010574000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":299.659872,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oh","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.053618126Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A50C8CE7B9AFC691087","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:22:54Z","event_id":"$6TnGSWyeWm862hCFqnqImn7oKuG7dOiJr3WBDyRFAkk","part_id":"","time":"2026-03-06T19:23:03.053769264Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4447,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-131679435927787%3Amatrix.theocloud.dev","duration":23.993801,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-131679435927787","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:03.061303632Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4450,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-131679435927787:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-131679435927787%3Amatrix.theocloud.dev","duration":20.561894,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:03.082316498Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.083277806Z","message":""} +{"level":"debug","transaction_id":"1880","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.106677459Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1880","time":"2026-03-06T19:23:03.106797797Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4452,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915906828883:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915906828883%3Amatrix.theocloud.dev","duration":26.65891,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:03.110373718Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4453,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491639512527%3Amatrix.theocloud.dev","duration":17.677901,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491639512527","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:03.129109239Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4454,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639512527:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491639512527%3Amatrix.theocloud.dev","duration":17.145214,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:03.146758644Z","message":"Request completed"} +{"level":"debug","transaction_id":"1881","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.161551922Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1881","time":"2026-03-06T19:23:03.161684622Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4437,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-16114767646828:matrix.theocloud.dev?user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":475.179762,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Aylin (WA)","membership":"join"},"time":"2026-03-06T19:23:03.180497738Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4444,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982896124649_55?ts=1772269987000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":328.812358,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"video.mp4","info":{"duration":3000,"fi.mau.autoplay":true,"fi.mau.gif":true,"fi.mau.hide_controls":true,"fi.mau.loop":true,"fi.mau.no_audio":true,"h":160,"mimetype":"video/mp4","size":23427,"w":160},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/XYAHTcGriyYHJxeGrqvexkqR"},"time":"2026-03-06T19:23:03.225114685Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AF36C9D29E3E0781B0E","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-02-28T09:13:07Z","event_id":"$siJblre0MuzdG_pVZqafjCfVxsPc9AmFj_s7zCKrh2I","part_id":"","time":"2026-03-06T19:23:03.22522329Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4451,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-131679435927787:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-131679435927787%3Amatrix.theocloud.dev","duration":145.542637,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491628989538 (WA)"},"time":"2026-03-06T19:23:03.228064611Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.228839091Z","message":""} +{"level":"debug","transaction_id":"1882","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.243984932Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1882","time":"2026-03-06T19:23:03.244115956Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4443,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-32156537630722:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":507.507834,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Aaron (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:03.291283331Z","message":"Request completed"} +{"level":"debug","transaction_id":"1883","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.296753233Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1883","time":"2026-03-06T19:23:03.296969046Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4455,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639512527:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491639512527%3Amatrix.theocloud.dev","duration":151.283388,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Brn (WA)"},"time":"2026-03-06T19:23:03.298241291Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"57879650386021@lid","alternate_jid":"491639512527@s.whatsapp.net","time":"2026-03-06T19:23:03.298804219Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4459,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_393349152952%3Amatrix.theocloud.dev","duration":11.530599,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_393349152952","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:03.310887689Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4460,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393349152952:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393349152952%3Amatrix.theocloud.dev","duration":9.094573,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:03.320281606Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4445,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824982974938436_481?ts=1772123245000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":359.171508,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab ich bei Ana auch so gemacht haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.33426646Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AB13D34128B4194394C","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-26T16:27:25Z","event_id":"$YF29VVG8KdeTbFx3g5MbBfOyBH37RkSMY8q0iA2SkJE","part_id":"","time":"2026-03-06T19:23:03.334426818Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1884","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.337478224Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1884","time":"2026-03-06T19:23:03.337690754Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1885","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.386773272Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1885","time":"2026-03-06T19:23:03.386884042Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.405026463Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4448,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983053946314_25?ts=1772559657000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":363.853311,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Grandios!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.41796529Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A4EE087546569F42203","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-03T17:40:57Z","event_id":"$UxsVWgnZwQOR4TlxlULO8lTAFRhHx_wuWkvk5KXUUOg","part_id":"","time":"2026-03-06T19:23:03.41813815Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4449,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983056788124_40?ts=1771010576000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":366.278511,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gerne darum","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.423209183Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AD8CC617E505906818E","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:22:56Z","event_id":"$hEYUZalNAeYxutu4OSF9-Hut7ySNUGEKstccUK_ZgIQ","part_id":"","time":"2026-03-06T19:23:03.423377083Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4463,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-131679435927787:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-131679435927787%3Amatrix.theocloud.dev","duration":37.536973,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:03.44289372Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:03.444037595Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4461,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393349152952:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393349152952%3Amatrix.theocloud.dev","duration":128.761092,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Scheggia (WA)"},"time":"2026-03-06T19:23:03.449251805Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"69050206027927@lid","alternate_jid":"393349152952@s.whatsapp.net","time":"2026-03-06T19:23:03.449663036Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4466,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-183588511334611%3Amatrix.theocloud.dev","duration":17.156179,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-183588511334611","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:03.461499125Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4467,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_919150986374%3Amatrix.theocloud.dev","duration":14.932613,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_919150986374","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:03.464983273Z","message":"Request completed"} +{"level":"debug","transaction_id":"1886","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.467413223Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1886","time":"2026-03-06T19:23:03.467531187Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4468,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183588511334611:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-183588511334611%3Amatrix.theocloud.dev","duration":17.07628,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:03.478956533Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4469,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_919150986374:matrix.theocloud.dev/displayname?user_id=%40whatsapp_919150986374%3Amatrix.theocloud.dev","duration":16.743411,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:03.482096918Z","message":"Request completed"} +{"level":"debug","transaction_id":"1887","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.501768604Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1887","time":"2026-03-06T19:23:03.501884123Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1888","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:03.523552528Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1888","time":"2026-03-06T19:23:03.523665533Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4457,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983225842651_482?ts=1772270218000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":315.208144,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.541169317Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A56E8C2920E5A86AFA0","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-28T09:16:58Z","event_id":"$SufWdolIXHmGGxorNipg8pkRqUU_NBYV8tl7OhjCVgA","part_id":"","time":"2026-03-06T19:23:03.541308233Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4471,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_919150986374:matrix.theocloud.dev/displayname?user_id=%40whatsapp_919150986374%3Amatrix.theocloud.dev","duration":91.376165,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nihal (WA)"},"time":"2026-03-06T19:23:03.57366494Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4470,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183588511334611:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-183588511334611%3Amatrix.theocloud.dev","duration":94.991966,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915258436899 (WA)"},"time":"2026-03-06T19:23:03.574083923Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.574573657Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.575728218Z","message":""} +{"level":"debug","transaction_id":"1889","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.590924555Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1889","time":"2026-03-06T19:23:03.591041122Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","req_id":4462,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983335467955_38?ts=1772123251000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":288.09533,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.623734049Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF49636DC8B9CD3171F","sender_id":{"user_id":"4917623702252"},"message_ts":"2026-02-26T16:27:31Z","event_id":"$w-DHFAfe-fApNMaNKRCPE4_JPp5nlzCXQTjh6wZraIQ","part_id":"","time":"2026-03-06T19:23:03.623902089Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:23:03.625578931Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","time":"2026-03-06T19:23:03.625661554Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.626237822Z","message":"197b6fcf50d4d433b0ce124c2ebf21af462819c5a3c331995af42ca40e267b801defa19ff04a1705e061069b2fdeef83ebc7"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A06DB20C328004C79F8","time":"2026-03-06T19:23:03.626403139Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.626868428Z","message":"b148fbe5e0a4cd43c45a42ffe9bf7a13e3aff7901faa9844f77175c11a460f44f0b1c6691e37b4e80f147b4158620f68c5a9"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A31B03903EB3B0E02AC","time":"2026-03-06T19:23:03.626970397Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.627429191Z","message":"e5eee95dab5e4d634acc676505bf9066c32ab0a6554454696db8c6348ebf56bc0ea585c8157e8f8e08e56062668f2e388bb1"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AB384DC390B777F4F5D","time":"2026-03-06T19:23:03.627542545Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.627981922Z","message":"b86b164be997a1c9770e9ff27084182c31409dafd77505a2ff79d1193b1212b1c364b88afdbcb65457f0fd27e34e1f813562"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A5C5B3DF8AFCFCD0F3F","time":"2026-03-06T19:23:03.628077326Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","started_at":"2026-03-06T19:22:00.517355737Z","duration":"1m3.110804701s","time":"2026-03-06T19:23:03.628177829Z","message":"Event that took long finished handling"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.628865286Z","message":"46f2cbca90abc9658d11e649824a6beeb7b0fc15d046a9b025bcff9a283ad98b12a5123a8192e62e0b1b17e2b357e47a6d16"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AE0AC3CA67BA8510CD5","time":"2026-03-06T19:23:03.628972424Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.629431567Z","message":"8d65b35914d58eec8ea279a4ccc9df20adf3cb02598e333ad0378e885dd1b0b0d2863f9d4d17178b7d89bd4f1d4ca7f2b06d"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A48020C80A8DB626BD0","time":"2026-03-06T19:23:03.629537378Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.629964183Z","message":"e4a63999e16f86c8651d89173894dd117b53c96cd1ec5fab322828df66e26b6753e7e53cd08fdf7c93e38e54a874e0bc2233"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A1DF87FAFDDDB86F5D9","time":"2026-03-06T19:23:03.630057772Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.630503226Z","message":"a473907eecaeb45c676a29a99a438c95ca565e844476ee327a9814f6eeda1e0d238253dfb276967d878c9a406d93fcad9cf3"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC2EB82DE3B3386CEAD","time":"2026-03-06T19:23:03.630604706Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4456,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-273069826400467:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":449.303922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rhUmBVbIAEZKMsDzvFGnaMzv","com.beeper.exclude_from_timeline":true,"displayname":"Michał (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:03.630782245Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.63110771Z","message":"3e4fa9400fdd9d8acd761c4343ee12f6e4d364ec699f65682f1b4469e09f2aae9e42b33d34945c771cc8612d901c5a836946"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF2B88C73AAC21F1728","time":"2026-03-06T19:23:03.631225464Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.631805084Z","message":"a5f2f7513299769809577438ed8d5e5ea107fc879d5bcf14be76d6cdf089b820143292a5224369efca3b331e64dee539fb64"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A3FED028E0DDF789225","time":"2026-03-06T19:23:03.631914597Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.632437855Z","message":"74f6c8d29d3dfc75bce05e9902580e5bfceeff078ce7a4e40df7444441d8d28c3c6b2f9946bafbce2710ecab25044507b25a"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A36E837400BF47182F0","time":"2026-03-06T19:23:03.632547647Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.632977176Z","message":"dbfe57ae8ae32e574ec878103a667cfc8558b665c2656ff254ab310ccc0cadf14d16678534eb1eada25599cb7b91f9fcf301"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A2FCEA345B5EA99CE82","time":"2026-03-06T19:23:03.633067343Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.634820801Z","message":"1fc14e55d1fe16c8901b87edcfb2da14b29a8c0f61a92606e71489bec1d5df6303b1a884a24bf6f2b99da8494ea93d0253a2"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACF22D8185A2E17637C","time":"2026-03-06T19:23:03.63493178Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.635483883Z","message":"6df7c91598283949190ba9144477c70e303535f919ae2a5a5f36c444d26a323a7f32c782b5d78dbae7b5031f645f37faaa44"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF78F9B4C7E8B71157D","time":"2026-03-06T19:23:03.635591719Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:03.63606511Z","message":"43cb3f8c22257634c3954df3269c6111d47c9ae36b684377502f57744224d127c21e8d0ffdb4d1716b571c1b5d5e454afec9"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917623702252@s.whatsapp.net","latest_message_ts":"2026-02-26T16:27:31Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A8C2D81D190BF2894A1","time":"2026-03-06T19:23:03.636171549Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.670542575Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.671176812Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.672690433Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.673442633Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.674219488Z","message":""} +{"level":"debug","transaction_id":"1890","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.674622198Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1890","time":"2026-03-06T19:23:03.67471865Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.674914627Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.675717464Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.678678773Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.678739745Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.680193301Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.680276972Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.680915749Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.684683806Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.684762518Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.697519477Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4458,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-32156537630722:matrix.theocloud.dev?user_id=%40whatsapp_lid-32156537630722%3Amatrix.theocloud.dev","duration":406.296349,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Aaron (WA)","membership":"join"},"time":"2026-03-06T19:23:03.698364777Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4464,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983419277974_21?ts=1772559687000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":284.198344,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich gebe theo die nachricht weiter!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.703623685Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3ADDB951966EA5E33E0C","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-03T17:41:27Z","event_id":"$ZkC8yV3z6VzXKantiaOXfw9ubQHFmCFOQc9Lz9h2Fvo","part_id":"","time":"2026-03-06T19:23:03.70372775Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4465,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983424274765_41?ts=1771010578000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":294.478139,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Dürüm","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.718910398Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A952E0342E9EDDBE556","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:22:58Z","event_id":"$C18R8cTr5Ah6UTWrgjmEDDQfJT2ymYfpZCp2kLyZlZo","part_id":"","time":"2026-03-06T19:23:03.719044495Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.726046316Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:03.72913411Z","message":""} +{"level":"debug","transaction_id":"1891","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.732704863Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1891","time":"2026-03-06T19:23:03.733030118Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1892","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.756588592Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1892","time":"2026-03-06T19:23:03.75695701Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4472,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983542237344_56?ts=1772398118000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":272.665929,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.notice","body":"Sent an album:","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.815054272Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AD7EB63D8883946EEAD","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-03-01T20:48:38Z","event_id":"$qHssKAkk38KgUbylHtLGdB1_Xl6HSXdQCBZRMeajtsM","part_id":"","time":"2026-03-06T19:23:03.815209461Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1893","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:03.851927045Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1893","time":"2026-03-06T19:23:03.852023916Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4477,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_919150986374%3Amatrix.theocloud.dev","duration":147.500384,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<57326 bytes>","time":"2026-03-06T19:23:03.886370777Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4480,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_919150986374:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_919150986374%3Amatrix.theocloud.dev","duration":15.389171,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:03.902021158Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4475,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983704426103_6?ts=1772559732000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":215.523201,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Grandios ✨","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.920076626Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:27956059590853@lid:3A0840D0A0DD5EFDD784","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2026-03-03T17:42:12Z","event_id":"$pEdZw15bF74Jq3JaYqyivlOKHcCUyJjsfHMDXDVfNpU","part_id":"","time":"2026-03-06T19:23:03.920238869Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4476,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983720053436_42?ts=1771010583000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":210.090315,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber wenn schon zu spät ist egal","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:03.930296356Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AAC605B13104DE5F708","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:23:03Z","event_id":"$P17FnCYXjt6qVtb-OAixCf_xm3ZvQW8P0aD29O9ye5I","part_id":"","time":"2026-03-06T19:23:03.930450428Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4481,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/IJcsfpbrlPqHWENCmlaHcpth?user_id=%40whatsapp_919150986374%3Amatrix.theocloud.dev","duration":28.716252,"status_code":200,"response_length":57326,"response_mime":"image/jpeg","time":"2026-03-06T19:23:03.930839519Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4478,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-183588511334611%3Amatrix.theocloud.dev","duration":210.966137,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<79688 bytes>","time":"2026-03-06T19:23:03.98512165Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4483,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_919150986374:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_919150986374%3Amatrix.theocloud.dev","duration":65.86595,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IJcsfpbrlPqHWENCmlaHcpth"},"time":"2026-03-06T19:23:03.996903961Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4473,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-273069826400467:matrix.theocloud.dev?user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":365.323558,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rhUmBVbIAEZKMsDzvFGnaMzv","com.beeper.exclude_from_timeline":true,"displayname":"Michał (WA)","membership":"join"},"time":"2026-03-06T19:23:03.998845993Z","message":"Request completed"} +{"level":"debug","transaction_id":"1894","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.001614468Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1894","time":"2026-03-06T19:23:04.001696114Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4485,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183588511334611:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-183588511334611%3Amatrix.theocloud.dev","duration":22.378211,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:04.007903829Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4486,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-245517661540533%3Amatrix.theocloud.dev","duration":14.962645,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-245517661540533","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:04.013105187Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4488,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ogGYRpQmcJtTnZfWvyZgKNsv?user_id=%40whatsapp_lid-183588511334611%3Amatrix.theocloud.dev","duration":16.722529,"status_code":200,"response_length":79688,"response_mime":"image/jpeg","time":"2026-03-06T19:23:04.024745718Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4489,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-245517661540533:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-245517661540533%3Amatrix.theocloud.dev","duration":14.935057,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:04.028520969Z","message":"Request completed"} +{"level":"debug","transaction_id":"1895","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.041048006Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1895","time":"2026-03-06T19:23:04.041404272Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4490,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183588511334611:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-183588511334611%3Amatrix.theocloud.dev","duration":32.435279,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ogGYRpQmcJtTnZfWvyZgKNsv"},"time":"2026-03-06T19:23:04.057455407Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:04.058574838Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4492,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-104239024050301%3Amatrix.theocloud.dev","duration":23.6536,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-104239024050301","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:04.082533229Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4474,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-95765573664918:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":398.131656,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wAsGvRuajQqSBvCWvpxVfrUV","com.beeper.exclude_from_timeline":true,"displayname":"Raha (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:04.097238157Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4493,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-104239024050301:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-104239024050301%3Amatrix.theocloud.dev","duration":30.606391,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:04.113574388Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4479,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983816381483_57?ts=1772398119000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":317.67532,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":112153,"w":942},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/yxGvkwhSDZOJkFLDNtHZipUg"},"time":"2026-03-06T19:23:04.134309212Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AC76E3023405B6B9982","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-03-01T20:48:39Z","event_id":"$2cs19LCx04vBKveRkn2jke79o2ojm4GwdfkPoRzc39o","part_id":"","time":"2026-03-06T19:23:04.134491361Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1896","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.16526705Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1896","time":"2026-03-06T19:23:04.165388645Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4491,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-245517661540533:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-245517661540533%3Amatrix.theocloud.dev","duration":146.147261,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nihal (WA)"},"time":"2026-03-06T19:23:04.174908557Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:04.175747571Z","message":""} +{"level":"debug","transaction_id":"1897","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.212542471Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1897","time":"2026-03-06T19:23:04.212904114Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4495,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-104239024050301:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-104239024050301%3Amatrix.theocloud.dev","duration":119.986815,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915111021159 (WA)"},"time":"2026-03-06T19:23:04.233778552Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:04.234628183Z","message":""} +{"level":"debug","transaction_id":"1898","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:04.243590335Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1898","time":"2026-03-06T19:23:04.243688393Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4482,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983921077744_483?ts=1772559925000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":351.266208,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also Mittwoch passt mir auch echt gut und frühstücken bei Chrissi um 10 Uhr erst Recht wow","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:04.272551453Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A2FA22D184D43F5ABC4","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T17:45:25Z","event_id":"$mdAqpOd5uJE5qmIiSArmkRamr70pFu6D6TgyhRhH7nY","part_id":"","time":"2026-03-06T19:23:04.272722916Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4484,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824983931268211_43?ts=1771010587000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":348.857979,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wo seid ihr gerade ?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:04.280260287Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AB7C177E306342A3DAE","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:23:07Z","event_id":"$o_40CyZRpUow0krDfKitmZa9uFSy_KoYc64YTDAntlE","part_id":"","time":"2026-03-06T19:23:04.280410238Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1899","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.315777842Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1899","time":"2026-03-06T19:23:04.31587618Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1900","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.331544022Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1900","time":"2026-03-06T19:23:04.331632303Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4496,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824984135435767_58?ts=1772398119000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":260.54663,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":57832,"w":942},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/dtUNoxXeeUixXJdwbUufalhy"},"time":"2026-03-06T19:23:04.396229778Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AA2DCF493DC3F259E44","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-03-01T20:48:39Z","event_id":"$FeF_wPNbeAxIjL148OoXs2jk9cepsOKVcO2Q9FrTlJ0","part_id":"","time":"2026-03-06T19:23:04.396490848Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4487,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-196314398773332:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":434.074969,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917656766415 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:04.43378512Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:04.444599557Z","message":""} +{"level":"debug","transaction_id":"1901","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.462973784Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1901","time":"2026-03-06T19:23:04.463087348Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4494,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-95765573664918:matrix.theocloud.dev?user_id=%40whatsapp_lid-95765573664918%3Amatrix.theocloud.dev","duration":391.679632,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wAsGvRuajQqSBvCWvpxVfrUV","com.beeper.exclude_from_timeline":true,"displayname":"Raha (WA)","membership":"join"},"time":"2026-03-06T19:23:04.489570255Z","message":"Request completed"} +{"level":"debug","transaction_id":"1902","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.516985556Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1902","time":"2026-03-06T19:23:04.517357047Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4498,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824984281367076_484?ts=1771010606000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":273.195193,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"schon zu spät","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:04.554713897Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3EF77D1676B18D00A9","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-13T19:23:26Z","event_id":"$t5517mZwnO1WmppakVGPQKj1zMgisHmwyXyLvy1AdsE","part_id":"","time":"2026-03-06T19:23:04.554913366Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:04.561550052Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4497,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824984273612077_7?ts=1772559948624&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":292.510265,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$mdAqpOd5uJE5qmIiSArmkRamr70pFu6D6TgyhRhH7nY","key":"🙏"}},"time":"2026-03-06T19:23:04.566277182Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A2FA22D184D43F5ABC4","target_part_id":"","reaction_sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"reaction_ts":"2026-03-03T17:45:48.624Z","event_id":"$vCGO2u3uLhG4MQ0a9eebFIg84IRwBtS4OI1MMDwEyHs","time":"2026-03-06T19:23:04.566481959Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"1903","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.567475674Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1903","time":"2026-03-06T19:23:04.567653842Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4504,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-104239024050301:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-104239024050301%3Amatrix.theocloud.dev","duration":26.675462,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:04.58852409Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:04.589283554Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4506,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-95494353215566%3Amatrix.theocloud.dev","duration":11.533113,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-95494353215566","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:04.601007546Z","message":"Request completed"} +{"level":"debug","transaction_id":"1904","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.607111126Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1904","time":"2026-03-06T19:23:04.607235795Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4507,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95494353215566:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-95494353215566%3Amatrix.theocloud.dev","duration":9.478007,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:04.610781264Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:04.622323597Z","message":"7c60f5df47f9c53aac00e005"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:04.623217647Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A1DF87FAFDDDB86F5D9","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A1DF87FAFDDDB86F5D9","time":"2026-03-06T19:23:04.623316264Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4501,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-245517661540533%3Amatrix.theocloud.dev","duration":186.883147,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<57326 bytes>","time":"2026-03-06T19:23:04.640823959Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4510,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-245517661540533:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-245517661540533%3Amatrix.theocloud.dev","duration":8.472838,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:04.649593137Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4511,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/RvqWGszqndJPwHTfgaQnmdYB?user_id=%40whatsapp_lid-245517661540533%3Amatrix.theocloud.dev","duration":11.044846,"status_code":200,"response_length":57326,"response_mime":"image/jpeg","time":"2026-03-06T19:23:04.660731433Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4512,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-245517661540533:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-245517661540533%3Amatrix.theocloud.dev","duration":22.966632,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RvqWGszqndJPwHTfgaQnmdYB"},"time":"2026-03-06T19:23:04.683866803Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"919150986374@s.whatsapp.net","alternate_jid":"245517661540533@lid","time":"2026-03-06T19:23:04.684535053Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4499,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824984397374003_59?ts=1772398119000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":305.782659,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":96777,"w":942},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/RXisECVogpoyNBGfuIHPSdRv"},"time":"2026-03-06T19:23:04.703391681Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A854172BD914742206F","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-03-01T20:48:39Z","event_id":"$v21v2DxT0VxoMVfupEdYiSDfpjrUVjmqhZeKsLGusxU","part_id":"","time":"2026-03-06T19:23:04.703524171Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4508,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95494353215566:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-95494353215566%3Amatrix.theocloud.dev","duration":93.617681,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491783166911 (WA)"},"time":"2026-03-06T19:23:04.704574458Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:04.705305217Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4513,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915780931514%3Amatrix.theocloud.dev","duration":31.083832,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915780931514","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:04.716193408Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4515,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915780931514:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915780931514%3Amatrix.theocloud.dev","duration":14.485204,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:04.731033969Z","message":"Request completed"} +{"level":"debug","transaction_id":"1905","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.737434937Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1905","time":"2026-03-06T19:23:04.737531808Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:04.746065339Z","message":"570a6fcaee1d3057ba23d013"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:04.746873273Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4503,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824984555817962_485?ts=1771010619000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":262.314546,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"beim dönerladen noch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:04.81827785Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A48E58DC9EABB58CEAF","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-13T19:23:39Z","event_id":"$m-Zmbye81Ta4Zw_OC1zqdp7OHnF8aEK200TEd3HEljY","part_id":"","time":"2026-03-06T19:23:04.818440582Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:04.819519435Z","message":"aab67a7de31ee8b511d5961f"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:04.81999059Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4500,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-196314398773332:matrix.theocloud.dev?user_id=%40whatsapp_lid-196314398773332%3Amatrix.theocloud.dev","duration":394.870933,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917656766415 (WA)","membership":"join"},"time":"2026-03-06T19:23:04.829416005Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:04.830048496Z","message":"5fa8477986fd3e1fe64e3d4b"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:04.833073013Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A1DF87FAFDDDB86F5D9","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A1DF87FAFDDDB86F5D9","req_id":4509,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":199.223427,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<10322 bytes>","time":"2026-03-06T19:23:04.833193281Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4516,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915780931514:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915780931514%3Amatrix.theocloud.dev","duration":112.822471,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"الزير (WA)"},"time":"2026-03-06T19:23:04.844043757Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"21273073692847@lid","alternate_jid":"4915780931514@s.whatsapp.net","time":"2026-03-06T19:23:04.844669054Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"38504566390811@lid","alt_jid":"4917656979328@s.whatsapp.net","source_push_name":"Al koudsi","alt_push_name":"Ahmad Al koudsi","time":"2026-03-06T19:23:04.844752236Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"38504566390811@lid","alternate_jid":"4917656979328@s.whatsapp.net","time":"2026-03-06T19:23:04.844884727Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491748137002@s.whatsapp.net","time":"2026-03-06T19:23:04.845226465Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4505,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824984567137289_7?ts=1772560059370&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":280.75233,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$mdAqpOd5uJE5qmIiSArmkRamr70pFu6D6TgyhRhH7nY","key":"💓"}},"time":"2026-03-06T19:23:04.84801708Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A2FA22D184D43F5ABC4","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2026-03-03T17:47:39.37Z","event_id":"$bmGUxwo9G94reBhcDvn0GgzhcXBTaI1saWu2QYNjnUc","time":"2026-03-06T19:23:04.848162073Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4520,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491748137002%3Amatrix.theocloud.dev","duration":20.219039,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491748137002","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:04.865794157Z","message":"Request completed"} +{"level":"debug","transaction_id":"1906","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:04.872372105Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1906","time":"2026-03-06T19:23:04.8724893Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4522,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491748137002:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491748137002%3Amatrix.theocloud.dev","duration":11.021939,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:04.877297377Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:04.878005158Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4524,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-95494353215566:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-95494353215566%3Amatrix.theocloud.dev","duration":13.829246,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:04.892194022Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:04.892936165Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:04.929826958Z","message":"6fc654cc6222dd0a0a718fed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4502,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66709616595045:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":439.494445,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Christian (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:04.930091381Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:04.930834921Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4525,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-171970641588327%3Amatrix.theocloud.dev","duration":45.714797,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-171970641588327","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:04.938859162Z","message":"Request completed"} +{"level":"debug","transaction_id":"1907","content":{"pdu":2,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:04.940981107Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1907","time":"2026-03-06T19:23:04.94131656Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4527,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-171970641588327:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-171970641588327%3Amatrix.theocloud.dev","duration":25.350905,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:04.964639666Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:04.986043858Z","message":"2258add99ff018ae8048c4b0"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:04.98684418Z","message":""} +{"level":"debug","transaction_id":"1908","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.006776656Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1908","time":"2026-03-06T19:23:05.007095137Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4523,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491748137002:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491748137002%3Amatrix.theocloud.dev","duration":147.7764,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491748137002 (WA)"},"time":"2026-03-06T19:23:05.025278416Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:05.026082509Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4514,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824984704407745_60?ts=1772398119000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":347.946119,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":84075,"w":942},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/MngXQKhvwbfzcUxTNmNOyxpQ"},"time":"2026-03-06T19:23:05.052610395Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A71A2F9C48471A38AFE","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-03-01T20:48:39Z","event_id":"$QpG-R1Z1cAF63FlBzeLXWrvJJlmm3sVYwXzAkX_yinE","part_id":"","time":"2026-03-06T19:23:05.052768867Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4528,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-171970641588327:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-171970641588327%3Amatrix.theocloud.dev","duration":109.07837,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wik Wak (WA)"},"time":"2026-03-06T19:23:05.073943068Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:05.074816724Z","message":""} +{"level":"debug","transaction_id":"1909","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.099079767Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1909","time":"2026-03-06T19:23:05.099222245Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:05.140565898Z","message":"4c1dfd902de8d48643d4a18c"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:05.141358118Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:05.14131272Z","message":"a01b0b40c7b96a37af955c48"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:05.142312931Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4517,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824984819391623_44?ts=1771010636000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":334.488783,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ok","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:05.15406465Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A1A8544473741C8A8E6","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:23:56Z","event_id":"$QHKl-0XdDhreE4DWLb0CmR07rsOig5XTml4g_bX2GBA","part_id":"","time":"2026-03-06T19:23:05.15417109Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4521,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824984848803922_486?ts=1772559954000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":332.718772,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab zwar nen Firmenmeeting um 14 Uhr, aber kann auch mein Laptop mitnehmen und dann würd ich nachmittags/abends ins Gym","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:05.181665033Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A1E6343C4464B500C2E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T17:45:54Z","event_id":"$4lqyCpmsL5W1siqzNfVo9pAfeANf5xNp6YdAN8OZSYU","part_id":"","time":"2026-03-06T19:23:05.181789003Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:05.183227054Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A1DF87FAFDDDB86F5D9","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A1DF87FAFDDDB86F5D9","req_id":4519,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824984833476841_39?ts=1772824984000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":354.535243,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":10322,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":10322,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/LEdLGIbOFLrtVMruCzRGFWHq"},"m.relates_to":{"event_id":"$WRWf4NTX5IqQXsvw1E_zOn5lL6XeirILLGIKDcas5wk","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/LEdLGIbOFLrtVMruCzRGFWHq"},"time":"2026-03-06T19:23:05.188229153Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A1DF87FAFDDDB86F5D9","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A1DF87FAFDDDB86F5D9","event_id":"$AfrnKod3QSZ7rgLp22KRy3oh2Son5NFQQnYAuGCmGwk","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A1DF87FAFDDDB86F5D9","time":"2026-03-06T19:23:05.188325954Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A48020C80A8DB626BD0","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A48020C80A8DB626BD0","time":"2026-03-06T19:23:05.188899149Z","message":"Handling remote event"} +{"level":"warn","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A48020C80A8DB626BD0","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A48020C80A8DB626BD0","error":"failed to decrypt notification: cipher: message authentication failed","time":"2026-03-06T19:23:05.189677121Z","message":"Failed to decrypt media retry notification"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4532,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491748137002:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491748137002%3Amatrix.theocloud.dev","duration":18.937574,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:05.202458664Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917630390609@s.whatsapp.net","time":"2026-03-06T19:23:05.203297958Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","transaction_id":"1910","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.208264577Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1910","time":"2026-03-06T19:23:05.208352368Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4534,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917630390609%3Amatrix.theocloud.dev","duration":13.012302,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917630390609","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:05.216639845Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:05.220761932Z","message":"87ad6fc0b81f5b4f9b5dc4e5"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:05.221280231Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4535,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630390609:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917630390609%3Amatrix.theocloud.dev","duration":9.493791,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:05.226444154Z","message":"Request completed"} +{"level":"debug","transaction_id":"1911","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.235932637Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1911","time":"2026-03-06T19:23:05.236043476Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4518,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-157088495980744:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":450.740996,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MteePNhLunKwnvXsfYlaKbQf","com.beeper.exclude_from_timeline":true,"displayname":"Mihoshi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:05.281302274Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:05.293535345Z","message":"07f46165f3c34b0d4843e4b1"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:05.294264009Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4536,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630390609:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917630390609%3Amatrix.theocloud.dev","duration":95.404244,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Saad (WA)"},"time":"2026-03-06T19:23:05.322024051Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:05.322857478Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:05.326553039Z","message":"d06a375edcf7ce42a7c01c09"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:05.327276185Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4529,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985053831027_61?ts=1772398119000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":288.051469,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":97045,"w":942},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ynXbrGPthlFPAFlHDUYqRcrP"},"time":"2026-03-06T19:23:05.342135394Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A3EC89220EBB1B6A8C7","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-03-01T20:48:39Z","event_id":"$s8qTcmVtHso-MThH10zoeqxAh9adzE9Wl1M1MJxsHoc","part_id":"","time":"2026-03-06T19:23:05.342312234Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4526,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66709616595045:matrix.theocloud.dev?user_id=%40whatsapp_lid-66709616595045%3Amatrix.theocloud.dev","duration":412.198085,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Christian (WA)","membership":"join"},"time":"2026-03-06T19:23:05.345460861Z","message":"Request completed"} +{"level":"debug","transaction_id":"1912","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.348574426Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1912","time":"2026-03-06T19:23:05.348851001Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1913","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.402782874Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1913","time":"2026-03-06T19:23:05.402916552Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:05.430010578Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4530,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985154746101_45?ts=1771010644000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":284.103498,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gib Bescheid wenn ihr los geht :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:05.438978807Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AB2C17C18CD0167F56B","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-13T19:24:04Z","event_id":"$yGUrHlhI9PehP0nI88zDaMshzxBMnGIrtPusteFSh58","part_id":"","time":"2026-03-06T19:23:05.43914112Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1914","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.457250436Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1914","time":"2026-03-06T19:23:05.457494464Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4531,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824985182488752_8?ts=1772560066622&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":295.44699,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$4lqyCpmsL5W1siqzNfVo9pAfeANf5xNp6YdAN8OZSYU","key":"❤️"}},"time":"2026-03-06T19:23:05.478055102Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A1E6343C4464B500C2E","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2026-03-03T17:47:46.622Z","event_id":"$wnWbI1VI6GQ16fy2q8DvNkw_VCKmCcSoYgBqxBfc-Hc","time":"2026-03-06T19:23:05.478176558Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:05.478768819Z","message":"a01bdddf5a040b12a099bcbf"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:05.479442448Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:05.479540785Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A48020C80A8DB626BD0","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A48020C80A8DB626BD0","req_id":4533,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985190046447_487?ts=1772824984000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":290.664614,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"* Failed to bridge media after re-requesting it from your phone: failed to decrypt notification: cipher: message authentication failed\n\n","m.mentions":{},"m.new_content":{"body":"Failed to bridge media after re-requesting it from your phone: failed to decrypt notification: cipher: message authentication failed\n\n","m.mentions":{},"msgtype":"m.notice"},"m.relates_to":{"event_id":"$vdZmG00aAIe_Wb3AlFaTGCzvFh96P77xWlxrNGEFWI0","rel_type":"m.replace"},"msgtype":"m.notice"},"time":"2026-03-06T19:23:05.480911369Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A48020C80A8DB626BD0","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A48020C80A8DB626BD0","event_id":"$IxKJ96vceL3vPZDIy1a5Sx3uv9zDnovzE7TR-LSlIjA","part_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3A48020C80A8DB626BD0","time":"2026-03-06T19:23:05.481001046Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A5C5B3DF8AFCFCD0F3F","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A5C5B3DF8AFCFCD0F3F","time":"2026-03-06T19:23:05.481487916Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1915","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.496704298Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1915","time":"2026-03-06T19:23:05.496806477Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4538,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985343191408_62?ts=1772398120000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":227.581877,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":72458,"w":942},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/kTMBsYsYpPYJTgeukBmSWSLs"},"time":"2026-03-06T19:23:05.570998246Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A75995E5068C03FA80D","sender_id":{"user_id":"4917620338641"},"message_ts":"2026-03-01T20:48:40Z","event_id":"$Qptbq_TONr-6bzSq1bjh6Ys78bysA_IC11VDyh2B-x8","part_id":"","time":"2026-03-06T19:23:05.571119562Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4537,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-157088495980744:matrix.theocloud.dev?user_id=%40whatsapp_lid-157088495980744%3Amatrix.theocloud.dev","duration":341.134199,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MteePNhLunKwnvXsfYlaKbQf","com.beeper.exclude_from_timeline":true,"displayname":"Mihoshi (WA)","membership":"join"},"time":"2026-03-06T19:23:05.62306184Z","message":"Request completed"} +{"level":"info","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:23:05.62365033Z","message":"Fetching messages for forward backfill"} +{"level":"debug","transaction_id":"1916","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.644969454Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1916","time":"2026-03-06T19:23:05.645070097Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A5C5B3DF8AFCFCD0F3F","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A5C5B3DF8AFCFCD0F3F","req_id":4542,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":159.217811,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<19870 bytes>","time":"2026-03-06T19:23:05.651820555Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4540,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985440038173_488?ts=1771010809000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":239.161225,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gehen jetzt los :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:05.679369465Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AF0A0509C7AB1CA72F5","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-13T19:26:49Z","event_id":"$pzHzk8tSr-_nVfUW1oy6dLRszvZ16upq1iLvOiHI94k","part_id":"","time":"2026-03-06T19:23:05.679548959Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1917","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.698040801Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1917","time":"2026-03-06T19:23:05.698402024Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4541,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985478620056_26?ts=1772560011000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":254.598099,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":983,"mimetype":"image/jpeg","size":74393,"w":1170},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/jQTGmwQXRYSxJABLJKKiEYcr"},"time":"2026-03-06T19:23:05.73340184Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A2D9A061BE43A64F1DC","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-03T17:46:51Z","event_id":"$FUOtrVWyIxwC7JmHb3Irr-7YiHWTZccEJfJULWU44Yk","part_id":"","time":"2026-03-06T19:23:05.733522457Z","message":"Sent message part to Matrix"} +{"level":"warn","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","reply_to":{"MessageID":"120363192861790277@g.us:195790463058158@lid:3A2FA22D184D43F5ABC4","PartID":null},"time":"2026-03-06T19:23:05.734593208Z","message":"Reply target message not found in database"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4539,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-99939661148216:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":404.772183,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LCFaAaSzAqspzYhRWICrFPdb","com.beeper.exclude_from_timeline":true,"displayname":"Ahmed (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:05.750882436Z","message":"Request completed"} +{"level":"debug","transaction_id":"1918","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.763532606Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1918","time":"2026-03-06T19:23:05.763610969Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4546,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917630390609%3Amatrix.theocloud.dev","duration":140.494512,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<6939 bytes>","time":"2026-03-06T19:23:05.768454316Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4551,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630390609:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917630390609%3Amatrix.theocloud.dev","duration":12.309061,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:05.781138289Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4552,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VSgjxsQEICNRXGsjoaJGOBYN?user_id=%40whatsapp_4917630390609%3Amatrix.theocloud.dev","duration":10.294742,"status_code":200,"response_length":6939,"response_mime":"image/jpeg","time":"2026-03-06T19:23:05.791582772Z","message":"Request completed"} +{"level":"debug","transaction_id":"1919","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.80176374Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1919","time":"2026-03-06T19:23:05.802034589Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4553,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630390609:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917630390609%3Amatrix.theocloud.dev","duration":31.743352,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VSgjxsQEICNRXGsjoaJGOBYN"},"time":"2026-03-06T19:23:05.82358049Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917641189496@s.whatsapp.net","time":"2026-03-06T19:23:05.824321516Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4544,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-171970641588327%3Amatrix.theocloud.dev","duration":221.486747,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22940 bytes>","time":"2026-03-06T19:23:05.830993472Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4554,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917641189496%3Amatrix.theocloud.dev","duration":14.410542,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917641189496","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:05.839215297Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4555,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-171970641588327:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-171970641588327%3Amatrix.theocloud.dev","duration":10.72923,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:05.842054731Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4556,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641189496:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641189496%3Amatrix.theocloud.dev","duration":16.621397,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:05.856304916Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4557,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/mODkhRBKBjXICXcogpqdCVEb?user_id=%40whatsapp_lid-171970641588327%3Amatrix.theocloud.dev","duration":19.512445,"status_code":200,"response_length":22940,"response_mime":"image/jpeg","time":"2026-03-06T19:23:05.861727256Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4559,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-171970641588327:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-171970641588327%3Amatrix.theocloud.dev","duration":18.529486,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mODkhRBKBjXICXcogpqdCVEb"},"time":"2026-03-06T19:23:05.880525495Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:05.881751435Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4543,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985571897046_489?ts=1772407147000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":340.05381,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ist das die WG?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:05.912114776Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3AF84C71F103E4F8DB","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-01T23:19:07Z","event_id":"$2znEBVeGeaQRl199R46K5dNxLpua1d_6tLC7NQPuWKM","part_id":"","time":"2026-03-06T19:23:05.912264028Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4560,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-275436907065507%3Amatrix.theocloud.dev","duration":31.805582,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-275436907065507","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:05.913827027Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4562,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-275436907065507:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-275436907065507%3Amatrix.theocloud.dev","duration":25.015173,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:05.939203355Z","message":"Request completed"} +{"level":"debug","transaction_id":"1920","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:05.974413046Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1920","time":"2026-03-06T19:23:05.974528984Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A5C5B3DF8AFCFCD0F3F","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A5C5B3DF8AFCFCD0F3F","req_id":4547,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985652261749_40?ts=1772824984000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":341.709629,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":19870,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":19870,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AzSWmhcLSQsNYfGMNozNogiX"},"m.relates_to":{"event_id":"$jPweuZREcO5Pmsc2xaFd15I1aKQlYNrDSwmjqBp7DxA","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AzSWmhcLSQsNYfGMNozNogiX"},"time":"2026-03-06T19:23:05.994291185Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A5C5B3DF8AFCFCD0F3F","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A5C5B3DF8AFCFCD0F3F","event_id":"$GcvbOu-Fe0tMpEXEyepi6Rn6yDIvKDakbHacO0hKWr8","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A5C5B3DF8AFCFCD0F3F","time":"2026-03-06T19:23:05.994490166Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB384DC390B777F4F5D","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AB384DC390B777F4F5D","time":"2026-03-06T19:23:05.995278475Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4558,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641189496:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641189496%3Amatrix.theocloud.dev","duration":140.822212,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917641189496 (WA)"},"time":"2026-03-06T19:23:05.997366198Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:05.998131878Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4548,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985680406482_46?ts=1771369271000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":317.783086,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Danke nochmals fürs Essen kochen und einkaufen, war sehr lecker!! :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:05.998385266Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AFF255C55A3D2E63EF1","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-17T23:01:11Z","event_id":"$9O8XrlmVK8U-0byV484zQgPsUe4goFDV9i8X3G_m63c","part_id":"","time":"2026-03-06T19:23:05.998467609Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1921","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.062872041Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1921","time":"2026-03-06T19:23:06.063055167Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4549,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985734804690_27?ts=1772560018000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":333.879898,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hervorragend!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:06.068805137Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A4C59B459A7190630AE","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-03T17:46:58Z","event_id":"$6Y3F63rYuaVkJmH-NKLfkHeDhwkYKE00XkWi-zAhIzI","part_id":"","time":"2026-03-06T19:23:06.068911367Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","req_id":4545,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21PZDALpQTBwXmrEYnaX:matrix.theocloud.dev/state/m.space.child/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev?ts=1772824985623&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":445.162978,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:23:06.072001884Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","space_room_id":"!PZDALpQTBwXmrEYnaX:matrix.theocloud.dev","time":"2026-03-06T19:23:06.072396632Z","message":"Added portal to space"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4564,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-275436907065507:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-275436907065507%3Amatrix.theocloud.dev","duration":157.637072,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Silvia🌻 (WA)"},"time":"2026-03-06T19:23:06.097079986Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:06.097869761Z","message":""} +{"level":"debug","transaction_id":"1922","content":{"pdu":3,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.105245238Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1922","time":"2026-03-06T19:23:06.105388345Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:06.163553562Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4550,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-99939661148216:matrix.theocloud.dev?user_id=%40whatsapp_lid-99939661148216%3Amatrix.theocloud.dev","duration":419.065809,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LCFaAaSzAqspzYhRWICrFPdb","com.beeper.exclude_from_timeline":true,"displayname":"Ahmed (WA)","membership":"join"},"time":"2026-03-06T19:23:06.170516551Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:06.171075638Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4568,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641189496:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917641189496%3Amatrix.theocloud.dev","duration":12.39797,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:06.176245707Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4569,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491799302414%3Amatrix.theocloud.dev","duration":20.764367,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491799302414","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:06.192048205Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4570,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917664201620%3Amatrix.theocloud.dev","duration":18.785947,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917664201620","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:06.195740483Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB384DC390B777F4F5D","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AB384DC390B777F4F5D","req_id":4566,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":196.071727,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<19870 bytes>","time":"2026-03-06T19:23:06.199609252Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4571,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491799302414:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491799302414%3Amatrix.theocloud.dev","duration":17.072019,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:06.209419987Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4572,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664201620:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917664201620%3Amatrix.theocloud.dev","duration":14.710026,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:06.210689718Z","message":"Request completed"} +{"level":"debug","transaction_id":"1923","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.217842747Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1923","time":"2026-03-06T19:23:06.218091805Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","req_id":4561,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824985913138662_63?ts=1772565733884&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":336.51721,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$2znEBVeGeaQRl199R46K5dNxLpua1d_6tLC7NQPuWKM","key":"👍️"}},"time":"2026-03-06T19:23:06.24976322Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","target_message_id":"4917620338641@s.whatsapp.net:4917641870516@s.whatsapp.net:3A3AF84C71F103E4F8DB","target_part_id":"","reaction_sender_id":{"user_id":"4917620338641"},"reaction_ts":"2026-03-03T19:22:13.884Z","event_id":"$paNp5qX3puWC8RHa1bjWjrtCZGjxv_VNiboPRFTUwqw","time":"2026-03-06T19:23:06.249874199Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:23:06.251554882Z","message":"Backfill finished"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","time":"2026-03-06T19:23:06.251631429Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"4917620338641@s.whatsapp.net","latest_message_ts":"2026-03-01T23:19:07Z","started_at":"2026-03-06T19:22:00.516316206Z","duration":"1m5.735489828s","time":"2026-03-06T19:23:06.251818257Z","message":"Event that took long finished handling"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventMessageUpsert","message_id":"3A2EB49BDF37B21B90F4","sender_id":"4917620338641@s.whatsapp.net","parsed_message_type":"text","remote_sender":{"user_id":"4917620338641"},"remote_message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A2EB49BDF37B21B90F4","remote_stream_order":1772824953,"time":"2026-03-06T19:23:06.251974424Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:06.258804713Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4565,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824985999087669_47?ts=1771369281000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":297.630955,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.notice","body":"Sent an album:","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:06.296836518Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A8B75461AB9B02ADAAB","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-17T23:01:21Z","event_id":"$dGlKICal3NvCdatIioBSBRHktVZzYxrjmwCK8cXCQnk","part_id":"","time":"2026-03-06T19:23:06.296974246Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1924","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.298400913Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1924","time":"2026-03-06T19:23:06.298527817Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4574,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491799302414:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491799302414%3Amatrix.theocloud.dev","duration":94.186126,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491799302414 (WA)"},"time":"2026-03-06T19:23:06.3037891Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4575,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664201620:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917664201620%3Amatrix.theocloud.dev","duration":93.637515,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wik Wak (WA)"},"time":"2026-03-06T19:23:06.304473553Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:06.304552754Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"171970641588327@lid","alternate_jid":"4917664201620@s.whatsapp.net","time":"2026-03-06T19:23:06.305080901Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"239363409617131@lid","alt_jid":"4917641523941@s.whatsapp.net","source_push_name":"A.","alt_push_name":"Artur","time":"2026-03-06T19:23:06.30516101Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"239363409617131@lid","alternate_jid":"4917641523941@s.whatsapp.net","time":"2026-03-06T19:23:06.305274643Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4579,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915159148923%3Amatrix.theocloud.dev","duration":11.398597,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915159148923","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:06.317349104Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4580,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915159148923:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915159148923%3Amatrix.theocloud.dev","duration":9.223711,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:06.326909454Z","message":"Request completed"} +{"level":"debug","transaction_id":"1925","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.329930898Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1925","time":"2026-03-06T19:23:06.330048861Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4567,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986069810585_490?ts=1772560051000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":273.009553,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😂😂😂","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$FUOtrVWyIxwC7JmHb3Irr-7YiHWTZccEJfJULWU44Yk"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:06.342944107Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A77B4C94D7D9E4C1DCE","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T17:47:31Z","event_id":"$7bPa0qheUJ0Xfw7KqaCriDCwm8O9NzXlNTc-jhAgNcI","part_id":"","time":"2026-03-06T19:23:06.343078833Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:06.361567601Z","message":"fa377133f9aa0204a193b6d4"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:06.362277478Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4563,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":450.544041,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<641077 bytes>","time":"2026-03-06T19:23:06.385810949Z","message":"Request completed"} +{"level":"debug","transaction_id":"1926","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.395055333Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1926","time":"2026-03-06T19:23:06.395192224Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:06.415502617Z","message":"0d2af6ad097f2e1b9eceb7e0"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:06.416164302Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4581,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915159148923:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915159148923%3Amatrix.theocloud.dev","duration":95.096659,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Silvia🌻 (WA)"},"time":"2026-03-06T19:23:06.422167728Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"275436907065507@lid","alternate_jid":"4915159148923@s.whatsapp.net","time":"2026-03-06T19:23:06.422638046Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:06.426750634Z","message":"98a3fcd482eacbcfb6b72b2b"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:06.427352325Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4584,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917656787720%3Amatrix.theocloud.dev","duration":6.119923,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917656787720","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:06.429134768Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB384DC390B777F4F5D","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AB384DC390B777F4F5D","req_id":4573,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986199971663_41?ts=1772824984000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":247.546411,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":19870,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":19870,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/itWdSOzNXyuxwITyUjiOOsUh"},"m.relates_to":{"event_id":"$KRUVkiMIPEd6uM1vuyVe4FvnPLAVbkw6Iz5Y2wmdRag","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/itWdSOzNXyuxwITyUjiOOsUh"},"time":"2026-03-06T19:23:06.447768738Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB384DC390B777F4F5D","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AB384DC390B777F4F5D","event_id":"$TCswOUe9euR-JXdt6KPw6PV6Hs_L10zu_TmXTBj4DI4","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AB384DC390B777F4F5D","time":"2026-03-06T19:23:06.447927559Z","message":"Sent message part edit to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4585,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656787720:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917656787720%3Amatrix.theocloud.dev","duration":18.767648,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:06.448254979Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3FED028E0DDF789225","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A3FED028E0DDF789225","time":"2026-03-06T19:23:06.44850704Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1927","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.474288871Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1927","time":"2026-03-06T19:23:06.474452232Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"sync ghost","reason":"push name event","picture_id":"","jid":"4917620338641@s.whatsapp.net","req_id":4577,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/state/m.room.name/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":260.786747,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"fi.mau.implicit_name":true,"name":"marcyś (WA)"},"time":"2026-03-06T19:23:06.514853783Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4578,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986297774987_48?ts=1771369286000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":221.00302,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"video.mp4","info":{"duration":19000,"h":832,"mimetype":"video/mp4","size":3022718,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/SBCBLirIpgGliutzgfaUblSF"},"time":"2026-03-06T19:23:06.519003109Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A30450AC5B5E3CCCE43","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-17T23:01:26Z","event_id":"$3Jt6fNWxFBe_ql1C6LIshBs1I6Q6tcVZ6zgzIZSs-2A","part_id":"","time":"2026-03-06T19:23:06.51913553Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4586,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656787720:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917656787720%3Amatrix.theocloud.dev","duration":94.729359,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Aaron (WA)"},"time":"2026-03-06T19:23:06.543168652Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"32156537630722@lid","alternate_jid":"4917656787720@s.whatsapp.net","time":"2026-03-06T19:23:06.543760495Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4583,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-275436907065507%3Amatrix.theocloud.dev","duration":154.6282,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<33824 bytes>","time":"2026-03-06T19:23:06.554050347Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4589,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-242897714737270%3Amatrix.theocloud.dev","duration":21.760596,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-242897714737270","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:06.566083461Z","message":"Request completed"} +{"level":"debug","transaction_id":"1928","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.570629769Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1928","time":"2026-03-06T19:23:06.570732228Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4590,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-275436907065507:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-275436907065507%3Amatrix.theocloud.dev","duration":17.536191,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:06.572007337Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4582,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986343995302_491?ts=1772560065000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":245.777866,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wusste halt nicht, dass wir es morgens machen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:06.589917044Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:4917641870516@s.whatsapp.net:3A6B6F53EA5580689C33","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-03-03T17:47:45Z","event_id":"$oWhPGGiqIUCGamoUGNhNfBYqd0yOmmCaSPxQMXNs6Mo","part_id":"","time":"2026-03-06T19:23:06.590030468Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4591,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242897714737270:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-242897714737270%3Amatrix.theocloud.dev","duration":25.226376,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:06.59168035Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4592,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/kMNAyBmvwClFmEiXNrbZnBiI?user_id=%40whatsapp_lid-275436907065507%3Amatrix.theocloud.dev","duration":23.025159,"status_code":200,"response_length":33824,"response_mime":"image/jpeg","time":"2026-03-06T19:23:06.595204378Z","message":"Request completed"} +{"level":"debug","transaction_id":"1929","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.631519532Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1929","time":"2026-03-06T19:23:06.631646435Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4595,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-275436907065507:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-275436907065507%3Amatrix.theocloud.dev","duration":38.145857,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kMNAyBmvwClFmEiXNrbZnBiI"},"time":"2026-03-06T19:23:06.633664526Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:06.634323487Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4596,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-1868377903307%3Amatrix.theocloud.dev","duration":9.77749,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-1868377903307","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:06.6443119Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3FED028E0DDF789225","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A3FED028E0DDF789225","req_id":4587,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":188.083315,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<18962 bytes>","time":"2026-03-06T19:23:06.649780685Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4597,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1868377903307:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-1868377903307%3Amatrix.theocloud.dev","duration":8.284264,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:23:06.653041966Z","message":"Request completed"} +{"level":"debug","transaction_id":"1930","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.655836423Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1930","time":"2026-03-06T19:23:06.655927078Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4594,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242897714737270:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-242897714737270%3Amatrix.theocloud.dev","duration":77.570386,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sascha (WA)"},"time":"2026-03-06T19:23:06.669427646Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917680834617@s.whatsapp.net","alternate_jid":"242897714737270@lid","time":"2026-03-06T19:23:06.669934561Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4600,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491756680777%3Amatrix.theocloud.dev","duration":9.228949,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491756680777","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:06.679755074Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4601,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491756680777:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491756680777%3Amatrix.theocloud.dev","duration":11.079977,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:06.691145849Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventMessageUpsert","message_id":"3A2EB49BDF37B21B90F4","sender_id":"4917620338641@s.whatsapp.net","parsed_message_type":"text","remote_sender":{"user_id":"4917620338641"},"remote_message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A2EB49BDF37B21B90F4","remote_stream_order":1772824953,"req_id":4576,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986252715171_64?ts=1772824953000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":453.403031,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"moin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:06.706239378Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventMessageUpsert","message_id":"3A2EB49BDF37B21B90F4","sender_id":"4917620338641@s.whatsapp.net","parsed_message_type":"text","remote_sender":{"user_id":"4917620338641"},"remote_message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3A2EB49BDF37B21B90F4","remote_stream_order":1772824953,"event_id":"$dqznht4Tx6t7_W4WI8bm1QGsAxfD5wPEvMPfyy8AEIQ","part_id":"","time":"2026-03-06T19:23:06.706434098Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventMessageUpsert","message_id":"3AE8F52408059458D852","sender_id":"4917620338641@s.whatsapp.net","parsed_message_type":"text","remote_sender":{"user_id":"4917620338641"},"remote_message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AE8F52408059458D852","remote_stream_order":1772824956,"time":"2026-03-06T19:23:06.707087402Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4599,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1868377903307:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-1868377903307%3Amatrix.theocloud.dev","duration":78.23277,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917624327157 (WA)"},"time":"2026-03-06T19:23:06.731431113Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:06.732114099Z","message":""} +{"level":"debug","transaction_id":"1931","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.743392638Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1931","time":"2026-03-06T19:23:06.743490487Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4588,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986520100889_49?ts=1771369287000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":263.652442,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":420777,"w":1536},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/WyzIiNPbsnRDazoJjZnDyqHs"},"time":"2026-03-06T19:23:06.78397515Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A4CE00996D5B5D9B9D4","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-17T23:01:27Z","event_id":"$yeTj5mwfBGLEkzu4TSj7Rvrf1IkfiXzYFZuk44-neZ0","part_id":"","time":"2026-03-06T19:23:06.784098701Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4602,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491756680777:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491756680777%3Amatrix.theocloud.dev","duration":124.380169,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"TJ (WA)"},"time":"2026-03-06T19:23:06.815763411Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"13473413128380@lid","alternate_jid":"491756680777@s.whatsapp.net","time":"2026-03-06T19:23:06.816226116Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917641523941@s.whatsapp.net","alt_jid":"239363409617131@lid","source_push_name":"Artur","alt_push_name":"A.","time":"2026-03-06T19:23:06.816304968Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917641523941@s.whatsapp.net","alternate_jid":"239363409617131@lid","time":"2026-03-06T19:23:06.816440252Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917662782440@s.whatsapp.net","time":"2026-03-06T19:23:06.816801965Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4605,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917662782440%3Amatrix.theocloud.dev","duration":27.040877,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917662782440","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:06.844123957Z","message":"Request completed"} +{"level":"debug","transaction_id":"1932","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.848370014Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1932","time":"2026-03-06T19:23:06.848479037Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:06.855753103Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4593,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986590987795_28?ts=1772561553000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":274.392987,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Colin kommt Mittwoch auch! Vielleicht können wir dann nochmal sein Spiel spielen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:06.865488129Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A9794C1FE26B9637199","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-03T18:12:33Z","event_id":"$8MLJhDwTymrmAWPzSWWzjR_nQZ_B_0J6l30RO-ZGdts","part_id":"","time":"2026-03-06T19:23:06.8655982Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4606,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662782440:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917662782440%3Amatrix.theocloud.dev","duration":21.991076,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:06.866427018Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4607,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491799302414:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491799302414%3Amatrix.theocloud.dev","duration":19.918578,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:06.875954403Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:06.8914116Z","message":""} +{"level":"debug","transaction_id":"1933","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.915280523Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1933","time":"2026-03-06T19:23:06.91540135Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3FED028E0DDF789225","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A3FED028E0DDF789225","req_id":4598,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986650176201_42?ts=1772824984000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":298.251084,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":18962,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":18962,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/HmTFAOlyBbkfwwuDlqZjaekf"},"m.relates_to":{"event_id":"$02-UAX-zNC5YoMBSyyKtMXM-GDCEHertaw-eZCTQ61E","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/HmTFAOlyBbkfwwuDlqZjaekf"},"time":"2026-03-06T19:23:06.948750026Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3FED028E0DDF789225","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A3FED028E0DDF789225","event_id":"$sHIOzaG-28G_U6zg_btkaeYdR1VfDwqg5CeQx2cbsE0","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A3FED028E0DDF789225","time":"2026-03-06T19:23:06.948970029Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF2B88C73AAC21F1728","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF2B88C73AAC21F1728","time":"2026-03-06T19:23:06.949777894Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4609,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662782440:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917662782440%3Amatrix.theocloud.dev","duration":129.778343,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917662782440 (WA)"},"time":"2026-03-06T19:23:06.996394773Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:06.997272759Z","message":""} +{"level":"debug","transaction_id":"1934","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:06.998325421Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1934","time":"2026-03-06T19:23:06.998472928Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventMessageUpsert","message_id":"3AE8F52408059458D852","sender_id":"4917620338641@s.whatsapp.net","parsed_message_type":"text","remote_sender":{"user_id":"4917620338641"},"remote_message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AE8F52408059458D852","remote_stream_order":1772824956,"req_id":4603,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21RNSkXRfMcfgheHrFjq:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986707790084_65?ts=1772824956000&user_id=%40whatsapp_4917620338641%3Amatrix.theocloud.dev","duration":383.136743,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"meester","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:07.091075033Z","message":"Request completed"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventMessageUpsert","message_id":"3AE8F52408059458D852","sender_id":"4917620338641@s.whatsapp.net","parsed_message_type":"text","remote_sender":{"user_id":"4917620338641"},"remote_message_id":"4917620338641@s.whatsapp.net:4917620338641@s.whatsapp.net:3AE8F52408059458D852","remote_stream_order":1772824956,"event_id":"$Fxr2LZnjg8qVQvzG9Df5bdCxSdYm977O1i3ZHlgahxg","part_id":"","time":"2026-03-06T19:23:07.091290915Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$inv2VdvoEIEYZOluWZuXMj8b4ChMrAdKx48n8Vq9Zoo","event_type":"m.room.member","event_id":"$inv2VdvoEIEYZOluWZuXMj8b4ChMrAdKx48n8Vq9Zoo","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:07.092245658Z","message":"Sending implicit read receipt for event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.096153888Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4604,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986784895112_50?ts=1771369288000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":312.458666,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":500341,"w":1536},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/DGxTKxdNZZTOLriTyTevWfWY"},"time":"2026-03-06T19:23:07.097593196Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AB67DC0F5D3291F845C","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-17T23:01:28Z","event_id":"$MSbMoxxE0ZJ3zRglSKv7y3Kp6UDmUZb6ZPWMdn3FOyw","part_id":"","time":"2026-03-06T19:23:07.097761097Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4612,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-1868377903307%3Amatrix.theocloud.dev","duration":202.260584,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<52534 bytes>","time":"2026-03-06T19:23:07.103309851Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4615,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1868377903307:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-1868377903307%3Amatrix.theocloud.dev","duration":34.394353,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:07.13813541Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF2B88C73AAC21F1728","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF2B88C73AAC21F1728","req_id":4613,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":179.605449,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<15004 bytes>","time":"2026-03-06T19:23:07.143354229Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4616,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/josalcwOaHhipxOzMyIRmnbn?user_id=%40whatsapp_lid-1868377903307%3Amatrix.theocloud.dev","duration":11.327986,"status_code":200,"response_length":52534,"response_mime":"image/jpeg","time":"2026-03-06T19:23:07.149627875Z","message":"Request completed"} +{"level":"debug","transaction_id":"1935","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.159020953Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1935","time":"2026-03-06T19:23:07.159113494Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.171590525Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4608,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824986866375753_22?ts=1772561574000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":317.32527,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Yippie!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:07.183821152Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A45B257709D400A1869","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-03T18:12:54Z","event_id":"$CGVrX3DIwjEV_GnONpqzxyfBIV2gFyPE0DqL_hgnnWA","part_id":"","time":"2026-03-06T19:23:07.183937509Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4618,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-1868377903307:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-1868377903307%3Amatrix.theocloud.dev","duration":37.89666,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/josalcwOaHhipxOzMyIRmnbn"},"time":"2026-03-06T19:23:07.187753967Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:07.188775898Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1936","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.204916292Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1936","time":"2026-03-06T19:23:07.205061145Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4620,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-201528505827559%3Amatrix.theocloud.dev","duration":23.235175,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-201528505827559","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:07.212260968Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4621,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-201528505827559:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-201528505827559%3Amatrix.theocloud.dev","duration":8.454329,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:07.221044883Z","message":"Request completed"} +{"level":"debug","transaction_id":"1937","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.230857084Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1937","time":"2026-03-06T19:23:07.230954445Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4610,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-59463872561404:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":401.338181,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NmIelWpzwZhHrfrTFHGrEsQH","com.beeper.exclude_from_timeline":true,"displayname":"Pasi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:07.278669243Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4622,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-201528505827559:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-201528505827559%3Amatrix.theocloud.dev","duration":76.854084,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491739356181 (WA)"},"time":"2026-03-06T19:23:07.298088729Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.299020703Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.322375099Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.322564231Z","message":""} +{"level":"debug","transaction_id":"1938","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.322825232Z","message":"Starting handling of transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.32484863Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.327664738Z","message":""} +{"level":"debug","transaction_id":"1938","time":"2026-03-06T19:23:07.329050198Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.329836202Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.333088125Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.334542798Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.336007878Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.340070879Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.341541965Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.343049789Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.34466475Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.346257501Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.347868552Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.350688989Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.352575358Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.355031848Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.356463613Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.357857803Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.359455094Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4614,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824987098737421_51?ts=1771369288000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":264.345138,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":458134,"w":1536},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/urDwRvvMTuNnYoJxbjTUxruJ"},"time":"2026-03-06T19:23:07.36331234Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A1F3FE87F3787FAA240","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-17T23:01:28Z","event_id":"$SMVMctm6HOr_O1Gv8vhH9deK_5np0vnp7r-livhJXbk","part_id":"","time":"2026-03-06T19:23:07.363465224Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.367961875Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.373299705Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.376955665Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.380004976Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.382187266Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.38448242Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.387444847Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.390557575Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.393427042Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.396545636Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.399453027Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.4025191Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.405441857Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.409252378Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4623,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917662782440%3Amatrix.theocloud.dev","duration":179.966533,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<29270 bytes>","time":"2026-03-06T19:23:07.409788207Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.410728702Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.413747632Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.41595723Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF2B88C73AAC21F1728","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF2B88C73AAC21F1728","req_id":4617,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824987143836140_43?ts=1772824984000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":272.047336,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":15004,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":15004,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/HEHWgOjlmvBQzxTgxECachsO"},"m.relates_to":{"event_id":"$glzjcE22MRfRjiLCvSkmFL6gJx67T7Bfogc6r5GHmhI","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/HEHWgOjlmvBQzxTgxECachsO"},"time":"2026-03-06T19:23:07.41615621Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF2B88C73AAC21F1728","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF2B88C73AAC21F1728","event_id":"$yO6WDH_BZqM89U3kCIipLOfjnO8xB4XmV-YvInv-D-0","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF2B88C73AAC21F1728","time":"2026-03-06T19:23:07.416261532Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A31B03903EB3B0E02AC","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A31B03903EB3B0E02AC","time":"2026-03-06T19:23:07.416778085Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.419003956Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.421965615Z","message":""} +{"level":"debug","transaction_id":"1939","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.426253158Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1939","time":"2026-03-06T19:23:07.426393681Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4619,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824987185289655_23?ts=1772561725000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":245.667865,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":183984,"w":190},"m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$FUOtrVWyIxwC7JmHb3Irr-7YiHWTZccEJfJULWU44Yk"}},"url":"mxc://matrix.theocloud.dev/HDPCvNNaNXUwZGXEdYlpOBFg"},"time":"2026-03-06T19:23:07.431226971Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3A8B56C7BCA33F3A0504","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-03T18:15:25Z","event_id":"$fgCDaPumSqiSSKM2a28bGL4K82nI1IaasSX1NlC-QC8","part_id":"","time":"2026-03-06T19:23:07.431394103Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4626,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662782440:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917662782440%3Amatrix.theocloud.dev","duration":23.893787,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:07.433969674Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4628,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/JVxxNAkjrrtvauTjVfjXPMlR?user_id=%40whatsapp_4917662782440%3Amatrix.theocloud.dev","duration":16.152547,"status_code":200,"response_length":29270,"response_mime":"image/jpeg","time":"2026-03-06T19:23:07.450205543Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.457228665Z","message":""} +{"level":"debug","transaction_id":"1940","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.460972557Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1940","time":"2026-03-06T19:23:07.461146813Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4631,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-201528505827559:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-201528505827559%3Amatrix.theocloud.dev","duration":8.824284,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:07.466388331Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4630,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662782440:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917662782440%3Amatrix.theocloud.dev","duration":15.986042,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JVxxNAkjrrtvauTjVfjXPMlR"},"time":"2026-03-06T19:23:07.46645978Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:07.470433173Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917666512961@s.whatsapp.net","time":"2026-03-06T19:23:07.470619093Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4632,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917666512961%3Amatrix.theocloud.dev","duration":6.492881,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917666512961","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:07.47730383Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4633,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-138035987497154%3Amatrix.theocloud.dev","duration":6.717214,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-138035987497154","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:07.478601707Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4634,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917666512961:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917666512961%3Amatrix.theocloud.dev","duration":4.942873,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:07.482500369Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4635,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138035987497154:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-138035987497154%3Amatrix.theocloud.dev","duration":3.597432,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:07.482527608Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4637,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138035987497154:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-138035987497154%3Amatrix.theocloud.dev","duration":34.058832,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Claire✨ (WA)"},"time":"2026-03-06T19:23:07.516749241Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.517650485Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4636,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917666512961:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917666512961%3Amatrix.theocloud.dev","duration":35.574407,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lisunka (WA)"},"time":"2026-03-06T19:23:07.518241699Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.518809866Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4625,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824987364748156_492?ts=1771392982000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":166.209784,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gerne doch und das freut mich :)","m.mentions":{"user_ids":["@whatsapp_491783743461:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$9O8XrlmVK8U-0byV484zQgPsUe4goFDV9i8X3G_m63c"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:07.531144279Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A62DE2E6C8A0BEFF0FE","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-18T05:36:22Z","event_id":"$330ciAcvUGobz7HX6NYVuqAi4MWCDROVjjxMi2pNqkY","part_id":"","time":"2026-03-06T19:23:07.531283265Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4624,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-59463872561404:matrix.theocloud.dev?user_id=%40whatsapp_lid-59463872561404%3Amatrix.theocloud.dev","duration":261.013874,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NmIelWpzwZhHrfrTFHGrEsQH","com.beeper.exclude_from_timeline":true,"displayname":"Pasi (WA)","membership":"join"},"time":"2026-03-06T19:23:07.540462696Z","message":"Request completed"} +{"level":"debug","transaction_id":"1941","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.571127475Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1941","time":"2026-03-06T19:23:07.571251026Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A31B03903EB3B0E02AC","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A31B03903EB3B0E02AC","req_id":4629,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":145.96623,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<141526 bytes>","time":"2026-03-06T19:23:07.580201165Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4627,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824987432377272_493?ts=1772561938132&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":158.344993,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$fgCDaPumSqiSSKM2a28bGL4K82nI1IaasSX1NlC-QC8","key":"😂"}},"time":"2026-03-06T19:23:07.590831498Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363192861790277@g.us:65244881764452@lid:3A8B56C7BCA33F3A0504","target_part_id":"","reaction_sender_id":{"user_id":"4917641870516","is_from_me":true},"reaction_ts":"2026-03-03T18:18:58.132Z","event_id":"$vM47SX2C-8icym7FHJ9kHOr6opSi40iQaVeDVU9IPjU","time":"2026-03-06T19:23:07.590942617Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"1942","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.608987817Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1942","time":"2026-03-06T19:23:07.609229332Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1943","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.623705316Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1943","time":"2026-03-06T19:23:07.623862741Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.673311721Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:07.686016787Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4638,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824987532134012_494?ts=1771703803000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":174.588543,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"video.mp4","info":{"duration":28000,"h":848,"mimetype":"video/mp4","size":5529066,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/QFaLkZaxFIdxyarEWOSFZadE"},"time":"2026-03-06T19:23:07.706950032Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A84BE1211A7C808065F","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T19:56:43Z","event_id":"$y_qGvNin6pDkTGGeNXO4RPRrozvH5Bu84bamkx6eRFU","part_id":"","time":"2026-03-06T19:23:07.70708846Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4642,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138035987497154:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-138035987497154%3Amatrix.theocloud.dev","duration":22.082429,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:07.708426846Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:07.716886972Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4644,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-151414944854040%3Amatrix.theocloud.dev","duration":18.831205,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-151414944854040","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:07.736064385Z","message":"Request completed"} +{"level":"debug","transaction_id":"1944","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.745034149Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1944","time":"2026-03-06T19:23:07.745161681Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4645,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-151414944854040:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-151414944854040%3Amatrix.theocloud.dev","duration":14.671962,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:07.751971576Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4641,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824987591560371_8?ts=1772631226000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":183.051394,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":959,"mimetype":"image/jpeg","size":239012,"w":1439},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AYhMSOorLzvBzgjxncqYxkUm"},"time":"2026-03-06T19:23:07.774866619Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:27956059590853@lid:3EB0D8BEDF60F0A081A3C2","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2026-03-04T13:33:46Z","event_id":"$y0cJ7VzNfLsv4ZO7GyL7jn-NiKw6BNK5BbMb7nNM9D4","part_id":"","time":"2026-03-06T19:23:07.775039199Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A31B03903EB3B0E02AC","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A31B03903EB3B0E02AC","req_id":4640,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824987580618123_44?ts=1772824985000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":206.629075,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":141526,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":141526,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/umXiDrHdktwJpxecCBVpjZvG"},"m.relates_to":{"event_id":"$tfXMUvtr0QaQRoZUAh0mK8z9CW4OL3SS85ouOCjAKh8","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/umXiDrHdktwJpxecCBVpjZvG"},"time":"2026-03-06T19:23:07.7875515Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A31B03903EB3B0E02AC","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A31B03903EB3B0E02AC","event_id":"$DzS4YDV_hYHCMbtRJeg3ayBnnTl_uaxEkVpQKDIL3l4","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A31B03903EB3B0E02AC","time":"2026-03-06T19:23:07.787775275Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AE0AC3CA67BA8510CD5","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AE0AC3CA67BA8510CD5","time":"2026-03-06T19:23:07.788540326Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4611,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":914.595354,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<945179 bytes>","time":"2026-03-06T19:23:07.811517364Z","message":"Request completed"} +{"level":"debug","transaction_id":"1945","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.838298079Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1945","time":"2026-03-06T19:23:07.83839956Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4639,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-44419206123644:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":322.990451,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SXNeSLsfibUWbhwpGmCpbXKH","com.beeper.exclude_from_timeline":true,"displayname":"Nes The One (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:07.86440314Z","message":"Request completed"} +{"level":"debug","transaction_id":"1946","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.884810264Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1946","time":"2026-03-06T19:23:07.884987594Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4647,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-151414944854040:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-151414944854040%3Amatrix.theocloud.dev","duration":134.424526,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jonas (WA)"},"time":"2026-03-06T19:23:07.886579926Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:07.887427601Z","message":""} +{"level":"debug","transaction_id":"1947","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:07.903745674Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1947","time":"2026-03-06T19:23:07.904028605Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4646,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917666512961%3Amatrix.theocloud.dev","duration":197.362131,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<68226 bytes>","time":"2026-03-06T19:23:07.935179835Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4651,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917666512961:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917666512961%3Amatrix.theocloud.dev","duration":5.666438,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:07.941284603Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4643,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824987708004370_495?ts=1771703928000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":259.98419,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":189288,"w":1152},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/DQwcFSlWYqNoeaRiFTNYXfOY"},"time":"2026-03-06T19:23:07.968186424Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC19D0CD299E556EE0E","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T19:58:48Z","event_id":"$T_YZ6DmY_fv_aWrVACOoj3Xy9pJ1ImxvCbPSV8aJV5I","part_id":"","time":"2026-03-06T19:23:07.968279942Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4652,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/CkiCxvcSPsqVKcUNOsHspNin?user_id=%40whatsapp_4917666512961%3Amatrix.theocloud.dev","duration":29.952039,"status_code":200,"response_length":68226,"response_mime":"image/jpeg","time":"2026-03-06T19:23:07.971395882Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AE0AC3CA67BA8510CD5","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AE0AC3CA67BA8510CD5","req_id":4649,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":203.914658,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40730 bytes>","time":"2026-03-06T19:23:08.006649923Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4654,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917666512961:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917666512961%3Amatrix.theocloud.dev","duration":35.513854,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CkiCxvcSPsqVKcUNOsHspNin"},"time":"2026-03-06T19:23:08.007045579Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"67950677643499@lid","time":"2026-03-06T19:23:08.009150484Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","transaction_id":"1948","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.009576312Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1948","time":"2026-03-06T19:23:08.009691063Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4656,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-67950677643499%3Amatrix.theocloud.dev","duration":7.536533,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-67950677643499","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:08.01697316Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4657,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67950677643499:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-67950677643499%3Amatrix.theocloud.dev","duration":7.875337,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:08.025239823Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4648,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824987775928779_9?ts=1772631250000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":262.02463,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$y0cJ7VzNfLsv4ZO7GyL7jn-NiKw6BNK5BbMb7nNM9D4","key":"💙"}},"time":"2026-03-06T19:23:08.038058732Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363192861790277@g.us:27956059590853@lid:3EB0D8BEDF60F0A081A3C2","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2026-03-04T13:34:10Z","event_id":"$ORaifReuzb-fWtEp_GBW9AAdB_L9DkXUtcnMYdxKfqs","time":"2026-03-06T19:23:08.038168663Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.047485683Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4660,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-151414944854040:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-151414944854040%3Amatrix.theocloud.dev","duration":14.238381,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:08.062051276Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:08.063198713Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1949","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.067766114Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1949","time":"2026-03-06T19:23:08.067829112Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4662,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-74122562388154%3Amatrix.theocloud.dev","duration":8.723851,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-74122562388154","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:08.072204028Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4663,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-74122562388154:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-74122562388154%3Amatrix.theocloud.dev","duration":7.123346,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:08.079586768Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4658,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67950677643499:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-67950677643499%3Amatrix.theocloud.dev","duration":69.471763,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Paul (WA)"},"time":"2026-03-06T19:23:08.094933335Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.095821309Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4650,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-44419206123644:matrix.theocloud.dev?user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":263.224519,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SXNeSLsfibUWbhwpGmCpbXKH","com.beeper.exclude_from_timeline":true,"displayname":"Nes The One (WA)","membership":"join"},"time":"2026-03-06T19:23:08.128313161Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4664,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-74122562388154:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-74122562388154%3Amatrix.theocloud.dev","duration":66.043837,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491733430974 (WA)"},"time":"2026-03-06T19:23:08.145868139Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.146742982Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4653,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824987968912922_52?ts=1771703986000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":203.938125,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bro diese POV hahaha du fetti 😂😂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:08.172993874Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A60093F09BF99893262","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-21T19:59:46Z","event_id":"$ztjmqImLxjFpkikQeNZRioS3Hr7Sj14wz0XSKPz6x7k","part_id":"","time":"2026-03-06T19:23:08.173142847Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1950","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.176653256Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1950","time":"2026-03-06T19:23:08.176938213Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AE0AC3CA67BA8510CD5","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AE0AC3CA67BA8510CD5","req_id":4655,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824988007147130_45?ts=1772824985000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":220.583198,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":40730,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":40730,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/xdUJJTHwKjqOXoFijZUNsWCQ"},"m.relates_to":{"event_id":"$hG4jhqNSppvWcGJIshs7yGo3py0-ltweoOkQf9sunak","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/xdUJJTHwKjqOXoFijZUNsWCQ"},"time":"2026-03-06T19:23:08.228066898Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AE0AC3CA67BA8510CD5","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AE0AC3CA67BA8510CD5","event_id":"$gZHS-0dLmswXzPXdBOeJNUI5v2J_K0AdhfQNhcn_jxM","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AE0AC3CA67BA8510CD5","time":"2026-03-06T19:23:08.228253586Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A36E837400BF47182F0","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A36E837400BF47182F0","time":"2026-03-06T19:23:08.229007463Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1951","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.231499223Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1951","time":"2026-03-06T19:23:08.231608107Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.255252348Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4659,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824988038606574_9?ts=1772703773000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":218.684608,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"https://drive.google.com/file/d/16UGdDLAQv5kZvBNbunrIBr0vUzTZ4G51/view?usp=sharing","m.mentions":{},"com.beeper.linkpreviews":[{"og:title":"drive.google.com","og:description":"https://drive.google.com/file/d/16UGdDLAQv5kZvBNbunrIBr0vUzTZ4G51/view?usp=sharing","matched_url":"https://drive.google.com/file/d/16UGdDLAQv5kZvBNbunrIBr0vUzTZ4G51/view?usp=sharing"}],"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:08.257438339Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:27956059590853@lid:3EB095C0BFEFB78DD39EE5","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2026-03-05T09:42:53Z","event_id":"$eOCBqKVjwYtACChawnEsg3M9ztMOdSPXPBxjyHCr4uo","part_id":"","time":"2026-03-06T19:23:08.25760198Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4668,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67950677643499:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-67950677643499%3Amatrix.theocloud.dev","duration":9.824214,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:08.265416554Z","message":"Request completed"} +{"level":"debug","transaction_id":"1952","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.267574329Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1952","time":"2026-03-06T19:23:08.267732243Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4670,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491783051112%3Amatrix.theocloud.dev","duration":6.75877,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491783051112","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:08.272820038Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4671,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783051112:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783051112%3Amatrix.theocloud.dev","duration":7.464037,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:08.280669254Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4672,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783051112:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783051112%3Amatrix.theocloud.dev","duration":29.686709,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"🤏🏻😎 (WA)"},"time":"2026-03-06T19:23:08.310561718Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"9461947228209@lid","alternate_jid":"491783051112@s.whatsapp.net","time":"2026-03-06T19:23:08.311060042Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.311560671Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4673,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917670689677%3Amatrix.theocloud.dev","duration":11.436102,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917670689677","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:08.323020869Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4674,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-74122562388154:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-74122562388154%3Amatrix.theocloud.dev","duration":12.320654,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:08.324152872Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:08.325108593Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4666,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824988173958814_496?ts=1771704002000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":163.755738,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😭😂🫠","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:08.337850046Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3AD0E9800FD6B3E68158","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T20:00:02Z","event_id":"$ESrfzdMaf02jK0JKtec_lOgy4gwFDw_zQTWJ_yiFg5I","part_id":"","time":"2026-03-06T19:23:08.337994829Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4676,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-40007670730843%3Amatrix.theocloud.dev","duration":16.320028,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-40007670730843","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:08.34169926Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4675,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670689677:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917670689677%3Amatrix.theocloud.dev","duration":22.906917,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:08.346271899Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4678,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40007670730843:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-40007670730843%3Amatrix.theocloud.dev","duration":19.952103,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:08.361969842Z","message":"Request completed"} +{"level":"debug","transaction_id":"1953","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.375409578Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1953","time":"2026-03-06T19:23:08.375524538Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4669,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824988258456220_10?ts=1772703778000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":147.812509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Draw.io","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:08.406443683Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:27956059590853@lid:3EB08CC9261D7F7D840261","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2026-03-05T09:42:58Z","event_id":"$x96eZPqqUEjKWSlUIPyoph230LJrSgm6LH3NZEL3Pmk","part_id":"","time":"2026-03-06T19:23:08.406569958Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4665,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195562762690743:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":278.157062,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Daniel Gleissenberg (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:08.407447944Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A36E837400BF47182F0","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A36E837400BF47182F0","req_id":4667,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":166.120107,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<49542 bytes>","time":"2026-03-06T19:23:08.410164108Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4679,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670689677:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917670689677%3Amatrix.theocloud.dev","duration":78.603841,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Viktor Tevosyan (WA)"},"time":"2026-03-06T19:23:08.425074441Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"102886059073748@lid","alternate_jid":"4917670689677@s.whatsapp.net","time":"2026-03-06T19:23:08.425636531Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"138817721917594@lid","alternate_jid":"4915208878293@s.whatsapp.net","time":"2026-03-06T19:23:08.425763015Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4680,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40007670730843:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-40007670730843%3Amatrix.theocloud.dev","duration":71.669418,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491771848907 (WA)"},"time":"2026-03-06T19:23:08.434301784Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.434879239Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4684,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915757230287%3Amatrix.theocloud.dev","duration":9.542401,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915757230287","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:08.435894675Z","message":"Request completed"} +{"level":"debug","transaction_id":"1954","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.437911299Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1954","time":"2026-03-06T19:23:08.438016341Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4685,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915757230287:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915757230287%3Amatrix.theocloud.dev","duration":7.651702,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:08.443862623Z","message":"Request completed"} +{"level":"debug","transaction_id":"1955","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.453781054Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1955","time":"2026-03-06T19:23:08.454084519Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4686,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915757230287:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915757230287%3Amatrix.theocloud.dev","duration":37.772551,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Anja (WA)"},"time":"2026-03-06T19:23:08.48178275Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"199870648455306@lid","alternate_jid":"4915757230287@s.whatsapp.net","time":"2026-03-06T19:23:08.482210045Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917652878401@s.whatsapp.net","alternate_jid":"157088529567880@lid","time":"2026-03-06T19:23:08.482309151Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4687,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915754696932%3Amatrix.theocloud.dev","duration":5.572081,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915754696932","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:08.488308946Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4677,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824988338909832_53?ts=1771704004000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":167.973021,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Einfach sogar mit extra toppings 😭","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:08.507032174Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3AB7290538B53036430B","sender_id":{"user_id":"491783743461"},"message_ts":"2026-02-21T20:00:04Z","event_id":"$jnqcfoDVlSqS-ZRHFFAhvJeevbQU84_X62UWimxRG4w","part_id":"","time":"2026-03-06T19:23:08.50719777Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4688,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915754696932:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915754696932%3Amatrix.theocloud.dev","duration":19.043106,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:08.507745682Z","message":"Request completed"} +{"level":"debug","transaction_id":"1956","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.540834685Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1956","time":"2026-03-06T19:23:08.540917587Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4681,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824988407186664_29?ts=1772703864000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":155.344641,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":8918,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/wxJeQFSjQaqIVpLqRfPkCKmQ"},"time":"2026-03-06T19:23:08.562709403Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A4C87D24630F92527A7","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-05T09:44:24Z","event_id":"$mGFFykNBAZvAQ1pIug62EfpOyuv5BJPDS7sigL5u_Zo","part_id":"","time":"2026-03-06T19:23:08.562805716Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.583790365Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A36E837400BF47182F0","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A36E837400BF47182F0","req_id":4683,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824988410475394_46?ts=1772824985000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":183.453615,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":49542,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":49542,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/IDDBJxaXWWRsElembSWWhjvX"},"m.relates_to":{"event_id":"$XEaME7w5ChcZ_pxrqlQxMAFZYHtcRziitI7fiwiJl-w","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/IDDBJxaXWWRsElembSWWhjvX"},"time":"2026-03-06T19:23:08.594190429Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A36E837400BF47182F0","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A36E837400BF47182F0","event_id":"$yqZmD0d9gdfZvNx5w2WZkJhUmYZxxN9tEp7ohsflY8I","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A36E837400BF47182F0","time":"2026-03-06T19:23:08.594437111Z","message":"Sent message part edit to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4689,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915754696932:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915754696932%3Amatrix.theocloud.dev","duration":86.786484,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yasin Dalowar (WA)"},"time":"2026-03-06T19:23:08.594713337Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AC2EB82DE3B3386CEAD","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC2EB82DE3B3386CEAD","time":"2026-03-06T19:23:08.595460719Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1957","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.596389271Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1957","time":"2026-03-06T19:23:08.596477342Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"50058112307202@lid","alternate_jid":"4915754696932@s.whatsapp.net","time":"2026-03-06T19:23:08.59706227Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"80522080477241@lid","alt_jid":"4917673282928@s.whatsapp.net","source_push_name":"Mahkam","alt_push_name":"Makhkam","time":"2026-03-06T19:23:08.597135186Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"80522080477241@lid","alternate_jid":"4917673282928@s.whatsapp.net","time":"2026-03-06T19:23:08.597249517Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"265076942577859@lid","alternate_jid":"491783900163@s.whatsapp.net","time":"2026-03-06T19:23:08.597382357Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915234825973@s.whatsapp.net","alternate_jid":"105699396837592@lid","time":"2026-03-06T19:23:08.597495362Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915901353554@s.whatsapp.net","alternate_jid":"16114767646828@lid","time":"2026-03-06T19:23:08.597594608Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917656979328@s.whatsapp.net","alt_jid":"38504566390811@lid","source_push_name":"Ahmad Al koudsi","alt_push_name":"Al koudsi","time":"2026-03-06T19:23:08.597665777Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917656979328@s.whatsapp.net","alternate_jid":"38504566390811@lid","time":"2026-03-06T19:23:08.597787651Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4692,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-54756772999170%3Amatrix.theocloud.dev","duration":10.729579,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-54756772999170","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:08.609103346Z","message":"Request completed"} +{"level":"debug","transaction_id":"1958","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.617786758Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1958","time":"2026-03-06T19:23:08.617935591Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4693,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54756772999170:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-54756772999170%3Amatrix.theocloud.dev","duration":9.381555,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:08.618753583Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4682,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195562762690743:matrix.theocloud.dev?user_id=%40whatsapp_lid-195562762690743%3Amatrix.theocloud.dev","duration":245.977196,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Daniel Gleissenberg (WA)","membership":"join"},"time":"2026-03-06T19:23:08.654128172Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4695,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54756772999170:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-54756772999170%3Amatrix.theocloud.dev","duration":78.966881,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Rudi (WA)"},"time":"2026-03-06T19:23:08.697891717Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.69881559Z","message":""} +{"level":"debug","transaction_id":"1959","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.699226751Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1959","time":"2026-03-06T19:23:08.699495644Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","req_id":4690,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824988508163548_497?ts=1771704022000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":212.277773,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":10322,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/OOAOfJoSflSPwwXamvUyYeJw"},"time":"2026-03-06T19:23:08.720655457Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A474E8F8C20F2EA8F85","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-21T20:00:22Z","event_id":"$8Td5IrAS7joa6d17EzpiQTuB0-NYj6nKb9hNI3-rgFk","part_id":"","time":"2026-03-06T19:23:08.720815815Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:23:08.723199041Z","message":"Backfill finished"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","time":"2026-03-06T19:23:08.72330136Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"error","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:23:08.723426377Z","message":"Failed to get membership"} +{"level":"error","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.name","time":"2026-03-06T19:23:08.723546576Z","message":"Failed to set room metadata"} +{"level":"error","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","error":"context canceled","time":"2026-03-06T19:23:08.723648755Z","message":"Failed to get membership"} +{"level":"error","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","error":"failed to ensure joined: failed to check if user is registered: context canceled","event_type":"m.room.avatar","time":"2026-03-06T19:23:08.72374821Z","message":"Failed to set room metadata"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.724202673Z","message":"5cf3d57cff684e191cc985a2cb39c1a87fc7dd2b9da78da5436ed91de0581198db358519bdf1643e0e13240cc58ec86c754c"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A007C5046203D3CC77A","time":"2026-03-06T19:23:08.724395438Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.725244509Z","message":"cd979c65df042259e64f04bcfad7e1e5ffb3b3f4d4f61680829e0558259d4fe300604f27e5b049b755040086a4e7986549fc"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A926284813638BED283","time":"2026-03-06T19:23:08.725415274Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.726171176Z","message":"96620eb234393eba151c9b3860fd1c677f648057c3045847e380d212fd3ed76a29e8dcec85defce7cf0a93f0990af58a8e88"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A3BA01BAF7AEA49D820","time":"2026-03-06T19:23:08.726323292Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","started_at":"2026-03-06T19:22:00.734278163Z","duration":"1m7.992268834s","time":"2026-03-06T19:23:08.726571372Z","message":"Event that took long finished handling"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.727894113Z","message":"77c5a133818fd060f8acf19b28936b0f2d097a3ab668cfc59add5804dd3286b7847733276cf888a7f332b9ba55a5a2441fc0"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A5B10C668A21075F3AB","time":"2026-03-06T19:23:08.728063341Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.728760785Z","message":"2c9aa75e8fdaa6135e88f7cdab852f9b584aec999d4b36bfc090679af0c247ded389d949b103c43702de25f8d236cc666776"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A44807B65A161FEE355","time":"2026-03-06T19:23:08.728933994Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.729605527Z","message":"4dbd8e20ca9babe1a977c77a4eca4fc1484740c6788d290c86bbd2a147c7e79c747b0bfab43b6b36a10ba7bbdec56f24b5c7"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A669F8C07CC0A62217D","time":"2026-03-06T19:23:08.729774196Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.730451036Z","message":"b8f31132880a028e090ae94532d46691e8dda743c68580241088d0ee936e7e2f65d221a604bdd373356f64cd8de3e2cfb139"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A6A15832DA75B4FCAB8","time":"2026-03-06T19:23:08.730607623Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.731324902Z","message":"eec689595962f3d60e3ff4f5163b27b42291aa179e69c70e6c6bdbef28ae9b26d35a87f75fd65ed7b968df6fb76760340022"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1E9954A5C58F88516F","time":"2026-03-06T19:23:08.731505165Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.732190526Z","message":"d28cb65482d6aa7a03c37adaa35a35399741add285c80010b6a7a1acb8beb40f10d8727992a345eced0e155826b0adaaf9c5"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A91857455F96CE9042F","time":"2026-03-06T19:23:08.732351792Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.733029261Z","message":"d1d929168e35d31dfc63c3828e29eea7346a5decf2b0104921fb528a6bf7402a077c7bedd6eddfb5d598a67728379d05ccb5"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"491783743461@s.whatsapp.net","latest_message_ts":"2026-02-21T20:00:22Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A4A7C6BC0666B1B228B","time":"2026-03-06T19:23:08.733194159Z","message":"Sent media retry request"} +{"level":"debug","transaction_id":"1960","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.760053306Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1960","time":"2026-03-06T19:23:08.760166171Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.768220933Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.768964264Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.770467059Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.771962869Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.772702708Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.773487175Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.774953163Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.775712557Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.776461615Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.777983197Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4691,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824988563394067_11?ts=1772703895000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":223.386106,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":56954,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/ZaxtvSthkWkiNuGVKuBBglnr"},"time":"2026-03-06T19:23:08.786973775Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:27956059590853@lid:3EB0E12E3E0325EB522A14","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2026-03-05T09:44:55Z","event_id":"$rryTDsdG3XMfsXIyiNBTbjmLu_9F4Twj33W58U4T6Ck","part_id":"","time":"2026-03-06T19:23:08.787096069Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AC2EB82DE3B3386CEAD","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC2EB82DE3B3386CEAD","req_id":4694,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":178.084775,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<105988 bytes>","time":"2026-03-06T19:23:08.791458553Z","message":"Request completed"} +{"level":"debug","transaction_id":"1961","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.82306711Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1961","time":"2026-03-06T19:23:08.823210635Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:08.870393027Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4661,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":838.577699,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1005104 bytes>","time":"2026-03-06T19:23:08.888595512Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4700,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-54756772999170:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-54756772999170%3Amatrix.theocloud.dev","duration":25.266326,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:08.896056755Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4697,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-40007670730843%3Amatrix.theocloud.dev","duration":168.757837,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<54445 bytes>","time":"2026-03-06T19:23:08.902773131Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4698,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824988788007300_30?ts=1772703912000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":124.155975,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":139366,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/RVjSxIIAcdYjIggcZfclhMib"},"time":"2026-03-06T19:23:08.912375037Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A0B48C7784DE9D36F2C","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-05T09:45:12Z","event_id":"$0UDG2TPc4_Q8-xtKQSa_qlLPcSLErtqMnsiLZYEW3lc","part_id":"","time":"2026-03-06T19:23:08.912475959Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4701,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915157841837%3Amatrix.theocloud.dev","duration":19.786786,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915157841837","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:08.916652523Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4702,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40007670730843:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-40007670730843%3Amatrix.theocloud.dev","duration":22.497501,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:08.925557963Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4704,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157841837:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915157841837%3Amatrix.theocloud.dev","duration":20.948262,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:08.937915005Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4696,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-40566117134352:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":287.18305,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Mustafa (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:08.942009225Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4705,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/dbcfiZwQrlEWDstcADbqIcQD?user_id=%40whatsapp_lid-40007670730843%3Amatrix.theocloud.dev","duration":19.946026,"status_code":200,"response_length":54445,"response_mime":"image/jpeg","time":"2026-03-06T19:23:08.94560987Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AC2EB82DE3B3386CEAD","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC2EB82DE3B3386CEAD","req_id":4699,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824988791895905_498?ts=1772824985000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":159.589371,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":105988,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":105988,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ivjiusBobxTJHZlqhheEDZie"},"m.relates_to":{"event_id":"$hVXdJbOJXa7Ff8YSURt8D_AB2Sw_oJy_JTrnqm25Wao","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ivjiusBobxTJHZlqhheEDZie"},"time":"2026-03-06T19:23:08.95172239Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AC2EB82DE3B3386CEAD","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC2EB82DE3B3386CEAD","event_id":"$DOyyGrKzpLPc6VDc_8PWn2gLF9Q2AsQ5HJQDpw9Zais","part_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3AC2EB82DE3B3386CEAD","time":"2026-03-06T19:23:08.951881141Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":11,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A8C2D81D190BF2894A1","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A8C2D81D190BF2894A1","time":"2026-03-06T19:23:08.952484648Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1962","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.95437807Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1962","time":"2026-03-06T19:23:08.954487303Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4708,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-40007670730843:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-40007670730843%3Amatrix.theocloud.dev","duration":15.83218,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dbcfiZwQrlEWDstcADbqIcQD"},"time":"2026-03-06T19:23:08.961667222Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:08.962393441Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1963","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:08.967268846Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1963","time":"2026-03-06T19:23:08.967552685Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4709,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-101455885258766%3Amatrix.theocloud.dev","duration":8.827845,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-101455885258766","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:08.971439892Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4711,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101455885258766:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-101455885258766%3Amatrix.theocloud.dev","duration":14.139834,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:08.985961274Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4706,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157841837:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915157841837%3Amatrix.theocloud.dev","duration":47.975938,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Rudi (WA)"},"time":"2026-03-06T19:23:08.986058984Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:08.987086293Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4712,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101455885258766:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-101455885258766%3Amatrix.theocloud.dev","duration":31.346579,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"dokkis (WA)"},"time":"2026-03-06T19:23:09.017482249Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:09.018050555Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4703,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824988913030436_31?ts=1772703914000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":124.663659,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":351304,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/IRLiLIGaPhkhIMatWjdRWetL"},"time":"2026-03-06T19:23:09.037951114Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AFF174BF918521EB923","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-05T09:45:14Z","event_id":"$hCia6CcZsKbfVAhTuCGLlaEUsHNZPCa52eCdNSQeHJs","part_id":"","time":"2026-03-06T19:23:09.038135987Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1964","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.061850978Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1964","time":"2026-03-06T19:23:09.061972293Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":11,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A8C2D81D190BF2894A1","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A8C2D81D190BF2894A1","req_id":4710,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":107.306543,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<6966 bytes>","time":"2026-03-06T19:23:09.070170302Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4707,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-40566117134352:matrix.theocloud.dev?user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":162.026865,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Mustafa (WA)","membership":"join"},"time":"2026-03-06T19:23:09.104885929Z","message":"Request completed"} +{"level":"debug","transaction_id":"1965","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.133162664Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1965","time":"2026-03-06T19:23:09.133511246Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:09.144079001Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4717,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157841837:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915157841837%3Amatrix.theocloud.dev","duration":13.217987,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:09.157683215Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"54756772999170@lid","alternate_jid":"4915157841837@s.whatsapp.net","time":"2026-03-06T19:23:09.158169666Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"169187452428542@lid","alternate_jid":"4915787360808@s.whatsapp.net","time":"2026-03-06T19:23:09.158283508Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"182961395781844@lid","alternate_jid":"380976416447@s.whatsapp.net","time":"2026-03-06T19:23:09.158408805Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"191890615967944@lid","alternate_jid":"393351986428@s.whatsapp.net","time":"2026-03-06T19:23:09.158528724Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4718,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915510889733%3Amatrix.theocloud.dev","duration":8.456075,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915510889733","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:09.167498559Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:09.177809992Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4713,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824989039042469_32?ts=1772705518000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":142.921948,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":270371,"w":1153},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/tqTkwQmzoFVanSljCMNMjgaN"},"time":"2026-03-06T19:23:09.182165143Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3AEB571DC5C019B83D21","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-05T10:11:58Z","event_id":"$ZOieOfuq6A3iNyCROXJ7qG1x6tMN_8KcgkSj2dxZ2TA","part_id":"","time":"2026-03-06T19:23:09.182288833Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4719,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915510889733:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915510889733%3Amatrix.theocloud.dev","duration":20.509862,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:09.188291073Z","message":"Request completed"} +{"level":"debug","transaction_id":"1966","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.229544349Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1966","time":"2026-03-06T19:23:09.229657075Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":11,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A8C2D81D190BF2894A1","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A8C2D81D190BF2894A1","req_id":4715,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824989070684131_47?ts=1772824985000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":199.959354,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":6966,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":6966,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/XPzTFNsOVQanzpVHaizbAeAe"},"m.relates_to":{"event_id":"$5QuDZjjUtOTixo34DhFa3ICNREJ-NcRPujft0DNt518","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/XPzTFNsOVQanzpVHaizbAeAe"},"time":"2026-03-06T19:23:09.270957635Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":11,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A8C2D81D190BF2894A1","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A8C2D81D190BF2894A1","event_id":"$sFJYhowK8WV9zXRD1wnEcQJMbi8_jpA6Vpga_m13pEw","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A8C2D81D190BF2894A1","time":"2026-03-06T19:23:09.271111777Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":12,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF78F9B4C7E8B71157D","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF78F9B4C7E8B71157D","time":"2026-03-06T19:23:09.271608355Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4721,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915510889733:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915510889733%3Amatrix.theocloud.dev","duration":102.854731,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"sirajedine (WA)"},"time":"2026-03-06T19:23:09.291362524Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"209689514090663@lid","alternate_jid":"4915510889733@s.whatsapp.net","time":"2026-03-06T19:23:09.291825229Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"220697532047610@lid","time":"2026-03-06T19:23:09.29215237Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","transaction_id":"1967","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.298736185Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1967","time":"2026-03-06T19:23:09.298854847Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4724,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-220697532047610%3Amatrix.theocloud.dev","duration":13.134385,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-220697532047610","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:09.305553832Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4725,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220697532047610:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-220697532047610%3Amatrix.theocloud.dev","duration":5.101345,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:09.310946838Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4714,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":283.968004,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<108328 bytes>","time":"2026-03-06T19:23:09.325125224Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4726,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220697532047610:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-220697532047610%3Amatrix.theocloud.dev","duration":26.422704,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"9annas🖤 (WA)"},"time":"2026-03-06T19:23:09.337470672Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:09.33818453Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4722,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-101455885258766%3Amatrix.theocloud.dev","duration":157.435717,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41855 bytes>","time":"2026-03-06T19:23:09.346056864Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4716,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-8821896405131:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":257.289957,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Louis (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:09.363208294Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4727,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101455885258766:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-101455885258766%3Amatrix.theocloud.dev","duration":17.734193,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:09.363995136Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4720,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824989183123867_12?ts=1772705628069&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":195.580597,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$ZOieOfuq6A3iNyCROXJ7qG1x6tMN_8KcgkSj2dxZ2TA","key":"👍️"}},"time":"2026-03-06T19:23:09.37880797Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363192861790277@g.us:266657507356684@lid:3AEB571DC5C019B83D21","target_part_id":"","reaction_sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"reaction_ts":"2026-03-05T10:13:48.069Z","event_id":"$FsgxLexVNvM9vXjGTKd29WfboCjjHp29UMAxiqN8lUA","time":"2026-03-06T19:23:09.378948283Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4729,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/kpIsBtlWKvidTtFuTgqNYJHg?user_id=%40whatsapp_lid-101455885258766%3Amatrix.theocloud.dev","duration":22.168336,"status_code":200,"response_length":41855,"response_mime":"image/jpeg","time":"2026-03-06T19:23:09.386296381Z","message":"Request completed"} +{"level":"debug","transaction_id":"1968","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.394385855Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1968","time":"2026-03-06T19:23:09.39447651Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4731,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-101455885258766:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-101455885258766%3Amatrix.theocloud.dev","duration":9.742778,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kpIsBtlWKvidTtFuTgqNYJHg"},"time":"2026-03-06T19:23:09.39627767Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:09.397189879Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4732,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-208864729415934%3Amatrix.theocloud.dev","duration":5.090868,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-208864729415934","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:09.402568986Z","message":"Request completed"} +{"level":"debug","transaction_id":"1969","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.411097139Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1969","time":"2026-03-06T19:23:09.411356393Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4733,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-208864729415934:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-208864729415934%3Amatrix.theocloud.dev","duration":9.678034,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:09.412547971Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":12,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF78F9B4C7E8B71157D","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF78F9B4C7E8B71157D","req_id":4723,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":138.656056,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<405944 bytes>","time":"2026-03-06T19:23:09.428815688Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4734,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-208864729415934:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-208864729415934%3Amatrix.theocloud.dev","duration":23.465654,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491624100405 (WA)"},"time":"2026-03-06T19:23:09.436168675Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:09.4370651Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4730,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824989379538309_33?ts=1772705542000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":86.864568,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich hab alles vorbereitet Domi! (Josh Platz ist immer noch weg)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:09.466531526Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A498534D9211A41BBD3","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-05T10:12:22Z","event_id":"$x72nWtstmzp_FnPBSABiQmRaAiEJKe5rKO3rAg_CaI0","part_id":"","time":"2026-03-06T19:23:09.46667624Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1970","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.486889831Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1970","time":"2026-03-06T19:23:09.486991452Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4728,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-8821896405131:matrix.theocloud.dev?user_id=%40whatsapp_lid-8821896405131%3Amatrix.theocloud.dev","duration":159.643429,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Louis (WA)","membership":"join"},"time":"2026-03-06T19:23:09.523449991Z","message":"Request completed"} +{"level":"debug","transaction_id":"1971","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.554248518Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1971","time":"2026-03-06T19:23:09.554478998Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":12,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF78F9B4C7E8B71157D","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF78F9B4C7E8B71157D","req_id":4735,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824989429251922_48?ts=1772824985000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":141.453445,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":405944,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":405944,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AsFTagybTHqPVWJexaBteVnt"},"m.relates_to":{"event_id":"$5Y7e9aEd40_46FeRFHoNS2iwNPtoMXuK5ZmRIHhLLLM","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AsFTagybTHqPVWJexaBteVnt"},"time":"2026-03-06T19:23:09.570987879Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":12,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AF78F9B4C7E8B71157D","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF78F9B4C7E8B71157D","event_id":"$In9Th5053GofSaUphKxuSGQIcFk9D5xdruEDng45OGU","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3AF78F9B4C7E8B71157D","time":"2026-03-06T19:23:09.571152427Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":13,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A2FCEA345B5EA99CE82","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A2FCEA345B5EA99CE82","time":"2026-03-06T19:23:09.571791484Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1972","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.593166062Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1972","time":"2026-03-06T19:23:09.593306096Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:09.594800719Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4739,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-208864729415934:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-208864729415934%3Amatrix.theocloud.dev","duration":5.257652,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:09.600300094Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:09.601315391Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4740,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-127023708139556%3Amatrix.theocloud.dev","duration":4.294597,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-127023708139556","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:09.605906398Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4741,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127023708139556:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-127023708139556%3Amatrix.theocloud.dev","duration":12.321073,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:09.618523183Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4736,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824989467481241_24?ts=1772705651000&user_id=%40whatsapp_lid-65244881764452%3Amatrix.theocloud.dev","duration":169.233323,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wow! Danke maja!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:09.636843353Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:65244881764452@lid:3AFEDB8ABA07FE05A0B3","sender_id":{"user_id":"lid-65244881764452","sender_login":"491736748726"},"message_ts":"2026-03-05T10:14:11Z","event_id":"$pyKWRgoGDD3o15AO0fNegM7bQV1ufhdpTnPyhdf1eP8","part_id":"","time":"2026-03-06T19:23:09.636976961Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:09.64052683Z","message":""} +{"level":"debug","transaction_id":"1973","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.664184271Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1973","time":"2026-03-06T19:23:09.664296298Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4742,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127023708139556:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-127023708139556%3Amatrix.theocloud.dev","duration":58.721441,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491749442314 (WA)"},"time":"2026-03-06T19:23:09.677422931Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:09.678298194Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4737,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-243705789296680:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":243.586846,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wEvgswXxqMzXVjAzbSYdoWIA","com.beeper.exclude_from_timeline":true,"displayname":"Vicente (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:09.767962736Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":13,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A2FCEA345B5EA99CE82","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A2FCEA345B5EA99CE82","req_id":4738,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":180.122141,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<405944 bytes>","time":"2026-03-06T19:23:09.771011278Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4743,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824989637807734_34?ts=1772706816000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":167.816643,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Fahren wir heute nach der Uni in die Schlossstraße?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:09.805763014Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A7927F27F76DCB71A5A","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-05T10:33:36Z","event_id":"$RRQQ29ffFEf1K8I_xusIxuFmFtddbC4iq1K6lzr-oOE","part_id":"","time":"2026-03-06T19:23:09.805887612Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1974","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.808790534Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1974","time":"2026-03-06T19:23:09.808883005Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4744,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-220697532047610%3Amatrix.theocloud.dev","duration":169.571988,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40426 bytes>","time":"2026-03-06T19:23:09.820256668Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4748,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220697532047610:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-220697532047610%3Amatrix.theocloud.dev","duration":5.190324,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:09.82574445Z","message":"Request completed"} +{"level":"debug","transaction_id":"1975","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.828176565Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1975","time":"2026-03-06T19:23:09.828409559Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:09.837822612Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4749,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/vYFuGxKANuXwgkVIpJQovTNc?user_id=%40whatsapp_lid-220697532047610%3Amatrix.theocloud.dev","duration":12.106867,"status_code":200,"response_length":40426,"response_mime":"image/jpeg","time":"2026-03-06T19:23:09.837966696Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4750,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-127023708139556:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-127023708139556%3Amatrix.theocloud.dev","duration":8.12649,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:09.846226096Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:09.847211011Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4752,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-183953482854532%3Amatrix.theocloud.dev","duration":8.494348,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-183953482854532","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:09.856022583Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4751,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-220697532047610:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-220697532047610%3Amatrix.theocloud.dev","duration":18.870387,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vYFuGxKANuXwgkVIpJQovTNc"},"time":"2026-03-06T19:23:09.857083765Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4753,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183953482854532:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-183953482854532%3Amatrix.theocloud.dev","duration":8.278188,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:09.864606888Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4754,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491624232636%3Amatrix.theocloud.dev","duration":9.704015,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491624232636","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:09.867695381Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4756,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624232636:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491624232636%3Amatrix.theocloud.dev","duration":10.709395,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:09.878722767Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4755,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183953482854532:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-183953482854532%3Amatrix.theocloud.dev","duration":44.029924,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491729913174 (WA)"},"time":"2026-03-06T19:23:09.908853742Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:09.909775659Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4757,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624232636:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491624232636%3Amatrix.theocloud.dev","duration":43.205785,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sven (WA)"},"time":"2026-03-06T19:23:09.922076408Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"266502737506505@lid","alternate_jid":"491624232636@s.whatsapp.net","time":"2026-03-06T19:23:09.922612447Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"27956059590853@lid","alternate_jid":"491731828379@s.whatsapp.net","time":"2026-03-06T19:23:09.922749617Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917662101735@s.whatsapp.net","time":"2026-03-06T19:23:09.923065513Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:09.925559998Z","message":"f92aca26b23a438c0a742af1"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:09.926296693Z","message":"679e661553a323d553897aca"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:09.926310382Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A926284813638BED283","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A926284813638BED283","time":"2026-03-06T19:23:09.926415006Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:09.929259958Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":13,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A2FCEA345B5EA99CE82","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A2FCEA345B5EA99CE82","req_id":4746,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824989771373410_49?ts=1772824986000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":166.464149,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":405944,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":405944,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/OvepxZkfJulJkGOnKamyAtpK"},"m.relates_to":{"event_id":"$NvNZ0zQE-eFv_ZhIfJadsRq6JQTQN2VYNlpAaFpqtN4","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/OvepxZkfJulJkGOnKamyAtpK"},"time":"2026-03-06T19:23:09.938123144Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":13,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A2FCEA345B5EA99CE82","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A2FCEA345B5EA99CE82","event_id":"$9DeLC0Z4B3HRt6wAPHSt9qoYmTQye_dydu95aZtrxwI","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A2FCEA345B5EA99CE82","time":"2026-03-06T19:23:09.9383018Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":14,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A06DB20C328004C79F8","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A06DB20C328004C79F8","time":"2026-03-06T19:23:09.939070344Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4758,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917662101735%3Amatrix.theocloud.dev","duration":23.633834,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917662101735","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:09.946961326Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:09.956300346Z","message":"6ad298bab87485a28d2913af"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:09.957030197Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4747,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824989806741363_3?ts=1772706827000&user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":155.968472,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:09.962856783Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:127753970032737@lid:3AF02DD2D71D17E56825","sender_id":{"user_id":"lid-127753970032737","sender_login":"491753774472"},"message_ts":"2026-03-05T10:33:47Z","event_id":"$3cC1_Etv5srEb-C3YZ1QcA76SN7_SyIBuJyGgO9nIVo","part_id":"","time":"2026-03-06T19:23:09.963009039Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4760,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662101735:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917662101735%3Amatrix.theocloud.dev","duration":20.589762,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:09.967980896Z","message":"Request completed"} +{"level":"debug","transaction_id":"1976","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:09.978321105Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1976","time":"2026-03-06T19:23:09.9784471Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1977","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.001969466Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1977","time":"2026-03-06T19:23:10.002096859Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4745,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-243705789296680:matrix.theocloud.dev?user_id=%40whatsapp_lid-243705789296680%3Amatrix.theocloud.dev","duration":251.013937,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wEvgswXxqMzXVjAzbSYdoWIA","com.beeper.exclude_from_timeline":true,"displayname":"Vicente (WA)","membership":"join"},"time":"2026-03-06T19:23:10.019729431Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4763,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662101735:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917662101735%3Amatrix.theocloud.dev","duration":77.689328,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917662101735 (WA)"},"time":"2026-03-06T19:23:10.045923611Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.046671761Z","message":""} +{"level":"debug","transaction_id":"1978","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.054790568Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1978","time":"2026-03-06T19:23:10.055071474Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.069523851Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.118490292Z","message":"b9d72b6f5902277a03423d6e"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.11935878Z","message":""} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":14,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A06DB20C328004C79F8","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A06DB20C328004C79F8","req_id":4761,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":162.684917,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<467422 bytes>","time":"2026-03-06T19:23:10.12106265Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4762,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824989963982011_4?ts=1772706887000&user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":170.023029,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gehen wir in Datenbanken früher?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:10.134125238Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:127753970032737@lid:3A89F040A96B2B0F9761","sender_id":{"user_id":"lid-127753970032737","sender_login":"491753774472"},"message_ts":"2026-03-05T10:34:47Z","event_id":"$qmog7Lv0xwmT1UAbfquAtK831y8kE3BdsZKCV4uy4GU","part_id":"","time":"2026-03-06T19:23:10.134253608Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A926284813638BED283","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A926284813638BED283","req_id":4759,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":199.336082,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<15270 bytes>","time":"2026-03-06T19:23:10.137016705Z","message":"Request completed"} +{"level":"debug","transaction_id":"1979","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.161029643Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1979","time":"2026-03-06T19:23:10.16116367Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.172288556Z","message":"0d6f4568a8c34287e72e4f63"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.17307477Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.212789702Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4764,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-105094192341121:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":207.65806,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Zou (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:10.228308082Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4770,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917662101735:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917662101735%3Amatrix.theocloud.dev","duration":24.611765,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:10.23776758Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4766,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-183953482854532%3Amatrix.theocloud.dev","duration":158.787652,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<76528 bytes>","time":"2026-03-06T19:23:10.24184406Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.253328004Z","message":"359346e3af8a21ca7c844b15"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.253814665Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4772,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-174715159236763%3Amatrix.theocloud.dev","duration":18.754867,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-174715159236763","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:10.257433748Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4773,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183953482854532:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-183953482854532%3Amatrix.theocloud.dev","duration":17.919834,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:10.259956309Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4774,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-174715159236763:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-174715159236763%3Amatrix.theocloud.dev","duration":10.506782,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:10.268127358Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4775,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/tmSasSjAiixhQfdTpmlCdZGi?user_id=%40whatsapp_lid-183953482854532%3Amatrix.theocloud.dev","duration":9.959009,"status_code":200,"response_length":76528,"response_mime":"image/jpeg","time":"2026-03-06T19:23:10.270000945Z","message":"Request completed"} +{"level":"debug","transaction_id":"1980","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.283432998Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1980","time":"2026-03-06T19:23:10.283678424Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4768,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824990135104496_35?ts=1772706906000&user_id=%40whatsapp_lid-266657507356684%3Amatrix.theocloud.dev","duration":160.776129,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gar nicht erst hin","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:10.295996494Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:266657507356684@lid:3A2A901A26220A3362FF","sender_id":{"user_id":"lid-266657507356684","sender_login":"4915150515988"},"message_ts":"2026-03-05T10:35:06Z","event_id":"$W_o4gwM1c1RYI7pEgPBwTbsfMqjnwAEWI4Rm9rLQYdc","part_id":"","time":"2026-03-06T19:23:10.296105657Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":14,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A06DB20C328004C79F8","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A06DB20C328004C79F8","req_id":4767,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824990121673979_50?ts=1772824986000&user_id=%40whatsapp_4917623702252%3Amatrix.theocloud.dev","duration":179.110198,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":467422,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":467422,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/YjzmpEUOxOLvHCubkPyRVMqR"},"m.relates_to":{"event_id":"$_wwS8FNTihnUJfldz9QlXhMd-T7Lu0QdG6etTjiXZmo","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/YjzmpEUOxOLvHCubkPyRVMqR"},"time":"2026-03-06T19:23:10.301017031Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":14,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A06DB20C328004C79F8","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"4917623702252"},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A06DB20C328004C79F8","event_id":"$evR1rqK0O-pr-tQ8aTP1ygAX0iycEIYSzePr94_bKTE","part_id":"4917623702252@s.whatsapp.net:4917623702252@s.whatsapp.net:3A06DB20C328004C79F8","time":"2026-03-06T19:23:10.301128918Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":15,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3ACF22D8185A2E17637C","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACF22D8185A2E17637C","time":"2026-03-06T19:23:10.301545317Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4777,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183953482854532:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-183953482854532%3Amatrix.theocloud.dev","duration":39.152703,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tmSasSjAiixhQfdTpmlCdZGi"},"time":"2026-03-06T19:23:10.309323225Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:10.309871346Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A926284813638BED283","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A926284813638BED283","req_id":4769,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824990137412012_54?ts=1772824989000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":179.253863,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":15270,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":15270,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/IUNNZKTThxKNLTjJXwFgjCMj"},"m.relates_to":{"event_id":"$EOT84ZLTITsI7jFRUyDQKwYnnIVYtDQfsO8dsg7oW-w","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/IUNNZKTThxKNLTjJXwFgjCMj"},"time":"2026-03-06T19:23:10.316942101Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A926284813638BED283","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A926284813638BED283","event_id":"$Lgdb9c4iwK5dRbNsHftGA6K3zZtkCV3yzytZyG8yxVg","part_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A926284813638BED283","time":"2026-03-06T19:23:10.317133399Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3BA01BAF7AEA49D820","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A3BA01BAF7AEA49D820","time":"2026-03-06T19:23:10.317932254Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4765,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":284.20868,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<126019 bytes>","time":"2026-03-06T19:23:10.333420392Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4779,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-156203732750524%3Amatrix.theocloud.dev","duration":24.637956,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-156203732750524","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:10.334680974Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.337257313Z","message":"9c4cffce15ce56f462de24d4"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.337842801Z","message":""} +{"level":"debug","transaction_id":"1981","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.341952456Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1981","time":"2026-03-06T19:23:10.342073073Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4782,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-156203732750524:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-156203732750524%3Amatrix.theocloud.dev","duration":9.567265,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:10.344499252Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4776,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-174715159236763:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-174715159236763%3Amatrix.theocloud.dev","duration":87.090856,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Bryan (WA)"},"time":"2026-03-06T19:23:10.35532626Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.356133008Z","message":""} +{"level":"debug","transaction_id":"1982","content":{"pdu":2,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.359963923Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1982","time":"2026-03-06T19:23:10.360185322Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4783,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-156203732750524:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-156203732750524%3Amatrix.theocloud.dev","duration":31.377938,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wally (WA)"},"time":"2026-03-06T19:23:10.376135746Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.377083924Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.4025581Z","message":"425c30932f37701b00038c75"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.4032839Z","message":""} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4778,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824990296717545_5?ts=1772706918000&user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":120.423887,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"???????","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:10.417326933Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:127753970032737@lid:3AAF604417326E5A4791","sender_id":{"user_id":"lid-127753970032737","sender_login":"491753774472"},"message_ts":"2026-03-05T10:35:18Z","event_id":"$9iebDr8EiVeKQZ8FrlVybtn9lioXssbfnOmNVazDv8w","part_id":"","time":"2026-03-06T19:23:10.417470528Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"1983","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.44555813Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1983","time":"2026-03-06T19:23:10.445668551Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4771,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-105094192341121:matrix.theocloud.dev?user_id=%40whatsapp_lid-105094192341121%3Amatrix.theocloud.dev","duration":234.830798,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Zou (WA)","membership":"join"},"time":"2026-03-06T19:23:10.463682742Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3BA01BAF7AEA49D820","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A3BA01BAF7AEA49D820","req_id":4781,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":159.930969,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<15270 bytes>","time":"2026-03-06T19:23:10.488618295Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.488865047Z","message":"41e96d531c5408a89496daf2"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":15,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3ACF22D8185A2E17637C","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACF22D8185A2E17637C","req_id":4780,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":170.549569,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<405944 bytes>","time":"2026-03-06T19:23:10.490114525Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.491639948Z","message":""} +{"level":"debug","transaction_id":"1984","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.500660488Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1984","time":"2026-03-06T19:23:10.500926657Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.510528005Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.53380264Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4789,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-156203732750524:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-156203732750524%3Amatrix.theocloud.dev","duration":12.695008,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:10.546750617Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:10.547681544Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4790,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-66993117999129%3Amatrix.theocloud.dev","duration":19.517334,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-66993117999129","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:10.567473149Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4784,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.sticker/mautrix-go_1772824990418190671_6?ts=1772706928000&user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":165.076175,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":554158,"w":190},"m.mentions":{},"url":"mxc://matrix.theocloud.dev/OoNBwYwrAMtrMutqggjzaqek"},"time":"2026-03-06T19:23:10.583485941Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:127753970032737@lid:3A320C90DE3CDB8962D1","sender_id":{"user_id":"lid-127753970032737","sender_login":"491753774472"},"message_ts":"2026-03-05T10:35:28Z","event_id":"$D9pe38D7XXgh-d3ta_WnySFC97H6CommkaJl1ielCRo","part_id":"","time":"2026-03-06T19:23:10.583606419Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4791,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66993117999129:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-66993117999129%3Amatrix.theocloud.dev","duration":17.816607,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:10.585661875Z","message":"Request completed"} +{"level":"debug","transaction_id":"1985","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.610906061Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1985","time":"2026-03-06T19:23:10.611008101Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3BA01BAF7AEA49D820","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A3BA01BAF7AEA49D820","req_id":4786,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824990489052434_55?ts=1772824989000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":164.754971,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":15270,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":15270,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AXsNtQWiULXdaTakRjtcAkbP"},"m.relates_to":{"event_id":"$V0IYNizT9kC7f9wkA-A84b9oB4TsfdmI4DqPI2YOW8M","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AXsNtQWiULXdaTakRjtcAkbP"},"time":"2026-03-06T19:23:10.654115409Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A3BA01BAF7AEA49D820","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A3BA01BAF7AEA49D820","event_id":"$Z5A6N-lMYmSdMXQ0arGyjd_7rt800T4FfIXGCCYcTNE","part_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A3BA01BAF7AEA49D820","time":"2026-03-06T19:23:10.654305659Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A5B10C668A21075F3AB","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A5B10C668A21075F3AB","time":"2026-03-06T19:23:10.655140902Z","message":"Handling remote event"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":15,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3ACF22D8185A2E17637C","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACF22D8185A2E17637C","req_id":4787,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LBUTlwigiMBbyeQwfV:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824990490473863_499?ts=1772824986000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":165.771663,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":405944,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":405944,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/FTYkjDXcQyiEagqQnnZIfGsz"},"m.relates_to":{"event_id":"$lUahnpvug5nkWt6yxMGUD_i1xwB65t8VW0gaDe3DHM4","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/FTYkjDXcQyiEagqQnnZIfGsz"},"time":"2026-03-06T19:23:10.656490253Z","message":"Request completed"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":15,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3ACF22D8185A2E17637C","sender_id":"","chat_id":"4917623702252@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACF22D8185A2E17637C","event_id":"$Thnsg6F9bxp1qt9WAngyp3dImbIFpZhnHllbyTmrDG4","part_id":"4917623702252@s.whatsapp.net:4917641870516@s.whatsapp.net:3ACF22D8185A2E17637C","time":"2026-03-06T19:23:10.656669608Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4793,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66993117999129:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-66993117999129%3Amatrix.theocloud.dev","duration":71.042025,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915257212017 (WA)"},"time":"2026-03-06T19:23:10.656907072Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.659587127Z","message":""} +{"level":"debug","transaction_id":"1986","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.688897666Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1986","time":"2026-03-06T19:23:10.689044334Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4788,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-174715159236763%3Amatrix.theocloud.dev","duration":169.258675,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<44798 bytes>","time":"2026-03-06T19:23:10.690547129Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A5B10C668A21075F3AB","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A5B10C668A21075F3AB","req_id":4794,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":28.036058,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<37779 bytes>","time":"2026-03-06T19:23:10.695886146Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4795,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-174715159236763:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-174715159236763%3Amatrix.theocloud.dev","duration":7.702408,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:10.698568087Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4797,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YKCMFdCHOAjMvdqTqMEbsrzg?user_id=%40whatsapp_lid-174715159236763%3Amatrix.theocloud.dev","duration":7.057974,"status_code":200,"response_length":44798,"response_mime":"image/jpeg","time":"2026-03-06T19:23:10.705734736Z","message":"Request completed"} +{"level":"debug","transaction_id":"1987","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.713706665Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1987","time":"2026-03-06T19:23:10.713839295Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4785,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-207820683223254:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":263.226894,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KsgCKZqBmgzTQUlqjzTXEbEt","com.beeper.exclude_from_timeline":true,"displayname":"Tuan (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:10.727871502Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4798,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-174715159236763:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-174715159236763%3Amatrix.theocloud.dev","duration":30.989336,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YKCMFdCHOAjMvdqTqMEbsrzg"},"time":"2026-03-06T19:23:10.73691949Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4800,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491776277400%3Amatrix.theocloud.dev","duration":18.343287,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491776277400","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:10.756046547Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4801,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491776277400:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491776277400%3Amatrix.theocloud.dev","duration":7.354524,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:10.763665493Z","message":"Request completed"} +{"level":"debug","transaction_id":"1988","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.770500531Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1988","time":"2026-03-06T19:23:10.770731918Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4792,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824990585040419_10?ts=1772706948000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":199.762259,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wir müssen unterschreiben","m.mentions":{"user_ids":["@whatsapp_lid-266657507356684:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$W_o4gwM1c1RYI7pEgPBwTbsfMqjnwAEWI4Rm9rLQYdc"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:10.784916661Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:251745280225436@lid:ACE87EFB0CE7807E026E15B05E08AC44","sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"message_ts":"2026-03-05T10:35:48Z","event_id":"$D6jttIplqT8q8HNibKCMaywVDgYBi_m7IwB-8HGgIGo","part_id":"","time":"2026-03-06T19:23:10.78503637Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.818816531Z","message":""} +{"level":"debug","transaction_id":"1989","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.819440292Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1989","time":"2026-03-06T19:23:10.819520959Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4802,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491776277400:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491776277400%3Amatrix.theocloud.dev","duration":72.946203,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Bryan (WA)"},"time":"2026-03-06T19:23:10.836752009Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.837489334Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A5B10C668A21075F3AB","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A5B10C668A21075F3AB","req_id":4796,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824990696257777_56?ts=1772824989000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":183.527647,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"Voice message.ogg","info":{"duration":16000,"mimetype":"audio/ogg; codecs=opus","size":37779},"m.mentions":{},"m.new_content":{"body":"","filename":"Voice message.ogg","info":{"duration":16000,"mimetype":"audio/ogg; codecs=opus","size":37779},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":16000,"waveform":[4,10,100,100,99,75,66,51,71,54,79,65,90,79,77,85,35,16,6,5,67,100,89,68,100,83,62,54,19,39,92,83,100,89,28,34,81,74,75,49,47,49,60,19,5,2,71,67,66,77,90,46,45,51,54,24,22,9,16,24,19,6,1,1]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/ZuhYEBUqwNqOFjyffucdbNhg"},"m.relates_to":{"event_id":"$fld2DkWN1Xl3eqH-RmLizBojNyp542xWq6Fdi_6lfAs","rel_type":"m.replace"},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":16000,"waveform":[4,10,100,100,99,75,66,51,71,54,79,65,90,79,77,85,35,16,6,5,67,100,89,68,100,83,62,54,19,39,92,83,100,89,28,34,81,74,75,49,47,49,60,19,5,2,71,67,66,77,90,46,45,51,54,24,22,9,16,24,19,6,1,1]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/ZuhYEBUqwNqOFjyffucdbNhg"},"time":"2026-03-06T19:23:10.880271596Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A5B10C668A21075F3AB","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A5B10C668A21075F3AB","event_id":"$sIKVMroq4kc1SK-zdBwtlpzuR8iNRgvz7seac6nP85g","part_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A5B10C668A21075F3AB","time":"2026-03-06T19:23:10.880517301Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A91857455F96CE9042F","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A91857455F96CE9042F","time":"2026-03-06T19:23:10.881211323Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1990","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.908889021Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1990","time":"2026-03-06T19:23:10.909115659Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A91857455F96CE9042F","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A91857455F96CE9042F","req_id":4806,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":22.909431,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<87721 bytes>","time":"2026-03-06T19:23:10.916023961Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","req_id":4803,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21yywjyVJbcWYSiFwjvD:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824990785829568_11?ts=1772706965000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":167.19847,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Aber wenn wir vorher schon kurz hin gehen können wir unterschreiben und dann direkt wieder gehen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:10.95318225Z","message":"Request completed"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","message_id":"120363192861790277@g.us:251745280225436@lid:AC0CEC92571BC61E5EADD99866C077C8","sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"message_ts":"2026-03-05T10:36:05Z","event_id":"$qMETTTxWH11uhnd4QaDsk86DyPVmE6XDv36J7HrYc0s","part_id":"","time":"2026-03-06T19:23:10.953374805Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:23:10.955560586Z","message":"Backfill finished"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","time":"2026-03-06T19:23:10.955647051Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","portal_id":"120363192861790277@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363192861790277@g.us","latest_message_ts":"2026-03-05T10:36:05Z","started_at":"2026-03-06T19:22:00.219385341Z","duration":"1m10.736483459s","time":"2026-03-06T19:23:10.955887518Z","message":"Event that took long finished handling"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:10.960564012Z","message":"8eaed3fb53c1378afd813d82"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:10.961435503Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4799,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-207820683223254:matrix.theocloud.dev?user_id=%40whatsapp_lid-207820683223254%3Amatrix.theocloud.dev","duration":262.081482,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KsgCKZqBmgzTQUlqjzTXEbEt","com.beeper.exclude_from_timeline":true,"displayname":"Tuan (WA)","membership":"join"},"time":"2026-03-06T19:23:10.990630523Z","message":"Request completed"} +{"level":"debug","transaction_id":"1991","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:10.993485114Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1991","time":"2026-03-06T19:23:10.993590506Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"1992","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.007228174Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1992","time":"2026-03-06T19:23:11.007524375Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:11.022096672Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4805,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-66993117999129%3Amatrix.theocloud.dev","duration":152.349249,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<46712 bytes>","time":"2026-03-06T19:23:11.029207307Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4809,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66993117999129:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-66993117999129%3Amatrix.theocloud.dev","duration":10.13173,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:11.039689714Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4811,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/gorgSLdztPtQjtXDzzPCYOLG?user_id=%40whatsapp_lid-66993117999129%3Amatrix.theocloud.dev","duration":5.224546,"status_code":200,"response_length":46712,"response_mime":"image/jpeg","time":"2026-03-06T19:23:11.045073989Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4812,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-66993117999129:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-66993117999129%3Amatrix.theocloud.dev","duration":27.34043,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gorgSLdztPtQjtXDzzPCYOLG"},"time":"2026-03-06T19:23:11.072676188Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:11.07347651Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A91857455F96CE9042F","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A91857455F96CE9042F","req_id":4807,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824990916615594_500?ts=1772824990000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":158.621847,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"Voice message.ogg","info":{"duration":39000,"mimetype":"audio/ogg; codecs=opus","size":87721},"m.mentions":{},"m.new_content":{"body":"","filename":"Voice message.ogg","info":{"duration":39000,"mimetype":"audio/ogg; codecs=opus","size":87721},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":39000,"waveform":[8,11,77,92,67,49,65,60,74,22,47,53,15,31,85,74,67,57,82,65,92,45,73,66,22,11,32,76,81,76,88,95,34,82,15,53,62,56,72,49,67,52,21,21,73,33,42,39,21,72,69,87,94,77,57,56,32,69,80,72,46,45,26,54]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/WhvmkAxhiWpvUysDRJCCroSN"},"m.relates_to":{"event_id":"$8zbz63qv27yJ67Mpd6hu9LEnKZTvSWsFS97CFeC2ZmA","rel_type":"m.replace"},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":39000,"waveform":[8,11,77,92,67,49,65,60,74,22,47,53,15,31,85,74,67,57,82,65,92,45,73,66,22,11,32,76,81,76,88,95,34,82,15,53,62,56,72,49,67,52,21,21,73,33,42,39,21,72,69,87,94,77,57,56,32,69,80,72,46,45,26,54]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/WhvmkAxhiWpvUysDRJCCroSN"},"time":"2026-03-06T19:23:11.075873844Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A91857455F96CE9042F","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A91857455F96CE9042F","event_id":"$LBAqQi5W4hZMmFq-GMfIUibJTqFcWS5oFw-us26HyiI","part_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A91857455F96CE9042F","time":"2026-03-06T19:23:11.076175213Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A1E9954A5C58F88516F","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1E9954A5C58F88516F","time":"2026-03-06T19:23:11.077047891Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4813,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-261430381154547%3Amatrix.theocloud.dev","duration":19.953848,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-261430381154547","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:11.093683397Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4815,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-261430381154547:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-261430381154547%3Amatrix.theocloud.dev","duration":5.782097,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:11.099862476Z","message":"Request completed"} +{"level":"debug","transaction_id":"1993","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.101614119Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1993","time":"2026-03-06T19:23:11.101811563Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A1E9954A5C58F88516F","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1E9954A5C58F88516F","req_id":4814,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":17.212821,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<170365 bytes>","time":"2026-03-06T19:23:11.10985522Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4816,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-261430381154547:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-261430381154547%3Amatrix.theocloud.dev","duration":21.201231,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917672718576 (WA)"},"time":"2026-03-06T19:23:11.121309621Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:11.122207722Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4808,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-217626664026259:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":174.025685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491774226359 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:11.165554798Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4810,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491776277400%3Amatrix.theocloud.dev","duration":142.052971,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<44798 bytes>","time":"2026-03-06T19:23:11.173492644Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4819,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491776277400:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491776277400%3Amatrix.theocloud.dev","duration":14.406561,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:11.18829556Z","message":"Request completed"} +{"level":"debug","transaction_id":"1994","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.199592607Z","message":"Starting handling of transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4820,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/WWpWdjpnZnxoBvRDhLmcLcoS?user_id=%40whatsapp_491776277400%3Amatrix.theocloud.dev","duration":11.293345,"status_code":200,"response_length":44798,"response_mime":"image/jpeg","time":"2026-03-06T19:23:11.199793194Z","message":"Request completed"} +{"level":"debug","transaction_id":"1994","time":"2026-03-06T19:23:11.199862058Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4821,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491776277400:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491776277400%3Amatrix.theocloud.dev","duration":12.416477,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WWpWdjpnZnxoBvRDhLmcLcoS"},"time":"2026-03-06T19:23:11.212439662Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"174715159236763@lid","alternate_jid":"491776277400@s.whatsapp.net","time":"2026-03-06T19:23:11.212831267Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"245517661540533@lid","alternate_jid":"919150986374@s.whatsapp.net","time":"2026-03-06T19:23:11.212907465Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915111226110@s.whatsapp.net","time":"2026-03-06T19:23:11.213121321Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4822,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915111226110%3Amatrix.theocloud.dev","duration":16.577467,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915111226110","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:11.22990168Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4823,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915111226110:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915111226110%3Amatrix.theocloud.dev","duration":5.037718,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:11.235246075Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A1E9954A5C58F88516F","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1E9954A5C58F88516F","req_id":4817,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824991110199542_501?ts=1772824990000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":157.658304,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"Voice message.ogg","info":{"duration":75000,"mimetype":"audio/ogg; codecs=opus","size":170365},"m.mentions":{},"m.new_content":{"body":"","filename":"Voice message.ogg","info":{"duration":75000,"mimetype":"audio/ogg; codecs=opus","size":170365},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":75000,"waveform":[24,88,74,27,79,89,74,60,51,87,94,61,64,90,79,45,67,73,62,97,78,20,83,57,61,55,86,85,76,66,76,36,49,86,88,60,68,67,54,88,70,86,36,84,50,85,43,60,88,38,95,79,35,61,87,87,28,39,53,86,71,85,56,53]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/khNRWqIFozCaEAMKRbjcvaGx"},"m.relates_to":{"event_id":"$DdZWc88hw_QtFncOR9hi-3htRC_P62S7D1COZMBjiEM","rel_type":"m.replace"},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":75000,"waveform":[24,88,74,27,79,89,74,60,51,87,94,61,64,90,79,45,67,73,62,97,78,20,83,57,61,55,86,85,76,66,76,36,49,86,88,60,68,67,54,88,70,86,36,84,50,85,43,60,88,38,95,79,35,61,87,87,28,39,53,86,71,85,56,53]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/khNRWqIFozCaEAMKRbjcvaGx"},"time":"2026-03-06T19:23:11.268399332Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A1E9954A5C58F88516F","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":true,"wa_event_type":"media retry","remote_sender":{"user_id":"4917641870516","is_from_me":true},"remote_target_message_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1E9954A5C58F88516F","event_id":"$RC0aShMTnGUrU6UPQ3QL6FAAJzW6H6V2BUqnpPqdZaU","part_id":"491783743461@s.whatsapp.net:4917641870516@s.whatsapp.net:3A1E9954A5C58F88516F","time":"2026-03-06T19:23:11.268732689Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A44807B65A161FEE355","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A44807B65A161FEE355","time":"2026-03-06T19:23:11.269615285Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4804,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":441.572878,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<180838 bytes>","time":"2026-03-06T19:23:11.272834941Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:11.286854367Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4826,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-261430381154547:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-261430381154547%3Amatrix.theocloud.dev","duration":12.654081,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:11.299873583Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:11.300690806Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"1995","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.303606928Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1995","time":"2026-03-06T19:23:11.303787191Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4827,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-161108786712577%3Amatrix.theocloud.dev","duration":7.925415,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-161108786712577","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:11.308860738Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4824,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915111226110:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915111226110%3Amatrix.theocloud.dev","duration":77.470721,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Leon (WA)"},"time":"2026-03-06T19:23:11.312919408Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4828,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-161108786712577:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-161108786712577%3Amatrix.theocloud.dev","duration":3.763796,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:11.313028781Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:11.313848869Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4829,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-161108786712577:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-161108786712577%3Amatrix.theocloud.dev","duration":13.682088,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491741768036 (WA)"},"time":"2026-03-06T19:23:11.326914669Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:11.327728959Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4818,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-217626664026259:matrix.theocloud.dev?user_id=%40whatsapp_lid-217626664026259%3Amatrix.theocloud.dev","duration":185.982461,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491774226359 (WA)","membership":"join"},"time":"2026-03-06T19:23:11.352417411Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:11.353153059Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4830,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917670764502%3Amatrix.theocloud.dev","duration":11.770367,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917670764502","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:11.365192598Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4831,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670764502:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917670764502%3Amatrix.theocloud.dev","duration":4.720076,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:11.370241771Z","message":"Request completed"} +{"level":"debug","transaction_id":"1996","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.372177308Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1996","time":"2026-03-06T19:23:11.372464499Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4832,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670764502:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917670764502%3Amatrix.theocloud.dev","duration":11.437989,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917670764502 (WA)"},"time":"2026-03-06T19:23:11.381886981Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:11.382849546Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A44807B65A161FEE355","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A44807B65A161FEE355","req_id":4825,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":118.529767,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<139484 bytes>","time":"2026-03-06T19:23:11.398355563Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A44807B65A161FEE355","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A44807B65A161FEE355","req_id":4833,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824991398708755_57?ts=1772824990000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":35.493041,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":139484,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":139484,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/FfdgsslPkfhqvvTbFsBlThIy"},"m.relates_to":{"event_id":"$IHiib6G3MOXAFEw_UydoDXWJQlTBJt73ZzyP63bTNNU","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/FfdgsslPkfhqvvTbFsBlThIy"},"time":"2026-03-06T19:23:11.434432206Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A44807B65A161FEE355","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A44807B65A161FEE355","event_id":"$UvIb0nSwH55JaXWSweQ-6Q02W_sxSLTAyVD-9zqsB_E","part_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A44807B65A161FEE355","time":"2026-03-06T19:23:11.434552195Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A6A15832DA75B4FCAB8","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A6A15832DA75B4FCAB8","time":"2026-03-06T19:23:11.435007356Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1997","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.447511556Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1997","time":"2026-03-06T19:23:11.447615062Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:11.465982864Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:11.478096016Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4835,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915111226110:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915111226110%3Amatrix.theocloud.dev","duration":13.741174,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:11.480007178Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915157563910@s.whatsapp.net","alternate_jid":"80358888464591@lid","time":"2026-03-06T19:23:11.480592875Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915759477451@s.whatsapp.net","time":"2026-03-06T19:23:11.480950677Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4836,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915759477451%3Amatrix.theocloud.dev","duration":13.009647,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915759477451","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:11.494251077Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4838,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915759477451:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915759477451%3Amatrix.theocloud.dev","duration":3.392096,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:11.498113212Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4839,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915759477451:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915759477451%3Amatrix.theocloud.dev","duration":5.541071,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915759477451 (WA)"},"time":"2026-03-06T19:23:11.503839574Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:11.5043812Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 404","media_type":"file attachment","time":"2026-03-06T19:23:11.521837561Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A6A15832DA75B4FCAB8","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A6A15832DA75B4FCAB8","req_id":4834,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":102.838947,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<467422 bytes>","time":"2026-03-06T19:23:11.557562688Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4837,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-161108786712577%3Amatrix.theocloud.dev","duration":79.44055,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43791 bytes>","time":"2026-03-06T19:23:11.570049776Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4841,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-161108786712577:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-161108786712577%3Amatrix.theocloud.dev","duration":4.585559,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:11.575034973Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4842,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/DtGflqjsPOvmtKyfxngYhIrU?user_id=%40whatsapp_lid-161108786712577%3Amatrix.theocloud.dev","duration":2.834965,"status_code":200,"response_length":43791,"response_mime":"image/jpeg","time":"2026-03-06T19:23:11.578001451Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4843,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-161108786712577:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-161108786712577%3Amatrix.theocloud.dev","duration":8.476748,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DtGflqjsPOvmtKyfxngYhIrU"},"time":"2026-03-06T19:23:11.586799893Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:11.587586735Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4844,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-269578168975378%3Amatrix.theocloud.dev","duration":6.665321,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-269578168975378","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:11.594502021Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A6A15832DA75B4FCAB8","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A6A15832DA75B4FCAB8","req_id":4840,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824991558039221_58?ts=1772824990000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":51.358955,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":467422,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":467422,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ZjaPfKXXFkyjxhIcBiWuSTrz"},"m.relates_to":{"event_id":"$_7FIgtYf9sNXof07beugm_Do2CZSTHGSzMUSRH7skAM","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ZjaPfKXXFkyjxhIcBiWuSTrz"},"time":"2026-03-06T19:23:11.609761565Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A6A15832DA75B4FCAB8","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A6A15832DA75B4FCAB8","event_id":"$oP3RKAcwZjnYVuDOMFra8lAnRbJPv0PhWnh-DGufiyc","part_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A6A15832DA75B4FCAB8","time":"2026-03-06T19:23:11.610001264Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4845,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-269578168975378:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-269578168975378%3Amatrix.theocloud.dev","duration":15.361234,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:11.610242708Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A4A7C6BC0666B1B228B","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A4A7C6BC0666B1B228B","time":"2026-03-06T19:23:11.610904673Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1998","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.628706892Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1998","time":"2026-03-06T19:23:11.628861663Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4846,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-269578168975378:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-269578168975378%3Amatrix.theocloud.dev","duration":23.746909,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+573218770957 (WA)"},"time":"2026-03-06T19:23:11.634221004Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:11.635023841Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A4A7C6BC0666B1B228B","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A4A7C6BC0666B1B228B","req_id":4847,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Voice+message.ogg&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":8.294042,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<351187 bytes>","time":"2026-03-06T19:23:11.636544305Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:11.664047887Z","message":""} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A4A7C6BC0666B1B228B","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A4A7C6BC0666B1B228B","req_id":4848,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824991636927809_59?ts=1772824990000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":31.264584,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"Voice message.ogg","info":{"duration":159000,"mimetype":"audio/ogg; codecs=opus","size":351187},"m.mentions":{},"m.new_content":{"body":"","filename":"Voice message.ogg","info":{"duration":159000,"mimetype":"audio/ogg; codecs=opus","size":351187},"m.mentions":{},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":159000,"waveform":[23,44,41,27,35,48,26,37,28,34,28,38,28,9,46,28,39,26,28,39,28,27,24,31,38,27,31,27,38,21,36,34,19,11,0,18,20,48,30,34,35,25,36,47,25,47,43,26,39,33,28,43,22,26,35,36,18,20,27,27,24,45,39,10]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/lIDPujxCyloVEMTvbnMPtYaQ"},"m.relates_to":{"event_id":"$iaF7yXUOdt0cKajLdRSSjf1zAzwGmGlpX2B-XT2Bgu4","rel_type":"m.replace"},"msgtype":"m.audio","org.matrix.msc1767.audio":{"duration":159000,"waveform":[23,44,41,27,35,48,26,37,28,34,28,38,28,9,46,28,39,26,28,39,28,27,24,31,38,27,31,27,38,21,36,34,19,11,0,18,20,48,30,34,35,25,36,47,25,47,43,26,39,33,28,43,22,26,35,36,18,20,27,27,24,45,39,10]},"org.matrix.msc3245.voice":{},"url":"mxc://matrix.theocloud.dev/lIDPujxCyloVEMTvbnMPtYaQ"},"time":"2026-03-06T19:23:11.668678216Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A4A7C6BC0666B1B228B","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A4A7C6BC0666B1B228B","event_id":"$M4mlBFryX0lKCn2dA5vq7WP32CwgbpZm1sv9eFvpuuM","part_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A4A7C6BC0666B1B228B","time":"2026-03-06T19:23:11.66892406Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A669F8C07CC0A62217D","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A669F8C07CC0A62217D","time":"2026-03-06T19:23:11.669523167Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"1999","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.682666632Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"1999","time":"2026-03-06T19:23:11.683159578Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 404","media_type":"file attachment","time":"2026-03-06T19:23:11.710772113Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_count":65,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:23:11.713399577Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_count":65,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:23:11.713494912Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4850,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824991713810738_1?ts=1765105107000&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":55.277103,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Leute, \nder Zeitraum für die Studiengebühren fürs nächste Semester ist jetzt offen. Wir können bis zum 15.01.26 überweisen.\n\nAußerdem nicht vergessen, dass morgen um 20 Uhr die Abgabe der PA endet.","format":"org.matrix.custom.html","formatted_body":"Hey Leute, \u003cbr\u003eder Zeitraum für die Studiengebühren fürs nächste Semester ist jetzt offen. Wir können bis zum 15.01.26 überweisen.\u003cbr\u003e\u003cbr\u003eAußerdem nicht vergessen, dass morgen um 20 Uhr die Abgabe der PA endet.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:11.769273901Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:102147257532455@lid:3AAA252D9750465846C9","sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"message_ts":"2025-12-07T10:58:27Z","event_id":"$4dxcjnfAGKpql_IdCuFWzDz1SSWKoNt8sFg-mw6kLdc","part_id":"","time":"2026-03-06T19:23:11.769480494Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:11.809504478Z","message":""} +{"level":"debug","transaction_id":"2000","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.811142627Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2000","time":"2026-03-06T19:23:11.811246831Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A669F8C07CC0A62217D","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A669F8C07CC0A62217D","req_id":4849,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=sticker.webp&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":127.41614,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<405944 bytes>","time":"2026-03-06T19:23:11.815047994Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4853,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-269578168975378:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-269578168975378%3Amatrix.theocloud.dev","duration":29.24775,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:11.839062468Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:11.840160806Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4855,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-167500134244415%3Amatrix.theocloud.dev","duration":22.398605,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-167500134244415","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:11.862827675Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4856,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-167500134244415:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-167500134244415%3Amatrix.theocloud.dev","duration":5.327703,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:11.868496977Z","message":"Request completed"} +{"level":"debug","transaction_id":"2001","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:11.875618018Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2001","time":"2026-03-06T19:23:11.875698337Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4857,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-167500134244415:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-167500134244415%3Amatrix.theocloud.dev","duration":26.947009,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+5521987169367 (WA)"},"time":"2026-03-06T19:23:11.895625645Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:11.896493644Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:11.910034372Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4851,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824991770262727_1?ts=1765113901341&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":168.172979,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$4dxcjnfAGKpql_IdCuFWzDz1SSWKoNt8sFg-mw6kLdc","key":"👍️"}},"time":"2026-03-06T19:23:11.938567218Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:102147257532455@lid:3AAA252D9750465846C9","target_part_id":"","reaction_sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"reaction_ts":"2025-12-07T13:25:01.341Z","event_id":"$zT5R01Mpf946Zke_r5uWl91ZsZ-B1XpJO0dm_SytI3s","time":"2026-03-06T19:23:11.938706972Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A669F8C07CC0A62217D","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A669F8C07CC0A62217D","req_id":4854,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824991815433453_60?ts=1772824990000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":158.380193,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":405944,"w":190},"m.mentions":{},"m.new_content":{"body":"","filename":"sticker.webp","info":{"h":190,"mimetype":"image/webp","size":405944,"w":190},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/UmQxkuUnmtYDOjUBidhDZMeu"},"m.relates_to":{"event_id":"$Hb3j3cofyyTPr2eyt6v-z_W5R8AT0fv3tp6VaD-0N-s","rel_type":"m.replace"},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/UmQxkuUnmtYDOjUBidhDZMeu"},"time":"2026-03-06T19:23:11.974108799Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A669F8C07CC0A62217D","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A669F8C07CC0A62217D","event_id":"$_LMYNDLXd7YaFIkfsDtOf1HUEIndxEst2NSzQPko4JE","part_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A669F8C07CC0A62217D","time":"2026-03-06T19:23:11.974288992Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A007C5046203D3CC77A","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A007C5046203D3CC77A","time":"2026-03-06T19:23:11.975016538Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"2002","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.975508646Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2002","time":"2026-03-06T19:23:11.97561781Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4852,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915759477451%3Amatrix.theocloud.dev","duration":184.989375,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<93612 bytes>","time":"2026-03-06T19:23:11.981525692Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4860,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915759477451:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915759477451%3Amatrix.theocloud.dev","duration":12.013837,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:11.99389307Z","message":"Request completed"} +{"level":"debug","transaction_id":"2003","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:11.995872468Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2003","time":"2026-03-06T19:23:11.996021791Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4861,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/NTWMpJcemTPsoVXHEFwSBuDr?user_id=%40whatsapp_4915759477451%3Amatrix.theocloud.dev","duration":4.808636,"status_code":200,"response_length":93612,"response_mime":"image/jpeg","time":"2026-03-06T19:23:11.9988196Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4862,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915759477451:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915759477451%3Amatrix.theocloud.dev","duration":7.663715,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NTWMpJcemTPsoVXHEFwSBuDr"},"time":"2026-03-06T19:23:12.006792367Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917663325906@s.whatsapp.net","alternate_jid":"135437549052023@lid","time":"2026-03-06T19:23:12.007415779Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4863,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491796839444%3Amatrix.theocloud.dev","duration":7.429744,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491796839444","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:12.015376323Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4864,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491796839444:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491796839444%3Amatrix.theocloud.dev","duration":5.814294,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:12.021493593Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4859,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824991939204528_1?ts=1765106573991&user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":116.149963,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$4dxcjnfAGKpql_IdCuFWzDz1SSWKoNt8sFg-mw6kLdc","key":"❤️"}},"time":"2026-03-06T19:23:12.055494734Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:102147257532455@lid:3AAA252D9750465846C9","target_part_id":"","reaction_sender_id":{"user_id":"lid-16114767646828","sender_login":"4915901353554"},"reaction_ts":"2025-12-07T11:22:53.991Z","event_id":"$3-tw5OjuTop4224HllwtGqivEHQdCjS2LAEYEzCo9WY","time":"2026-03-06T19:23:12.055676813Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:12.066785565Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4868,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-167500134244415:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-167500134244415%3Amatrix.theocloud.dev","duration":24.653531,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:12.091749334Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:12.092799622Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"2004","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.096372469Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2004","time":"2026-03-06T19:23:12.096483379Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4865,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491796839444:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491796839444%3Amatrix.theocloud.dev","duration":76.331594,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mahmoud (WA)"},"time":"2026-03-06T19:23:12.097997698Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:12.098639408Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4869,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-198268692730012%3Amatrix.theocloud.dev","duration":15.030252,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-198268692730012","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:12.108128659Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4858,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917670764502%3Amatrix.theocloud.dev","duration":206.241381,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35744 bytes>","time":"2026-03-06T19:23:12.124113305Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4870,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198268692730012:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-198268692730012%3Amatrix.theocloud.dev","duration":18.364379,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:12.126926619Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4871,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670764502:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917670764502%3Amatrix.theocloud.dev","duration":8.260587,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:12.132745033Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A007C5046203D3CC77A","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A007C5046203D3CC77A","req_id":4867,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":78.252326,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2426588 bytes>","time":"2026-03-06T19:23:12.137921039Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4873,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/vgqFinUJAUUfwVIFwLQwBaoG?user_id=%40whatsapp_4917670764502%3Amatrix.theocloud.dev","duration":8.964806,"status_code":200,"response_length":35744,"response_mime":"image/jpeg","time":"2026-03-06T19:23:12.141838209Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4875,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917670764502:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917670764502%3Amatrix.theocloud.dev","duration":10.220779,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vgqFinUJAUUfwVIFwLQwBaoG"},"time":"2026-03-06T19:23:12.152286533Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4872,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198268692730012:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-198268692730012%3Amatrix.theocloud.dev","duration":30.851886,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Charles Grütte (WA)"},"time":"2026-03-06T19:23:12.157925663Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:12.158662568Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4866,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824992056225423_7?ts=1765105134558&user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":144.270252,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$4dxcjnfAGKpql_IdCuFWzDz1SSWKoNt8sFg-mw6kLdc","key":"❤️"}},"time":"2026-03-06T19:23:12.200627188Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:102147257532455@lid:3AAA252D9750465846C9","target_part_id":"","reaction_sender_id":{"user_id":"lid-127753970032737","sender_login":"491753774472"},"reaction_ts":"2025-12-07T10:58:54.558Z","event_id":"$LxHAxihi55rnvS89o17xRQFmwCE91MwaUuQybVekNBM","time":"2026-03-06T19:23:12.200753183Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2005","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.234714095Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2005","time":"2026-03-06T19:23:12.234828497Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A007C5046203D3CC77A","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A007C5046203D3CC77A","req_id":4874,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824992138395338_61?ts=1772824990000&user_id=%40whatsapp_491783743461%3Amatrix.theocloud.dev","duration":143.77968,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":15000,"h":832,"mimetype":"video/mp4","size":2426588,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":15000,"h":832,"mimetype":"video/mp4","size":2426588,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/gmegdxgAGtdeKtOfEShZWcyA"},"m.relates_to":{"event_id":"$FNAIcULJxU8Eq5fbV__7FKOZ-2GvdjYaWGo14MXqWyA","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/gmegdxgAGtdeKtOfEShZWcyA"},"time":"2026-03-06T19:23:12.282472126Z","message":"Request completed"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A007C5046203D3CC77A","sender_id":"","chat_id":"491783743461@s.whatsapp.net","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"491783743461"},"remote_target_message_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A007C5046203D3CC77A","event_id":"$UhHZ46bWJGqeu9juoAguVCZ8mcUKX4dEa-FKdUXtqyQ","part_id":"491783743461@s.whatsapp.net:491783743461@s.whatsapp.net:3A007C5046203D3CC77A","time":"2026-03-06T19:23:12.282650782Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2006","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.301181177Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2006","time":"2026-03-06T19:23:12.301298721Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:12.308292301Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4878,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198268692730012:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-198268692730012%3Amatrix.theocloud.dev","duration":6.880156,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:12.315490378Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:12.316728052Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4879,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-181380881375395%3Amatrix.theocloud.dev","duration":6.022214,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-181380881375395","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:12.3230098Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4880,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-181380881375395:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-181380881375395%3Amatrix.theocloud.dev","duration":13.344192,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:12.336680713Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4876,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-67585655734448:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":199.11098,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Kadl (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:12.352440537Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4877,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824992201196541_1?ts=1765111966682&user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":155.479716,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$4dxcjnfAGKpql_IdCuFWzDz1SSWKoNt8sFg-mw6kLdc","key":"❤️"}},"time":"2026-03-06T19:23:12.356770754Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:102147257532455@lid:3AAA252D9750465846C9","target_part_id":"","reaction_sender_id":{"user_id":"lid-220327544094730","sender_login":"4915751114529"},"reaction_ts":"2025-12-07T12:52:46.682Z","event_id":"$SjnxJgaJGHxv65v9XQhN10p2f5CBBBHEQWIc9Q5SnZs","time":"2026-03-06T19:23:12.356884387Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:12.367565146Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4884,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491796839444:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491796839444%3Amatrix.theocloud.dev","duration":9.554554,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:12.37748679Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:12.378876091Z","message":""} +{"level":"debug","transaction_id":"2007","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.381445446Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2007","time":"2026-03-06T19:23:12.38153247Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2008","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.400186555Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2008","time":"2026-03-06T19:23:12.400510134Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4881,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-181380881375395:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-181380881375395%3Amatrix.theocloud.dev","duration":64.793942,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+33783410767 (WA)"},"time":"2026-03-06T19:23:12.401643882Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:12.402400273Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4883,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824992357637286_13?ts=1765105126912&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":92.842572,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$4dxcjnfAGKpql_IdCuFWzDz1SSWKoNt8sFg-mw6kLdc","key":"❤️"}},"time":"2026-03-06T19:23:12.450697765Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:102147257532455@lid:3AAA252D9750465846C9","target_part_id":"","reaction_sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"reaction_ts":"2025-12-07T10:58:46.912Z","event_id":"$Nd8yqBU-9IH5tmZkAt82svkAatFViVD4HjemeDaYhtw","time":"2026-03-06T19:23:12.450841431Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2009","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.480970311Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2009","time":"2026-03-06T19:23:12.481069417Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4882,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-67585655734448:matrix.theocloud.dev?user_id=%40whatsapp_lid-67585655734448%3Amatrix.theocloud.dev","duration":158.431806,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Kadl (WA)","membership":"join"},"time":"2026-03-06T19:23:12.51141837Z","message":"Request completed"} +{"level":"debug","transaction_id":"2010","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.53293375Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2010","time":"2026-03-06T19:23:12.533241056Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:12.561831172Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4885,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824992451433413_2?ts=1765113946000&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":132.989687,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Na Hauptsache SAM geht wieder🙈","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:12.584569839Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:116685805768767@lid:3A1FCEEA3FAD20618A5C","sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"message_ts":"2025-12-07T13:25:46Z","event_id":"$PPeAFVNFGpw4uMqSu5b48b3atjZPBd6PySgzb27pMEM","part_id":"","time":"2026-03-06T19:23:12.584703727Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2011","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.616540737Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2011","time":"2026-03-06T19:23:12.616619869Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2012","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:12.673810229Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2012","time":"2026-03-06T19:23:12.673875671Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4886,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-25529302425761:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":190.207636,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OUIiCSWWOIfTUYLvgoSIqMqJ","com.beeper.exclude_from_timeline":true,"displayname":"Michael Spaller (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:12.702449514Z","message":"Request completed"} +{"level":"debug","transaction_id":"2013","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.729362999Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2013","time":"2026-03-06T19:23:12.729696775Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4887,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824992585540506_1?ts=1765113970094&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":158.812796,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$PPeAFVNFGpw4uMqSu5b48b3atjZPBd6PySgzb27pMEM","key":"😂"}},"time":"2026-03-06T19:23:12.744470636Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:116685805768767@lid:3A1FCEEA3FAD20618A5C","target_part_id":"","reaction_sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"reaction_ts":"2025-12-07T13:26:10.094Z","event_id":"$SS-xZUhOPR27V2kYsymGzJKal90nQeAyRz_TfmQFIdQ","time":"2026-03-06T19:23:12.744593698Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2014","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.78032539Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2014","time":"2026-03-06T19:23:12.780437627Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4888,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-181380881375395%3Amatrix.theocloud.dev","duration":171.7797,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35232 bytes>","time":"2026-03-06T19:23:12.864561865Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4891,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-181380881375395:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-181380881375395%3Amatrix.theocloud.dev","duration":3.354033,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:12.868257985Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4892,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/IQvEzDbWDsPwtPJbAgULKVeP?user_id=%40whatsapp_lid-181380881375395%3Amatrix.theocloud.dev","duration":3.610912,"status_code":200,"response_length":35232,"response_mime":"image/jpeg","time":"2026-03-06T19:23:12.872032816Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4893,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-181380881375395:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-181380881375395%3Amatrix.theocloud.dev","duration":5.622926,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IQvEzDbWDsPwtPJbAgULKVeP"},"time":"2026-03-06T19:23:12.877857726Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:12.878667896Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4894,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-198964544585847%3Amatrix.theocloud.dev","duration":5.577109,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-198964544585847","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:12.884466335Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4895,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198964544585847:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-198964544585847%3Amatrix.theocloud.dev","duration":7.596807,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:12.892391819Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:12.895539817Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491796839444@s.whatsapp.net","alternate_jid":"129064018960516@lid","time":"2026-03-06T19:23:12.895621393Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"67585655734448@lid","alternate_jid":"491783561145@s.whatsapp.net","time":"2026-03-06T19:23:12.895705413Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4890,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824992745112626_1?ts=1765196194000&user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":178.593855,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ey ist BS Klausur open book?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:12.92384847Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:273069826400467@lid:AC2129F916D9D6A9D38C2A09ECA2E21D","sender_id":{"user_id":"lid-273069826400467","sender_login":"48723807797"},"message_ts":"2025-12-08T12:16:34Z","event_id":"$wjvOCq_Yx9q8ErekaOJhuoUAyBB4T9ISZTJV7PCFOMs","part_id":"","time":"2026-03-06T19:23:12.923979144Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4897,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915206843979%3Amatrix.theocloud.dev","duration":29.43807,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915206843979","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:12.925766756Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4899,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915206843979:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915206843979%3Amatrix.theocloud.dev","duration":23.119237,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:12.949376215Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4889,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-25529302425761:matrix.theocloud.dev?user_id=%40whatsapp_lid-25529302425761%3Amatrix.theocloud.dev","duration":247.613179,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OUIiCSWWOIfTUYLvgoSIqMqJ","com.beeper.exclude_from_timeline":true,"displayname":"Michael Spaller (WA)","membership":"join"},"time":"2026-03-06T19:23:12.950749383Z","message":"Request completed"} +{"level":"debug","transaction_id":"2015","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:12.966664885Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2015","time":"2026-03-06T19:23:12.966746949Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4896,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198964544585847:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-198964544585847%3Amatrix.theocloud.dev","duration":102.157706,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917632073067 (WA)"},"time":"2026-03-06T19:23:12.994778258Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:12.99568034Z","message":""} +{"level":"debug","transaction_id":"2016","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.008964537Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2016","time":"2026-03-06T19:23:13.009263183Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4900,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915206843979:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915206843979%3Amatrix.theocloud.dev","duration":77.052716,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915206843979 (WA)"},"time":"2026-03-06T19:23:13.026630006Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:13.02737641Z","message":""} +{"level":"debug","transaction_id":"2017","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:13.033779334Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2017","time":"2026-03-06T19:23:13.033888706Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4898,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824992924802095_1?ts=1765196211000&user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":159.959744,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Man darf alle folien nutzen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:13.08489887Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:173804609343590@lid:3A09536364335B443047","sender_id":{"user_id":"lid-173804609343590","sender_login":"4917655578514"},"message_ts":"2025-12-08T12:16:51Z","event_id":"$Qi1qmD_aBQPUqzbexqQaoy6r_fQE8-vKbskAJlPcxrk","part_id":"","time":"2026-03-06T19:23:13.08502249Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2018","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.115048563Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2018","time":"2026-03-06T19:23:13.115166666Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:13.161102234Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4903,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198964544585847:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-198964544585847%3Amatrix.theocloud.dev","duration":8.843421,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:13.170366384Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:13.171464373Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4901,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-165566878843022:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":232.941078,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Anna vdM (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:13.184519767Z","message":"Request completed"} +{"level":"debug","transaction_id":"2019","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:13.186473044Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2019","time":"2026-03-06T19:23:13.186551267Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4904,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-138770527572092%3Amatrix.theocloud.dev","duration":21.500434,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-138770527572092","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:13.193257865Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:13.203823803Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4906,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138770527572092:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-138770527572092%3Amatrix.theocloud.dev","duration":15.76618,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:13.209414183Z","message":"Request completed"} +{"level":"debug","transaction_id":"2020","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.218892259Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2020","time":"2026-03-06T19:23:13.219208575Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4907,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138770527572092:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-138770527572092%3Amatrix.theocloud.dev","duration":40.174425,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491749058614 (WA)"},"time":"2026-03-06T19:23:13.249797296Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:13.250514086Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4902,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824993085798717_2?ts=1765196214000&user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":180.301077,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"also mitnehmen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:13.266229351Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:173804609343590@lid:3A298E408A2CE790E3A8","sender_id":{"user_id":"lid-173804609343590","sender_login":"4917655578514"},"message_ts":"2025-12-08T12:16:54Z","event_id":"$GV9Gqyldz_xyIb4EVhXxxtpSppyb5KPkbQXLZsGAUNA","part_id":"","time":"2026-03-06T19:23:13.266357651Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2021","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.298895948Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2021","time":"2026-03-06T19:23:13.29902781Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4905,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-165566878843022:matrix.theocloud.dev?user_id=%40whatsapp_lid-165566878843022%3Amatrix.theocloud.dev","duration":185.35451,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Anna vdM (WA)","membership":"join"},"time":"2026-03-06T19:23:13.37058974Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4908,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915206843979%3Amatrix.theocloud.dev","duration":157.218367,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61714 bytes>","time":"2026-03-06T19:23:13.378005586Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4911,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915206843979:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915206843979%3Amatrix.theocloud.dev","duration":23.373183,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:13.401765555Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4909,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824993267078353_3?ts=1765196221000&user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":140.124627,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"aber kein laptop kein internet","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:13.407358938Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:173804609343590@lid:3A202635D7ADED0B4733","sender_id":{"user_id":"lid-173804609343590","sender_login":"4917655578514"},"message_ts":"2025-12-08T12:17:01Z","event_id":"$t97DupY1D8jH5hB5bz0cKAG0pIrHRecDzRTJ9Aa4wT4","part_id":"","time":"2026-03-06T19:23:13.407531588Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4912,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/jPgppTFAjKSzbKMvArshdIYB?user_id=%40whatsapp_4915206843979%3Amatrix.theocloud.dev","duration":6.357456,"status_code":200,"response_length":61714,"response_mime":"image/jpeg","time":"2026-03-06T19:23:13.40825655Z","message":"Request completed"} +{"level":"debug","transaction_id":"2022","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.411727917Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2022","time":"2026-03-06T19:23:13.411834357Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4913,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915206843979:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915206843979%3Amatrix.theocloud.dev","duration":10.535348,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jPgppTFAjKSzbKMvArshdIYB"},"time":"2026-03-06T19:23:13.419124766Z","message":"Request completed"} +{"level":"debug","transaction_id":"2023","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.433070089Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2023","time":"2026-03-06T19:23:13.43338403Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4915,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-177846240706669%3Amatrix.theocloud.dev","duration":15.105193,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-177846240706669","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:13.435388501Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4916,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177846240706669:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-177846240706669%3Amatrix.theocloud.dev","duration":4.088423,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:13.439867552Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4917,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177846240706669:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-177846240706669%3Amatrix.theocloud.dev","duration":25.347552,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915206843979 (WA)"},"time":"2026-03-06T19:23:13.465415761Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:13.466258686Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4914,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824993408579081_2?ts=1765196236000&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":80.090083,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Und notizen auf den Folien?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:13.488826519Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:102147257532455@lid:3EB0A75433DD1EF4D23A8C","sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"message_ts":"2025-12-08T12:17:16Z","event_id":"$1a0K3BkpJ8Ao6RxDtBCEhUnoApeVeocDLGejJ8XF8hE","part_id":"","time":"2026-03-06T19:23:13.488972349Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2024","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.50717239Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2024","time":"2026-03-06T19:23:13.507278271Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4910,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-213099231596676:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":177.94509,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"René (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:13.549662014Z","message":"Request completed"} +{"level":"debug","transaction_id":"2025","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.573631649Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2025","time":"2026-03-06T19:23:13.573891183Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4918,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824993489777630_4?ts=1765196255000&user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":125.710873,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"er meinte mir es ist erlaubt die folien zu markieren und notizen so weit ich weiss auch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:13.615633565Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:173804609343590@lid:3A04210F4D1E0F5E6E57","sender_id":{"user_id":"lid-173804609343590","sender_login":"4917655578514"},"message_ts":"2025-12-08T12:17:35Z","event_id":"$-FqGmaoc_ZaEt5XzAp0GklZsaqd2o1nu3WN5t0SRz78","part_id":"","time":"2026-03-06T19:23:13.6157773Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2026","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.641191272Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2026","time":"2026-03-06T19:23:13.641273686Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4919,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-213099231596676:matrix.theocloud.dev?user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":136.984312,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"René (WA)","membership":"join"},"time":"2026-03-06T19:23:13.687403416Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:13.688381207Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4921,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_380668433334%3Amatrix.theocloud.dev","duration":15.618393,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_380668433334","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:13.704317801Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4922,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380668433334:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380668433334%3Amatrix.theocloud.dev","duration":7.567473,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:13.712380176Z","message":"Request completed"} +{"level":"debug","transaction_id":"2027","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.720861953Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2027","time":"2026-03-06T19:23:13.721114293Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4920,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824993616694817_3?ts=1765196268000&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":117.878627,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ok danke","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:13.734731288Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:102147257532455@lid:3EB0E855FD94A1582CC3DE","sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"message_ts":"2025-12-08T12:17:48Z","event_id":"$6V00pIJmthofWZyk805W6SogCZjLVWzlw2N8IQM2R4E","part_id":"","time":"2026-03-06T19:23:13.734891227Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2028","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.756160623Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2028","time":"2026-03-06T19:23:13.756224738Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4923,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380668433334:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380668433334%3Amatrix.theocloud.dev","duration":50.102773,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Daniil Bykov (WA)"},"time":"2026-03-06T19:23:13.762662024Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:13.763456549Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4924,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824993735768445_5?ts=1765196274876&user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":66.041812,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$6V00pIJmthofWZyk805W6SogCZjLVWzlw2N8IQM2R4E","key":"👍️"}},"time":"2026-03-06T19:23:13.801978647Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:102147257532455@lid:3EB0E855FD94A1582CC3DE","target_part_id":"","reaction_sender_id":{"user_id":"lid-173804609343590","sender_login":"4917655578514"},"reaction_ts":"2025-12-08T12:17:54.876Z","event_id":"$2E56ZxjkIYh9V3PrTaVaKyJkl72ihvUwwW4QKHWnR5k","time":"2026-03-06T19:23:13.80209221Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:13.809857267Z","message":""} +{"level":"debug","transaction_id":"2029","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.82086342Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2029","time":"2026-03-06T19:23:13.82094311Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:13.844374123Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4925,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824993802627620_3?ts=1765815889000&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":59.767468,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hello hello, seit heute soll es ja möglich sein die Wahlpflichtfächer für Semester 6 in SAM zu priorisieren. Also bei mir geht das leider nicht, funktioniert das bei jemandem von euch?\nIch wünsche euch viel Erfolg bei den Klausuren!✊","format":"org.matrix.custom.html","formatted_body":"Hello hello, seit heute soll es ja möglich sein die Wahlpflichtfächer für Semester 6 in SAM zu priorisieren. Also bei mir geht das leider nicht, funktioniert das bei jemandem von euch?\u003cbr\u003eIch wünsche euch viel Erfolg bei den Klausuren!✊","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:13.862516334Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:116685805768767@lid:3BBF34F2E1D4DD6356E6","sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"message_ts":"2025-12-15T16:24:49Z","event_id":"$dkQ3ExhFD7pRFsPXXEV_vBLuCEYirhL7CvjXs92Jxs4","part_id":"","time":"2026-03-06T19:23:13.86264219Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2030","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.880465991Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2030","time":"2026-03-06T19:23:13.88055057Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4927,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824993863286205_1?ts=1765816091610&user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":63.936209,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$dkQ3ExhFD7pRFsPXXEV_vBLuCEYirhL7CvjXs92Jxs4","key":"👎️"}},"time":"2026-03-06T19:23:13.927377674Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:116685805768767@lid:3BBF34F2E1D4DD6356E6","target_part_id":"","reaction_sender_id":{"user_id":"lid-33994833981513","sender_login":"4915119111000"},"reaction_ts":"2025-12-15T16:28:11.61Z","event_id":"$XU8XlpO5VlHtFYd6scJIsj6jN_X1LdWfaMrhHAFw9V4","time":"2026-03-06T19:23:13.927507999Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:13.930580986Z","message":""} +{"level":"debug","transaction_id":"2031","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:13.952472048Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2031","time":"2026-03-06T19:23:13.952563541Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4926,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-177846240706669%3Amatrix.theocloud.dev","duration":123.724909,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61714 bytes>","time":"2026-03-06T19:23:13.98041361Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4931,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177846240706669:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-177846240706669%3Amatrix.theocloud.dev","duration":4.412142,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:13.985135572Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4932,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/pPtMaYNoMUyFhpjrPJETPjXl?user_id=%40whatsapp_lid-177846240706669%3Amatrix.theocloud.dev","duration":8.494209,"status_code":200,"response_length":61714,"response_mime":"image/jpeg","time":"2026-03-06T19:23:13.99373203Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4933,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-177846240706669:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-177846240706669%3Amatrix.theocloud.dev","duration":10.628727,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pPtMaYNoMUyFhpjrPJETPjXl"},"time":"2026-03-06T19:23:14.004622874Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915206843979@s.whatsapp.net","alternate_jid":"177846240706669@lid","time":"2026-03-06T19:23:14.005088372Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"116685805768767@lid","alternate_jid":"491703010843@s.whatsapp.net","time":"2026-03-06T19:23:14.005223238Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"236846508454136@lid","alternate_jid":"4915141630205@s.whatsapp.net","time":"2026-03-06T19:23:14.00528861Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917634347723@s.whatsapp.net","time":"2026-03-06T19:23:14.005557014Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4928,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824993927998431_6?ts=1765815981245&user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":89.215875,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$dkQ3ExhFD7pRFsPXXEV_vBLuCEYirhL7CvjXs92Jxs4","key":"👎️"}},"time":"2026-03-06T19:23:14.017357972Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:116685805768767@lid:3BBF34F2E1D4DD6356E6","target_part_id":"","reaction_sender_id":{"user_id":"lid-173804609343590","sender_login":"4917655578514"},"reaction_ts":"2025-12-15T16:26:21.245Z","event_id":"$AQrc9ciOpU7PSRLJmylK_5tmeooQSLqIb7mK45u-xLE","time":"2026-03-06T19:23:14.01754906Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4934,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917634347723%3Amatrix.theocloud.dev","duration":14.776167,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917634347723","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.020550389Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4936,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634347723:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634347723%3Amatrix.theocloud.dev","duration":21.539197,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:14.042450391Z","message":"Request completed"} +{"level":"debug","transaction_id":"2032","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.04687245Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2032","time":"2026-03-06T19:23:14.046963524Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4937,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634347723:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634347723%3Amatrix.theocloud.dev","duration":20.619375,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917634347723 (WA)"},"time":"2026-03-06T19:23:14.063241507Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:14.063955504Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4929,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_380668433334%3Amatrix.theocloud.dev","duration":126.445403,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<42258 bytes>","time":"2026-03-06T19:23:14.066367505Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4930,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-138770527572092%3Amatrix.theocloud.dev","duration":113.364237,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<96181 bytes>","time":"2026-03-06T19:23:14.068230546Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4938,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380668433334:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380668433334%3Amatrix.theocloud.dev","duration":4.179357,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:14.070944125Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4939,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138770527572092:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-138770527572092%3Amatrix.theocloud.dev","duration":4.162316,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:14.0727346Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4940,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/EwqXeqOylRmbRTtfDExbWjKl?user_id=%40whatsapp_380668433334%3Amatrix.theocloud.dev","duration":4.599947,"status_code":200,"response_length":42258,"response_mime":"image/jpeg","time":"2026-03-06T19:23:14.07569996Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4941,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/SMHnOtFWDxFvinmocLCUAdhe?user_id=%40whatsapp_lid-138770527572092%3Amatrix.theocloud.dev","duration":3.084162,"status_code":200,"response_length":96181,"response_mime":"image/jpeg","time":"2026-03-06T19:23:14.075949017Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4943,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138770527572092:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-138770527572092%3Amatrix.theocloud.dev","duration":10.519982,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SMHnOtFWDxFvinmocLCUAdhe"},"time":"2026-03-06T19:23:14.086723784Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4942,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380668433334:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380668433334%3Amatrix.theocloud.dev","duration":10.926184,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EwqXeqOylRmbRTtfDExbWjKl"},"time":"2026-03-06T19:23:14.086839652Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:14.089789159Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:14.091628383Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4935,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824994018201107_2?ts=1765817018076&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":87.007604,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$dkQ3ExhFD7pRFsPXXEV_vBLuCEYirhL7CvjXs92Jxs4","key":"👎️"}},"time":"2026-03-06T19:23:14.1053199Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:116685805768767@lid:3BBF34F2E1D4DD6356E6","target_part_id":"","reaction_sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"reaction_ts":"2025-12-15T16:43:38.076Z","event_id":"$3GveAiGwa-HC1qDdcG7dlVLvnnSxEmP-S49WApDojbI","time":"2026-03-06T19:23:14.105447711Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4944,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-30378387624044%3Amatrix.theocloud.dev","duration":17.741317,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-30378387624044","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.107791546Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4945,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917684328837%3Amatrix.theocloud.dev","duration":20.330997,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917684328837","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.112207878Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4947,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-30378387624044:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-30378387624044%3Amatrix.theocloud.dev","duration":16.942881,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:14.125005135Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4948,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917684328837:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917684328837%3Amatrix.theocloud.dev","duration":14.235657,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:14.126811045Z","message":"Request completed"} +{"level":"debug","transaction_id":"2033","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.131458974Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2033","time":"2026-03-06T19:23:14.131557801Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4949,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-30378387624044:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-30378387624044%3Amatrix.theocloud.dev","duration":25.817451,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491633456827 (WA)"},"time":"2026-03-06T19:23:14.150992233Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4950,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917684328837:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917684328837%3Amatrix.theocloud.dev","duration":24.576425,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vincent (WA)"},"time":"2026-03-06T19:23:14.151593435Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:14.151753234Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:14.152158737Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4946,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824994105942753_1?ts=1765871693000&user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":76.160342,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gestern wurde es noch nicht angezeigt, aber seit heute morgen gibt es unter \"SAM \u003e Mein Studium \u003e Kursbelegung\" den Button \"Priorisierung\" (unten beim 6. Semester) - zumindest bei mir 🤷‍♂","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:14.182296278Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:218845914619936@lid:AC244DB2C3AE8D43EA5F103A59D427F0","sender_id":{"user_id":"lid-218845914619936","sender_login":"4917695111675"},"message_ts":"2025-12-16T07:54:53Z","event_id":"$n-exLrxUVwobvIuVcnVn9B66Og6pQYQdN9FJg7vrGuE","part_id":"","time":"2026-03-06T19:23:14.182450769Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2034","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.204511617Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2034","time":"2026-03-06T19:23:14.204598012Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:14.226805249Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4952,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634347723:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917634347723%3Amatrix.theocloud.dev","duration":9.523334,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:14.23656465Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"77859284607025@lid","alternate_jid":"491708034509@s.whatsapp.net","time":"2026-03-06T19:23:14.237056479Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4953,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917627697253%3Amatrix.theocloud.dev","duration":4.02312,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917627697253","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.241625626Z","message":"Request completed"} +{"level":"debug","transaction_id":"2035","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:14.246446763Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2035","time":"2026-03-06T19:23:14.246579743Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4954,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917627697253:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917627697253%3Amatrix.theocloud.dev","duration":6.290758,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:14.248383557Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4955,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917627697253:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917627697253%3Amatrix.theocloud.dev","duration":15.362701,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Shirin (WA)"},"time":"2026-03-06T19:23:14.263914788Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"12730350215211@lid","alternate_jid":"4917627697253@s.whatsapp.net","time":"2026-03-06T19:23:14.264531983Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4956,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-138440217739301%3Amatrix.theocloud.dev","duration":9.105747,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-138440217739301","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.2742888Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4951,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824994183162601_4?ts=1765874425000&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":104.97982,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jup jetzt geht es : )","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:14.288302778Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:116685805768767@lid:3B01C0BAB4F9A37465A0","sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"message_ts":"2025-12-16T08:40:25Z","event_id":"$2X_2KpuNsZHK4RUenqN4wjFqg_Hx5jBxQI0Pa9kASgk","part_id":"","time":"2026-03-06T19:23:14.288511117Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4957,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138440217739301:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-138440217739301%3Amatrix.theocloud.dev","duration":15.270789,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:14.289863542Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:14.301097521Z","message":""} +{"level":"debug","transaction_id":"2036","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.306300696Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2036","time":"2026-03-06T19:23:14.306432837Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:14.308563094Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4960,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917684328837:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917684328837%3Amatrix.theocloud.dev","duration":7.299558,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:14.308785472Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:14.309663877Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4961,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917632063161%3Amatrix.theocloud.dev","duration":4.627256,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917632063161","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.314567149Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4962,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917632063161:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917632063161%3Amatrix.theocloud.dev","duration":2.908509,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:14.317850082Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4959,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138440217739301:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-138440217739301%3Amatrix.theocloud.dev","duration":30.318431,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vicente (WA)"},"time":"2026-03-06T19:23:14.320323055Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:14.320904631Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4964,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917632063161:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917632063161%3Amatrix.theocloud.dev","duration":18.261083,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917632063161 (WA)"},"time":"2026-03-06T19:23:14.33629038Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:14.337199027Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4958,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824994289436317_3?ts=1765976276000&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":68.421476,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Die Konferenz hat noch nicht gestartet richtig?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:14.358071091Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:198041059483854@lid:AC6997A89458EFD40FC5588E855975B9","sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"message_ts":"2025-12-17T12:57:56Z","event_id":"$az_IGk419ec5G0HRkrW9kTfMm3boZXfioVkSXStKxus","part_id":"","time":"2026-03-06T19:23:14.35820009Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2037","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.382550784Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2037","time":"2026-03-06T19:23:14.38265911Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2038","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:14.422666541Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2038","time":"2026-03-06T19:23:14.422753145Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4965,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824994358902213_2?ts=1765976782513&user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":100.586675,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$az_IGk419ec5G0HRkrW9kTfMm3boZXfioVkSXStKxus","key":"➕️"}},"time":"2026-03-06T19:23:14.45961223Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:198041059483854@lid:AC6997A89458EFD40FC5588E855975B9","target_part_id":"","reaction_sender_id":{"user_id":"lid-16114767646828","sender_login":"4915901353554"},"reaction_ts":"2025-12-17T13:06:22.513Z","event_id":"$H19kWzxa5H5aZKwj-1i9zPpq0ry3O_ri6AI7WbDzI-o","time":"2026-03-06T19:23:14.459774892Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4963,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-30378387624044%3Amatrix.theocloud.dev","duration":147.414058,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<36564 bytes>","time":"2026-03-06T19:23:14.464074868Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4967,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-30378387624044:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-30378387624044%3Amatrix.theocloud.dev","duration":15.600514,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:14.480032764Z","message":"Request completed"} +{"level":"debug","transaction_id":"2039","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.483734471Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2039","time":"2026-03-06T19:23:14.483851945Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:14.484771348Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4968,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/hNHKWbTItPRFRlFNaBHkoDqQ?user_id=%40whatsapp_lid-30378387624044%3Amatrix.theocloud.dev","duration":6.354174,"status_code":200,"response_length":36564,"response_mime":"image/jpeg","time":"2026-03-06T19:23:14.486508114Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4969,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-138440217739301:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-138440217739301%3Amatrix.theocloud.dev","duration":5.808567,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:14.490844268Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4970,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-30378387624044:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-30378387624044%3Amatrix.theocloud.dev","duration":7.574667,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hNHKWbTItPRFRlFNaBHkoDqQ"},"time":"2026-03-06T19:23:14.494351953Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:14.495423612Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4971,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915773851281%3Amatrix.theocloud.dev","duration":5.191092,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915773851281","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.497190061Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4972,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-179671467585603%3Amatrix.theocloud.dev","duration":5.844117,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-179671467585603","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.50157657Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4973,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915773851281:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915773851281%3Amatrix.theocloud.dev","duration":4.622367,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:14.50213901Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:14.503624134Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4974,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-179671467585603:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-179671467585603%3Amatrix.theocloud.dev","duration":4.582208,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:14.506591799Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4976,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917632063161:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917632063161%3Amatrix.theocloud.dev","duration":5.800745,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:14.509767036Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4975,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915773851281:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915773851281%3Amatrix.theocloud.dev","duration":20.507418,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Vicente (WA)"},"time":"2026-03-06T19:23:14.522829763Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:14.52367227Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4977,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-179671467585603:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-179671467585603%3Amatrix.theocloud.dev","duration":17.826175,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917631572023 (WA)"},"time":"2026-03-06T19:23:14.524650759Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:14.525436065Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4966,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824994460353745_8?ts=1765976288453&user_id=%40whatsapp_lid-127753970032737%3Amatrix.theocloud.dev","duration":96.310936,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$az_IGk419ec5G0HRkrW9kTfMm3boZXfioVkSXStKxus","key":"👎️"}},"time":"2026-03-06T19:23:14.556865476Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:198041059483854@lid:AC6997A89458EFD40FC5588E855975B9","target_part_id":"","reaction_sender_id":{"user_id":"lid-127753970032737","sender_login":"491753774472"},"reaction_ts":"2025-12-17T12:58:08.453Z","event_id":"$XLpzSyl8bRDNNB87bLwzdrzFvdIUmKlXDBTi_Zb2tUs","time":"2026-03-06T19:23:14.557012145Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:14.567307585Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4980,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915773851281:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915773851281%3Amatrix.theocloud.dev","duration":9.496026,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:14.577145069Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"138440217739301@lid","alternate_jid":"4915773851281@s.whatsapp.net","time":"2026-03-06T19:23:14.577765547Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"157088495980744@lid","alternate_jid":"491755792374@s.whatsapp.net","time":"2026-03-06T19:23:14.577894336Z","message":"Synced alternate ghost with info"} +{"level":"debug","transaction_id":"2040","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.581077674Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2040","time":"2026-03-06T19:23:14.581177059Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4981,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915735563523%3Amatrix.theocloud.dev","duration":7.320022,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915735563523","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.585843985Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4982,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735563523:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915735563523%3Amatrix.theocloud.dev","duration":21.89616,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:14.60806114Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4983,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735563523:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915735563523%3Amatrix.theocloud.dev","duration":20.516497,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Ahmad Bakdad (WA)"},"time":"2026-03-06T19:23:14.628766281Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"220538484043940@lid","alternate_jid":"4915735563523@s.whatsapp.net","time":"2026-03-06T19:23:14.629246447Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4984,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917651769219%3Amatrix.theocloud.dev","duration":10.811853,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917651769219","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.640742823Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4985,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917651769219:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917651769219%3Amatrix.theocloud.dev","duration":16.401813,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:14.665498742Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:14.674633544Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4979,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824994557563410_12?ts=1765976328000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":160.093841,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$az_IGk419ec5G0HRkrW9kTfMm3boZXfioVkSXStKxus","key":"➕️"}},"time":"2026-03-06T19:23:14.717793653Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:198041059483854@lid:AC6997A89458EFD40FC5588E855975B9","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2025-12-17T12:58:48Z","event_id":"$2QMgOovPHzWNFYzJae3cdZc3pZdl54h5lV0dftW95bQ","time":"2026-03-06T19:23:14.717928238Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4978,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-105029298036926:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":244.230582,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Paul (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:14.754867572Z","message":"Request completed"} +{"level":"debug","transaction_id":"2041","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.755803038Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2041","time":"2026-03-06T19:23:14.755906894Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4986,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917651769219:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917651769219%3Amatrix.theocloud.dev","duration":96.135841,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nora Ouwerkerk (WA)"},"time":"2026-03-06T19:23:14.761874212Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"84069857669232@lid","alternate_jid":"4917651769219@s.whatsapp.net","time":"2026-03-06T19:23:14.762478417Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4989,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915775817696%3Amatrix.theocloud.dev","duration":3.854522,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915775817696","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.767007614Z","message":"Request completed"} +{"level":"debug","transaction_id":"2042","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.769501749Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2042","time":"2026-03-06T19:23:14.769721682Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4990,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915775817696:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915775817696%3Amatrix.theocloud.dev","duration":4.415564,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:14.77176757Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4991,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915775817696:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915775817696%3Amatrix.theocloud.dev","duration":27.360475,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Claire✨ (WA)"},"time":"2026-03-06T19:23:14.799357336Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"138035987497154@lid","alternate_jid":"4915775817696@s.whatsapp.net","time":"2026-03-06T19:23:14.799846232Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"156500169334858@lid","time":"2026-03-06T19:23:14.800180985Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4992,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-156500169334858%3Amatrix.theocloud.dev","duration":12.09234,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-156500169334858","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:14.812558072Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4993,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-156500169334858:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-156500169334858%3Amatrix.theocloud.dev","duration":4.154075,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:14.817016589Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4987,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824994719535377_2?ts=1765976293000&user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":116.979339,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"jep, bei mir auch noch nicht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:14.836649303Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:33994833981513@lid:3EB03D6701751755135104","sender_id":{"user_id":"lid-33994833981513","sender_login":"4915119111000"},"message_ts":"2025-12-17T12:58:13Z","event_id":"$mh4Fp7BOACSGV5SZx7_CuxZ_h_HvbzIB6dOYusaBuog","part_id":"","time":"2026-03-06T19:23:14.836771457Z","message":"Sent message part to Matrix"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":3670,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s3083_990_8_392_444_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30025.684785,"status_code":200,"response_length":144,"response_mime":"application/json","time":"2026-03-06T19:23:14.857123615Z","message":"Request completed"} +{"level":"debug","transaction_id":"2043","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.865302557Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2043","time":"2026-03-06T19:23:14.865415422Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":4994,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-156500169334858:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-156500169334858%3Amatrix.theocloud.dev","duration":58.014987,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sandra (WA)"},"time":"2026-03-06T19:23:14.875155616Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:14.875780843Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4988,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-105029298036926:matrix.theocloud.dev?user_id=%40whatsapp_lid-105029298036926%3Amatrix.theocloud.dev","duration":150.630642,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Paul (WA)","membership":"join"},"time":"2026-03-06T19:23:14.906183575Z","message":"Request completed"} +{"level":"debug","transaction_id":"2044","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:14.908130496Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2044","time":"2026-03-06T19:23:14.908214097Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2045","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:14.929643222Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2045","time":"2026-03-06T19:23:14.930051101Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4995,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824994837545029_4?ts=1765976316217&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":138.418872,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$mh4Fp7BOACSGV5SZx7_CuxZ_h_HvbzIB6dOYusaBuog","key":"👍️"}},"time":"2026-03-06T19:23:14.976108334Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:33994833981513@lid:3EB03D6701751755135104","target_part_id":"","reaction_sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"reaction_ts":"2025-12-17T12:58:36.217Z","event_id":"$MChCWjN6QDXKQYgLPnoUI8U6FTZ7St33xJECR0ydGY4","time":"2026-03-06T19:23:14.976219243Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2046","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.001300767Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2046","time":"2026-03-06T19:23:15.001436191Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":4996,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-179671467585603%3Amatrix.theocloud.dev","duration":149.373621,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35470 bytes>","time":"2026-03-06T19:23:15.006574552Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5000,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-179671467585603:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-179671467585603%3Amatrix.theocloud.dev","duration":12.92912,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:15.019867689Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5001,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/oEdivUmQDuafkXXkgZRIgmdx?user_id=%40whatsapp_lid-179671467585603%3Amatrix.theocloud.dev","duration":13.392453,"status_code":200,"response_length":35470,"response_mime":"image/jpeg","time":"2026-03-06T19:23:15.033445572Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:15.036875034Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5003,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-156500169334858:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-156500169334858%3Amatrix.theocloud.dev","duration":7.228389,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:15.044455987Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"25696839700643@lid","alternate_jid":"4917610305000@s.whatsapp.net","time":"2026-03-06T19:23:15.044993632Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:15.045745413Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5002,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-179671467585603:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-179671467585603%3Amatrix.theocloud.dev","duration":13.19005,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oEdivUmQDuafkXXkgZRIgmdx"},"time":"2026-03-06T19:23:15.046892502Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:15.04796004Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5004,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-272618854867152%3Amatrix.theocloud.dev","duration":11.023195,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-272618854867152","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:15.059288725Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5005,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-272618854867152:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-272618854867152%3Amatrix.theocloud.dev","duration":3.047844,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:15.062711552Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":4998,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-87162133413943:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":192.345296,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"christian rzadeh (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:15.099492832Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5006,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-272618854867152:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-272618854867152%3Amatrix.theocloud.dev","duration":36.979144,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917657796759 (WA)"},"time":"2026-03-06T19:23:15.099934584Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:15.100548846Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":4999,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824994976697104_13?ts=1765976724000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":128.820457,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Geht es inzwischen bei jemandem? bzw. weiß wer warum nicht?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:15.10565487Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:251745280225436@lid:3EB0191A89614001EF10EA","sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"message_ts":"2025-12-17T13:05:24Z","event_id":"$iiPZ_TdKRkXz-V_1ub_ADJD6GeGl-w_QzIeY4iQmzww","part_id":"","time":"2026-03-06T19:23:15.10582326Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2047","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.124761184Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2047","time":"2026-03-06T19:23:15.124874817Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2048","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.147691916Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2048","time":"2026-03-06T19:23:15.148035191Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2049","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.174600512Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2049","time":"2026-03-06T19:23:15.174913405Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915903048642@s.whatsapp.net","portal_mxid":"!mMUaMjiwvONNjaXkHE:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$acPN401a_0FHIgLoSV8erMelCaVZZ9WAC1SOevA7Q0A","event_type":"m.room.member","event_id":"$acPN401a_0FHIgLoSV8erMelCaVZZ9WAC1SOevA7Q0A","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:15.175435964Z","message":"Sending implicit read receipt for event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:15.201862369Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5009,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491756680777:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491756680777%3Amatrix.theocloud.dev","duration":10.601069,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:15.212882841Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:15.214057377Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5008,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824995106768085_2?ts=1765976738000&user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":133.043676,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"nein es geht nicht los","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:15.23996234Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:220327544094730@lid:3B79BFFC769995002912","sender_id":{"user_id":"lid-220327544094730","sender_login":"4915751114529"},"message_ts":"2025-12-17T13:05:38Z","event_id":"$F2BIuQb4pNEYaKTZCJmyFBwH8JdrF0lJOYuobZiZyA4","part_id":"","time":"2026-03-06T19:23:15.240123816Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2050","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.258673347Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2050","time":"2026-03-06T19:23:15.25880458Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:15.264871982Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5011,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-272618854867152:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-272618854867152%3Amatrix.theocloud.dev","duration":13.478568,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:15.27870465Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:15.279892876Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5012,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-256676053647524%3Amatrix.theocloud.dev","duration":11.799771,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-256676053647524","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:15.291987031Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5013,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256676053647524:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-256676053647524%3Amatrix.theocloud.dev","duration":11.319047,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:15.303802447Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5007,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-87162133413943:matrix.theocloud.dev?user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":205.88749,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"christian rzadeh (WA)","membership":"join"},"time":"2026-03-06T19:23:15.308440109Z","message":"Request completed"} +{"level":"debug","transaction_id":"2051","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:15.323480977Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2051","time":"2026-03-06T19:23:15.32355969Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2052","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.348229842Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2052","time":"2026-03-06T19:23:15.348524646Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5014,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256676053647524:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-256676053647524%3Amatrix.theocloud.dev","duration":46.170168,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"LENA (WA)"},"time":"2026-03-06T19:23:15.350199812Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:15.35074486Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5010,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824995241015072_14?ts=1765976740000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":132.203194,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$F2BIuQb4pNEYaKTZCJmyFBwH8JdrF0lJOYuobZiZyA4","key":"❤️"}},"time":"2026-03-06T19:23:15.373367449Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:220327544094730@lid:3B79BFFC769995002912","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2025-12-17T13:05:40Z","event_id":"$DCizCoMm0uBER98g1IytRwHciI-FKoh_ZiDagNXHow0","time":"2026-03-06T19:23:15.373511743Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:15.37513739Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491756680777@s.whatsapp.net","alternate_jid":"13473413128380@lid","time":"2026-03-06T19:23:15.375219385Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917664432115@s.whatsapp.net","time":"2026-03-06T19:23:15.37557125Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5017,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917664432115%3Amatrix.theocloud.dev","duration":13.843703,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917664432115","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:15.389632931Z","message":"Request completed"} +{"level":"debug","transaction_id":"2053","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.395420196Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2053","time":"2026-03-06T19:23:15.395548566Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5018,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664432115:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917664432115%3Amatrix.theocloud.dev","duration":7.526406,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:15.39743207Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5019,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664432115:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917664432115%3Amatrix.theocloud.dev","duration":19.227489,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917664432115 (WA)"},"time":"2026-03-06T19:23:15.416884591Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:15.417778152Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5015,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12786134462711:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":148.183022,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iBMYaSAapOMhftFicdtIYIGH","com.beeper.exclude_from_timeline":true,"displayname":"Giuseppe Tullo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:15.457435395Z","message":"Request completed"} +{"level":"debug","transaction_id":"2054","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:15.481204653Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2054","time":"2026-03-06T19:23:15.481318636Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5016,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824995374024106_5?ts=1765976763000&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":115.135086,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sorry an die KI leute haha","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:15.489287911Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:198041059483854@lid:AC7D31710CB4A7412267B0A41564DDCD","sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"message_ts":"2025-12-17T13:06:03Z","event_id":"$iUSikFuXblhQYAgZmo7OQGz5EBvLvmqWhmeCtsMjRkk","part_id":"","time":"2026-03-06T19:23:15.489450713Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2055","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.505359091Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2055","time":"2026-03-06T19:23:15.505824101Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2056","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.523436629Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2056","time":"2026-03-06T19:23:15.523507658Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:15.523552567Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5022,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-256676053647524:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-256676053647524%3Amatrix.theocloud.dev","duration":5.257162,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:15.529081695Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:15.529965758Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5023,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-174736533360837%3Amatrix.theocloud.dev","duration":16.994285,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-174736533360837","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:15.547209519Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5024,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-174736533360837:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-174736533360837%3Amatrix.theocloud.dev","duration":10.519773,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:15.558077385Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:15.580602684Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5025,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-174736533360837:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-174736533360837%3Amatrix.theocloud.dev","duration":53.82662,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915904833440 (WA)"},"time":"2026-03-06T19:23:15.612089157Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:15.613139793Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5021,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824995490327372_4?ts=1765976781000&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":126.000019,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Alles gut","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:15.616466447Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:102147257532455@lid:3A1D292BCA1830B27779","sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"message_ts":"2025-12-17T13:06:21Z","event_id":"$9Scvga5v35H3d5QaoYUaF2pxuHRBb5V7Oo-BigqIe8c","part_id":"","time":"2026-03-06T19:23:15.616581687Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2057","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.639234448Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2057","time":"2026-03-06T19:23:15.639369942Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5020,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12786134462711:matrix.theocloud.dev?user_id=%40whatsapp_lid-12786134462711%3Amatrix.theocloud.dev","duration":197.09694,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iBMYaSAapOMhftFicdtIYIGH","com.beeper.exclude_from_timeline":true,"displayname":"Giuseppe Tullo (WA)","membership":"join"},"time":"2026-03-06T19:23:15.655175861Z","message":"Request completed"} +{"level":"debug","transaction_id":"2058","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.672860397Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2058","time":"2026-03-06T19:23:15.673273514Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5026,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824995617512474_7?ts=1765976791000&user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":115.606871,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"allet jut viel glück euch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:15.73327188Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:173804609343590@lid:3A2BE724768B806B8B2D","sender_id":{"user_id":"lid-173804609343590","sender_login":"4917655578514"},"message_ts":"2025-12-17T13:06:31Z","event_id":"$x59tsHtuLVTcoVzyGSmtAhkVMipOS8hnOWMvpLITlcA","part_id":"","time":"2026-03-06T19:23:15.73347959Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2059","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.743685353Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2059","time":"2026-03-06T19:23:15.743797868Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:15.767408794Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5027,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917664432115%3Amatrix.theocloud.dev","duration":133.116451,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<44617 bytes>","time":"2026-03-06T19:23:15.776981088Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5030,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664432115:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917664432115%3Amatrix.theocloud.dev","duration":19.888546,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:15.797210533Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5032,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/zMvVchVyUmIJmeekdWnuOJbv?user_id=%40whatsapp_4917664432115%3Amatrix.theocloud.dev","duration":13.903349,"status_code":200,"response_length":44617,"response_mime":"image/jpeg","time":"2026-03-06T19:23:15.811241693Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5033,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664432115:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917664432115%3Amatrix.theocloud.dev","duration":15.829247,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/zMvVchVyUmIJmeekdWnuOJbv"},"time":"2026-03-06T19:23:15.82745158Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917666660850@s.whatsapp.net","time":"2026-03-06T19:23:15.82808917Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5028,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-264544232407203:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":173.531062,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iHftjmntHIOnjnfAsgdWVTvG","com.beeper.exclude_from_timeline":true,"displayname":"Linus Grabenhenrich (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:15.829492928Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5034,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917666660850%3Amatrix.theocloud.dev","duration":9.33071,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917666660850","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:15.837628637Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5036,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917666660850:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917666660850%3Amatrix.theocloud.dev","duration":5.730203,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:15.843697506Z","message":"Request completed"} +{"level":"debug","transaction_id":"2060","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.845473523Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2060","time":"2026-03-06T19:23:15.845811909Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5029,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824995734425952_6?ts=1765976823135&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":143.912031,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$x59tsHtuLVTcoVzyGSmtAhkVMipOS8hnOWMvpLITlcA","key":"❤️"}},"time":"2026-03-06T19:23:15.878487305Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:173804609343590@lid:3A2BE724768B806B8B2D","target_part_id":"","reaction_sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"reaction_ts":"2025-12-17T13:07:03.135Z","event_id":"$l8OuJgrruIQ6kpN9eyiVbMEtAGwh077JX-3bJL5w-Lc","time":"2026-03-06T19:23:15.87860471Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5037,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917666660850:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917666660850%3Amatrix.theocloud.dev","duration":43.045707,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917666660850 (WA)"},"time":"2026-03-06T19:23:15.88689051Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:15.88766534Z","message":""} +{"level":"debug","transaction_id":"2061","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.887916422Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2061","time":"2026-03-06T19:23:15.887997719Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5031,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-174736533360837%3Amatrix.theocloud.dev","duration":130.899519,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<55517 bytes>","time":"2026-03-06T19:23:15.909044388Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5039,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-174736533360837:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-174736533360837%3Amatrix.theocloud.dev","duration":3.976605,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:15.913486073Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5040,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/hcMgFyYeObPsJrBcywjtwCxd?user_id=%40whatsapp_lid-174736533360837%3Amatrix.theocloud.dev","duration":7.393985,"status_code":200,"response_length":55517,"response_mime":"image/jpeg","time":"2026-03-06T19:23:15.921094334Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5041,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-174736533360837:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-174736533360837%3Amatrix.theocloud.dev","duration":12.776025,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hcMgFyYeObPsJrBcywjtwCxd"},"time":"2026-03-06T19:23:15.934170541Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:15.935368963Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5035,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-264544232407203:matrix.theocloud.dev?user_id=%40whatsapp_lid-264544232407203%3Amatrix.theocloud.dev","duration":114.046665,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iHftjmntHIOnjnfAsgdWVTvG","com.beeper.exclude_from_timeline":true,"displayname":"Linus Grabenhenrich (WA)","membership":"join"},"time":"2026-03-06T19:23:15.944407662Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:15.945323573Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5042,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-158883775557821%3Amatrix.theocloud.dev","duration":16.919693,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-158883775557821","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:15.952631023Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5043,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917663142096%3Amatrix.theocloud.dev","duration":16.594508,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917663142096","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:15.962245501Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5044,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-158883775557821:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-158883775557821%3Amatrix.theocloud.dev","duration":9.801935,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:15.962734257Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5038,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824995879157092_15?ts=1765976813000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":92.963119,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$x59tsHtuLVTcoVzyGSmtAhkVMipOS8hnOWMvpLITlcA","key":"❤️"}},"time":"2026-03-06T19:23:15.972274562Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:173804609343590@lid:3A2BE724768B806B8B2D","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2025-12-17T13:06:53Z","event_id":"$6p0cDU8ZTizpTyWYve8ZDcZylqzf5_Cw3OBfPfLYuCs","time":"2026-03-06T19:23:15.972478362Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5045,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663142096:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663142096%3Amatrix.theocloud.dev","duration":10.091081,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:15.97268712Z","message":"Request completed"} +{"level":"debug","transaction_id":"2062","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.976413551Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2062","time":"2026-03-06T19:23:15.976510143Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2063","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:15.990115475Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2063","time":"2026-03-06T19:23:15.990496953Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5046,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-158883775557821:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-158883775557821%3Amatrix.theocloud.dev","duration":36.713533,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917624286664 (WA)"},"time":"2026-03-06T19:23:15.999593271Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5047,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663142096:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663142096%3Amatrix.theocloud.dev","duration":27.208638,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917663142096 (WA)"},"time":"2026-03-06T19:23:16.000032579Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:16.000531462Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:16.002004923Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5048,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824995973191102_3?ts=1765976833000&user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":51.55584,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"geht los","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.024903319Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:220327544094730@lid:3B99C480DBC7C78F0670","sender_id":{"user_id":"lid-220327544094730","sender_login":"4915751114529"},"message_ts":"2025-12-17T13:07:13Z","event_id":"$v_xnkb4iZNTVORzKL1anW-2yiKPeLMvBzvjnmEqWOtY","part_id":"","time":"2026-03-06T19:23:16.025036787Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2064","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.031354154Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2064","time":"2026-03-06T19:23:16.031436708Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5049,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824996025788778_16?ts=1765976874000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":30.11575,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$v_xnkb4iZNTVORzKL1anW-2yiKPeLMvBzvjnmEqWOtY","key":"❤️"}},"time":"2026-03-06T19:23:16.056040371Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:220327544094730@lid:3B99C480DBC7C78F0670","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2025-12-17T13:07:54Z","event_id":"$v28r5QMj391jkk48X-SsiieDQ6tIcsYIUpJ82LCDOBU","time":"2026-03-06T19:23:16.056235021Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:16.059833292Z","message":""} +{"level":"debug","transaction_id":"2065","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.063428699Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2065","time":"2026-03-06T19:23:16.06350776Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5050,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996056936307_7?ts=1765976834000&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":31.826255,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Jeeeeetzt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.088903923Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:198041059483854@lid:ACE200E18661CFC46BEAF4872DF42A18","sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"message_ts":"2025-12-17T13:07:14Z","event_id":"$8GVvqyx6cJJ0gSx14qP9i-um5XG0EyFLbJc2lul3oYM","part_id":"","time":"2026-03-06T19:23:16.089045353Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2066","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.092701732Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2066","time":"2026-03-06T19:23:16.092808102Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5051,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824996089641456_17?ts=1765976876000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":28.423543,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$8GVvqyx6cJJ0gSx14qP9i-um5XG0EyFLbJc2lul3oYM","key":"❤️"}},"time":"2026-03-06T19:23:16.118195464Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:198041059483854@lid:ACE200E18661CFC46BEAF4872DF42A18","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2025-12-17T13:07:56Z","event_id":"$pDsr6FiJFDnL7EqAhKQhPPt_ER4qIoX0b1lSZa4xycE","time":"2026-03-06T19:23:16.11837433Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2067","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.127407162Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2067","time":"2026-03-06T19:23:16.127478611Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:16.150563346Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5053,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663142096:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917663142096%3Amatrix.theocloud.dev","duration":6.066633,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:16.156962428Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5052,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996119059622_1?ts=1765976967000&user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":53.373693,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"habt ihr die kamera an?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.172610365Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:143632363450509@lid:3F967C616ACC309ED190","sender_id":{"user_id":"lid-143632363450509","sender_login":"4915253705809"},"message_ts":"2025-12-17T13:09:27Z","event_id":"$qOteiKpeD9kldER09OzBOHmW0GL5uJgRBeea68YK8m8","part_id":"","time":"2026-03-06T19:23:16.172761923Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2068","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.200799727Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2068","time":"2026-03-06T19:23:16.200872782Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2069","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:16.244724817Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2069","time":"2026-03-06T19:23:16.244821619Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5055,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996173750679_3?ts=1765976997000&user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":106.233557,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bisher nicht ^^","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.280165407Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:33994833981513@lid:3EB0D58947077C610BE53F","sender_id":{"user_id":"lid-33994833981513","sender_login":"4915119111000"},"message_ts":"2025-12-17T13:09:57Z","event_id":"$-gy79s6VrUgN49wPxsaKBrFJXnfMMI73ROPcJzbzfKE","part_id":"","time":"2026-03-06T19:23:16.28038094Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2070","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.301730026Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2070","time":"2026-03-06T19:23:16.301832694Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5054,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-70029659869242:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":168.492226,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WjSuHViEFInUkmDqEAsBENJI","com.beeper.exclude_from_timeline":true,"displayname":"Helena (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:16.326480567Z","message":"Request completed"} +{"level":"debug","transaction_id":"2071","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.347921635Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2071","time":"2026-03-06T19:23:16.34829152Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5056,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917666660850%3Amatrix.theocloud.dev","duration":125.152344,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<65295 bytes>","time":"2026-03-06T19:23:16.352597012Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5059,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917666660850:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917666660850%3Amatrix.theocloud.dev","duration":11.334761,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:16.364285315Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5060,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XwDlyZiGauPJyLITrcqwMcPR?user_id=%40whatsapp_4917666660850%3Amatrix.theocloud.dev","duration":5.566354,"status_code":200,"response_length":65295,"response_mime":"image/jpeg","time":"2026-03-06T19:23:16.36999296Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:16.377097798Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5061,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917666660850:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917666660850%3Amatrix.theocloud.dev","duration":11.892591,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XwDlyZiGauPJyLITrcqwMcPR"},"time":"2026-03-06T19:23:16.382123084Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915734716148@s.whatsapp.net","time":"2026-03-06T19:23:16.382902104Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5062,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915734716148%3Amatrix.theocloud.dev","duration":19.074535,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915734716148","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:16.402287158Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5057,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996281414674_18?ts=1765977001000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":129.614982,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"nein","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.411177931Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:251745280225436@lid:3EB0F51F33CB8139A88631","sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"message_ts":"2025-12-17T13:10:01Z","event_id":"$_9UTY34KDTT3b8omf16ttziXFJu2wY-kq0VeMSORz5I","part_id":"","time":"2026-03-06T19:23:16.411362035Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5064,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915734716148:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915734716148%3Amatrix.theocloud.dev","duration":12.384489,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:16.415130441Z","message":"Request completed"} +{"level":"debug","transaction_id":"2072","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.428645746Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2072","time":"2026-03-06T19:23:16.428780961Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5066,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915734716148:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915734716148%3Amatrix.theocloud.dev","duration":26.533264,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915734716148 (WA)"},"time":"2026-03-06T19:23:16.441841802Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:16.442520529Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5058,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-70029659869242:matrix.theocloud.dev?user_id=%40whatsapp_lid-70029659869242%3Amatrix.theocloud.dev","duration":138.495767,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WjSuHViEFInUkmDqEAsBENJI","com.beeper.exclude_from_timeline":true,"displayname":"Helena (WA)","membership":"join"},"time":"2026-03-06T19:23:16.465794815Z","message":"Request completed"} +{"level":"debug","transaction_id":"2073","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.483852308Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2073","time":"2026-03-06T19:23:16.484248942Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5065,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996412261672_2?ts=1765977006000&user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":96.953414,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"hahahah okay","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.509366085Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:143632363450509@lid:3F70B6207A7925E6236B","sender_id":{"user_id":"lid-143632363450509","sender_login":"4915253705809"},"message_ts":"2025-12-17T13:10:06Z","event_id":"$a7Z0qUGP57n2F-mIGggvc29kaSLqkewYJqlKEPMBBt0","part_id":"","time":"2026-03-06T19:23:16.509573796Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2074","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.514618079Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2074","time":"2026-03-06T19:23:16.514742259Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5063,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-158883775557821%3Amatrix.theocloud.dev","duration":141.3315,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<51909 bytes>","time":"2026-03-06T19:23:16.530104401Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5069,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-158883775557821:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-158883775557821%3Amatrix.theocloud.dev","duration":5.789849,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:16.536284878Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5070,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YdptPheZgMIMbOvYpqICGtti?user_id=%40whatsapp_lid-158883775557821%3Amatrix.theocloud.dev","duration":5.628304,"status_code":200,"response_length":51909,"response_mime":"image/jpeg","time":"2026-03-06T19:23:16.542092676Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5071,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-158883775557821:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-158883775557821%3Amatrix.theocloud.dev","duration":7.347121,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YdptPheZgMIMbOvYpqICGtti"},"time":"2026-03-06T19:23:16.549750455Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:16.550463893Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5072,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-252960856604824%3Amatrix.theocloud.dev","duration":5.892937,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-252960856604824","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:16.556551549Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5073,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252960856604824:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-252960856604824%3Amatrix.theocloud.dev","duration":3.794108,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:16.560675312Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5068,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996510651182_4?ts=1765977019000&user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":85.925818,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"nein","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.596735751Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:220327544094730@lid:3BECD8CCD3098F9333B3","sender_id":{"user_id":"lid-220327544094730","sender_login":"4915751114529"},"message_ts":"2025-12-17T13:10:19Z","event_id":"$HR_dqlHlghQwBgeHnoFGgJCyY15dUqlEFWOqLYSDaZQ","part_id":"","time":"2026-03-06T19:23:16.596879487Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:16.60657582Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5067,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101816561881152:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":144.81083,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/URHQSzcZOkoAwYOvSLwKknXR","com.beeper.exclude_from_timeline":true,"displayname":"JH (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:16.611733317Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5076,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915734716148:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915734716148%3Amatrix.theocloud.dev","duration":11.754863,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:16.618646858Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"236399445938270@lid","alternate_jid":"4917620338641@s.whatsapp.net","time":"2026-03-06T19:23:16.619123461Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5074,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252960856604824:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-252960856604824%3Amatrix.theocloud.dev","duration":58.333188,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Siddhant (WA)"},"time":"2026-03-06T19:23:16.619208459Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"261327436177425@lid","time":"2026-03-06T19:23:16.619553549Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:16.621902482Z","message":""} +{"level":"debug","transaction_id":"2075","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.622618295Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2075","time":"2026-03-06T19:23:16.622702804Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5078,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-261327436177425%3Amatrix.theocloud.dev","duration":8.036254,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-261327436177425","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:16.627849756Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5079,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-261327436177425:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-261327436177425%3Amatrix.theocloud.dev","duration":4.030943,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:16.632162442Z","message":"Request completed"} +{"level":"debug","transaction_id":"2076","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.635481064Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2076","time":"2026-03-06T19:23:16.635760643Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5080,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-261327436177425:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-261327436177425%3Amatrix.theocloud.dev","duration":34.235183,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Momo (WA)"},"time":"2026-03-06T19:23:16.666551138Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:16.667294399Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5075,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996597839538_5?ts=1765977026000&user_id=%40whatsapp_lid-220327544094730%3Amatrix.theocloud.dev","duration":89.941256,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"warum sagt er nichts dazu","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.687954352Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:220327544094730@lid:3BABE0D38FF709AE1DB0","sender_id":{"user_id":"lid-220327544094730","sender_login":"4915751114529"},"message_ts":"2025-12-17T13:10:26Z","event_id":"$UNxq3u-RS7XUoBuT3P4W3YQpd7UdFReKKMJLDV2YkCw","part_id":"","time":"2026-03-06T19:23:16.688097808Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2077","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.705281924Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2077","time":"2026-03-06T19:23:16.70540743Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5077,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101816561881152:matrix.theocloud.dev?user_id=%40whatsapp_lid-101816561881152%3Amatrix.theocloud.dev","duration":126.381917,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/URHQSzcZOkoAwYOvSLwKknXR","com.beeper.exclude_from_timeline":true,"displayname":"JH (WA)","membership":"join"},"time":"2026-03-06T19:23:16.73875401Z","message":"Request completed"} +{"level":"debug","transaction_id":"2078","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.751704641Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2078","time":"2026-03-06T19:23:16.752055179Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:16.779823742Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5081,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996688940174_3?ts=1765977060000&user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":98.233133,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"keine Ahnung aber umso besser","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.787279327Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:143632363450509@lid:3F3B2D33C527117CA951","sender_id":{"user_id":"lid-143632363450509","sender_login":"4915253705809"},"message_ts":"2025-12-17T13:11:00Z","event_id":"$16eI8_SYP6EaNOmft3TCKYqj_NjubXcBqTu76gn_olU","part_id":"","time":"2026-03-06T19:23:16.787427044Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2079","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.803428312Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2079","time":"2026-03-06T19:23:16.803541107Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5082,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-72000915652689:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":112.518517,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Linda Elke Alice (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:16.852196261Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5083,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996788276185_2?ts=1766229713000&user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":65.279205,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"BS ist da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.853672167Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:273069826400467@lid:AC4F8374025E7A1F3C5DF59802E0B878","sender_id":{"user_id":"lid-273069826400467","sender_login":"48723807797"},"message_ts":"2025-12-20T11:21:53Z","event_id":"$_9HzBIIEmLLPJiGC7_G9swShxXru63vPMnZpKcBVmy4","part_id":"","time":"2026-03-06T19:23:16.853769038Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2080","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.870663309Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2080","time":"2026-03-06T19:23:16.870758224Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2081","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.879026983Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2081","time":"2026-03-06T19:23:16.879288332Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5086,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996854432748_8?ts=1766230526000&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":69.659149,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Noch nicht bei allen offenbar :/","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:16.924221874Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:198041059483854@lid:AC1159D3275B44DA0805E60593B276C0","sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"message_ts":"2025-12-20T11:35:26Z","event_id":"$3IddssLz35NKJIB44aj6Y7lAGnGUB0j6BTZ88OjElR0","part_id":"","time":"2026-03-06T19:23:16.924399902Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2082","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:16.937757294Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2082","time":"2026-03-06T19:23:16.937890832Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:16.955421435Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5088,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-261327436177425:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-261327436177425%3Amatrix.theocloud.dev","duration":14.621955,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:16.970425217Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"393201550470@s.whatsapp.net","alternate_jid":"12786134462711@lid","time":"2026-03-06T19:23:16.971176929Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915110633551@s.whatsapp.net","time":"2026-03-06T19:23:16.971597519Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5085,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-72000915652689:matrix.theocloud.dev?user_id=%40whatsapp_lid-72000915652689%3Amatrix.theocloud.dev","duration":126.276176,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Linda Elke Alice (WA)","membership":"join"},"time":"2026-03-06T19:23:16.97915661Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:16.980244123Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5084,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-252960856604824%3Amatrix.theocloud.dev","duration":141.757818,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<75898 bytes>","time":"2026-03-06T19:23:16.982637616Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5089,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915110633551%3Amatrix.theocloud.dev","duration":14.060284,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915110633551","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:16.985967413Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5090,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915738711750%3Amatrix.theocloud.dev","duration":13.8803,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915738711750","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:16.99446225Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5091,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252960856604824:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-252960856604824%3Amatrix.theocloud.dev","duration":13.219872,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:16.996105218Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5092,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915110633551:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915110633551%3Amatrix.theocloud.dev","duration":11.645279,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:16.998000317Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5093,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915738711750:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915738711750%3Amatrix.theocloud.dev","duration":7.515091,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:17.002378376Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5094,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YMYLGMswkQSuDBKwlmTbXSIj?user_id=%40whatsapp_lid-252960856604824%3Amatrix.theocloud.dev","duration":6.389584,"status_code":200,"response_length":75898,"response_mime":"image/jpeg","time":"2026-03-06T19:23:17.002634557Z","message":"Request completed"} +{"level":"debug","transaction_id":"2083","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.008287445Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2083","time":"2026-03-06T19:23:17.00869274Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5097,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-252960856604824:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-252960856604824%3Amatrix.theocloud.dev","duration":11.325612,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YMYLGMswkQSuDBKwlmTbXSIj"},"time":"2026-03-06T19:23:17.01429604Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:17.015659081Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5098,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-264840736174206%3Amatrix.theocloud.dev","duration":4.74941,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-264840736174206","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:17.020752393Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5099,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-264840736174206:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-264840736174206%3Amatrix.theocloud.dev","duration":5.439381,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:17.026627869Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5095,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915110633551:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915110633551%3Amatrix.theocloud.dev","duration":33.026703,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915110633551 (WA)"},"time":"2026-03-06T19:23:17.031213289Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:17.032126965Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5096,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915738711750:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915738711750%3Amatrix.theocloud.dev","duration":32.604996,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Zou (WA)"},"time":"2026-03-06T19:23:17.035132973Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:17.03568752Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5087,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824996925427281_5?ts=1766230534000&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":122.992055,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Nur email","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:17.048610633Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:102147257532455@lid:3AD5741003FF9DAFE19F","sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"message_ts":"2025-12-20T11:35:34Z","event_id":"$_rByddXowzNaqVZClDtz48RXoZjWANd8qazRqN6xk58","part_id":"","time":"2026-03-06T19:23:17.048713651Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2084","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.062738664Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2084","time":"2026-03-06T19:23:17.062857885Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5100,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-264840736174206:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-264840736174206%3Amatrix.theocloud.dev","duration":37.460147,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917661608163 (WA)"},"time":"2026-03-06T19:23:17.064256195Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:17.065177833Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5101,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824997049388047_14?ts=1766230541000&user_id=%40whatsapp_lid-27956059590853%3Amatrix.theocloud.dev","duration":41.055903,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"E-Mail! Nicht bei sam","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:17.090575532Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:27956059590853@lid:3A81D9AFF6DDC8D9EB8E","sender_id":{"user_id":"lid-27956059590853","sender_login":"491731828379"},"message_ts":"2025-12-20T11:35:41Z","event_id":"$4iaPyi8POC6q88QW7u43ESTN_ELPuhuVzLtGynKOWF4","part_id":"","time":"2026-03-06T19:23:17.09068707Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2085","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.097771235Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2085","time":"2026-03-06T19:23:17.097881865Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5102,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824997091443811_9?ts=1766232217000&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":30.253758,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ah sorry, mein Fehler","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:17.121830059Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:198041059483854@lid:AC1664041D5111EF7BA9F911E3AB43D4","sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"message_ts":"2025-12-20T12:03:37Z","event_id":"$Hz1kMEhuj7JASsJl_G4FdfrgtejZDPeP1G_pZOeuGvc","part_id":"","time":"2026-03-06T19:23:17.121972328Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2086","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.130479108Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2086","time":"2026-03-06T19:23:17.130580729Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5103,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824997122990906_3?ts=1766389595000&user_id=%40whatsapp_lid-273069826400467%3Amatrix.theocloud.dev","duration":49.606475,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"KI ist da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:17.172755504Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:273069826400467@lid:AC550F48A309D05A064027DE3CE3A107","sender_id":{"user_id":"lid-273069826400467","sender_login":"48723807797"},"message_ts":"2025-12-22T07:46:35Z","event_id":"$3JzmKv9Ytqn9Um37vYNoHzAVP30EBMi-vDCgMa_osCY","part_id":"","time":"2026-03-06T19:23:17.172939817Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:17.187099207Z","message":""} +{"level":"debug","transaction_id":"2087","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.187610173Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2087","time":"2026-03-06T19:23:17.187720593Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:17.192309296Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5105,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915110633551:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915110633551%3Amatrix.theocloud.dev","duration":18.991144,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:17.206468197Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5106,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915738711750:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915738711750%3Amatrix.theocloud.dev","duration":15.375482,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:17.207951925Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:17.215567798Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5107,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_34640820670%3Amatrix.theocloud.dev","duration":11.876458,"status_code":200,"response_length":93,"response_mime":"application/json","req_body":{"username":"whatsapp_34640820670","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:17.219411145Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5109,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_34640820670:matrix.theocloud.dev/displayname?user_id=%40whatsapp_34640820670%3Amatrix.theocloud.dev","duration":8.632706,"status_code":200,"response_length":38,"response_mime":"application/json","time":"2026-03-06T19:23:17.22841171Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_34640820670:matrix.theocloud.dev/displayname?user_id=%40whatsapp_34640820670%3Amatrix.theocloud.dev","duration":64.393955,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Aitor sav (WA)"},"time":"2026-03-06T19:23:17.293005763Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"101829530640580@lid","alternate_jid":"34640820670@s.whatsapp.net","time":"2026-03-06T19:23:17.293763271Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5112,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917657652041%3Amatrix.theocloud.dev","duration":7.698218,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917657652041","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:17.302177511Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5113,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657652041:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917657652041%3Amatrix.theocloud.dev","duration":5.958658,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:17.30844976Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5104,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824997174989127_8?ts=1766391994000&user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":152.703907,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"einfach in 2 tagen durchgezogen ist crazy","m.mentions":{"user_ids":["@whatsapp_lid-273069826400467:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$3JzmKv9Ytqn9Um37vYNoHzAVP30EBMi-vDCgMa_osCY"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:17.327885938Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:173804609343590@lid:3A2BF97F4C855EF71CA9","sender_id":{"user_id":"lid-173804609343590","sender_login":"4917655578514"},"message_ts":"2025-12-22T08:26:34Z","event_id":"$JycUdYag9ph8C9h8u7hLE_JYLedkEimvmL6LuGfB19Y","part_id":"","time":"2026-03-06T19:23:17.328056283Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2088","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.349897129Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2088","time":"2026-03-06T19:23:17.350042889Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657652041:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917657652041%3Amatrix.theocloud.dev","duration":50.527204,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jonas (WA)"},"time":"2026-03-06T19:23:17.359207095Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"151414944854040@lid","alternate_jid":"4917657652041@s.whatsapp.net","time":"2026-03-06T19:23:17.359907752Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"16114767646828@lid","alternate_jid":"4915901353554@s.whatsapp.net","time":"2026-03-06T19:23:17.360035912Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5116,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915253941210%3Amatrix.theocloud.dev","duration":15.446722,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915253941210","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:17.376029428Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5110,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-264840736174206%3Amatrix.theocloud.dev","duration":152.788347,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<45631 bytes>","time":"2026-03-06T19:23:17.380710951Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5117,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915253941210:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915253941210%3Amatrix.theocloud.dev","duration":7.650655,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:17.384079441Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5118,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-264840736174206:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-264840736174206%3Amatrix.theocloud.dev","duration":5.942384,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:17.387073367Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5120,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/bSBVMfsjdKdWLIIBVJLkxPCK?user_id=%40whatsapp_lid-264840736174206%3Amatrix.theocloud.dev","duration":9.800048,"status_code":200,"response_length":45631,"response_mime":"image/jpeg","time":"2026-03-06T19:23:17.397014985Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5121,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-264840736174206:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-264840736174206%3Amatrix.theocloud.dev","duration":16.248999,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/bSBVMfsjdKdWLIIBVJLkxPCK"},"time":"2026-03-06T19:23:17.413589239Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:17.414793249Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5108,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-150517229604984:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":220.489959,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xFzHZPHqVdJiEQnxwZXDOSpZ","com.beeper.exclude_from_timeline":true,"displayname":"+4915112997658 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:17.429218319Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5122,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-215268173324429%3Amatrix.theocloud.dev","duration":20.095209,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-215268173324429","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:17.435179072Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5124,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-215268173324429:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-215268173324429%3Amatrix.theocloud.dev","duration":8.680129,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:17.444260165Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5119,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915253941210:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915253941210%3Amatrix.theocloud.dev","duration":65.05131,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Charles Grütte (WA)"},"time":"2026-03-06T19:23:17.449313807Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"198268692730012@lid","alternate_jid":"4915253941210@s.whatsapp.net","time":"2026-03-06T19:23:17.449939034Z","message":"Synced alternate ghost with info"} +{"level":"debug","transaction_id":"2089","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.457010488Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2089","time":"2026-03-06T19:23:17.457374925Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5126,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917664704658%3Amatrix.theocloud.dev","duration":9.283216,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917664704658","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:17.459810322Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5127,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664704658:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917664704658%3Amatrix.theocloud.dev","duration":4.929253,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:17.465119936Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824997329091764_1?ts=1766392018000&user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":161.821039,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich dachte wir sitzen jetzt erstmal 4 Wochen vor nichts lol","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:17.491056747Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:46858126766286@lid:AC55564E0DFC711D10CAA7E7DFBA1691","sender_id":{"user_id":"lid-46858126766286","sender_login":"491702130605"},"message_ts":"2025-12-22T08:26:58Z","event_id":"$fRk8OP9Hg5Dd62eEXlaJ8FgsRu0RG9EnTEkAqSGlCd0","part_id":"","time":"2026-03-06T19:23:17.491176387Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5125,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-215268173324429:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-215268173324429%3Amatrix.theocloud.dev","duration":56.279199,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917622717740 (WA)"},"time":"2026-03-06T19:23:17.500784859Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:17.501729405Z","message":""} +{"level":"debug","transaction_id":"2090","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.509859387Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2090","time":"2026-03-06T19:23:17.509978188Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5128,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917664704658:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917664704658%3Amatrix.theocloud.dev","duration":56.53084,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Zaki (WA)"},"time":"2026-03-06T19:23:17.521839001Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"267950527361145@lid","alternate_jid":"4917664704658@s.whatsapp.net","time":"2026-03-06T19:23:17.522519195Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5130,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491777059558%3Amatrix.theocloud.dev","duration":12.95084,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491777059558","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:17.536055382Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5131,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491777059558:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491777059558%3Amatrix.theocloud.dev","duration":6.048195,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:17.542484427Z","message":"Request completed"} +{"level":"debug","transaction_id":"2091","content":{"pdu":0,"unstable_edu":15,"unstable_to_device":0},"time":"2026-03-06T19:23:17.556397134Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2091","time":"2026-03-06T19:23:17.556605963Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5132,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491777059558:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491777059558%3Amatrix.theocloud.dev","duration":23.19306,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mustafa (WA)"},"time":"2026-03-06T19:23:17.565816753Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"40566117134352@lid","alternate_jid":"491777059558@s.whatsapp.net","time":"2026-03-06T19:23:17.566374792Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915256124901@s.whatsapp.net","time":"2026-03-06T19:23:17.566715482Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5133,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915256124901%3Amatrix.theocloud.dev","duration":14.1457,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915256124901","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:17.581129866Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5134,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256124901:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915256124901%3Amatrix.theocloud.dev","duration":9.176707,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:17.590768579Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:17.609901782Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5123,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-150517229604984:matrix.theocloud.dev?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":180.500057,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xFzHZPHqVdJiEQnxwZXDOSpZ","com.beeper.exclude_from_timeline":true,"displayname":"+4915112997658 (WA)","membership":"join"},"time":"2026-03-06T19:23:17.610511295Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5129,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824997491955337_9?ts=1766392025912&user_id=%40whatsapp_lid-173804609343590%3Amatrix.theocloud.dev","duration":134.558972,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$fRk8OP9Hg5Dd62eEXlaJ8FgsRu0RG9EnTEkAqSGlCd0","key":"💯"}},"time":"2026-03-06T19:23:17.626647428Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:46858126766286@lid:AC55564E0DFC711D10CAA7E7DFBA1691","target_part_id":"","reaction_sender_id":{"user_id":"lid-173804609343590","sender_login":"4917655578514"},"reaction_ts":"2025-12-22T08:27:05.912Z","event_id":"$tlzQ1EWJMAEzxTcWyH_HDL28TwHMUDAQTO1Yl8u6_Y0","time":"2026-03-06T19:23:17.626780967Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2092","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.633882033Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2092","time":"2026-03-06T19:23:17.633961095Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5135,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256124901:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915256124901%3Amatrix.theocloud.dev","duration":48.579584,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915256124901 (WA)"},"time":"2026-03-06T19:23:17.639537506Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:17.640428273Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:17.651361931Z","message":""} +{"level":"debug","transaction_id":"2093","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.652201504Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2093","time":"2026-03-06T19:23:17.652533464Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:17.652826801Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5137,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824997627536799_2?ts=1767131300000&user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":75.655452,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Betriebssysteme ist jetzt in SAM eingetragen btw.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:17.703364272Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:46858126766286@lid:ACB0697F15E68BC10F4F0E9436824452","sender_id":{"user_id":"lid-46858126766286","sender_login":"491702130605"},"message_ts":"2025-12-30T21:48:20Z","event_id":"$MWkp4ze4soTlLepHYFTpJZYVQ__rssieGHDERVemH60","part_id":"","time":"2026-03-06T19:23:17.703527214Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2094","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.715434612Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2094","time":"2026-03-06T19:23:17.715539026Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5136,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-91422824890466:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":136.331078,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917663142096 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:17.747853688Z","message":"Request completed"} +{"level":"debug","transaction_id":"2095","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.766663591Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2095","time":"2026-03-06T19:23:17.767025094Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5138,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-215268173324429%3Amatrix.theocloud.dev","duration":126.37102,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40373 bytes>","time":"2026-03-06T19:23:17.789236312Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:17.794636581Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5141,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-215268173324429:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-215268173324429%3Amatrix.theocloud.dev","duration":6.574526,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:17.796222977Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5142,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/SwLWUAgYYXeOUWfhnQIjMoME?user_id=%40whatsapp_lid-215268173324429%3Amatrix.theocloud.dev","duration":4.171675,"status_code":200,"response_length":40373,"response_mime":"image/jpeg","time":"2026-03-06T19:23:17.800543765Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5143,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-215268173324429:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-215268173324429%3Amatrix.theocloud.dev","duration":12.838045,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SwLWUAgYYXeOUWfhnQIjMoME"},"time":"2026-03-06T19:23:17.813615083Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:17.814684437Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824997704546142_2?ts=1768199451000&user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":114.539053,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"\"Human Factors\" findet nicht statt (siehe Mail von Frau Pätzoldt). Wer es in SAM gewählt hat, muss umwählen.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:17.819220689Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:218845914619936@lid:AC8F3A07253C250628A8E97220F0985A","sender_id":{"user_id":"lid-218845914619936","sender_login":"4917695111675"},"message_ts":"2026-01-12T06:30:51Z","event_id":"$ZoPgjW5UxEhBk6hMGmqeWiZO7UORTc9dIFQk1EUodmI","part_id":"","time":"2026-03-06T19:23:17.819400393Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5144,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-144049092702394%3Amatrix.theocloud.dev","duration":13.635224,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-144049092702394","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:17.828624104Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5147,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-144049092702394:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-144049092702394%3Amatrix.theocloud.dev","duration":20.997082,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:17.850053508Z","message":"Request completed"} +{"level":"debug","transaction_id":"2096","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.857476128Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2096","time":"2026-03-06T19:23:17.857576212Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5148,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-144049092702394:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-144049092702394%3Amatrix.theocloud.dev","duration":31.254177,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491735425217 (WA)"},"time":"2026-03-06T19:23:17.881492838Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:17.88246092Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5140,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-91422824890466:matrix.theocloud.dev?user_id=%40whatsapp_lid-91422824890466%3Amatrix.theocloud.dev","duration":165.829073,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917663142096 (WA)","membership":"join"},"time":"2026-03-06T19:23:17.914473584Z","message":"Request completed"} +{"level":"debug","transaction_id":"2097","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.952476545Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2097","time":"2026-03-06T19:23:17.952862283Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5145,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824997820303592_3?ts=1768206824907&user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":144.651101,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$ZoPgjW5UxEhBk6hMGmqeWiZO7UORTc9dIFQk1EUodmI","key":"👍🏻"}},"time":"2026-03-06T19:23:17.965112676Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:218845914619936@lid:AC8F3A07253C250628A8E97220F0985A","target_part_id":"","reaction_sender_id":{"user_id":"lid-16114767646828","sender_login":"4915901353554"},"reaction_ts":"2026-01-12T08:33:44.907Z","event_id":"$qMm_1CvMbkWqGfMujW_4IFJBFAccBrBgPE3w1uzQy3c","time":"2026-03-06T19:23:17.96525243Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5146,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915256124901%3Amatrix.theocloud.dev","duration":138.834502,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<24152 bytes>","time":"2026-03-06T19:23:17.967584461Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5151,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256124901:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915256124901%3Amatrix.theocloud.dev","duration":16.279311,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:17.984201528Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5152,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/xDZojhNBbZDlgCEtueiqggcw?user_id=%40whatsapp_4915256124901%3Amatrix.theocloud.dev","duration":5.772878,"status_code":200,"response_length":24152,"response_mime":"image/jpeg","time":"2026-03-06T19:23:17.990112344Z","message":"Request completed"} +{"level":"debug","transaction_id":"2098","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:17.994410154Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2098","time":"2026-03-06T19:23:17.994492638Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5153,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256124901:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915256124901%3Amatrix.theocloud.dev","duration":15.599047,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xDZojhNBbZDlgCEtueiqggcw"},"time":"2026-03-06T19:23:18.005950671Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5154,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915736562158%3Amatrix.theocloud.dev","duration":6.366536,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915736562158","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:18.013469184Z","message":"Request completed"} +{"level":"debug","transaction_id":"2099","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.018036376Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2099","time":"2026-03-06T19:23:18.018436641Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491736748726@s.whatsapp.net","portal_mxid":"!lZlymPnIGrcecKHucv:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$XOgrLnJbR1lTrzcdugiOIcQEehYBIQ7_3bs-eMemlX8","event_type":"m.room.member","event_id":"$XOgrLnJbR1lTrzcdugiOIcQEehYBIQ7_3bs-eMemlX8","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:18.018939854Z","message":"Sending implicit read receipt for event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5155,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915736562158:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915736562158%3Amatrix.theocloud.dev","duration":8.004615,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:18.02193371Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5156,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915736562158:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915736562158%3Amatrix.theocloud.dev","duration":28.222118,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tobi (WA)"},"time":"2026-03-06T19:23:18.050406143Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:18.051481852Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5150,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824997965875911_5?ts=1768201301407&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":114.205346,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$ZoPgjW5UxEhBk6hMGmqeWiZO7UORTc9dIFQk1EUodmI","key":"👍️"}},"time":"2026-03-06T19:23:18.080229533Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:218845914619936@lid:AC8F3A07253C250628A8E97220F0985A","target_part_id":"","reaction_sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"reaction_ts":"2026-01-12T07:01:41.407Z","event_id":"$9wIipJ-Z8KiaLGFSqhF8O1xUsIEZbD2RNjSmEsh17Aw","time":"2026-03-06T19:23:18.080441434Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2100","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.104478398Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2100","time":"2026-03-06T19:23:18.104606698Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5149,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-83674703904795:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":209.756049,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uHMfWBOwjpDinqKTHuYIBuJO","com.beeper.exclude_from_timeline":true,"displayname":"Zakaria (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:18.125318753Z","message":"Request completed"} +{"level":"debug","transaction_id":"2101","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.141632565Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2101","time":"2026-03-06T19:23:18.142004126Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:18.207926648Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5157,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824998081122535_1?ts=1768207040560&user_id=%40whatsapp_lid-1975802458312%3Amatrix.theocloud.dev","duration":130.096264,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$ZoPgjW5UxEhBk6hMGmqeWiZO7UORTc9dIFQk1EUodmI","key":"👍🏻"}},"time":"2026-03-06T19:23:18.21139585Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:218845914619936@lid:AC8F3A07253C250628A8E97220F0985A","target_part_id":"","reaction_sender_id":{"user_id":"lid-1975802458312","sender_login":"4917663302838"},"reaction_ts":"2026-01-12T08:37:20.56Z","event_id":"$mKg2Otq3yUJTRA09OKSs62BA-8nGJfyNcktblA9I2sU","time":"2026-03-06T19:23:18.211532251Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2102","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.239513134Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2102","time":"2026-03-06T19:23:18.239633752Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2103","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:18.26451853Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2103","time":"2026-03-06T19:23:18.264643547Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:18.268596546Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5161,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-144049092702394:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-144049092702394%3Amatrix.theocloud.dev","duration":12.924859,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:18.28182913Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:18.28253719Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5162,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-198736911294586%3Amatrix.theocloud.dev","duration":11.732862,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-198736911294586","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:18.294475039Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5158,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-83674703904795:matrix.theocloud.dev?user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":177.769366,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uHMfWBOwjpDinqKTHuYIBuJO","com.beeper.exclude_from_timeline":true,"displayname":"Zakaria (WA)","membership":"join"},"time":"2026-03-06T19:23:18.303842486Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5163,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198736911294586:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-198736911294586%3Amatrix.theocloud.dev","duration":16.137809,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:18.31106417Z","message":"Request completed"} +{"level":"debug","transaction_id":"2104","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.332236555Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2104","time":"2026-03-06T19:23:18.332713857Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5165,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198736911294586:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-198736911294586%3Amatrix.theocloud.dev","duration":55.969728,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+201559445990 (WA)"},"time":"2026-03-06T19:23:18.367244192Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:18.368089423Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5159,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824998212215099_6?ts=1770290462000&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":167.634634,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey, kurze Frage:\nHat jemand von euch die Studienarbeit Teil 1 ohne Unterschrift vom Unternehmen abgegeben und gabs da Probleme? Ich hab nächste Woche Urlaub und will Teil 2 dort zu Ende schreiben, aber hab keine Lust danach nochmal ins Unternehmen zu fahren für die Unterschrift. Wie war es bei euch?","format":"org.matrix.custom.html","formatted_body":"Hey, kurze Frage:\u003cbr\u003eHat jemand von euch die Studienarbeit Teil 1 ohne Unterschrift vom Unternehmen abgegeben und gabs da Probleme? Ich hab nächste Woche Urlaub und will Teil 2 dort zu Ende schreiben, aber hab keine Lust danach nochmal ins Unternehmen zu fahren für die Unterschrift. Wie war es bei euch?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:18.380044593Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:102147257532455@lid:3EB0F48E9D569705371B75","sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"message_ts":"2026-02-05T11:21:02Z","event_id":"$oUodZUh09FS0pkYxmZgM3OkMoIgKLFON9D0S0OBlntg","part_id":"","time":"2026-03-06T19:23:18.380210677Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5160,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915736562158%3Amatrix.theocloud.dev","duration":179.060889,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38712 bytes>","time":"2026-03-06T19:23:18.395543905Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5167,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915736562158:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915736562158%3Amatrix.theocloud.dev","duration":7.139969,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:18.403041536Z","message":"Request completed"} +{"level":"debug","transaction_id":"2105","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.405580789Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2105","time":"2026-03-06T19:23:18.405715724Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5168,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VxKAiFNriuRamCFJGrPLQPVr?user_id=%40whatsapp_4915736562158%3Amatrix.theocloud.dev","duration":7.832384,"status_code":200,"response_length":38712,"response_mime":"image/jpeg","time":"2026-03-06T19:23:18.410998588Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5169,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915736562158:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915736562158%3Amatrix.theocloud.dev","duration":7.88721,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VxKAiFNriuRamCFJGrPLQPVr"},"time":"2026-03-06T19:23:18.419122354Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:18.420174038Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5166,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824998381267110_3?ts=1770290658000&user_id=%40whatsapp_lid-218845914619936%3Amatrix.theocloud.dev","duration":96.852771,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Beim 1. PTB gab es mal Probleme (man hatte nur 24 Stunden um die Unterschrift nachzureichen), aber beim Studienprojekt weiß ich nicht...","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:18.47828876Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:218845914619936@lid:AC34BC060E88BFFF0BF23307702AC53A","sender_id":{"user_id":"lid-218845914619936","sender_login":"4917695111675"},"message_ts":"2026-02-05T11:24:18Z","event_id":"$y47E1n-WoS06Rern9AuNIQ1QEGFF0hruTHb0FA_b-KM","part_id":"","time":"2026-03-06T19:23:18.478535443Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5164,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-108456681980086:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":177.29842,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RwxeVmcOQFgdXMwsSIHhRZJS","com.beeper.exclude_from_timeline":true,"displayname":"+4917656794491 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:18.482260128Z","message":"Request completed"} +{"level":"debug","transaction_id":"2106","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.495104389Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2106","time":"2026-03-06T19:23:18.495197349Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2107","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.511787107Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2107","time":"2026-03-06T19:23:18.512101747Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5170,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824998479473144_3?ts=1770291149000&user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":121.343569,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Also wir hatten ja auch bei Grohmann und bei uns gab's keine Unterschrift, hat ihn glaube ich nicht allzu sehr interessiert","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:18.600980074Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:46858126766286@lid:AC60A56F6BCE947010A03A8E3C17DF8F","sender_id":{"user_id":"lid-46858126766286","sender_login":"491702130605"},"message_ts":"2026-02-05T11:32:29Z","event_id":"$0q3iJEEUi4viMGDpAUH7bHMpM2P-JkbzBSJgTcR_sjc","part_id":"","time":"2026-03-06T19:23:18.601196795Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2108","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.615777682Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2108","time":"2026-03-06T19:23:18.615915481Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5171,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-108456681980086:matrix.theocloud.dev?user_id=%40whatsapp_lid-108456681980086%3Amatrix.theocloud.dev","duration":166.630722,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RwxeVmcOQFgdXMwsSIHhRZJS","com.beeper.exclude_from_timeline":true,"displayname":"+4917656794491 (WA)","membership":"join"},"time":"2026-03-06T19:23:18.649677413Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:18.654061338Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5174,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-198736911294586:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-198736911294586%3Amatrix.theocloud.dev","duration":11.862001,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:18.666221076Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:18.667124065Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5175,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-73023721844742%3Amatrix.theocloud.dev","duration":11.984294,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-73023721844742","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:18.679379417Z","message":"Request completed"} +{"level":"debug","transaction_id":"2109","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.687738132Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2109","time":"2026-03-06T19:23:18.687992428Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5176,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73023721844742:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-73023721844742%3Amatrix.theocloud.dev","duration":10.333993,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:18.690043973Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5177,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73023721844742:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-73023721844742%3Amatrix.theocloud.dev","duration":71.029454,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915110698014 (WA)"},"time":"2026-03-06T19:23:18.761286794Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:18.761909647Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824998602323280_4?ts=1770291170000&user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":166.475742,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich weiß natürlich nicht, ob er es nur übersehen hat oder es ihn wirklich nicht juckt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:18.768990739Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:46858126766286@lid:ACE7773FF96BA6F6D4FAED079EAF21FD","sender_id":{"user_id":"lid-46858126766286","sender_login":"491702130605"},"message_ts":"2026-02-05T11:32:50Z","event_id":"$LEaH7ILvXG-R2qNtg8UkzjkrjWaqt2_aEEGJDXE2ll0","part_id":"","time":"2026-03-06T19:23:18.769165414Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2110","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.791598381Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2110","time":"2026-03-06T19:23:18.791692878Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5173,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-54975749202069:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":183.300101,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jnnPELKejCzCqucCZGnhsglN","com.beeper.exclude_from_timeline":true,"displayname":". (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:18.833936238Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:18.839362558Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915736562158@s.whatsapp.net","alternate_jid":"190219840168190@lid","time":"2026-03-06T19:23:18.839452654Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915226901910@s.whatsapp.net","time":"2026-03-06T19:23:18.839847822Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5180,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915226901910%3Amatrix.theocloud.dev","duration":14.186488,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915226901910","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:18.854293565Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5178,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824998770086982_7?ts=1770291261000&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":89.416741,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ok dann gehe ich mal das Risiko ein (das Unternehmen hat ja auch ehrlich garnichts mit dem studienprojekt zu tun). Danke euch","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:18.859649624Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:102147257532455@lid:3AAB5C426A9BFD1860FF","sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"message_ts":"2026-02-05T11:34:21Z","event_id":"$YLebmoM7YE4mlb_9hFrzGhEZ44gDLJHhjnwpaDnoWEw","part_id":"","time":"2026-03-06T19:23:18.859767447Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2111","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.866407555Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2111","time":"2026-03-06T19:23:18.866495696Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5181,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226901910:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915226901910%3Amatrix.theocloud.dev","duration":14.606869,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:18.869208158Z","message":"Request completed"} +{"level":"debug","transaction_id":"2112","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.882570718Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2112","time":"2026-03-06T19:23:18.88282641Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5183,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226901910:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915226901910%3Amatrix.theocloud.dev","duration":27.799154,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915226901910 (WA)"},"time":"2026-03-06T19:23:18.897235067Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:18.89807925Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5182,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824998860502886_5?ts=1770291310000&user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":69.137148,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Viel Glück und sehr gerne","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:18.929774551Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:46858126766286@lid:AC8789B02E014250310ED046470D270D","sender_id":{"user_id":"lid-46858126766286","sender_login":"491702130605"},"message_ts":"2026-02-05T11:35:10Z","event_id":"$UkzkfLdur-KwKEn3QjIPMJ_qcfjGie83wYZxF1bVGGM","part_id":"","time":"2026-03-06T19:23:18.929927715Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2113","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.948191102Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2113","time":"2026-03-06T19:23:18.948293561Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5179,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-54975749202069:matrix.theocloud.dev?user_id=%40whatsapp_lid-54975749202069%3Amatrix.theocloud.dev","duration":132.236579,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jnnPELKejCzCqucCZGnhsglN","com.beeper.exclude_from_timeline":true,"displayname":". (WA)","membership":"join"},"time":"2026-03-06T19:23:18.96695023Z","message":"Request completed"} +{"level":"debug","transaction_id":"2114","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:18.98149913Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2114","time":"2026-03-06T19:23:18.981805947Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5184,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824998930878966_8?ts=1770364951000&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":103.187529,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hallöchen,\nich hab noch ein Anliegen: Es wird bald eine Infoveranstaltung zum Thema Abschlussfeier/Bachelorball stattfinden. Leider wurde sie so gelegt, dass wir dort Vorlesung haben. Deshalb müssen wir das hier schon etwas früher klären. Der Ball ist an sich eine schöne Idee, allerdings ist aus dem Jahrgang über mir keiner da gewesen weil es ihnen zu teuer war. In der Infoveranstaltung soll ein Organisationsteam geformt werden, welches sich um das Konzept und die Organisation des Balls kümmern soll. Da wir nicht an der Veranstaltung teilnehmen können würde ich vorschlagen, dass jeder der gerne Teil dieses Organisationsteams wäre, sich einmal kurz persönlich bei mir meldet, damit ich eure Namen + Email an Frau Pätzoldt weiterleiten kann. Viel mehr Informationen hab ich leider auch nicht dazu, aber wenn ihr noch Fragen habt, kann ich versuchen sie zu beantworten.","format":"org.matrix.custom.html","formatted_body":"Hallöchen,\u003cbr\u003eich hab noch ein Anliegen: Es wird bald eine Infoveranstaltung zum Thema Abschlussfeier/Bachelorball stattfinden. Leider wurde sie so gelegt, dass wir dort Vorlesung haben. Deshalb müssen wir das hier schon etwas früher klären. Der Ball ist an sich eine schöne Idee, allerdings ist aus dem Jahrgang über mir keiner da gewesen weil es ihnen zu teuer war. In der Infoveranstaltung soll ein Organisationsteam geformt werden, welches sich um das Konzept und die Organisation des Balls kümmern soll. Da wir nicht an der Veranstaltung teilnehmen können würde ich vorschlagen, dass jeder der gerne Teil dieses Organisationsteams wäre, sich einmal kurz persönlich bei mir meldet, damit ich eure Namen + Email an Frau Pätzoldt weiterleiten kann. Viel mehr Informationen hab ich leider auch nicht dazu, aber wenn ihr noch Fragen habt, kann ich versuchen sie zu beantworten.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:19.034281329Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:102147257532455@lid:3EB0751D94A31AE34E8371","sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"message_ts":"2026-02-06T08:02:31Z","event_id":"$CAXpuUdtHT00CLzb61uVTDvMWIvlw9ozQrQdopFUXKg","part_id":"","time":"2026-03-06T19:23:19.034479262Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2115","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.053684472Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2115","time":"2026-03-06T19:23:19.053860823Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:19.058606811Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5187,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915226901910:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915226901910%3Amatrix.theocloud.dev","duration":4.927437,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:19.063945828Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915736345532@s.whatsapp.net","time":"2026-03-06T19:23:19.064770176Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5188,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915736345532%3Amatrix.theocloud.dev","duration":5.086888,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915736345532","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:19.070124768Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5189,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915736345532:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915736345532%3Amatrix.theocloud.dev","duration":10.270576,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:19.080776473Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5185,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-175110245867630:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":141.71235,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PvkWtcTEtdTVwzftscgQGOqO","com.beeper.exclude_from_timeline":true,"displayname":"+4915256299774 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:19.109694499Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:19.116931827Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5192,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-73023721844742:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-73023721844742%3Amatrix.theocloud.dev","duration":6.380575,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:19.123670902Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:19.124415839Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5193,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-85641681445100%3Amatrix.theocloud.dev","duration":7.31185,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-85641681445100","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:19.131945597Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5190,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915736345532:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915736345532%3Amatrix.theocloud.dev","duration":53.391573,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915736345532 (WA)"},"time":"2026-03-06T19:23:19.134350753Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:19.134877363Z","message":""} +{"level":"debug","transaction_id":"2116","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.135667209Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2116","time":"2026-03-06T19:23:19.135856621Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5194,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-85641681445100:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-85641681445100%3Amatrix.theocloud.dev","duration":9.620764,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:19.141895946Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5186,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824999035379249_10?ts=1770636761000&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":113.665746,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Heyo, habt ihr schon Betreuende für eure BA? Seid ihr einfach auf die Profs zugegangen oder gibts darüber noch mehr Infos irgendwo?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:19.149165542Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:198041059483854@lid:AC4E153C1CC87869C701917357C2F314","sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"message_ts":"2026-02-09T11:32:41Z","event_id":"$B_MxuKSy9UCRc8botwDzzpHBcUEcYBHHPH47wz-uqCc","part_id":"","time":"2026-03-06T19:23:19.14927282Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2117","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.17343508Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2117","time":"2026-03-06T19:23:19.173559329Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5195,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-85641681445100:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-85641681445100%3Amatrix.theocloud.dev","duration":58.787092,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491717806781 (WA)"},"time":"2026-03-06T19:23:19.200862393Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:19.201560746Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5196,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824999149841754_19?ts=1770636859000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":92.865829,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Die Profs werden soweit ich weiß zugewiesen, aber man kann einen Wunsch angeben. Und sonst muss die BA noch jemand aus dem Unternehmen betreuen.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:19.242876811Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:251745280225436@lid:ACB0B36212946068E7DE51E8F772FA59","sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"message_ts":"2026-02-09T11:34:19Z","event_id":"$5bJu3wlfJpV-MJM6U8n1Oicq0mihI9b4n9Ib3XA4L54","part_id":"","time":"2026-03-06T19:23:19.243041429Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5191,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-175110245867630:matrix.theocloud.dev?user_id=%40whatsapp_lid-175110245867630%3Amatrix.theocloud.dev","duration":164.79883,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PvkWtcTEtdTVwzftscgQGOqO","com.beeper.exclude_from_timeline":true,"displayname":"+4915256299774 (WA)","membership":"join"},"time":"2026-03-06T19:23:19.275198526Z","message":"Request completed"} +{"level":"debug","transaction_id":"2118","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.277947655Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2118","time":"2026-03-06T19:23:19.278069041Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2119","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.292800019Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2119","time":"2026-03-06T19:23:19.293097058Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:19.294645809Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5197,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824999244149405_11?ts=1770637064000&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":101.89461,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Naja es gäbe wohl Themen von der HWR die man nehmen könnte, wenn man keins vom Betrieb nehmen will/ kann. Stimmt das?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:19.346207865Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:198041059483854@lid:AC7EF8A906F17F2BC7301AA452FFC7B7","sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"message_ts":"2026-02-09T11:37:44Z","event_id":"$MdLWlD-6gd3DMpqvwysmlYZjlDfedYNivadyoek8jmw","part_id":"","time":"2026-03-06T19:23:19.346410897Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:19.359222122Z","message":""} +{"level":"debug","transaction_id":"2120","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.361394285Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2120","time":"2026-03-06T19:23:19.361502121Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5198,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-242661625704624:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":129.820458,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uqwUMQmMtuKNwqDZtQRUNROn","com.beeper.exclude_from_timeline":true,"displayname":"Chris (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:19.406102935Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5199,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915736345532%3Amatrix.theocloud.dev","duration":124.044786,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<44587 bytes>","time":"2026-03-06T19:23:19.426887067Z","message":"Request completed"} +{"level":"debug","transaction_id":"2121","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.430508455Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2121","time":"2026-03-06T19:23:19.430818694Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5203,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915736345532:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915736345532%3Amatrix.theocloud.dev","duration":10.639063,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:19.437912428Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5204,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/MSmwAQsQlsNKwQimaRVGvFiW?user_id=%40whatsapp_4915736345532%3Amatrix.theocloud.dev","duration":15.791672,"status_code":200,"response_length":44587,"response_mime":"image/jpeg","time":"2026-03-06T19:23:19.453838616Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5205,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915736345532:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915736345532%3Amatrix.theocloud.dev","duration":16.949586,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MSmwAQsQlsNKwQimaRVGvFiW"},"time":"2026-03-06T19:23:19.471105634Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5200,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824999347238596_6?ts=1770637659000&user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":123.979693,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Müsstest du nochmal in die Richtlinie zur BA gucken, ich meine da steht drin, dass das Thema vom Betrieb sein soll","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:19.471384305Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:46858126766286@lid:AC25545175245137F3B1469F2C5C5346","sender_id":{"user_id":"lid-46858126766286","sender_login":"491702130605"},"message_ts":"2026-02-09T11:47:39Z","event_id":"$jTT5FTEMTrVcLJzmjswgzpY3yBqsyah1dV6fhkP5X4I","part_id":"","time":"2026-03-06T19:23:19.471561494Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:19.472501431Z","message":""} +{"level":"debug","transaction_id":"2122","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.489700493Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2122","time":"2026-03-06T19:23:19.489810076Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5201,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-85641681445100%3Amatrix.theocloud.dev","duration":121.319125,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61535 bytes>","time":"2026-03-06T19:23:19.51918019Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5207,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-85641681445100:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-85641681445100%3Amatrix.theocloud.dev","duration":5.001051,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:19.524561532Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5208,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/FheAeRnuJBRFmezVYrgtSJHo?user_id=%40whatsapp_lid-85641681445100%3Amatrix.theocloud.dev","duration":4.09834,"status_code":200,"response_length":61535,"response_mime":"image/jpeg","time":"2026-03-06T19:23:19.528816109Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5206,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/join?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":56.081685,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:23:19.531787476Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5209,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-85641681445100:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-85641681445100%3Amatrix.theocloud.dev","duration":12.288387,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FheAeRnuJBRFmezVYrgtSJHo"},"time":"2026-03-06T19:23:19.541369897Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:19.542290906Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5211,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-2379713908979%3Amatrix.theocloud.dev","duration":4.802979,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-2379713908979","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:19.547364802Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5212,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-2379713908979:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-2379713908979%3Amatrix.theocloud.dev","duration":6.40041,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:23:19.554116379Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5202,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-242661625704624:matrix.theocloud.dev?user_id=%40whatsapp_lid-242661625704624%3Amatrix.theocloud.dev","duration":154.464838,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uqwUMQmMtuKNwqDZtQRUNROn","com.beeper.exclude_from_timeline":true,"displayname":"Chris (WA)","membership":"join"},"time":"2026-03-06T19:23:19.561314666Z","message":"Request completed"} +{"level":"debug","transaction_id":"2123","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.581266628Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2123","time":"2026-03-06T19:23:19.5815446Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5213,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-2379713908979:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-2379713908979%3Amatrix.theocloud.dev","duration":36.904203,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491783144400 (WA)"},"time":"2026-03-06T19:23:19.591176888Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:19.591965616Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:19.62159694Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5210,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/invite?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":100.701286,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@whatsapp_4917641870516:matrix.theocloud.dev"},"time":"2026-03-06T19:23:19.632712537Z","message":"Request completed"} +{"level":"debug","transaction_id":"2124","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.650400564Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2124","time":"2026-03-06T19:23:19.650671552Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5214,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-166700683100354:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":113.319678,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"B (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:19.675570578Z","message":"Request completed"} +{"level":"debug","transaction_id":"2125","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.700527014Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2125","time":"2026-03-06T19:23:19.700859044Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:19.763423552Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5215,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/join?user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":131.986334,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:23:19.765092082Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5216,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491702130605%3Amatrix.theocloud.dev","duration":140.198241,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<9803 bytes>","time":"2026-03-06T19:23:19.775765019Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5218,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-2379713908979:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-2379713908979%3Amatrix.theocloud.dev","duration":15.661556,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:19.779439417Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:19.780421748Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5220,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491702130605:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491702130605%3Amatrix.theocloud.dev","duration":10.984083,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:19.78709105Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5221,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-107533213667570%3Amatrix.theocloud.dev","duration":11.015862,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-107533213667570","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:19.791721449Z","message":"Request completed"} +{"level":"debug","transaction_id":"2126","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.796765872Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2126","time":"2026-03-06T19:23:19.7970011Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5222,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/QdHctZBDEARlDyXPhZretBUW?user_id=%40whatsapp_491702130605%3Amatrix.theocloud.dev","duration":12.614411,"status_code":200,"response_length":9803,"response_mime":"image/jpeg","time":"2026-03-06T19:23:19.799814205Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5223,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-107533213667570:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-107533213667570%3Amatrix.theocloud.dev","duration":11.397898,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:19.803471562Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5217,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-166700683100354:matrix.theocloud.dev?user_id=%40whatsapp_lid-166700683100354%3Amatrix.theocloud.dev","duration":141.415381,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"B (WA)","membership":"join"},"time":"2026-03-06T19:23:19.817837056Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5224,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491702130605:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491702130605%3Amatrix.theocloud.dev","duration":27.438348,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QdHctZBDEARlDyXPhZretBUW"},"time":"2026-03-06T19:23:19.827516836Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:19.828668185Z","message":""} +{"level":"debug","transaction_id":"2127","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.848168967Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2127","time":"2026-03-06T19:23:19.848520134Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5225,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-107533213667570:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-107533213667570%3Amatrix.theocloud.dev","duration":53.163608,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917676631864 (WA)"},"time":"2026-03-06T19:23:19.856791826Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:19.857666529Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5219,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824999765520425_502?ts=1770643631000&user_id=%40whatsapp_4917641870516%3Amatrix.theocloud.dev","duration":124.606807,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hab ich auch so verstanden","m.mentions":{"user_ids":["@whatsapp_lid-46858126766286:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$jTT5FTEMTrVcLJzmjswgzpY3yBqsyah1dV6fhkP5X4I"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:19.890317481Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:4917641870516@s.whatsapp.net:3A945D9D5171DE5EF9BC","sender_id":{"user_id":"4917641870516","is_from_me":true},"message_ts":"2026-02-09T13:27:11Z","event_id":"$EdRAkQneMdPTfWzOuANEo4W3PCw48RmziEhcUkDT880","part_id":"","time":"2026-03-06T19:23:19.890484125Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2128","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.903985391Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2128","time":"2026-03-06T19:23:19.904107196Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5226,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-169187452428542:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":120.244811,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/udykTnEPHBOgHLTkPsnMTXfX","com.beeper.exclude_from_timeline":true,"displayname":"Nico (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:19.939026832Z","message":"Request completed"} +{"level":"debug","transaction_id":"2129","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.95347942Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2129","time":"2026-03-06T19:23:19.953750966Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5227,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772824999891184363_4?ts=1771314802000&user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":83.076396,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old file attachment. Media will be requested from your phone automatically soon.\n\nHier ist übrigens eine Probeklausur vom 2021 Jahrgang für Datenbanken.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.file","body":"Hier ist übrigens eine Probeklausur vom 2021 Jahrgang für Datenbanken.","info":{"mimetype":"application/pdf","size":744328},"filename":"Klausur_Datenbanken_gelost.pdf"},"extra":{"info":{}},"whatsapp_media":{"key":"t/zfp4Ia5h93iONFcCMRYSAD4fkc/DwhGKaavJTGlW4=","length":744328,"type":"WhatsApp Document Keys","sha256":"I1Bb5zbExOJsceBPRD+lBnnqQX5WG8Q7Jr+gnh/FDKU=","enc_sha256":"UHkmMe0gZSk4QWgehijE3wp6WPC/7in00AZ0bPW7U8Y=","mime_type":"application/pdf"},"type_description":"file attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:19.974460647Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","sender_id":{"user_id":"lid-33994833981513","sender_login":"4915119111000"},"message_ts":"2026-02-17T07:53:22Z","event_id":"$gJh6Rk61cqSP3IoW9-Tl-fvIr__R3DGeg2Mo8WfBfhc","part_id":"","time":"2026-03-06T19:23:19.974586922Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2130","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:19.986877125Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2130","time":"2026-03-06T19:23:19.986986358Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:20.041677205Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491702130605@s.whatsapp.net","alternate_jid":"46858126766286@lid","time":"2026-03-06T19:23:20.041782737Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491729374600@s.whatsapp.net","time":"2026-03-06T19:23:20.042366967Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5228,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-169187452428542:matrix.theocloud.dev?user_id=%40whatsapp_lid-169187452428542%3Amatrix.theocloud.dev","duration":108.376525,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/udykTnEPHBOgHLTkPsnMTXfX","com.beeper.exclude_from_timeline":true,"displayname":"Nico (WA)","membership":"join"},"time":"2026-03-06T19:23:20.048001906Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5230,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491729374600%3Amatrix.theocloud.dev","duration":14.404536,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491729374600","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:20.05705569Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5232,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491729374600:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491729374600%3Amatrix.theocloud.dev","duration":6.909071,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:20.064285686Z","message":"Request completed"} +{"level":"debug","transaction_id":"2131","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.071294351Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2131","time":"2026-03-06T19:23:20.071563313Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5229,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772824999975160885_7?ts=1771314857009&user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":107.894125,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$gJh6Rk61cqSP3IoW9-Tl-fvIr__R3DGeg2Mo8WfBfhc","key":"👍️"}},"time":"2026-03-06T19:23:20.083152301Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","target_part_id":"","reaction_sender_id":{"user_id":"lid-46858126766286","sender_login":"491702130605"},"reaction_ts":"2026-02-17T07:54:17.009Z","event_id":"$TpuR6lQDXhCB9fdF3-6Ewv2pkRNA9JJNIYgDLALRcf0","time":"2026-03-06T19:23:20.083260416Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2132","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.097859323Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2132","time":"2026-03-06T19:23:20.097940899Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5233,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491729374600:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491729374600%3Amatrix.theocloud.dev","duration":36.951765,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Luis (WA)"},"time":"2026-03-06T19:23:20.101431682Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:20.101925816Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5234,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825000083724518_6?ts=1771323045708&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":67.916098,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$gJh6Rk61cqSP3IoW9-Tl-fvIr__R3DGeg2Mo8WfBfhc","key":"❤️"}},"time":"2026-03-06T19:23:20.151769474Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","target_part_id":"","reaction_sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"reaction_ts":"2026-02-17T10:10:45.708Z","event_id":"$vQzCq8BhoK-SxMp2qftSt6HfkMC5LapDer-5gm9kJ2Y","time":"2026-03-06T19:23:20.151917609Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:20.175157534Z","message":""} +{"level":"debug","transaction_id":"2133","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.175599705Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2133","time":"2026-03-06T19:23:20.175706633Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5231,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-161684144570509:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":151.718224,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Pablo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:20.200706441Z","message":"Request completed"} +{"level":"debug","transaction_id":"2134","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.226703945Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2134","time":"2026-03-06T19:23:20.227014743Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:20.250864809Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5235,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825000152546818_20?ts=1771314866000&user_id=%40whatsapp_lid-251745280225436%3Amatrix.theocloud.dev","duration":116.160649,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$gJh6Rk61cqSP3IoW9-Tl-fvIr__R3DGeg2Mo8WfBfhc","key":"💓"}},"time":"2026-03-06T19:23:20.268852669Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","target_part_id":"","reaction_sender_id":{"user_id":"lid-251745280225436","sender_login":"4917655091547"},"reaction_ts":"2026-02-17T07:54:26Z","event_id":"$Q7cIocTk2v0D9ruUGjdnuJtahtdI_E69-S3JuCtlMxg","time":"2026-03-06T19:23:20.269050043Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2135","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.288574711Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2135","time":"2026-03-06T19:23:20.288675493Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5236,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-107533213667570%3Amatrix.theocloud.dev","duration":132.865997,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<49590 bytes>","time":"2026-03-06T19:23:20.320412141Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5239,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-107533213667570:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-107533213667570%3Amatrix.theocloud.dev","duration":8.807451,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:20.329633337Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5240,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/mbSIZjibeLxFkMxJlaysPEuX?user_id=%40whatsapp_lid-107533213667570%3Amatrix.theocloud.dev","duration":15.264572,"status_code":200,"response_length":49590,"response_mime":"image/jpeg","time":"2026-03-06T19:23:20.345053937Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5241,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-107533213667570:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-107533213667570%3Amatrix.theocloud.dev","duration":21.963348,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mbSIZjibeLxFkMxJlaysPEuX"},"time":"2026-03-06T19:23:20.367379208Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:20.36862638Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5237,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-161684144570509:matrix.theocloud.dev?user_id=%40whatsapp_lid-161684144570509%3Amatrix.theocloud.dev","duration":173.865746,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Pablo (WA)","membership":"join"},"time":"2026-03-06T19:23:20.375253917Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:20.375852674Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5242,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-15603716907169%3Amatrix.theocloud.dev","duration":11.078929,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-15603716907169","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:20.380039156Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5243,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491739504364%3Amatrix.theocloud.dev","duration":13.630615,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491739504364","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:20.389674586Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5244,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-15603716907169:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-15603716907169%3Amatrix.theocloud.dev","duration":9.775465,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:20.390101322Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5245,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739504364:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491739504364%3Amatrix.theocloud.dev","duration":4.59862,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:20.394602582Z","message":"Request completed"} +{"level":"debug","transaction_id":"2136","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.40076937Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2136","time":"2026-03-06T19:23:20.401021291Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5238,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825000269710471_4?ts=1771314957689&user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":152.696504,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$gJh6Rk61cqSP3IoW9-Tl-fvIr__R3DGeg2Mo8WfBfhc","key":"❤️"}},"time":"2026-03-06T19:23:20.422558252Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","target_part_id":"","reaction_sender_id":{"user_id":"lid-16114767646828","sender_login":"4915901353554"},"reaction_ts":"2026-02-17T07:55:57.689Z","event_id":"$-HH4ucsACJZicI0VE20xFiXsgdp17xoc6ll2O8zIBlg","time":"2026-03-06T19:23:20.422655123Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5246,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-15603716907169:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-15603716907169%3Amatrix.theocloud.dev","duration":44.524336,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915731849652 (WA)"},"time":"2026-03-06T19:23:20.434768765Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:20.435351529Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5247,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739504364:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491739504364%3Amatrix.theocloud.dev","duration":46.90393,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tuan (WA)"},"time":"2026-03-06T19:23:20.441679931Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:20.44242836Z","message":""} +{"level":"debug","transaction_id":"2137","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.443080826Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2137","time":"2026-03-06T19:23:20.443156744Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2138","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.483545165Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2138","time":"2026-03-06T19:23:20.483892351Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491628947581@s.whatsapp.net","portal_mxid":"!xRkqecNmTFOMvkWiXu:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$ngo1epbhdzRIGaxU5mpk2bwRhjVD01RrzxCcfvrXUiU","event_type":"m.room.member","event_id":"$ngo1epbhdzRIGaxU5mpk2bwRhjVD01RrzxCcfvrXUiU","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:20.48454775Z","message":"Sending implicit read receipt for event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5248,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491729374600%3Amatrix.theocloud.dev","duration":103.853405,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<44693 bytes>","time":"2026-03-06T19:23:20.507999505Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5250,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491729374600:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491729374600%3Amatrix.theocloud.dev","duration":4.938402,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:20.513249544Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5251,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YmIlijJoHktQNkdFYThVRsLW?user_id=%40whatsapp_491729374600%3Amatrix.theocloud.dev","duration":4.028917,"status_code":200,"response_length":44693,"response_mime":"image/jpeg","time":"2026-03-06T19:23:20.517407739Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5249,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825000423082558_1?ts=1771325058000&user_id=%40whatsapp_lid-151054134034515%3Amatrix.theocloud.dev","duration":108.103722,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old file attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.file","body":"","info":{"mimetype":"application/pdf","size":68707},"filename":"IT23B_Gruppeneinteilung.pdf"},"extra":{"info":{}},"whatsapp_media":{"key":"Ac6EGJzm/L7auctrLBkQ99lSeGixo+n/gDf0EiqaH5o=","length":68707,"type":"WhatsApp Document Keys","sha256":"3lK7/fiRMfz+/JNwy9QHh0o58rfGOVd64Sycw/hCNHc=","enc_sha256":"64vi1eddDI1s37tPBkLPe2MBQMQZ4ECgQQ+Hxtezq04=","mime_type":"application/pdf"},"type_description":"file attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:20.53142975Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:151054134034515@lid:3EB0C9A4C15462039D7170","sender_id":{"user_id":"lid-151054134034515","sender_login":"4915238583118"},"message_ts":"2026-02-17T10:44:18Z","event_id":"$tsyhHNlDvPbDmbO3YQIntjt66o96iY0ubPAAC41gm9k","part_id":"","time":"2026-03-06T19:23:20.531578653Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5252,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491729374600:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491729374600%3Amatrix.theocloud.dev","duration":25.004767,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YmIlijJoHktQNkdFYThVRsLW"},"time":"2026-03-06T19:23:20.542634744Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491753774472@s.whatsapp.net","alternate_jid":"127753970032737@lid","time":"2026-03-06T19:23:20.543218136Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5254,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-8310828876018%3Amatrix.theocloud.dev","duration":12.835601,"status_code":200,"response_length":99,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-8310828876018","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:20.556502613Z","message":"Request completed"} +{"level":"debug","transaction_id":"2139","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.55919042Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2139","time":"2026-03-06T19:23:20.559312644Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5255,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-8310828876018:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-8310828876018%3Amatrix.theocloud.dev","duration":7.451605,"status_code":200,"response_length":44,"response_mime":"application/json","time":"2026-03-06T19:23:20.564350432Z","message":"Request completed"} +{"level":"debug","transaction_id":"2140","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:20.601312394Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2140","time":"2026-03-06T19:23:20.601442091Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:20.603459204Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5256,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-8310828876018:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-8310828876018%3Amatrix.theocloud.dev","duration":39.293364,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917658289477 (WA)"},"time":"2026-03-06T19:23:20.603776008Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917658289477@s.whatsapp.net","alternate_jid":"8310828876018@lid","time":"2026-03-06T19:23:20.604154483Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"145066932846614@lid","alternate_jid":"380668433334@s.whatsapp.net","time":"2026-03-06T19:23:20.604233195Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5257,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491749085513%3Amatrix.theocloud.dev","duration":13.264711,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491749085513","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:20.6178856Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5259,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749085513:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491749085513%3Amatrix.theocloud.dev","duration":7.186903,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:20.625419269Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5260,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749085513:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491749085513%3Amatrix.theocloud.dev","duration":39.91964,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"LENA (WA)"},"time":"2026-03-06T19:23:20.665493889Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5253,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825000532352225_5?ts=1771445315015&user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":133.259837,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$tsyhHNlDvPbDmbO3YQIntjt66o96iY0ubPAAC41gm9k","key":"👍🏻"}},"time":"2026-03-06T19:23:20.665739245Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:151054134034515@lid:3EB0C9A4C15462039D7170","target_part_id":"","reaction_sender_id":{"user_id":"lid-16114767646828","sender_login":"4915901353554"},"reaction_ts":"2026-02-18T20:08:35.015Z","event_id":"$KmsFsUu9onWsNU5dC-NKd9nicsR83vVN_Rs6FJg0kfg","time":"2026-03-06T19:23:20.665877462Z","message":"Sent reaction to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"256676053647524@lid","alternate_jid":"491749085513@s.whatsapp.net","time":"2026-03-06T19:23:20.666088805Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:20.667111016Z","message":""} +{"level":"debug","transaction_id":"2141","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.687677939Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2141","time":"2026-03-06T19:23:20.687780048Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2142","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:20.729123002Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2142","time":"2026-03-06T19:23:20.729214565Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5258,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-15603716907169%3Amatrix.theocloud.dev","duration":131.357685,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<52645 bytes>","time":"2026-03-06T19:23:20.747901755Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5261,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825000668909662_12?ts=1771325314266&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":91.753033,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$tsyhHNlDvPbDmbO3YQIntjt66o96iY0ubPAAC41gm9k","key":"❤️"}},"time":"2026-03-06T19:23:20.760783801Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:151054134034515@lid:3EB0C9A4C15462039D7170","target_part_id":"","reaction_sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"reaction_ts":"2026-02-17T10:48:34.266Z","event_id":"$kztmmzjQiYgloNg1gaiJ6i1bwQtsvyKIZDxUHNHmTRg","time":"2026-03-06T19:23:20.760905396Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5262,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-15603716907169:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-15603716907169%3Amatrix.theocloud.dev","duration":13.195708,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:20.761436197Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5263,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/MmlzaqCCiaoDAMLmgdSLUHrK?user_id=%40whatsapp_lid-15603716907169%3Amatrix.theocloud.dev","duration":11.701084,"status_code":200,"response_length":52645,"response_mime":"image/jpeg","time":"2026-03-06T19:23:20.773295054Z","message":"Request completed"} +{"level":"debug","transaction_id":"2143","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.779212505Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2143","time":"2026-03-06T19:23:20.779356939Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5265,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-15603716907169:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-15603716907169%3Amatrix.theocloud.dev","duration":9.819953,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MmlzaqCCiaoDAMLmgdSLUHrK"},"time":"2026-03-06T19:23:20.78343747Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:20.784638965Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5266,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-136589153947794%3Amatrix.theocloud.dev","duration":5.878269,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-136589153947794","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:20.790813784Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5267,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-136589153947794:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-136589153947794%3Amatrix.theocloud.dev","duration":2.664411,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:20.793891451Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5268,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-136589153947794:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-136589153947794%3Amatrix.theocloud.dev","duration":12.591851,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491630461857 (WA)"},"time":"2026-03-06T19:23:20.806680676Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:20.807230754Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5264,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825000761548853_9?ts=1771496933000&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":65.039856,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":1662,"mimetype":"image/jpeg","size":180838,"w":2048},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/UfTrwUtpLdVUddRwJFobqMMf"},"time":"2026-03-06T19:23:20.826926116Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:102147257532455@lid:3A58C28F74F9DEAA3D17","sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"message_ts":"2026-02-19T10:28:53Z","event_id":"$G1GVjGg6CUSik36WFKyNNFgIYj0qijQI61dBXoVxjno","part_id":"","time":"2026-03-06T19:23:20.8271237Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:20.831441135Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5270,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915157953288:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915157953288%3Amatrix.theocloud.dev","duration":6.089891,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:20.837866199Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:20.838807113Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:20.841067556Z","message":""} +{"level":"debug","transaction_id":"2144","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.841363827Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2144","time":"2026-03-06T19:23:20.841498832Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5269,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825000828288318_13?ts=1771497332000&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":47.960922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ist auch in den folien b_modellierung","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:20.876453529Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:198041059483854@lid:ACAE7F2ED5B4CF057A36C9F99316A177","sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"message_ts":"2026-02-19T10:35:32Z","event_id":"$TTQBK6PEuYDOdpLwD5o8kWYZrk6Xc93OQL0zgzmPTrU","part_id":"","time":"2026-03-06T19:23:20.876613817Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2145","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.888550618Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2145","time":"2026-03-06T19:23:20.888641692Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5272,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825000877420913_10?ts=1771497346820&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":44.766689,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$TTQBK6PEuYDOdpLwD5o8kWYZrk6Xc93OQL0zgzmPTrU","key":"😡"}},"time":"2026-03-06T19:23:20.922318277Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:198041059483854@lid:ACAE7F2ED5B4CF057A36C9F99316A177","target_part_id":"","reaction_sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"reaction_ts":"2026-02-19T10:35:46.82Z","event_id":"$GgOIxOxjyma-r5fYtj2mN1NI90MP8rEoq3rJ_4uNzy4","time":"2026-03-06T19:23:20.922477447Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2146","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.935700742Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2146","time":"2026-03-06T19:23:20.93581221Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5271,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491739504364%3Amatrix.theocloud.dev","duration":101.847815,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<78057 bytes>","time":"2026-03-06T19:23:20.958513651Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:20.961115832Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5274,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739504364:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491739504364%3Amatrix.theocloud.dev","duration":7.367864,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:20.966165493Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5273,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825000923123697_14?ts=1771497352000&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":50.934873,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Er hat alle Folien für alle VL schon online :)","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:20.974194902Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:198041059483854@lid:AC266419D232291E512BE0DE22DC89E9","sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"message_ts":"2026-02-19T10:35:52Z","event_id":"$3nkGBlAyXc9Um-Xh0trQ8_8R3X-hx9Klq1xXwIfIyZw","part_id":"","time":"2026-03-06T19:23:20.97430672Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5275,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-136589153947794:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-136589153947794%3Amatrix.theocloud.dev","duration":13.325195,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:20.974751545Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:20.97764399Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5276,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/tIuuXqXqCSLOirGxEpNsDMzT?user_id=%40whatsapp_491739504364%3Amatrix.theocloud.dev","duration":14.509089,"status_code":200,"response_length":78057,"response_mime":"image/jpeg","time":"2026-03-06T19:23:20.980797296Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5278,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-175909109764250%3Amatrix.theocloud.dev","duration":11.528644,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-175909109764250","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:20.989455285Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5279,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739504364:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491739504364%3Amatrix.theocloud.dev","duration":12.892172,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tIuuXqXqCSLOirGxEpNsDMzT"},"time":"2026-03-06T19:23:20.994018425Z","message":"Request completed"} +{"level":"debug","transaction_id":"2147","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:20.996231585Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2147","time":"2026-03-06T19:23:20.996308342Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5280,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-175909109764250:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-175909109764250%3Amatrix.theocloud.dev","duration":8.358505,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:20.99812368Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:21.003093163Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915157953288@s.whatsapp.net","alternate_jid":"165566878843022@lid","time":"2026-03-06T19:23:21.003178091Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4916095188802@s.whatsapp.net","time":"2026-03-06T19:23:21.003601754Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5283,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4916095188802%3Amatrix.theocloud.dev","duration":9.819954,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4916095188802","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:21.013667133Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5282,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-175909109764250:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-175909109764250%3Amatrix.theocloud.dev","duration":20.927798,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+380952823600 (WA)"},"time":"2026-03-06T19:23:21.019180058Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5284,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916095188802:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4916095188802%3Amatrix.theocloud.dev","duration":5.658266,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:21.019714351Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:21.019799628Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5285,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916095188802:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4916095188802%3Amatrix.theocloud.dev","duration":29.24356,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4916095188802 (WA)"},"time":"2026-03-06T19:23:21.049105278Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:21.050018604Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5277,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825000974935160_11?ts=1771497359827&user_id=%40whatsapp_lid-102147257532455%3Amatrix.theocloud.dev","duration":89.540851,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$3nkGBlAyXc9Um-Xh0trQ8_8R3X-hx9Klq1xXwIfIyZw","key":"😡"}},"time":"2026-03-06T19:23:21.064656832Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:198041059483854@lid:AC266419D232291E512BE0DE22DC89E9","target_part_id":"","reaction_sender_id":{"user_id":"lid-102147257532455","sender_login":"491637362958"},"reaction_ts":"2026-02-19T10:35:59.827Z","event_id":"$Ldeg_cjkjRYVjlDGzxE2yUxG1PL5V2l8rKY0yCJoy0s","time":"2026-03-06T19:23:21.064760757Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2148","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.101125708Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2148","time":"2026-03-06T19:23:21.101229633Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5281,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-165339312693343:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":147.128682,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ShjhDtVYxzklMObAryvcXfnI","com.beeper.exclude_from_timeline":true,"displayname":"Mahmoud (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:21.141987729Z","message":"Request completed"} +{"level":"debug","transaction_id":"2149","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.157431936Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2149","time":"2026-03-06T19:23:21.157705368Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:21.183871681Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5286,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825001065218852_8?ts=1771581664000&user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":122.680838,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hi, hat jemand die Mail von Kirchner? Bzw. den Ort, an den wir unseren exercism Account hinschicken sollen?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:21.188030295Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:46858126766286@lid:ACB40ADC6D36BABE67341D4BE83FEDE4","sender_id":{"user_id":"lid-46858126766286","sender_login":"491702130605"},"message_ts":"2026-02-20T10:01:04Z","event_id":"$N4Pv0hHx6SpQbx6qh6A0w6OBQqCMzARN_uJP23E_h2I","part_id":"","time":"2026-03-06T19:23:21.188151821Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5288,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-175909109764250:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-175909109764250%3Amatrix.theocloud.dev","duration":12.850407,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:21.19711516Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:21.19823033Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:21.201177881Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5290,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-183245031354381%3Amatrix.theocloud.dev","duration":11.53458,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-183245031354381","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:21.210117264Z","message":"Request completed"} +{"level":"debug","transaction_id":"2150","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.213891677Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2150","time":"2026-03-06T19:23:21.214021443Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5291,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183245031354381:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-183245031354381%3Amatrix.theocloud.dev","duration":20.486954,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:21.231052186Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5293,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183245031354381:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-183245031354381%3Amatrix.theocloud.dev","duration":38.297555,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915735591152 (WA)"},"time":"2026-03-06T19:23:21.269511216Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:21.270087065Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5287,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-165339312693343:matrix.theocloud.dev?user_id=%40whatsapp_lid-165339312693343%3Amatrix.theocloud.dev","duration":163.262372,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ShjhDtVYxzklMObAryvcXfnI","com.beeper.exclude_from_timeline":true,"displayname":"Mahmoud (WA)","membership":"join"},"time":"2026-03-06T19:23:21.305977158Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5289,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825001189417780_4?ts=1771581692000&user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":142.116387,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Steht glaube in seinen Folien","m.mentions":{"user_ids":["@whatsapp_lid-46858126766286:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$N4Pv0hHx6SpQbx6qh6A0w6OBQqCMzARN_uJP23E_h2I"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:21.331669871Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:143632363450509@lid:3AFB50B449B894189763","sender_id":{"user_id":"lid-143632363450509","sender_login":"4915253705809"},"message_ts":"2026-02-20T10:01:32Z","event_id":"$f2qF_75yqZMsfWcozAsxghIM3PgD_VL_WeDHJEjHHec","part_id":"","time":"2026-03-06T19:23:21.331762202Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2151","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.334177485Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2151","time":"2026-03-06T19:23:21.334254871Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5292,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4916095188802%3Amatrix.theocloud.dev","duration":123.324713,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<51288 bytes>","time":"2026-03-06T19:23:21.336241532Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5296,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916095188802:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4916095188802%3Amatrix.theocloud.dev","duration":8.371776,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:21.344882619Z","message":"Request completed"} +{"level":"debug","transaction_id":"2152","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.349293364Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2152","time":"2026-03-06T19:23:21.349554504Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5297,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/uWDwHVlvFjQnrnAFeKfthAcd?user_id=%40whatsapp_4916095188802%3Amatrix.theocloud.dev","duration":8.486177,"status_code":200,"response_length":51288,"response_mime":"image/jpeg","time":"2026-03-06T19:23:21.35347775Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5298,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916095188802:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4916095188802%3Amatrix.theocloud.dev","duration":6.024798,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uWDwHVlvFjQnrnAFeKfthAcd"},"time":"2026-03-06T19:23:21.359795257Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491735440250@s.whatsapp.net","alternate_jid":"25529302425761@lid","time":"2026-03-06T19:23:21.360448072Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917634233125@s.whatsapp.net","time":"2026-03-06T19:23:21.36075901Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5299,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917634233125%3Amatrix.theocloud.dev","duration":6.216864,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917634233125","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:21.367177369Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5300,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634233125:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634233125%3Amatrix.theocloud.dev","duration":4.532549,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:21.377668506Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5295,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825001332303619_9?ts=1771581730000&user_id=%40whatsapp_lid-46858126766286%3Amatrix.theocloud.dev","duration":70.288218,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bruh, erste Seite lol. Thx","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:21.402747166Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:46858126766286@lid:ACE69E7A1329D96C45A289AD36CBF4BF","sender_id":{"user_id":"lid-46858126766286","sender_login":"491702130605"},"message_ts":"2026-02-20T10:02:10Z","event_id":"$bWccCW-0-4xQOa9OG-FkbS4KEN_AOCyDHpvymXpU3rU","part_id":"","time":"2026-03-06T19:23:21.402899492Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5301,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634233125:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634233125%3Amatrix.theocloud.dev","duration":34.601365,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917634233125 (WA)"},"time":"2026-03-06T19:23:21.412461938Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:21.413042466Z","message":""} +{"level":"debug","transaction_id":"2153","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.41770143Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2153","time":"2026-03-06T19:23:21.417824911Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5294,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251037097177288:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":138.960777,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Lucas (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:21.445688529Z","message":"Request completed"} +{"level":"debug","transaction_id":"2154","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.461428588Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2154","time":"2026-03-06T19:23:21.461682883Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5302,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825001404519761_5?ts=1771581752963&user_id=%40whatsapp_lid-143632363450509%3Amatrix.theocloud.dev","duration":81.326779,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$bWccCW-0-4xQOa9OG-FkbS4KEN_AOCyDHpvymXpU3rU","key":"👍🏼"}},"time":"2026-03-06T19:23:21.485985875Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:46858126766286@lid:ACE69E7A1329D96C45A289AD36CBF4BF","target_part_id":"","reaction_sender_id":{"user_id":"lid-143632363450509","sender_login":"4915253705809"},"reaction_ts":"2026-02-20T10:02:32.963Z","event_id":"$HYFV6oHOHHLQvmagyIZ-D3uRfkOF4tbMY7gRiMPB6Ts","time":"2026-03-06T19:23:21.486125769Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2155","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.503044345Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2155","time":"2026-03-06T19:23:21.503126969Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5303,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251037097177288:matrix.theocloud.dev?user_id=%40whatsapp_lid-251037097177288%3Amatrix.theocloud.dev","duration":91.287465,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Lucas (WA)","membership":"join"},"time":"2026-03-06T19:23:21.537574122Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5304,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825001486738146_15?ts=1771692705000&user_id=%40whatsapp_lid-198041059483854%3Amatrix.theocloud.dev","duration":82.865332,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Was macht ihr am Montag? (Damit nicht der ganze Kurs zuhause bleibt)\n\n1. Ich fahre in die HWR\n\n2. Ich bleibe zuhause und mach online\n\n3. Weiß noch nicht/ bin flexibel\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Ich fahre in die HWR","Ich bleibe zuhause und mach online","Weiß noch nicht/ bin flexibel"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eWas macht ihr am Montag? (Damit nicht der ganze Kurs zuhause bleibt)\u003c/p\u003e\u003col\u003e\u003cli\u003eIch fahre in die HWR\u003c/li\u003e\u003cli\u003eIch bleibe zuhause und mach online\u003c/li\u003e\u003cli\u003eWeiß noch nicht/ bin flexibel\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eWas macht ihr am Montag? (Damit nicht der ganze Kurs zuhause bleibt)\u003c/p\u003e\u003col\u003e\u003cli\u003eIch fahre in die HWR\u003c/li\u003e\u003cli\u003eIch bleibe zuhause und mach online\u003c/li\u003e\u003cli\u003eWeiß noch nicht/ bin flexibel\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Was macht ihr am Montag? (Damit nicht der ganze Kurs zuhause bleibt)\n\n1. Ich fahre in die HWR\n\n2. Ich bleibe zuhause und mach online\n\n3. Weiß noch nicht/ bin flexibel\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"db746dddcd5e379ed3dc29e052049ceed866d4ea27a488303cff7ab22c58cdf0","org.matrix.msc1767.text":"Ich fahre in die HWR"},{"id":"8bf8f93fa830b151c6e28ed344004fcf00c11af68c6a14ef47a35fb6a1ba3b05","org.matrix.msc1767.text":"Ich bleibe zuhause und mach online"},{"id":"c471c78051bb303df0b36967cf8e87b3a918ac0e5ef8059967c85062ab051083","org.matrix.msc1767.text":"Weiß noch nicht/ bin flexibel"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":3,"question":{"org.matrix.msc1767.text":"Was macht ihr am Montag? (Damit nicht der ganze Kurs zuhause bleibt)"}}},"time":"2026-03-06T19:23:21.570110882Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:198041059483854@lid:AC4BBBF67D0DC4BC9245582A44ADBF4D","sender_id":{"user_id":"lid-198041059483854","sender_login":"491605556877"},"message_ts":"2026-02-21T16:51:45Z","event_id":"$XGBZDpVObbqdyxlyTQMhUw_M12PegBuTHNYwK_CDkpg","part_id":"","time":"2026-03-06T19:23:21.570424194Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:21.570889343Z","message":""} +{"level":"debug","transaction_id":"2156","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.571924754Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2156","time":"2026-03-06T19:23:21.572190434Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2157","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.590071645Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2157","time":"2026-03-06T19:23:21.590188142Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5306,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825001571532730_7?ts=1772103568000&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":53.173456,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.notice","body":"Sent an album:","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:21.624852435Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:116685805768767@lid:3AC21DA0235FAB11EDA9","sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"message_ts":"2026-02-26T10:59:28Z","event_id":"$20P5G4ZdtA7CLOSxlf0Sv7cCUXNqIkKJpHrUTvwbPwM","part_id":"","time":"2026-03-06T19:23:21.625033745Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:21.642871375Z","message":""} +{"level":"debug","transaction_id":"2158","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.644989619Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2158","time":"2026-03-06T19:23:21.6451263Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5305,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-25696839700643:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":125.709964,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JhBKMZmGhSHRJjkUryvmpKGs","com.beeper.exclude_from_timeline":true,"displayname":"Vivian (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:21.664096142Z","message":"Request completed"} +{"level":"debug","transaction_id":"2159","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.682581069Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2159","time":"2026-03-06T19:23:21.682920781Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5307,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825001625974659_6?ts=1772103611854&user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":100.634447,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$20P5G4ZdtA7CLOSxlf0Sv7cCUXNqIkKJpHrUTvwbPwM","key":"❤️"}},"time":"2026-03-06T19:23:21.726737686Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363173737697025@g.us:116685805768767@lid:3AC21DA0235FAB11EDA9","target_part_id":"","reaction_sender_id":{"user_id":"lid-16114767646828","sender_login":"4915901353554"},"reaction_ts":"2026-02-26T11:00:11.854Z","event_id":"$9zUb6eOW17AclbCSU392uscy6tjzehQiNx6qx28Hk5k","time":"2026-03-06T19:23:21.726872551Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2160","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.741694394Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2160","time":"2026-03-06T19:23:21.741795107Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5308,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-25696839700643:matrix.theocloud.dev?user_id=%40whatsapp_lid-25696839700643%3Amatrix.theocloud.dev","duration":119.951893,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JhBKMZmGhSHRJjkUryvmpKGs","com.beeper.exclude_from_timeline":true,"displayname":"Vivian (WA)","membership":"join"},"time":"2026-03-06T19:23:21.784692469Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:21.785791715Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5309,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917634233125%3Amatrix.theocloud.dev","duration":121.934853,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<32192 bytes>","time":"2026-03-06T19:23:21.788412824Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5312,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491713305222%3Amatrix.theocloud.dev","duration":11.835111,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491713305222","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:21.797925542Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5313,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634233125:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917634233125%3Amatrix.theocloud.dev","duration":9.692422,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:21.798480089Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5314,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491713305222:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491713305222%3Amatrix.theocloud.dev","duration":7.451745,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:21.805757856Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5315,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/dRYScivSlkiiTRapzvByHDXd?user_id=%40whatsapp_4917634233125%3Amatrix.theocloud.dev","duration":8.395591,"status_code":200,"response_length":32192,"response_mime":"image/jpeg","time":"2026-03-06T19:23:21.806992806Z","message":"Request completed"} +{"level":"debug","transaction_id":"2161","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.8110542Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2161","time":"2026-03-06T19:23:21.811398033Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5317,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634233125:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917634233125%3Amatrix.theocloud.dev","duration":15.065662,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dRYScivSlkiiTRapzvByHDXd"},"time":"2026-03-06T19:23:21.822266598Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5318,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917661014451%3Amatrix.theocloud.dev","duration":5.831336,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917661014451","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:21.829277359Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5310,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825001727466629_8?ts=1772103569000&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":109.049595,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":1600,"mimetype":"image/jpeg","size":126019,"w":1200},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/AoumAuSErCWtTJjveGKLEOBS"},"time":"2026-03-06T19:23:21.836711363Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:116685805768767@lid:3A225065FC2E18AD8FF3","sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"message_ts":"2026-02-26T10:59:29Z","event_id":"$rdKuVIY3HhfFN_L8GFwyu5t-Y6vIgj7IQZYSjxL23Qk","part_id":"","time":"2026-03-06T19:23:21.836831701Z","message":"Sent message part to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5319,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917661014451:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917661014451%3Amatrix.theocloud.dev","duration":10.090663,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:21.839667923Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5316,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491713305222:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491713305222%3Amatrix.theocloud.dev","duration":40.382834,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Louis (WA)"},"time":"2026-03-06T19:23:21.846360134Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:21.847035298Z","message":""} +{"level":"debug","transaction_id":"2162","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.850581396Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2162","time":"2026-03-06T19:23:21.850692865Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5321,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917661014451:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917661014451%3Amatrix.theocloud.dev","duration":18.056585,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917661014451 (WA)"},"time":"2026-03-06T19:23:21.857874739Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:21.858539008Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5320,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825001837578524_9?ts=1772103570000&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":42.75195,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":1600,"mimetype":"image/jpeg","size":108328,"w":1200},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/iZvyZmOPKeOKAfyngxpuBhTy"},"time":"2026-03-06T19:23:21.880661946Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:116685805768767@lid:3A5606A3B2067249CAF8","sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"message_ts":"2026-02-26T10:59:30Z","event_id":"$mcGLX8raxisl0YYfIfaBsbHfyz0wnxJRd8SUVGObPi8","part_id":"","time":"2026-03-06T19:23:21.880827751Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5311,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-183245031354381%3Amatrix.theocloud.dev","duration":133.443731,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<67585 bytes>","time":"2026-03-06T19:23:21.892877766Z","message":"Request completed"} +{"level":"debug","transaction_id":"2163","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.894362053Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2163","time":"2026-03-06T19:23:21.894468213Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5323,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183245031354381:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-183245031354381%3Amatrix.theocloud.dev","duration":4.39077,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:21.897550978Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5324,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/EkecugxrVYVarUjWxAcbYQMV?user_id=%40whatsapp_lid-183245031354381%3Amatrix.theocloud.dev","duration":2.973183,"status_code":200,"response_length":67585,"response_mime":"image/jpeg","time":"2026-03-06T19:23:21.900638004Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5325,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-183245031354381:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-183245031354381%3Amatrix.theocloud.dev","duration":5.741588,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EkecugxrVYVarUjWxAcbYQMV"},"time":"2026-03-06T19:23:21.906625855Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:21.907834265Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5326,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-139238746132555%3Amatrix.theocloud.dev","duration":4.479888,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-139238746132555","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:21.912572291Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5327,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-139238746132555:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-139238746132555%3Amatrix.theocloud.dev","duration":4.523121,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:21.917498471Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5322,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825001881744919_10?ts=1772103572000&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":54.903517,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":4032,"mimetype":"image/jpeg","size":1005104,"w":3024},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ZfVGbriliTYowYHPAUHNvnLN"},"time":"2026-03-06T19:23:21.936965449Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:116685805768767@lid:3A00779B2BE21547F836","sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"message_ts":"2026-02-26T10:59:32Z","event_id":"$RnkkXUft8t56KeDABf9XuHWwqpYnQ8_qTjgziGf4ep8","part_id":"","time":"2026-03-06T19:23:21.937165896Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2164","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.950215843Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2164","time":"2026-03-06T19:23:21.950324028Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5328,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-139238746132555:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-139238746132555%3Amatrix.theocloud.dev","duration":36.000794,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491757493106 (WA)"},"time":"2026-03-06T19:23:21.953711794Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:21.95442188Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5329,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825001938083483_11?ts=1772103573000&user_id=%40whatsapp_lid-116685805768767%3Amatrix.theocloud.dev","duration":37.031943,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":4032,"mimetype":"image/jpeg","size":945179,"w":3024},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/OTfzwvpjIXtIRyvqNTemwKQg"},"time":"2026-03-06T19:23:21.975324465Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:116685805768767@lid:3A8443072C25D9101893","sender_id":{"user_id":"lid-116685805768767","sender_login":"491703010843"},"message_ts":"2026-02-26T10:59:33Z","event_id":"$F9nh9mJnYF1gis4tS3PHPBN4i7w7Z331UbenHw9yqEg","part_id":"","time":"2026-03-06T19:23:21.975451508Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2165","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:21.985826917Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2165","time":"2026-03-06T19:23:21.985950607Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.008084929Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","req_id":5330,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825001976076666_7?ts=1772104841000&user_id=%40whatsapp_lid-16114767646828%3Amatrix.theocloud.dev","duration":36.56442,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":641077,"w":1537},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/RITtWNijBSpJEABvWlRkHeac"},"time":"2026-03-06T19:23:22.01282065Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","message_id":"120363173737697025@g.us:16114767646828@lid:AC4013D664BE2C0E7DAFA4041E230DCE","sender_id":{"user_id":"lid-16114767646828","sender_login":"4915901353554"},"message_ts":"2026-02-26T11:20:41Z","event_id":"$r1CEpHXDupmsWx7zzsWMdEPS0g6HKiCmR07Mhs5OWNM","part_id":"","time":"2026-03-06T19:23:22.012926531Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:23:22.013816041Z","message":"Backfill finished"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","time":"2026-03-06T19:23:22.013863674Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","started_at":"2026-03-06T19:22:00.732042164Z","duration":"1m21.281962311s","time":"2026-03-06T19:23:22.014019212Z","message":"Event that took long finished handling"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.015823097Z","message":"2a4df3ae23b1b00d8596c5579b5ca442341ad621b088679971092408f6c25c7a8889fd5db055f9f09b3d0c832850b956d4934fd9"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363173737697025@g.us:151054134034515@lid:3EB0C9A4C15462039D7170","time":"2026-03-06T19:23:22.016012718Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.016567615Z","message":"6b182e4144ec722b6a0a8e783e9153936cb9b9f29bb91825fc8a80c6eea110f8828d00793cb3358109d37be90639c1705127495e"} +{"level":"debug","portal_id":"120363173737697025@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363173737697025@g.us","latest_message_ts":"2026-02-26T11:20:41Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","time":"2026-03-06T19:23:22.016694727Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5331,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491713305222:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491713305222%3Amatrix.theocloud.dev","duration":10.014116,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:22.018439875Z","message":"Request completed"} +{"level":"debug","transaction_id":"2166","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:22.026094371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2166","time":"2026-03-06T19:23:22.026200252Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.035104225Z","message":""} +{"level":"debug","transaction_id":"2167","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:22.052643558Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2167","time":"2026-03-06T19:23:22.052770741Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.05984841Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.061360075Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5332,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.60635,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:22.08983586Z","message":"Request completed"} +{"level":"debug","transaction_id":"2168","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:22.102640031Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2168","time":"2026-03-06T19:23:22.102949153Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.120638577Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5333,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":62.062482,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:23:22.152430051Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5335,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":9.236422,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:23:22.162178486Z","message":"Request completed"} +{"level":"debug","transaction_id":"2169","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:22.165727099Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2169","time":"2026-03-06T19:23:22.165951572Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5334,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917661014451%3Amatrix.theocloud.dev","duration":91.446705,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<79168 bytes>","time":"2026-03-06T19:23:22.187391243Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5337,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917661014451:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917661014451%3Amatrix.theocloud.dev","duration":3.994345,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:22.191680183Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5338,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/SJARljxaGGGnEHPbZoEHHsrS?user_id=%40whatsapp_4917661014451%3Amatrix.theocloud.dev","duration":2.925969,"status_code":200,"response_length":79168,"response_mime":"image/jpeg","time":"2026-03-06T19:23:22.194738923Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5339,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917661014451:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917661014451%3Amatrix.theocloud.dev","duration":6.291875,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SJARljxaGGGnEHPbZoEHHsrS"},"time":"2026-03-06T19:23:22.201370999Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5340,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-271678173093962%3Amatrix.theocloud.dev","duration":12.175592,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-271678173093962","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:22.214347052Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5341,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-271678173093962:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-271678173093962%3Amatrix.theocloud.dev","duration":4.2045,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:22.218874154Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5336,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.963035,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","com.beeper.exclude_from_timeline":true,"displayname":"theo","membership":"invite"},"time":"2026-03-06T19:23:22.234665617Z","message":"Request completed"} +{"level":"debug","transaction_id":"2170","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:22.256782967Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2170","time":"2026-03-06T19:23:22.257108152Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5342,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-271678173093962:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-271678173093962%3Amatrix.theocloud.dev","duration":42.442829,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917661014451 (WA)"},"time":"2026-03-06T19:23:22.261456738Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.262058847Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5343,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-61169360498824:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.349262,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ozOWBtbeKJycQWGYvxqLbBEQ","com.beeper.exclude_from_timeline":true,"displayname":"Carlo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:22.307646042Z","message":"Request completed"} +{"level":"debug","transaction_id":"2171","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:22.321451891Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2171","time":"2026-03-06T19:23:22.3217043Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5344,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-139238746132555%3Amatrix.theocloud.dev","duration":87.563548,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<49599 bytes>","time":"2026-03-06T19:23:22.339683221Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5346,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-139238746132555:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-139238746132555%3Amatrix.theocloud.dev","duration":3.078155,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:22.343162271Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5347,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/TBFQFuBqdTqYcKeKTxpfZNFv?user_id=%40whatsapp_lid-139238746132555%3Amatrix.theocloud.dev","duration":4.210158,"status_code":200,"response_length":49599,"response_mime":"image/jpeg","time":"2026-03-06T19:23:22.347483128Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5348,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-139238746132555:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-139238746132555%3Amatrix.theocloud.dev","duration":5.244731,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TBFQFuBqdTqYcKeKTxpfZNFv"},"time":"2026-03-06T19:23:22.35306366Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:22.354493051Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5349,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-212326053634078%3Amatrix.theocloud.dev","duration":7.930442,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-212326053634078","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:22.362707193Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5350,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-212326053634078:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-212326053634078%3Amatrix.theocloud.dev","duration":5.815551,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:22.369004865Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5345,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-61169360498824:matrix.theocloud.dev?user_id=%40whatsapp_lid-61169360498824%3Amatrix.theocloud.dev","duration":74.601463,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ozOWBtbeKJycQWGYvxqLbBEQ","com.beeper.exclude_from_timeline":true,"displayname":"Carlo (WA)","membership":"join"},"time":"2026-03-06T19:23:22.382797653Z","message":"Request completed"} +{"level":"debug","transaction_id":"2172","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:22.395408012Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2172","time":"2026-03-06T19:23:22.395751775Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5351,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-212326053634078:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-212326053634078%3Amatrix.theocloud.dev","duration":32.039553,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+5491140809052 (WA)"},"time":"2026-03-06T19:23:22.401222515Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.402028215Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.411628166Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5352,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-190219840168190:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":51.070856,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WrSjcFeZmOzQQVcltXsSxeuB","com.beeper.exclude_from_timeline":true,"displayname":"Tobi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:22.437805723Z","message":"Request completed"} +{"level":"debug","transaction_id":"2173","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:22.451141883Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2173","time":"2026-03-06T19:23:22.451477754Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5354,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-190219840168190:matrix.theocloud.dev?user_id=%40whatsapp_lid-190219840168190%3Amatrix.theocloud.dev","duration":53.232542,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WrSjcFeZmOzQQVcltXsSxeuB","com.beeper.exclude_from_timeline":true,"displayname":"Tobi (WA)","membership":"join"},"time":"2026-03-06T19:23:22.491942093Z","message":"Request completed"} +{"level":"debug","transaction_id":"2174","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:22.505889512Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2174","time":"2026-03-06T19:23:22.506215745Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5353,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-271678173093962%3Amatrix.theocloud.dev","duration":104.76247,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<79168 bytes>","time":"2026-03-06T19:23:22.528820105Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5356,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-271678173093962:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-271678173093962%3Amatrix.theocloud.dev","duration":2.733205,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:22.531914184Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5357,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/XoOHOARRkXimbSJjfRfzTqiV?user_id=%40whatsapp_lid-271678173093962%3Amatrix.theocloud.dev","duration":8.456704,"status_code":200,"response_length":79168,"response_mime":"image/jpeg","time":"2026-03-06T19:23:22.540505963Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5358,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-271678173093962:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-271678173093962%3Amatrix.theocloud.dev","duration":12.814438,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XoOHOARRkXimbSJjfRfzTqiV"},"time":"2026-03-06T19:23:22.553540544Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917661014451@s.whatsapp.net","alternate_jid":"271678173093962@lid","time":"2026-03-06T19:23:22.553983134Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5355,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-201283793350851:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":69.075827,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917632063161 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:22.562118284Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5359,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":10.311014,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-184331557449759","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:22.564882429Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5361,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-184331557449759:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":6.876174,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:22.572055154Z","message":"Request completed"} +{"level":"debug","transaction_id":"2175","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:22.57990444Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2175","time":"2026-03-06T19:23:22.580134361Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5362,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-184331557449759:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":16.200039,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Hoa (WA)"},"time":"2026-03-06T19:23:22.588409894Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.589053001Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5360,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-201283793350851:matrix.theocloud.dev?user_id=%40whatsapp_lid-201283793350851%3Amatrix.theocloud.dev","duration":54.371738,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917632063161 (WA)","membership":"join"},"time":"2026-03-06T19:23:22.617090595Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:22.618083193Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5363,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915112997658%3Amatrix.theocloud.dev","duration":5.65212,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915112997658","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:22.624025019Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5364,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915112997658:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915112997658%3Amatrix.theocloud.dev","duration":4.526054,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:22.628874233Z","message":"Request completed"} +{"level":"debug","transaction_id":"2176","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:22.63039379Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2176","time":"2026-03-06T19:23:22.630697184Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5365,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915112997658:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915112997658%3Amatrix.theocloud.dev","duration":7.310663,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915112997658 (WA)"},"time":"2026-03-06T19:23:22.636359292Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.637067562Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.739410768Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.791929383Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5366,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":104.322046,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<46791 bytes>","time":"2026-03-06T19:23:22.851831087Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5368,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-184331557449759:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":3.241027,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:22.855427821Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5369,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/DJOlHfRCrNROlpLYFjTERgcc?user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":2.197166,"status_code":200,"response_length":46791,"response_mime":"image/jpeg","time":"2026-03-06T19:23:22.857738341Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5370,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-184331557449759:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":5.714908,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DJOlHfRCrNROlpLYFjTERgcc"},"time":"2026-03-06T19:23:22.86366096Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5371,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915209459043%3Amatrix.theocloud.dev","duration":4.003145,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915209459043","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:22.86872438Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5372,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915209459043:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915209459043%3Amatrix.theocloud.dev","duration":2.215325,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:22.871238909Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5373,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915209459043:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915209459043%3Amatrix.theocloud.dev","duration":15.542894,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Hoa (WA)"},"time":"2026-03-06T19:23:22.886983857Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.887746603Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.890134299Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5374,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-212326053634078:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-212326053634078%3Amatrix.theocloud.dev","duration":2.475068,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:22.893005023Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:22.894006281Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5375,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-254481426071661%3Amatrix.theocloud.dev","duration":3.555038,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-254481426071661","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:22.89781771Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5376,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-254481426071661:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-254481426071661%3Amatrix.theocloud.dev","duration":2.345511,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:22.900485123Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5377,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-254481426071661:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-254481426071661%3Amatrix.theocloud.dev","duration":11.022147,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491704035395 (WA)"},"time":"2026-03-06T19:23:22.911691864Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.912599952Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5367,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915112997658%3Amatrix.theocloud.dev","duration":126.24293,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<95846 bytes>","time":"2026-03-06T19:23:22.929087183Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.930640893Z","message":"81a4b9fb4249884d39a11197"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.931405525Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","portal_mxid":"!VxYjJEVsvmCCpBhUME:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3EB0F3F79E140ED6582ECA","sender_id":"33994833981513@lid","chat_id":"120363173737697025@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-33994833981513","sender_login":"4915119111000"},"remote_target_message_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","time":"2026-03-06T19:23:22.93150086Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5378,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915112997658:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915112997658%3Amatrix.theocloud.dev","duration":2.267148,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:22.931762279Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5379,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/wTuSWKhNSPuoxuEbgufJrkUr?user_id=%40whatsapp_4915112997658%3Amatrix.theocloud.dev","duration":2.344673,"status_code":200,"response_length":95846,"response_mime":"image/jpeg","time":"2026-03-06T19:23:22.9343067Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5380,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915112997658:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915112997658%3Amatrix.theocloud.dev","duration":4.066842,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wTuSWKhNSPuoxuEbgufJrkUr"},"time":"2026-03-06T19:23:22.938659057Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:22.939522516Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5381,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917674993720%3Amatrix.theocloud.dev","duration":5.048963,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917674993720","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:22.944843445Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5382,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917674993720:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917674993720%3Amatrix.theocloud.dev","duration":2.143038,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:22.94738158Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5383,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917674993720:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917674993720%3Amatrix.theocloud.dev","duration":6.081789,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917674993720 (WA)"},"time":"2026-03-06T19:23:22.953679532Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.957264113Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:22.962846251Z","message":"23f6c45572db9a5a3e61b698"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:22.963572959Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","portal_mxid":"!VxYjJEVsvmCCpBhUME:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3EB0F3F79E140ED6582ECA","sender_id":"33994833981513@lid","chat_id":"120363173737697025@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-33994833981513","sender_login":"4915119111000"},"remote_target_message_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","req_id":5384,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=Klausur_Datenbanken_gelost.pdf&user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":11.151286,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<744328 bytes>","time":"2026-03-06T19:23:22.975391518Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","portal_mxid":"!VxYjJEVsvmCCpBhUME:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3EB0F3F79E140ED6582ECA","sender_id":"33994833981513@lid","chat_id":"120363173737697025@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-33994833981513","sender_login":"4915119111000"},"remote_target_message_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","req_id":5385,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825002975858692_5?ts=1772825002000&user_id=%40whatsapp_lid-33994833981513%3Amatrix.theocloud.dev","duration":49.021755,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hier ist übrigens eine Probeklausur vom 2021 Jahrgang für Datenbanken.","filename":"Klausur_Datenbanken_gelost.pdf","info":{"mimetype":"application/pdf","size":744328},"m.mentions":{},"m.new_content":{"body":"Hier ist übrigens eine Probeklausur vom 2021 Jahrgang für Datenbanken.","filename":"Klausur_Datenbanken_gelost.pdf","info":{"mimetype":"application/pdf","size":744328},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/ONIHmktUsOAVjZBKpzrfEPAT"},"m.relates_to":{"event_id":"$gJh6Rk61cqSP3IoW9-Tl-fvIr__R3DGeg2Mo8WfBfhc","rel_type":"m.replace"},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/ONIHmktUsOAVjZBKpzrfEPAT"},"time":"2026-03-06T19:23:23.02520249Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","portal_mxid":"!VxYjJEVsvmCCpBhUME:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3EB0F3F79E140ED6582ECA","sender_id":"33994833981513@lid","chat_id":"120363173737697025@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-33994833981513","sender_login":"4915119111000"},"remote_target_message_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","event_id":"$_uTiOE5PJHR7Ft7vOJnuS6LGWf8EEGO3GylHTB_4YyY","part_id":"120363173737697025@g.us:33994833981513@lid:3EB0F3F79E140ED6582ECA","time":"2026-03-06T19:23:23.025436112Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363173737697025@g.us","portal_mxid":"!VxYjJEVsvmCCpBhUME:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3EB0C9A4C15462039D7170","sender_id":"151054134034515@lid","chat_id":"120363173737697025@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-151054134034515","sender_login":"4915238583118"},"remote_target_message_id":"120363173737697025@g.us:151054134034515@lid:3EB0C9A4C15462039D7170","time":"2026-03-06T19:23:23.02629573Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"2177","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.032504423Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2177","time":"2026-03-06T19:23:23.032641453Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","portal_mxid":"!VxYjJEVsvmCCpBhUME:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3EB0C9A4C15462039D7170","sender_id":"151054134034515@lid","chat_id":"120363173737697025@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-151054134034515","sender_login":"4915238583118"},"remote_target_message_id":"120363173737697025@g.us:151054134034515@lid:3EB0C9A4C15462039D7170","req_id":5386,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=IT23B_Gruppeneinteilung.pdf&user_id=%40whatsapp_lid-151054134034515%3Amatrix.theocloud.dev","duration":5.585002,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<68707 bytes>","time":"2026-03-06T19:23:23.045684485Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:23.051464277Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:23.070121574Z","message":""} +{"level":"debug","portal_id":"120363173737697025@g.us","portal_mxid":"!VxYjJEVsvmCCpBhUME:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3EB0C9A4C15462039D7170","sender_id":"151054134034515@lid","chat_id":"120363173737697025@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-151054134034515","sender_login":"4915238583118"},"remote_target_message_id":"120363173737697025@g.us:151054134034515@lid:3EB0C9A4C15462039D7170","req_id":5387,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21VxYjJEVsvmCCpBhUME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825003046078605_2?ts=1772825002000&user_id=%40whatsapp_lid-151054134034515%3Amatrix.theocloud.dev","duration":41.589706,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"IT23B_Gruppeneinteilung.pdf","info":{"mimetype":"application/pdf","size":68707},"m.mentions":{},"m.new_content":{"body":"","filename":"IT23B_Gruppeneinteilung.pdf","info":{"mimetype":"application/pdf","size":68707},"m.mentions":{},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/HnwkpWBnWaRpiswbqWrrRWjd"},"m.relates_to":{"event_id":"$tsyhHNlDvPbDmbO3YQIntjt66o96iY0ubPAAC41gm9k","rel_type":"m.replace"},"msgtype":"m.file","url":"mxc://matrix.theocloud.dev/HnwkpWBnWaRpiswbqWrrRWjd"},"time":"2026-03-06T19:23:23.087911781Z","message":"Request completed"} +{"level":"debug","portal_id":"120363173737697025@g.us","portal_mxid":"!VxYjJEVsvmCCpBhUME:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3EB0C9A4C15462039D7170","sender_id":"151054134034515@lid","chat_id":"120363173737697025@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-151054134034515","sender_login":"4915238583118"},"remote_target_message_id":"120363173737697025@g.us:151054134034515@lid:3EB0C9A4C15462039D7170","event_id":"$V6pxtfyO4q48VVi0RQkyC2Gtit47ob_lpWaiG9LXR3A","part_id":"120363173737697025@g.us:151054134034515@lid:3EB0C9A4C15462039D7170","time":"2026-03-06T19:23:23.088082895Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2178","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.094756597Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2178","time":"2026-03-06T19:23:23.094905151Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:23.124152972Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5388,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915209459043%3Amatrix.theocloud.dev","duration":108.994,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<46791 bytes>","time":"2026-03-06T19:23:23.169201963Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5391,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915209459043:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915209459043%3Amatrix.theocloud.dev","duration":3.191789,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:23.172801281Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5392,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/lsxhoyfGJYsGGApnYKKIsHEr?user_id=%40whatsapp_4915209459043%3Amatrix.theocloud.dev","duration":2.845302,"status_code":200,"response_length":46791,"response_mime":"image/jpeg","time":"2026-03-06T19:23:23.175824261Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5393,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915209459043:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915209459043%3Amatrix.theocloud.dev","duration":4.831195,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lsxhoyfGJYsGGApnYKKIsHEr"},"time":"2026-03-06T19:23:23.180911078Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"184331557449759@lid","alternate_jid":"4915209459043@s.whatsapp.net","time":"2026-03-06T19:23:23.181505086Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"190219840168190@lid","alternate_jid":"4915736562158@s.whatsapp.net","time":"2026-03-06T19:23:23.181625983Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"276334119006314@lid","alt_jid":"491759232609@s.whatsapp.net","source_push_name":"Jonny Cragg","alt_push_name":"Jonny Philippos","time":"2026-03-06T19:23:23.181704276Z","message":"Conflicting push names between JIDs"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"276334119006314@lid","alternate_jid":"491759232609@s.whatsapp.net","time":"2026-03-06T19:23:23.181785712Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491731828379@s.whatsapp.net","alternate_jid":"27956059590853@lid","time":"2026-03-06T19:23:23.181895644Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491732544648@s.whatsapp.net","time":"2026-03-06T19:23:23.182237102Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5394,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491732544648%3Amatrix.theocloud.dev","duration":8.207298,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491732544648","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:23.190752543Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5389,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-254481426071661%3Amatrix.theocloud.dev","duration":95.117401,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<46698 bytes>","time":"2026-03-06T19:23:23.194066556Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5395,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491732544648:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491732544648%3Amatrix.theocloud.dev","duration":4.781258,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:23.195942029Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5396,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-254481426071661:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-254481426071661%3Amatrix.theocloud.dev","duration":3.844046,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:23.198252549Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5398,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/uELFhFzjKIToKpGUGznOiFMf?user_id=%40whatsapp_lid-254481426071661%3Amatrix.theocloud.dev","duration":3.706944,"status_code":200,"response_length":46698,"response_mime":"image/jpeg","time":"2026-03-06T19:23:23.202123832Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5399,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-254481426071661:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-254481426071661%3Amatrix.theocloud.dev","duration":8.987435,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uELFhFzjKIToKpGUGznOiFMf"},"time":"2026-03-06T19:23:23.211369474Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:23.212520962Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5397,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491732544648:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491732544648%3Amatrix.theocloud.dev","duration":18.553582,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Max (WA)"},"time":"2026-03-06T19:23:23.214720293Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:23.21557579Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5400,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-154378388402269%3Amatrix.theocloud.dev","duration":3.964313,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-154378388402269","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:23.216754028Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5401,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-154378388402269:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-154378388402269%3Amatrix.theocloud.dev","duration":1.812545,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:23.218839377Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5402,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-154378388402269:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-154378388402269%3Amatrix.theocloud.dev","duration":5.311011,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491729879482 (WA)"},"time":"2026-03-06T19:23:23.224363616Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:23.224887433Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5390,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917674993720%3Amatrix.theocloud.dev","duration":98.428202,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64397 bytes>","time":"2026-03-06T19:23:23.232768916Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5403,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917674993720:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917674993720%3Amatrix.theocloud.dev","duration":2.233065,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:23.2353565Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5404,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YCycJTYOBnLZbLIyAuGMvoVa?user_id=%40whatsapp_4917674993720%3Amatrix.theocloud.dev","duration":2.142899,"status_code":200,"response_length":64397,"response_mime":"image/jpeg","time":"2026-03-06T19:23:23.237599552Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5405,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917674993720:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917674993720%3Amatrix.theocloud.dev","duration":4.008245,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YCycJTYOBnLZbLIyAuGMvoVa"},"time":"2026-03-06T19:23:23.24189373Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5406,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-263328890937590:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.489356,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Ella 🦖 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:23.302517603Z","message":"Request completed"} +{"level":"debug","transaction_id":"2179","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.318693966Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2179","time":"2026-03-06T19:23:23.319013773Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5407,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-263328890937590:matrix.theocloud.dev?user_id=%40whatsapp_lid-263328890937590%3Amatrix.theocloud.dev","duration":54.003041,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Ella 🦖 (WA)","membership":"join"},"time":"2026-03-06T19:23:23.35746533Z","message":"Request completed"} +{"level":"debug","transaction_id":"2180","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.374818185Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2180","time":"2026-03-06T19:23:23.375167605Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:23.380726696Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:23.38664673Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5409,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491732544648:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491732544648%3Amatrix.theocloud.dev","duration":6.649327,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:23.387728027Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917628960628@s.whatsapp.net","time":"2026-03-06T19:23:23.388462767Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5410,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-154378388402269:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-154378388402269%3Amatrix.theocloud.dev","duration":8.567264,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:23.395482328Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:23.396573613Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5411,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917628960628%3Amatrix.theocloud.dev","duration":8.930932,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917628960628","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:23.397646878Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5412,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-60129676394725%3Amatrix.theocloud.dev","duration":6.119015,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-60129676394725","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:23.402960822Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5413,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917628960628:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917628960628%3Amatrix.theocloud.dev","duration":5.506918,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:23.403494905Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5414,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-60129676394725:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-60129676394725%3Amatrix.theocloud.dev","duration":3.182779,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:23.406429815Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5415,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917628960628:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917628960628%3Amatrix.theocloud.dev","duration":16.923325,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917628960628 (WA)"},"time":"2026-03-06T19:23:23.420627268Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5416,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-60129676394725:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-60129676394725%3Amatrix.theocloud.dev","duration":14.085077,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491739423344 (WA)"},"time":"2026-03-06T19:23:23.420747467Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:23.421459997Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:23.424483745Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5408,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220538484043940:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":89.431688,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UDgNXJkTzFRtrSHexhqovmzd","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Bakdad (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:23.447608639Z","message":"Request completed"} +{"level":"debug","transaction_id":"2181","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.464865601Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2181","time":"2026-03-06T19:23:23.465197491Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5417,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220538484043940:matrix.theocloud.dev?user_id=%40whatsapp_lid-220538484043940%3Amatrix.theocloud.dev","duration":70.676471,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UDgNXJkTzFRtrSHexhqovmzd","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Bakdad (WA)","membership":"join"},"time":"2026-03-06T19:23:23.518848946Z","message":"Request completed"} +{"level":"debug","transaction_id":"2182","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.53223658Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2182","time":"2026-03-06T19:23:23.532564279Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5418,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-142237052747971:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.614725,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RUfAjzzmEtZNjyJaBdBobqpK","com.beeper.exclude_from_timeline":true,"displayname":"Nico (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:23.582466466Z","message":"Request completed"} +{"level":"debug","transaction_id":"2183","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.593071446Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2183","time":"2026-03-06T19:23:23.593420238Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:23.598124041Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:23.598907949Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5420,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-60129676394725:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-60129676394725%3Amatrix.theocloud.dev","duration":4.13864,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:23.603389654Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:23.604194306Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5421,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-197577119109324%3Amatrix.theocloud.dev","duration":4.078715,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-197577119109324","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:23.60852145Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5422,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-197577119109324:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-197577119109324%3Amatrix.theocloud.dev","duration":1.974998,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:23.610792858Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5423,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-197577119109324:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-197577119109324%3Amatrix.theocloud.dev","duration":12.225668,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Robin (WA)"},"time":"2026-03-06T19:23:23.623200116Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:23.624148015Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5419,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-142237052747971:matrix.theocloud.dev?user_id=%40whatsapp_lid-142237052747971%3Amatrix.theocloud.dev","duration":53.527485,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RUfAjzzmEtZNjyJaBdBobqpK","com.beeper.exclude_from_timeline":true,"displayname":"Nico (WA)","membership":"join"},"time":"2026-03-06T19:23:23.636567006Z","message":"Request completed"} +{"level":"debug","transaction_id":"2184","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.650806366Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2184","time":"2026-03-06T19:23:23.651046413Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5425,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-156668226703416:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.516666,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Shane (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:23.70169186Z","message":"Request completed"} +{"level":"debug","transaction_id":"2185","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.712492259Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2185","time":"2026-03-06T19:23:23.712744599Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5426,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-156668226703416:matrix.theocloud.dev?user_id=%40whatsapp_lid-156668226703416%3Amatrix.theocloud.dev","duration":52.163816,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Shane (WA)","membership":"join"},"time":"2026-03-06T19:23:23.754737015Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5424,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917628960628%3Amatrix.theocloud.dev","duration":126.126643,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<52563 bytes>","time":"2026-03-06T19:23:23.762992015Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5428,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917628960628:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917628960628%3Amatrix.theocloud.dev","duration":4.069286,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:23.767325165Z","message":"Request completed"} +{"level":"debug","transaction_id":"2186","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.772225085Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2186","time":"2026-03-06T19:23:23.772450046Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5429,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/gRwAWEUnaEyeYyCMbJQBtKPa?user_id=%40whatsapp_4917628960628%3Amatrix.theocloud.dev","duration":6.651353,"status_code":200,"response_length":52563,"response_mime":"image/jpeg","time":"2026-03-06T19:23:23.774092456Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:23.775138832Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5430,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917628960628:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917628960628%3Amatrix.theocloud.dev","duration":11.01209,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gRwAWEUnaEyeYyCMbJQBtKPa"},"time":"2026-03-06T19:23:23.785378397Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"86861754155032@lid","alternate_jid":"4917617625494@s.whatsapp.net","time":"2026-03-06T19:23:23.786071092Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"223690570625160@lid","alternate_jid":"491727724601@s.whatsapp.net","time":"2026-03-06T19:23:23.786177253Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5431,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915159133785%3Amatrix.theocloud.dev","duration":9.63152,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915159133785","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:23.796598408Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5433,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915159133785:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915159133785%3Amatrix.theocloud.dev","duration":2.829936,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:23.799717701Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5434,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915159133785:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915159133785%3Amatrix.theocloud.dev","duration":12.388331,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Liam (WA)"},"time":"2026-03-06T19:23:23.812286155Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"242047260864591@lid","alternate_jid":"4915159133785@s.whatsapp.net","time":"2026-03-06T19:23:23.812909497Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5435,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491624867340%3Amatrix.theocloud.dev","duration":9.025289,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491624867340","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:23.822500857Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5436,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624867340:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491624867340%3Amatrix.theocloud.dev","duration":5.398034,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:23.828171485Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5427,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-267950527361145:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":92.375396,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BZQJeRWULQLwtUfTZUsqzUfv","com.beeper.exclude_from_timeline":true,"displayname":"Zaki (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:23.848112133Z","message":"Request completed"} +{"level":"debug","transaction_id":"2187","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.867983009Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2187","time":"2026-03-06T19:23:23.868383415Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5437,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624867340:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491624867340%3Amatrix.theocloud.dev","duration":40.740077,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jules (WA)"},"time":"2026-03-06T19:23:23.869050757Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"256693099352121@lid","alternate_jid":"491624867340@s.whatsapp.net","time":"2026-03-06T19:23:23.869515836Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:23.870246455Z","message":"040121b11c61dcfed13771"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5432,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-197577119109324%3Amatrix.theocloud.dev","duration":117.187049,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<31916 bytes>","time":"2026-03-06T19:23:23.906989183Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5439,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-197577119109324:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-197577119109324%3Amatrix.theocloud.dev","duration":4.21351,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:23.911582286Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5440,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ErUtmyuocmfWBAglUhjOiQgD?user_id=%40whatsapp_lid-197577119109324%3Amatrix.theocloud.dev","duration":5.053433,"status_code":200,"response_length":31916,"response_mime":"image/jpeg","time":"2026-03-06T19:23:23.916796425Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5438,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-267950527361145:matrix.theocloud.dev?user_id=%40whatsapp_lid-267950527361145%3Amatrix.theocloud.dev","duration":75.613337,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BZQJeRWULQLwtUfTZUsqzUfv","com.beeper.exclude_from_timeline":true,"displayname":"Zaki (WA)","membership":"join"},"time":"2026-03-06T19:23:23.924387435Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5441,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-197577119109324:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-197577119109324%3Amatrix.theocloud.dev","duration":19.687051,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ErUtmyuocmfWBAglUhjOiQgD"},"time":"2026-03-06T19:23:23.936813062Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:23.937913286Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5443,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-67697341677813%3Amatrix.theocloud.dev","duration":8.645627,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-67697341677813","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:23.946887241Z","message":"Request completed"} +{"level":"debug","transaction_id":"2188","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:23.949861821Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2188","time":"2026-03-06T19:23:23.950133716Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5444,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67697341677813:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-67697341677813%3Amatrix.theocloud.dev","duration":5.707295,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:23.952975805Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5445,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67697341677813:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-67697341677813%3Amatrix.theocloud.dev","duration":15.438549,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491757262193 (WA)"},"time":"2026-03-06T19:23:23.968587703Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:23.969463664Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5442,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-209178178109568:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":69.237093,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917665322672 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:23.994640313Z","message":"Request completed"} +{"level":"debug","transaction_id":"2189","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.005435334Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2189","time":"2026-03-06T19:23:24.005776513Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5446,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-209178178109568:matrix.theocloud.dev?user_id=%40whatsapp_lid-209178178109568%3Amatrix.theocloud.dev","duration":45.030622,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917665322672 (WA)","membership":"join"},"time":"2026-03-06T19:23:24.040443669Z","message":"Request completed"} +{"level":"debug","transaction_id":"2190","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.056446474Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2190","time":"2026-03-06T19:23:24.05675846Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5447,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-186646947455090:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.148878,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qvHvGznCKwXzGsizddKLfEec","com.beeper.exclude_from_timeline":true,"displayname":"Stefan (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:24.10468453Z","message":"Request completed"} +{"level":"debug","transaction_id":"2191","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.11647152Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2191","time":"2026-03-06T19:23:24.116727701Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:24.126176793Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5448,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-186646947455090:matrix.theocloud.dev?user_id=%40whatsapp_lid-186646947455090%3Amatrix.theocloud.dev","duration":70.347514,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qvHvGznCKwXzGsizddKLfEec","com.beeper.exclude_from_timeline":true,"displayname":"Stefan (WA)","membership":"join"},"time":"2026-03-06T19:23:24.175623887Z","message":"Request completed"} +{"level":"debug","transaction_id":"2192","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.194430857Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2192","time":"2026-03-06T19:23:24.194773852Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5449,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-67697341677813%3Amatrix.theocloud.dev","duration":93.001672,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<65577 bytes>","time":"2026-03-06T19:23:24.228834359Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5451,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67697341677813:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-67697341677813%3Amatrix.theocloud.dev","duration":4.953349,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:24.234146418Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5450,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-276334119006314:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":65.463309,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jonny Philippos (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:24.241869499Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5452,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/vtKqdlAucZbsjzrEPbEcuZaR?user_id=%40whatsapp_lid-67697341677813%3Amatrix.theocloud.dev","duration":7.865211,"status_code":200,"response_length":65577,"response_mime":"image/jpeg","time":"2026-03-06T19:23:24.242152779Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5453,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-67697341677813:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-67697341677813%3Amatrix.theocloud.dev","duration":10.555393,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vtKqdlAucZbsjzrEPbEcuZaR"},"time":"2026-03-06T19:23:24.252950314Z","message":"Request completed"} +{"level":"debug","transaction_id":"2193","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.257878031Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2193","time":"2026-03-06T19:23:24.258205172Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2194","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.327831216Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2194","time":"2026-03-06T19:23:24.32817449Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5454,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-276334119006314:matrix.theocloud.dev?user_id=%40whatsapp_lid-276334119006314%3Amatrix.theocloud.dev","duration":96.480582,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jonny Philippos (WA)","membership":"join"},"time":"2026-03-06T19:23:24.339132453Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:24.340136924Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5456,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917680622993%3Amatrix.theocloud.dev","duration":12.505177,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917680622993","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:24.35298768Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5457,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680622993:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917680622993%3Amatrix.theocloud.dev","duration":4.870726,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:24.358220887Z","message":"Request completed"} +{"level":"debug","transaction_id":"2195","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.361476232Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2195","time":"2026-03-06T19:23:24.361703079Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5458,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680622993:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917680622993%3Amatrix.theocloud.dev","duration":15.803056,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nico (WA)"},"time":"2026-03-06T19:23:24.37422858Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:24.375050483Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:24.387138703Z","message":""} +{"level":"debug","transaction_id":"2196","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.423473621Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2196","time":"2026-03-06T19:23:24.423705637Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":4997,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s3643_996_8_417_469_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":9591.899752,"status_code":200,"response_length":210,"response_mime":"application/json","time":"2026-03-06T19:23:24.449464141Z","message":"Request completed"} +{"level":"debug","component":"crypto","trace_id":"19:23:24.449701","changes":["@whatsappbot:matrix.theocloud.dev"],"time":"2026-03-06T19:23:24.449719833Z","message":"Device list changes in /sync"} +{"level":"debug","component":"crypto","trace_id":"19:23:24.449701","time":"2026-03-06T19:23:24.44985854Z","message":"Finished handling device list changes"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5459,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-267847112642661%3Amatrix.theocloud.dev","duration":137.25991,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<52032 bytes>","time":"2026-03-06T19:23:24.536038165Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:24.537250067Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5461,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-267847112642661:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-267847112642661%3Amatrix.theocloud.dev","duration":7.055111,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:24.543394504Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5462,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ACRQCdjDYtsvaAZbInqhXamF?user_id=%40whatsapp_lid-267847112642661%3Amatrix.theocloud.dev","duration":11.305567,"status_code":200,"response_length":52032,"response_mime":"image/jpeg","time":"2026-03-06T19:23:24.554840385Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5455,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/createRoom?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":302.879945,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{"visibility":"private","initial_state":[{"type":"io.element.functional_members","content":{"service_members":["@whatsapp_lid-195790463058158:matrix.theocloud.dev","@whatsappbot:matrix.theocloud.dev"]}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"uk.half-shot.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"network":{"id":"120363373705450816@g.us","displayname":"BO9K Calisthenics e.V","avatar_url":"mxc://matrix.theocloud.dev/ESGsxDpvHUKdCUZbADklcwiU"},"channel":{"id":"120363163455706585@g.us","displayname":"TOGETHER WE GO OVER 9000 🐉","avatar_url":"mxc://matrix.theocloud.dev/dXyEWDOBYNQdHagDNFFAxANC"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"m.bridge","content":{"bridgebot":"@whatsappbot:matrix.theocloud.dev","creator":"@whatsappbot:matrix.theocloud.dev","protocol":{"id":"whatsapp","displayname":"WhatsApp","avatar_url":"mxc://maunium.net/NeXNQarUbrlYBiPCpprYsRqr","external_url":"https://whatsapp.com"},"network":{"id":"120363373705450816@g.us","displayname":"BO9K Calisthenics e.V","avatar_url":"mxc://matrix.theocloud.dev/ESGsxDpvHUKdCUZbADklcwiU"},"channel":{"id":"120363163455706585@g.us","displayname":"TOGETHER WE GO OVER 9000 🐉","avatar_url":"mxc://matrix.theocloud.dev/dXyEWDOBYNQdHagDNFFAxANC"}}},{"state_key":"matrix.theocloud.dev/whatsapp","type":"com.beeper.room_features","content":{"id":"fi.mau.whatsapp.capabilities.2025_12_15+ffmpeg","formatting":{"blockquote":2,"bold":2,"code_block":2,"headers":1,"inline_code":2,"inline_link":1,"italic":2,"ordered_list":2,"ordered_list.start":2,"strikethrough":2,"unordered_list":2,"user_link":2},"file":{"fi.mau.gif":{"mime_types":{"image/gif":1,"video/mp4":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.audio":{"mime_types":{"audio/aac":2,"audio/amr":2,"audio/mp4":2,"audio/mpeg":2,"audio/ogg":2},"caption":-1,"max_size":2097152000},"m.file":{"mime_types":{"*/*":2},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.image":{"mime_types":{"image/gif":1,"image/jpeg":2,"image/png":1,"image/webp":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"m.sticker":{"mime_types":{"image/jpeg":1,"image/png":1,"image/webp":2},"caption":-1,"max_size":2097152000},"m.video":{"mime_types":{"video/3gpp":2,"video/mp4":2,"video/quicktime":1,"video/webm":1},"caption":2,"max_caption_length":65536,"max_size":2097152000},"org.matrix.msc3245.voice":{"mime_types":{"audio/ogg":0,"audio/ogg; codecs=opus":2},"caption":-1,"max_size":2097152000}},"state":{"com.beeper.disappearing_timer":{"level":2},"m.room.avatar":{"level":2},"m.room.name":{"level":2},"m.room.topic":{"level":2}},"member_actions":{"invite":2,"kick":2,"leave":2},"max_text_length":65536,"location_message":2,"poll":2,"reply":2,"edit":2,"edit_max_age":900,"delete":2,"delete_max_age":172800,"disappearing_timer":{"types":["after_send"],"timers":[86400000,604800000,7776000000]},"reaction":2,"reaction_count":1,"read_receipts":true,"typing_notifications":true,"delete_chat":true}},{"type":"m.room.topic","content":{"com.beeper.exclude_from_timeline":true,"topic":"1. Dienstags Outdoor \nOrt: Cherusker Park \nZeit : 18:00 Uhr \n\n2. Donnerstags Indoor/Outdoor\nOrt: Naunynritze 63, 10997\nJugendfreizeiteinrichtung Friedrichshain-Kreuzberg Naunynritze\nZeit: 18 Uhr \n\n3. Freitag Outdoor \nOrt: Cherusker Park \n17:30 Uhr \n\n4. Samstags Halle, offenes Training für alle \nOrt: Am Hellespont 4, 12109 \nCarl-Sonnenschein-Grundschule \nZeit 14:30 Uhr\n\n5. Sonntags Halle, Freestyle Kurs \nOrt: Am Hellespont 4, 12109 \nCarl-Sonnenschein-Grundschule \nZeit 14:30 Uhr\n\nSpenden 💪🏽❤️\nhttps://www.paypal.me/Nes2315"}},{"type":"com.beeper.disappearing_timer","content":{"com.beeper.exclude_from_timeline":true}},{"type":"m.room.name","content":{"com.beeper.exclude_from_timeline":true,"name":"TOGETHER WE GO OVER 9000 🐉"}},{"type":"m.room.avatar","content":{"com.beeper.exclude_from_timeline":true,"url":"mxc://matrix.theocloud.dev/dXyEWDOBYNQdHagDNFFAxANC"}},{"state_key":"!ySyjKrWRRJvodFFEZK:matrix.theocloud.dev","type":"m.space.parent","content":{"via":["matrix.theocloud.dev"],"canonical":true}}],"preset":"private_chat","power_level_content_override":{"users":{"@whatsapp_lid-21079833710744:matrix.theocloud.dev":50,"@whatsapp_lid-239363409617131:matrix.theocloud.dev":50,"@whatsapp_lid-275883097071617:matrix.theocloud.dev":50,"@whatsapp_lid-38504566390811:matrix.theocloud.dev":50,"@whatsapp_lid-44419206123644:matrix.theocloud.dev":75,"@whatsapp_lid-80358888464591:matrix.theocloud.dev":50,"@whatsappbot:matrix.theocloud.dev":9001},"events":{"m.room.encryption":100,"m.room.server_acl":100,"m.room.tombstone":100},"state_default":99,"ban":99},"com.beeper.local_room_id":"!120363163455706585@g.us.:matrix.theocloud.dev"},"time":"2026-03-06T19:23:24.557109837Z","message":"Request completed"} +{"level":"info","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","room_id":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","time":"2026-03-06T19:23:24.558367975Z","message":"Matrix room created"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5464,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-267847112642661:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-267847112642661%3Amatrix.theocloud.dev","duration":16.789159,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ACRQCdjDYtsvaAZbInqhXamF"},"time":"2026-03-06T19:23:24.571911147Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:24.573065918Z","message":"040121b11c61dcfed13771"} +{"level":"debug","transaction_id":"2197","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.574759172Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2197","time":"2026-03-06T19:23:24.575135552Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2198","content":{"pdu":12,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.586165871Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2198","time":"2026-03-06T19:23:24.586686475Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5465,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev/state/m.space.child/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev?ts=1772825004559&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.11389,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"]},"time":"2026-03-06T19:23:24.62730321Z","message":"Request completed"} +{"level":"debug","transaction_id":"2199","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.63979379Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2199","time":"2026-03-06T19:23:24.639912033Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5466,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.space.parent/%21ySyjKrWRRJvodFFEZK:matrix.theocloud.dev?ts=1772825004627&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":22.567693,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"via":["matrix.theocloud.dev"],"canonical":true},"time":"2026-03-06T19:23:24.650376281Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5467,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/members?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":2.05343,"status_code":200,"response_length":478,"response_mime":"application/json","time":"2026-03-06T19:23:24.653286745Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5463,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917680622993%3Amatrix.theocloud.dev","duration":116.570413,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<54808 bytes>","time":"2026-03-06T19:23:24.661638057Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5469,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680622993:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917680622993%3Amatrix.theocloud.dev","duration":4.219307,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:24.666149305Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5470,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LUAznVpyerKckeKMYRnbQZBZ?user_id=%40whatsapp_4917680622993%3Amatrix.theocloud.dev","duration":4.04547,"status_code":200,"response_length":54808,"response_mime":"image/jpeg","time":"2026-03-06T19:23:24.670322586Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5471,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917680622993:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917680622993%3Amatrix.theocloud.dev","duration":5.92206,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LUAznVpyerKckeKMYRnbQZBZ"},"time":"2026-03-06T19:23:24.676476243Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5468,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-25696839700643:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.390327,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JhBKMZmGhSHRJjkUryvmpKGs","com.beeper.exclude_from_timeline":true,"displayname":"Vivian (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:24.724734693Z","message":"Request completed"} +{"level":"debug","transaction_id":"2200","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.73912554Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2200","time":"2026-03-06T19:23:24.739449678Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5472,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-236846508454136:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":98.951878,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RlfOvolUvlxcihDBkLmmyRFC","com.beeper.exclude_from_timeline":true,"displayname":"Milanko (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:24.776359537Z","message":"Request completed"} +{"level":"debug","transaction_id":"2201","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.790799483Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2201","time":"2026-03-06T19:23:24.791042674Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5473,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-25696839700643:matrix.theocloud.dev?user_id=%40whatsapp_lid-25696839700643%3Amatrix.theocloud.dev","duration":93.685846,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JhBKMZmGhSHRJjkUryvmpKGs","com.beeper.exclude_from_timeline":true,"displayname":"Vivian (WA)","membership":"join"},"time":"2026-03-06T19:23:24.81903997Z","message":"Request completed"} +{"level":"debug","transaction_id":"2202","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.836745039Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2202","time":"2026-03-06T19:23:24.836978381Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:24.861148464Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"267847112642661@lid","alternate_jid":"4915735701057@s.whatsapp.net","time":"2026-03-06T19:23:24.861241005Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"273069826400467@lid","alternate_jid":"48723807797@s.whatsapp.net","time":"2026-03-06T19:23:24.8613802Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491794397891@s.whatsapp.net","alternate_jid":"276351164624932@lid","time":"2026-03-06T19:23:24.861505847Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5476,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-86230310109332%3Amatrix.theocloud.dev","duration":8.372404,"status_code":200,"response_length":100,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-86230310109332","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:24.870580025Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5477,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-86230310109332:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-86230310109332%3Amatrix.theocloud.dev","duration":4.614614,"status_code":200,"response_length":45,"response_mime":"application/json","time":"2026-03-06T19:23:24.875502225Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5474,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-236846508454136:matrix.theocloud.dev?user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":109.910959,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RlfOvolUvlxcihDBkLmmyRFC","com.beeper.exclude_from_timeline":true,"displayname":"Milanko (WA)","membership":"join"},"time":"2026-03-06T19:23:24.886859545Z","message":"Request completed"} +{"level":"debug","transaction_id":"2203","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.905841609Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2203","time":"2026-03-06T19:23:24.906148216Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5478,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-86230310109332:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-86230310109332%3Amatrix.theocloud.dev","duration":35.428158,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Alvin (WA)"},"time":"2026-03-06T19:23:24.911067831Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:24.911826038Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5475,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-161108786712577:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":123.559313,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DtGflqjsPOvmtKyfxngYhIrU","com.beeper.exclude_from_timeline":true,"displayname":"+491741768036 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:24.943481739Z","message":"Request completed"} +{"level":"debug","transaction_id":"2204","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:24.963357294Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2204","time":"2026-03-06T19:23:24.963700079Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5479,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-256693099352121:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":125.851464,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jules (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:25.013638584Z","message":"Request completed"} +{"level":"debug","transaction_id":"2205","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.031554576Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2205","time":"2026-03-06T19:23:25.031788547Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5480,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-161108786712577:matrix.theocloud.dev?user_id=%40whatsapp_lid-161108786712577%3Amatrix.theocloud.dev","duration":122.155834,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DtGflqjsPOvmtKyfxngYhIrU","com.beeper.exclude_from_timeline":true,"displayname":"+491741768036 (WA)","membership":"join"},"time":"2026-03-06T19:23:25.066414427Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:25.067579325Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:25.068942506Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5482,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_5521987169367%3Amatrix.theocloud.dev","duration":9.822049,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_5521987169367","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:25.077744789Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5483,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-86230310109332:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-86230310109332%3Amatrix.theocloud.dev","duration":8.845655,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:25.078082615Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5484,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_5521987169367:matrix.theocloud.dev/displayname?user_id=%40whatsapp_5521987169367%3Amatrix.theocloud.dev","duration":7.217075,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:25.085293823Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5485,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491632291767%3Amatrix.theocloud.dev","duration":9.505524,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491632291767","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:25.088630814Z","message":"Request completed"} +{"level":"debug","transaction_id":"2206","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.090661895Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2206","time":"2026-03-06T19:23:25.090881688Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5487,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491632291767:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491632291767%3Amatrix.theocloud.dev","duration":8.569359,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:25.097583397Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5486,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_5521987169367:matrix.theocloud.dev/displayname?user_id=%40whatsapp_5521987169367%3Amatrix.theocloud.dev","duration":22.370738,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+5521987169367 (WA)"},"time":"2026-03-06T19:23:25.107905098Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:25.108639349Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5488,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491632291767:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491632291767%3Amatrix.theocloud.dev","duration":13.325962,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Alvin (WA)"},"time":"2026-03-06T19:23:25.111095001Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:25.111746Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5481,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-256693099352121:matrix.theocloud.dev?user_id=%40whatsapp_lid-256693099352121%3Amatrix.theocloud.dev","duration":119.989677,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jules (WA)","membership":"join"},"time":"2026-03-06T19:23:25.134441923Z","message":"Request completed"} +{"level":"debug","transaction_id":"2207","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.145981741Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2207","time":"2026-03-06T19:23:25.146305599Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:25.156663478Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5490,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491632291767:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491632291767%3Amatrix.theocloud.dev","duration":3.574524,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:25.160593638Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"86230310109332@lid","alternate_jid":"491632291767@s.whatsapp.net","time":"2026-03-06T19:23:25.161116338Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5491,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491782468992%3Amatrix.theocloud.dev","duration":3.109025,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491782468992","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:25.164842559Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5492,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491782468992:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491782468992%3Amatrix.theocloud.dev","duration":1.918775,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:25.167147631Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5489,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-275883097071617:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.957087,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sCTgPORBQRLSQYTETlrunLuQ","com.beeper.exclude_from_timeline":true,"displayname":"andac (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:25.193619154Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5493,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491782468992:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491782468992%3Amatrix.theocloud.dev","duration":26.383103,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wally (WA)"},"time":"2026-03-06T19:23:25.193735092Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"156203732750524@lid","alternate_jid":"491782468992@s.whatsapp.net","time":"2026-03-06T19:23:25.196611683Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"186646947455090@lid","alternate_jid":"4917655425926@s.whatsapp.net","time":"2026-03-06T19:23:25.19675905Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5495,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915773290861%3Amatrix.theocloud.dev","duration":5.142691,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915773290861","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:25.202564614Z","message":"Request completed"} +{"level":"debug","transaction_id":"2208","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.207098839Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2208","time":"2026-03-06T19:23:25.207314442Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5496,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915773290861:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915773290861%3Amatrix.theocloud.dev","duration":6.235861,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:25.209241389Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5497,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915773290861:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915773290861%3Amatrix.theocloud.dev","duration":23.128944,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Robin (WA)"},"time":"2026-03-06T19:23:25.232568127Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"197577119109324@lid","alternate_jid":"4915773290861@s.whatsapp.net","time":"2026-03-06T19:23:25.232966157Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"199450228215815@lid","alternate_jid":"4917627560255@s.whatsapp.net","time":"2026-03-06T19:23:25.233063308Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4915782942616@s.whatsapp.net","alternate_jid":"101816561881152@lid","time":"2026-03-06T19:23:25.23312442Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491723825475@s.whatsapp.net","time":"2026-03-06T19:23:25.233421529Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5498,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491723825475%3Amatrix.theocloud.dev","duration":4.974022,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491723825475","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:25.238585312Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5499,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723825475:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491723825475%3Amatrix.theocloud.dev","duration":4.194932,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:25.243092928Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5500,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723825475:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491723825475%3Amatrix.theocloud.dev","duration":15.64647,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491723825475 (WA)"},"time":"2026-03-06T19:23:25.258933629Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:25.25951772Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5494,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-275883097071617:matrix.theocloud.dev?user_id=%40whatsapp_lid-275883097071617%3Amatrix.theocloud.dev","duration":81.051251,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sCTgPORBQRLSQYTETlrunLuQ","com.beeper.exclude_from_timeline":true,"displayname":"andac (WA)","membership":"join"},"time":"2026-03-06T19:23:25.275369176Z","message":"Request completed"} +{"level":"debug","transaction_id":"2209","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.286349978Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2209","time":"2026-03-06T19:23:25.286697233Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:25.287870233Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5502,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_5521987169367:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_5521987169367%3Amatrix.theocloud.dev","duration":8.921224,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:25.29702934Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:25.298068173Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5503,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915737138589%3Amatrix.theocloud.dev","duration":4.079134,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915737138589","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:25.302427793Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5504,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915737138589:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915737138589%3Amatrix.theocloud.dev","duration":5.681035,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:25.308513005Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5505,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915737138589:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915737138589%3Amatrix.theocloud.dev","duration":11.907677,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lennart (WA)"},"time":"2026-03-06T19:23:25.320596544Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:25.321438003Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5501,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-59622887026730:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.041466,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Felix (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:25.346205307Z","message":"Request completed"} +{"level":"debug","transaction_id":"2210","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.354630651Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2210","time":"2026-03-06T19:23:25.354917004Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5506,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-59622887026730:matrix.theocloud.dev?user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":48.383398,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Felix (WA)","membership":"join"},"time":"2026-03-06T19:23:25.395322676Z","message":"Request completed"} +{"level":"debug","transaction_id":"2211","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.405722949Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2211","time":"2026-03-06T19:23:25.406048902Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:25.416922635Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5507,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-141188745167008:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":49.525108,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/deeAqRHkJnAKjOnfsZJvjRCX","com.beeper.exclude_from_timeline":true,"displayname":"+33628246935 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:25.44577473Z","message":"Request completed"} +{"level":"debug","transaction_id":"2212","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.457708179Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2212","time":"2026-03-06T19:23:25.457947109Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5508,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-141188745167008:matrix.theocloud.dev?user_id=%40whatsapp_lid-141188745167008%3Amatrix.theocloud.dev","duration":52.328644,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/deeAqRHkJnAKjOnfsZJvjRCX","com.beeper.exclude_from_timeline":true,"displayname":"+33628246935 (WA)","membership":"join"},"time":"2026-03-06T19:23:25.498917524Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:25.499382604Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5510,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915737138589:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915737138589%3Amatrix.theocloud.dev","duration":4.392516,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:25.505114693Z","message":"Request completed"} +{"level":"debug","transaction_id":"2213","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.51179056Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2213","time":"2026-03-06T19:23:25.512128806Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5509,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-131026634416177:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":120.996174,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Karl (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:25.621016297Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5511,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-269578168975378:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":130.533896,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+573218770957 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:25.6367236Z","message":"Request completed"} +{"level":"debug","transaction_id":"2214","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.650885783Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2214","time":"2026-03-06T19:23:25.651179609Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2215","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.670572764Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2215","time":"2026-03-06T19:23:25.670891524Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5512,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-131026634416177:matrix.theocloud.dev?user_id=%40whatsapp_lid-131026634416177%3Amatrix.theocloud.dev","duration":128.920191,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Karl (WA)","membership":"join"},"time":"2026-03-06T19:23:25.750702098Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5513,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-269578168975378:matrix.theocloud.dev?user_id=%40whatsapp_lid-269578168975378%3Amatrix.theocloud.dev","duration":125.814866,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+573218770957 (WA)","membership":"join"},"time":"2026-03-06T19:23:25.763321258Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:25.764105586Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5516,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917624286664%3Amatrix.theocloud.dev","duration":6.354873,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917624286664","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:25.770746253Z","message":"Request completed"} +{"level":"debug","transaction_id":"2216","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.773795633Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2216","time":"2026-03-06T19:23:25.774091345Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5517,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624286664:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917624286664%3Amatrix.theocloud.dev","duration":4.630747,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:25.775763996Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5514,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491723825475%3Amatrix.theocloud.dev","duration":123.473267,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<99821 bytes>","time":"2026-03-06T19:23:25.791250527Z","message":"Request completed"} +{"level":"debug","transaction_id":"2217","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.794694516Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2217","time":"2026-03-06T19:23:25.795013206Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5519,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723825475:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491723825475%3Amatrix.theocloud.dev","duration":7.420735,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:25.799084099Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5520,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/kSvURfaEOdqJyPCTYBrRHymP?user_id=%40whatsapp_491723825475%3Amatrix.theocloud.dev","duration":7.556228,"status_code":200,"response_length":99821,"response_mime":"image/jpeg","time":"2026-03-06T19:23:25.806747116Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5518,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624286664:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917624286664%3Amatrix.theocloud.dev","duration":38.07825,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917624286664 (WA)"},"time":"2026-03-06T19:23:25.814036198Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:25.814801738Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5521,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491723825475:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491723825475%3Amatrix.theocloud.dev","duration":13.041775,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kSvURfaEOdqJyPCTYBrRHymP"},"time":"2026-03-06T19:23:25.819982912Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917655091547@s.whatsapp.net","alternate_jid":"251745280225436@lid","time":"2026-03-06T19:23:25.820551218Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491783743461@s.whatsapp.net","alternate_jid":"187849085329414@lid","time":"2026-03-06T19:23:25.820654515Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"129064018960516@lid","alternate_jid":"491796839444@s.whatsapp.net","time":"2026-03-06T19:23:25.820737976Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5522,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915738139856%3Amatrix.theocloud.dev","duration":5.991554,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915738139856","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:25.827214444Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5523,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915738139856:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915738139856%3Amatrix.theocloud.dev","duration":3.435678,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:25.831032089Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5524,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915738139856:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915738139856%3Amatrix.theocloud.dev","duration":18.529347,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yating (WA)"},"time":"2026-03-06T19:23:25.849708873Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"19460647870473@lid","alternate_jid":"4915738139856@s.whatsapp.net","time":"2026-03-06T19:23:25.850132326Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"21079833710744@lid","alternate_jid":"4917642922234@s.whatsapp.net","time":"2026-03-06T19:23:25.850241978Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5525,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491622164435%3Amatrix.theocloud.dev","duration":6.082698,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491622164435","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:25.856841438Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5515,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-242828928122951:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":119.499875,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uLBwZSpsbtKsjdaywYYetTPS","com.beeper.exclude_from_timeline":true,"displayname":"Lulu (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:25.871241853Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5526,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491622164435:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491622164435%3Amatrix.theocloud.dev","duration":14.821005,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:25.871988536Z","message":"Request completed"} +{"level":"debug","transaction_id":"2218","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.887227198Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2218","time":"2026-03-06T19:23:25.887489665Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5528,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491622164435:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491622164435%3Amatrix.theocloud.dev","duration":26.972012,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Linus Grabenhenrich (WA)"},"time":"2026-03-06T19:23:25.899112106Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"264544232407203@lid","alternate_jid":"491622164435@s.whatsapp.net","time":"2026-03-06T19:23:25.899675383Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915202152397@s.whatsapp.net","time":"2026-03-06T19:23:25.900006366Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5529,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915202152397%3Amatrix.theocloud.dev","duration":4.080461,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915202152397","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:25.904360678Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5530,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915202152397:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915202152397%3Amatrix.theocloud.dev","duration":6.499795,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:25.911275894Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5531,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915202152397:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915202152397%3Amatrix.theocloud.dev","duration":10.621184,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915202152397 (WA)"},"time":"2026-03-06T19:23:25.922103392Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:25.923120294Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5527,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-242828928122951:matrix.theocloud.dev?user_id=%40whatsapp_lid-242828928122951%3Amatrix.theocloud.dev","duration":73.516395,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uLBwZSpsbtKsjdaywYYetTPS","com.beeper.exclude_from_timeline":true,"displayname":"Lulu (WA)","membership":"join"},"time":"2026-03-06T19:23:25.945448079Z","message":"Request completed"} +{"level":"debug","transaction_id":"2219","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:25.95959825Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2219","time":"2026-03-06T19:23:25.959910794Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:25.980178862Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5532,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-21079833710744:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":99.724123,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VnmYzoNKYWXdotaucesMOFXO","com.beeper.exclude_from_timeline":true,"displayname":"Burak C. (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:26.04605424Z","message":"Request completed"} +{"level":"debug","transaction_id":"2220","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:26.065567384Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2220","time":"2026-03-06T19:23:26.065914011Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:26.100207512Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5533,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917624286664%3Amatrix.theocloud.dev","duration":127.895536,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<51909 bytes>","time":"2026-03-06T19:23:26.120527263Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5535,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624286664:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917624286664%3Amatrix.theocloud.dev","duration":10.25109,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:26.131175685Z","message":"Request completed"} +{"level":"debug","transaction_id":"2221","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:26.135167936Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2221","time":"2026-03-06T19:23:26.135492213Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917657607100@s.whatsapp.net","portal_mxid":"!qmhtENTgisuuURICKB:matrix.theocloud.dev","event_loop_index":5,"action":"handle matrix event","event_id":"$4dwSEeHsTlFqYlY347j3I0lQutBf4mFa-MUbi-Xh9q0","event_type":"m.room.member","event_id":"$4dwSEeHsTlFqYlY347j3I0lQutBf4mFa-MUbi-Xh9q0","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:26.135941648Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5536,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/lOpjeOmdOtoFIqjjEZqITllh?user_id=%40whatsapp_4917624286664%3Amatrix.theocloud.dev","duration":12.614829,"status_code":200,"response_length":51909,"response_mime":"image/jpeg","time":"2026-03-06T19:23:26.143947031Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5538,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624286664:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917624286664%3Amatrix.theocloud.dev","duration":16.093111,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/lOpjeOmdOtoFIqjjEZqITllh"},"time":"2026-03-06T19:23:26.160347099Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5534,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-21079833710744:matrix.theocloud.dev?user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":176.463875,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VnmYzoNKYWXdotaucesMOFXO","com.beeper.exclude_from_timeline":true,"displayname":"Burak C. (WA)","membership":"join"},"time":"2026-03-06T19:23:26.223260608Z","message":"Request completed"} +{"level":"debug","transaction_id":"2222","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:26.245059269Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2222","time":"2026-03-06T19:23:26.245416442Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5537,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915202152397%3Amatrix.theocloud.dev","duration":141.75223,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<37252 bytes>","time":"2026-03-06T19:23:26.279816242Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5541,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915202152397:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915202152397%3Amatrix.theocloud.dev","duration":5.651283,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:26.285894679Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5542,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/YxjlcvfiYZhYJDmOpfPmCFPv?user_id=%40whatsapp_4915202152397%3Amatrix.theocloud.dev","duration":6.915496,"status_code":200,"response_length":37252,"response_mime":"image/jpeg","time":"2026-03-06T19:23:26.292979542Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5543,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915202152397:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915202152397%3Amatrix.theocloud.dev","duration":6.505732,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YxjlcvfiYZhYJDmOpfPmCFPv"},"time":"2026-03-06T19:23:26.299822821Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491756898822@s.whatsapp.net","time":"2026-03-06T19:23:26.300776726Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5544,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491756898822%3Amatrix.theocloud.dev","duration":3.819042,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491756898822","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:26.304880096Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5545,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491756898822:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491756898822%3Amatrix.theocloud.dev","duration":15.036259,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:26.320170231Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5539,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-154361158209573:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":177.450257,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IXopfLpbkZjTYKqCxXuZQBCZ","com.beeper.exclude_from_timeline":true,"displayname":"Tami (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:26.338841427Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5546,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491756898822:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491756898822%3Amatrix.theocloud.dev","duration":35.61275,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Enes (WA)"},"time":"2026-03-06T19:23:26.355994044Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:26.356786683Z","message":""} +{"level":"debug","transaction_id":"2223","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:26.358520097Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2223","time":"2026-03-06T19:23:26.358781097Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5540,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-197731905720552:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":152.784015,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iagMrDmHqhpMisgHlhpvKrII","com.beeper.exclude_from_timeline":true,"displayname":"+4917670764502 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:26.377076333Z","message":"Request completed"} +{"level":"debug","transaction_id":"2224","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:26.398234191Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2224","time":"2026-03-06T19:23:26.398566151Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5547,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-154361158209573:matrix.theocloud.dev?user_id=%40whatsapp_lid-154361158209573%3Amatrix.theocloud.dev","duration":142.063027,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IXopfLpbkZjTYKqCxXuZQBCZ","com.beeper.exclude_from_timeline":true,"displayname":"Tami (WA)","membership":"join"},"time":"2026-03-06T19:23:26.481693112Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:26.482643455Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5549,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917631572023%3Amatrix.theocloud.dev","duration":10.667978,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917631572023","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:26.493589405Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5550,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631572023:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631572023%3Amatrix.theocloud.dev","duration":8.443783,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:26.502370316Z","message":"Request completed"} +{"level":"debug","transaction_id":"2225","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:26.512808653Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2225","time":"2026-03-06T19:23:26.513128042Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5548,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-197731905720552:matrix.theocloud.dev?user_id=%40whatsapp_lid-197731905720552%3Amatrix.theocloud.dev","duration":158.75315,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iagMrDmHqhpMisgHlhpvKrII","com.beeper.exclude_from_timeline":true,"displayname":"+4917670764502 (WA)","membership":"join"},"time":"2026-03-06T19:23:26.536756568Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5551,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631572023:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631572023%3Amatrix.theocloud.dev","duration":63.863154,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917631572023 (WA)"},"time":"2026-03-06T19:23:26.566436572Z","message":"Request completed"} +{"level":"debug","transaction_id":"2226","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:26.566648403Z","message":"Starting handling of transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:26.567444744Z","message":""} +{"level":"debug","transaction_id":"2226","time":"2026-03-06T19:23:26.569136043Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5552,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-42717778305055:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.888653,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hfobDmrIRJPvBJWBuzQwCwcs","com.beeper.exclude_from_timeline":true,"displayname":"+491784134011 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:26.609778619Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:26.614657586Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5554,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491756898822:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491756898822%3Amatrix.theocloud.dev","duration":5.281468,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:26.620262353Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"4917657607100@s.whatsapp.net","alternate_jid":"241506145304775@lid","time":"2026-03-06T19:23:26.620909302Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491796029484@s.whatsapp.net","time":"2026-03-06T19:23:26.621306564Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5555,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491796029484%3Amatrix.theocloud.dev","duration":6.870797,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491796029484","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:26.628492908Z","message":"Request completed"} +{"level":"debug","transaction_id":"2227","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:26.631078397Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2227","time":"2026-03-06T19:23:26.631328013Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5556,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491796029484:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491796029484%3Amatrix.theocloud.dev","duration":5.231112,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:26.634065967Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5557,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491796029484:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491796029484%3Amatrix.theocloud.dev","duration":24.311793,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491796029484 (WA)"},"time":"2026-03-06T19:23:26.658593222Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:26.659468485Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5553,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-42717778305055:matrix.theocloud.dev?user_id=%40whatsapp_lid-42717778305055%3Amatrix.theocloud.dev","duration":87.960112,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hfobDmrIRJPvBJWBuzQwCwcs","com.beeper.exclude_from_timeline":true,"displayname":"+491784134011 (WA)","membership":"join"},"time":"2026-03-06T19:23:26.698582006Z","message":"Request completed"} +{"level":"debug","transaction_id":"2228","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:26.711295033Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2228","time":"2026-03-06T19:23:26.711568605Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:26.735421814Z","message":""} +{"level":"debug","transaction_id":"2229","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:26.765069411Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2229","time":"2026-03-06T19:23:26.765183743Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5558,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-260580380246145:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":99.883504,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Ibrahim (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:26.799569645Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:26.809730079Z","message":""} +{"level":"debug","transaction_id":"2230","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:26.817064Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2230","time":"2026-03-06T19:23:26.817413211Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5559,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917631572023%3Amatrix.theocloud.dev","duration":129.932763,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<35470 bytes>","time":"2026-03-06T19:23:26.874002509Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5562,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631572023:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917631572023%3Amatrix.theocloud.dev","duration":17.072089,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:26.891431561Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5563,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/yMucGMqhRwtOhoOMhODvcOTM?user_id=%40whatsapp_4917631572023%3Amatrix.theocloud.dev","duration":11.345727,"status_code":200,"response_length":35470,"response_mime":"image/jpeg","time":"2026-03-06T19:23:26.902950357Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5564,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631572023:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917631572023%3Amatrix.theocloud.dev","duration":8.803819,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/yMucGMqhRwtOhoOMhODvcOTM"},"time":"2026-03-06T19:23:26.912125318Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5560,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-260580380246145:matrix.theocloud.dev?user_id=%40whatsapp_lid-260580380246145%3Amatrix.theocloud.dev","duration":160.674089,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Ibrahim (WA)","membership":"join"},"time":"2026-03-06T19:23:26.961002989Z","message":"Request completed"} +{"level":"debug","transaction_id":"2231","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.002275193Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2231","time":"2026-03-06T19:23:27.002589133Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5561,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491796029484%3Amatrix.theocloud.dev","duration":167.254343,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<29962 bytes>","time":"2026-03-06T19:23:27.023214375Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5567,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491796029484:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491796029484%3Amatrix.theocloud.dev","duration":9.397339,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:27.033008836Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5568,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/QOjOgihlpwAawViSMeobfGIT?user_id=%40whatsapp_491796029484%3Amatrix.theocloud.dev","duration":6.433235,"status_code":200,"response_length":29962,"response_mime":"image/jpeg","time":"2026-03-06T19:23:27.039588182Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5569,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491796029484:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491796029484%3Amatrix.theocloud.dev","duration":17.244878,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QOjOgihlpwAawViSMeobfGIT"},"time":"2026-03-06T19:23:27.057104118Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:27.058385583Z","message":"04011d43152bfd67ff6416"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5565,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-95765573664918:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":165.479094,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wAsGvRuajQqSBvCWvpxVfrUV","com.beeper.exclude_from_timeline":true,"displayname":"Raha (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:27.078886854Z","message":"Request completed"} +{"level":"debug","transaction_id":"2232","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.09029027Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2232","time":"2026-03-06T19:23:27.09064905Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5566,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-146720914698447:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":162.12967,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Illia (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:27.124187207Z","message":"Request completed"} +{"level":"debug","transaction_id":"2233","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.160253443Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2233","time":"2026-03-06T19:23:27.160619695Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5570,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-95765573664918:matrix.theocloud.dev?user_id=%40whatsapp_lid-95765573664918%3Amatrix.theocloud.dev","duration":117.583893,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wAsGvRuajQqSBvCWvpxVfrUV","com.beeper.exclude_from_timeline":true,"displayname":"Raha (WA)","membership":"join"},"time":"2026-03-06T19:23:27.197291114Z","message":"Request completed"} +{"level":"debug","transaction_id":"2234","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.218234766Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2234","time":"2026-03-06T19:23:27.218568402Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:27.228243363Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5571,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-146720914698447:matrix.theocloud.dev?user_id=%40whatsapp_lid-146720914698447%3Amatrix.theocloud.dev","duration":132.332192,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Illia (WA)","membership":"join"},"time":"2026-03-06T19:23:27.257224387Z","message":"Request completed"} +{"level":"debug","transaction_id":"2235","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.272291935Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2235","time":"2026-03-06T19:23:27.272628644Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5572,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-46462989807759:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":113.555325,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SdTmOJWpHwJTYoZGTBbbMMFd","com.beeper.exclude_from_timeline":true,"displayname":"Jakob (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:27.311882408Z","message":"Request completed"} +{"level":"debug","transaction_id":"2236","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.327548573Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2236","time":"2026-03-06T19:23:27.327872013Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5573,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-242897714737270%3Amatrix.theocloud.dev","duration":122.092557,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<69735 bytes>","time":"2026-03-06T19:23:27.363365821Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5574,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-91057719120052:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":111.500288,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xTXyjRsNQSwHdMKStsYuFhvn","com.beeper.exclude_from_timeline":true,"displayname":"+491773825063 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:27.369701906Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5576,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242897714737270:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-242897714737270%3Amatrix.theocloud.dev","duration":10.736563,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:27.374475342Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5578,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/PtEKIKQIEDUeNfbTchRCQJHk?user_id=%40whatsapp_lid-242897714737270%3Amatrix.theocloud.dev","duration":7.120203,"status_code":200,"response_length":69735,"response_mime":"image/jpeg","time":"2026-03-06T19:23:27.381714836Z","message":"Request completed"} +{"level":"debug","transaction_id":"2237","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.395768973Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2237","time":"2026-03-06T19:23:27.396070831Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5579,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-242897714737270:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-242897714737270%3Amatrix.theocloud.dev","duration":14.801589,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PtEKIKQIEDUeNfbTchRCQJHk"},"time":"2026-03-06T19:23:27.396734821Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:27.397913408Z","message":"04011d43152bfd67ff6416"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5575,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-46462989807759:matrix.theocloud.dev?user_id=%40whatsapp_lid-46462989807759%3Amatrix.theocloud.dev","duration":130.650392,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SdTmOJWpHwJTYoZGTBbbMMFd","com.beeper.exclude_from_timeline":true,"displayname":"Jakob (WA)","membership":"join"},"time":"2026-03-06T19:23:27.443377681Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:27.444368812Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5580,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917631622435%3Amatrix.theocloud.dev","duration":10.540236,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917631622435","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:27.455196728Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5581,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631622435:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631622435%3Amatrix.theocloud.dev","duration":5.96627,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:27.46155614Z","message":"Request completed"} +{"level":"debug","transaction_id":"2238","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.464031558Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2238","time":"2026-03-06T19:23:27.464320704Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5582,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631622435:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917631622435%3Amatrix.theocloud.dev","duration":28.662123,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jakob (WA)"},"time":"2026-03-06T19:23:27.490424718Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:27.491266107Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5577,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-91057719120052:matrix.theocloud.dev?user_id=%40whatsapp_lid-91057719120052%3Amatrix.theocloud.dev","duration":148.804197,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xTXyjRsNQSwHdMKStsYuFhvn","com.beeper.exclude_from_timeline":true,"displayname":"+491773825063 (WA)","membership":"join"},"time":"2026-03-06T19:23:27.519376337Z","message":"Request completed"} +{"level":"debug","transaction_id":"2239","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.531694547Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2239","time":"2026-03-06T19:23:27.531927471Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:27.562633876Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"242897714737270@lid","alternate_jid":"4917680834617@s.whatsapp.net","time":"2026-03-06T19:23:27.562703019Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5584,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_31682284303%3Amatrix.theocloud.dev","duration":4.194513,"status_code":200,"response_length":93,"response_mime":"application/json","req_body":{"username":"whatsapp_31682284303","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:27.567450334Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5585,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_31682284303:matrix.theocloud.dev/displayname?user_id=%40whatsapp_31682284303%3Amatrix.theocloud.dev","duration":2.838387,"status_code":200,"response_length":38,"response_mime":"application/json","time":"2026-03-06T19:23:27.570575773Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5583,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-115070881280105:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":77.565287,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nizar Khalifa (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:27.597834766Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5586,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_31682284303:matrix.theocloud.dev/displayname?user_id=%40whatsapp_31682284303%3Amatrix.theocloud.dev","duration":33.448201,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Siddhant (WA)"},"time":"2026-03-06T19:23:27.604164775Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"252960856604824@lid","alternate_jid":"31682284303@s.whatsapp.net","time":"2026-03-06T19:23:27.604610648Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4915733731338@s.whatsapp.net","time":"2026-03-06T19:23:27.604924658Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5588,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915733731338%3Amatrix.theocloud.dev","duration":4.082486,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915733731338","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:27.609226938Z","message":"Request completed"} +{"level":"debug","transaction_id":"2240","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.611780928Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2240","time":"2026-03-06T19:23:27.611999464Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5589,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915733731338:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915733731338%3Amatrix.theocloud.dev","duration":4.050639,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:27.613593612Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5590,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915733731338:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915733731338%3Amatrix.theocloud.dev","duration":13.089896,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915733731338 (WA)"},"time":"2026-03-06T19:23:27.626849034Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:27.627725135Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5587,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-115070881280105:matrix.theocloud.dev?user_id=%40whatsapp_lid-115070881280105%3Amatrix.theocloud.dev","duration":56.17639,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nizar Khalifa (WA)","membership":"join"},"time":"2026-03-06T19:23:27.65450564Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:27.657145117Z","message":""} +{"level":"debug","transaction_id":"2241","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.665250095Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2241","time":"2026-03-06T19:23:27.665502156Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5591,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-9461947228209:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":86.694851,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"🤏🏻😎 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:27.741996342Z","message":"Request completed"} +{"level":"debug","transaction_id":"2242","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.757779354Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2242","time":"2026-03-06T19:23:27.758018983Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5592,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917631622435%3Amatrix.theocloud.dev","duration":109.274137,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<47889 bytes>","time":"2026-03-06T19:23:27.777275317Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5594,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631622435:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917631622435%3Amatrix.theocloud.dev","duration":19.428565,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:27.797046598Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5595,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LtShlzDofdLVWGpeUFRHyIqM?user_id=%40whatsapp_4917631622435%3Amatrix.theocloud.dev","duration":13.479476,"status_code":200,"response_length":47889,"response_mime":"image/jpeg","time":"2026-03-06T19:23:27.810647669Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5596,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917631622435:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917631622435%3Amatrix.theocloud.dev","duration":13.656107,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LtShlzDofdLVWGpeUFRHyIqM"},"time":"2026-03-06T19:23:27.824567779Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5593,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-9461947228209:matrix.theocloud.dev?user_id=%40whatsapp_lid-9461947228209%3Amatrix.theocloud.dev","duration":122.287905,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"🤏🏻😎 (WA)","membership":"join"},"time":"2026-03-06T19:23:27.86503107Z","message":"Request completed"} +{"level":"debug","transaction_id":"2243","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.883715257Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2243","time":"2026-03-06T19:23:27.884012226Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5597,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-167500134244415:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":111.863327,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+5521987169367 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:27.937484117Z","message":"Request completed"} +{"level":"debug","transaction_id":"2244","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:27.953074783Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2244","time":"2026-03-06T19:23:27.953411702Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5598,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-199450228215815:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":123.840078,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ueHGVqQluxwydpXALcBNjGZi","com.beeper.exclude_from_timeline":true,"displayname":"🏋️Матвей (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:27.9899595Z","message":"Request completed"} +{"level":"debug","transaction_id":"2245","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.010252362Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2245","time":"2026-03-06T19:23:28.010654444Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5599,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-167500134244415:matrix.theocloud.dev?user_id=%40whatsapp_lid-167500134244415%3Amatrix.theocloud.dev","duration":138.023005,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+5521987169367 (WA)","membership":"join"},"time":"2026-03-06T19:23:28.076323438Z","message":"Request completed"} +{"level":"debug","transaction_id":"2246","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.106962376Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2246","time":"2026-03-06T19:23:28.107193693Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5600,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-199450228215815:matrix.theocloud.dev?user_id=%40whatsapp_lid-199450228215815%3Amatrix.theocloud.dev","duration":145.481454,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ueHGVqQluxwydpXALcBNjGZi","com.beeper.exclude_from_timeline":true,"displayname":"🏋️Матвей (WA)","membership":"join"},"time":"2026-03-06T19:23:28.136210894Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:28.137085528Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5602,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491784134011%3Amatrix.theocloud.dev","duration":11.43687,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491784134011","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:28.148813292Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5603,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491784134011:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491784134011%3Amatrix.theocloud.dev","duration":8.536324,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:28.157729767Z","message":"Request completed"} +{"level":"debug","transaction_id":"2247","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.159643443Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2247","time":"2026-03-06T19:23:28.159914501Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:28.166442163Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5605,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915733731338:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915733731338%3Amatrix.theocloud.dev","duration":4.267289,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:28.171052237Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491736669329@s.whatsapp.net","alternate_jid":"150147879182516@lid","time":"2026-03-06T19:23:28.171536733Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917629651824@s.whatsapp.net","time":"2026-03-06T19:23:28.17183007Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5604,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491784134011:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491784134011%3Amatrix.theocloud.dev","duration":14.503153,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491784134011 (WA)"},"time":"2026-03-06T19:23:28.172424288Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:28.17317991Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5606,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917629651824%3Amatrix.theocloud.dev","duration":3.653516,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917629651824","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:28.175705754Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5607,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917629651824:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917629651824%3Amatrix.theocloud.dev","duration":2.207223,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:28.178299623Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5601,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-151466652258375:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":129.932903,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tANcdERwLashaSrYAvcDCKdn","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Azimi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:28.207253129Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5608,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917629651824:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917629651824%3Amatrix.theocloud.dev","duration":39.783448,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917629651824 (WA)"},"time":"2026-03-06T19:23:28.218286661Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:28.219102557Z","message":""} +{"level":"debug","transaction_id":"2248","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.22355835Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2248","time":"2026-03-06T19:23:28.223864748Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5609,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-151466652258375:matrix.theocloud.dev?user_id=%40whatsapp_lid-151466652258375%3Amatrix.theocloud.dev","duration":93.210429,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tANcdERwLashaSrYAvcDCKdn","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Azimi (WA)","membership":"join"},"time":"2026-03-06T19:23:28.301259201Z","message":"Request completed"} +{"level":"debug","transaction_id":"2249","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.313089283Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2249","time":"2026-03-06T19:23:28.313326118Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917623702252@s.whatsapp.net","portal_mxid":"!LBUTlwigiMBbyeQwfV:matrix.theocloud.dev","event_loop_index":16,"action":"handle matrix event","event_id":"$TeZVnflFRJbBYALTu0ddahzxYxyBpEY6zXjedISAbZg","event_type":"m.room.member","event_id":"$TeZVnflFRJbBYALTu0ddahzxYxyBpEY6zXjedISAbZg","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:28.313749502Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"2250","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.326264317Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2250","time":"2026-03-06T19:23:28.326593204Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:28.331421186Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:28.389356762Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5610,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-198268692730012:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":94.841664,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Charles Grütte (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:28.396835955Z","message":"Request completed"} +{"level":"debug","transaction_id":"2251","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.431013448Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2251","time":"2026-03-06T19:23:28.431282619Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5611,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491784134011%3Amatrix.theocloud.dev","duration":107.652401,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<55575 bytes>","time":"2026-03-06T19:23:28.446598945Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5614,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491784134011:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491784134011%3Amatrix.theocloud.dev","duration":2.52731,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:28.449424761Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5615,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LGDkGLdxDoMtgLefxezWdwjt?user_id=%40whatsapp_491784134011%3Amatrix.theocloud.dev","duration":4.013063,"status_code":200,"response_length":55575,"response_mime":"image/jpeg","time":"2026-03-06T19:23:28.453611731Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5616,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491784134011:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491784134011%3Amatrix.theocloud.dev","duration":14.818002,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LGDkGLdxDoMtgLefxezWdwjt"},"time":"2026-03-06T19:23:28.468654974Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5612,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917629651824%3Amatrix.theocloud.dev","duration":151.35679,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<50641 bytes>","time":"2026-03-06T19:23:28.548610471Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5618,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917629651824:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917629651824%3Amatrix.theocloud.dev","duration":9.665393,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:28.558636599Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5613,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-198268692730012:matrix.theocloud.dev?user_id=%40whatsapp_lid-198268692730012%3Amatrix.theocloud.dev","duration":172.846608,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Charles Grütte (WA)","membership":"join"},"time":"2026-03-06T19:23:28.57051606Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5619,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/NXtmxxGoKAULgrpVWCCWiGSL?user_id=%40whatsapp_4917629651824%3Amatrix.theocloud.dev","duration":20.907893,"status_code":200,"response_length":50641,"response_mime":"image/jpeg","time":"2026-03-06T19:23:28.57967789Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5621,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917629651824:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917629651824%3Amatrix.theocloud.dev","duration":17.591645,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NXtmxxGoKAULgrpVWCCWiGSL"},"time":"2026-03-06T19:23:28.597512098Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917663685614@s.whatsapp.net","time":"2026-03-06T19:23:28.598448961Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","transaction_id":"2252","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.598998689Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2252","time":"2026-03-06T19:23:28.599271981Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5622,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917663685614%3Amatrix.theocloud.dev","duration":5.039604,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917663685614","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:28.603777013Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5623,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663685614:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663685614%3Amatrix.theocloud.dev","duration":8.112452,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:28.612231342Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5624,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663685614:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663685614%3Amatrix.theocloud.dev","duration":21.571324,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917663685614 (WA)"},"time":"2026-03-06T19:23:28.634004021Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:28.63483228Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5617,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66662220976313:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":176.918059,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VbuQUzvHAEzAXXFZFRRmjwLh","com.beeper.exclude_from_timeline":true,"displayname":"Alex (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:28.646312453Z","message":"Request completed"} +{"level":"debug","transaction_id":"2253","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.663380771Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2253","time":"2026-03-06T19:23:28.663680254Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5620,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-35472185270487:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":138.373124,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/aGIkoYZtmMGdsipWSbCCBnSl","com.beeper.exclude_from_timeline":true,"displayname":"Neesha (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:28.709790078Z","message":"Request completed"} +{"level":"debug","transaction_id":"2254","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.724961481Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2254","time":"2026-03-06T19:23:28.726049902Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5625,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66662220976313:matrix.theocloud.dev?user_id=%40whatsapp_lid-66662220976313%3Amatrix.theocloud.dev","duration":104.265334,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VbuQUzvHAEzAXXFZFRRmjwLh","com.beeper.exclude_from_timeline":true,"displayname":"Alex (WA)","membership":"join"},"time":"2026-03-06T19:23:28.751303657Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:28.75227146Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5627,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917616858177%3Amatrix.theocloud.dev","duration":8.019841,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917616858177","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:28.760636531Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5628,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917616858177:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917616858177%3Amatrix.theocloud.dev","duration":7.311501,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:28.768380146Z","message":"Request completed"} +{"level":"debug","transaction_id":"2255","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.769915696Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2255","time":"2026-03-06T19:23:28.770177325Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5629,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917616858177:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917616858177%3Amatrix.theocloud.dev","duration":13.048549,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"vladislavilcuk8 (WA)"},"time":"2026-03-06T19:23:28.781627606Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:28.782529129Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:28.785172936Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5630,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663685614:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917663685614%3Amatrix.theocloud.dev","duration":3.458097,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:28.78897745Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5631,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915560620181%3Amatrix.theocloud.dev","duration":5.145555,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915560620181","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:28.79510338Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5632,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915560620181:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915560620181%3Amatrix.theocloud.dev","duration":5.570474,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:28.801014615Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5626,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-35472185270487:matrix.theocloud.dev?user_id=%40whatsapp_lid-35472185270487%3Amatrix.theocloud.dev","duration":94.101616,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/aGIkoYZtmMGdsipWSbCCBnSl","com.beeper.exclude_from_timeline":true,"displayname":"Neesha (WA)","membership":"join"},"time":"2026-03-06T19:23:28.811684827Z","message":"Request completed"} +{"level":"debug","transaction_id":"2256","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.824908681Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2256","time":"2026-03-06T19:23:28.825160741Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5633,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915560620181:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915560620181%3Amatrix.theocloud.dev","duration":35.53732,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Lorena (WA)"},"time":"2026-03-06T19:23:28.83674442Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"80565550247962@lid","alternate_jid":"4915560620181@s.whatsapp.net","time":"2026-03-06T19:23:28.837277247Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"142237052747971@lid","alternate_jid":"4917680622993@s.whatsapp.net","time":"2026-03-06T19:23:28.837429572Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"198041059483854@lid","alternate_jid":"491605556877@s.whatsapp.net","time":"2026-03-06T19:23:28.837539644Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5635,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917656906867%3Amatrix.theocloud.dev","duration":8.430862,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917656906867","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:28.846537694Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5636,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656906867:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917656906867%3Amatrix.theocloud.dev","duration":8.079975,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:28.854990627Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5637,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656906867:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917656906867%3Amatrix.theocloud.dev","duration":14.802916,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Emre-Can (WA)"},"time":"2026-03-06T19:23:28.869999507Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"210453582090448@lid","alternate_jid":"4917656906867@s.whatsapp.net","time":"2026-03-06T19:23:28.870590163Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5638,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915238927724%3Amatrix.theocloud.dev","duration":5.277626,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915238927724","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:28.876444336Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5639,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915238927724:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915238927724%3Amatrix.theocloud.dev","duration":4.467806,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:28.881290268Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5634,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-79564369862829:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":101.897473,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/flJkpRufCIwToDVTWBMGyAsV","com.beeper.exclude_from_timeline":true,"displayname":"Batu (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:28.914519513Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:28.932240925Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5640,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915238927724:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915238927724%3Amatrix.theocloud.dev","duration":51.509674,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"hanneskannes (WA)"},"time":"2026-03-06T19:23:28.933009259Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"25628103458978@lid","alternate_jid":"4915238927724@s.whatsapp.net","time":"2026-03-06T19:23:28.933616118Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"4917621539471@s.whatsapp.net","time":"2026-03-06T19:23:28.934001298Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","transaction_id":"2257","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:28.936537827Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2257","time":"2026-03-06T19:23:28.936814193Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5642,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917621539471%3Amatrix.theocloud.dev","duration":5.805145,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917621539471","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:28.940102085Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5643,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621539471:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917621539471%3Amatrix.theocloud.dev","duration":7.699894,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:28.948189253Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5645,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621539471:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917621539471%3Amatrix.theocloud.dev","duration":19.345872,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917621539471 (WA)"},"time":"2026-03-06T19:23:28.967770005Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:28.968702328Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5641,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-79564369862829:matrix.theocloud.dev?user_id=%40whatsapp_lid-79564369862829%3Amatrix.theocloud.dev","duration":94.361289,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/flJkpRufCIwToDVTWBMGyAsV","com.beeper.exclude_from_timeline":true,"displayname":"Batu (WA)","membership":"join"},"time":"2026-03-06T19:23:29.009638451Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:29.010518044Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5646,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915206670209%3Amatrix.theocloud.dev","duration":6.390841,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915206670209","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:29.017226947Z","message":"Request completed"} +{"level":"debug","transaction_id":"2258","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:29.035971617Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2258","time":"2026-03-06T19:23:29.036289119Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5647,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915206670209:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915206670209%3Amatrix.theocloud.dev","duration":19.951334,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:29.037658516Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5644,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917616858177%3Amatrix.theocloud.dev","duration":126.807325,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<38950 bytes>","time":"2026-03-06T19:23:29.067461163Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5648,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915206670209:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915206670209%3Amatrix.theocloud.dev","duration":31.764794,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915206670209 (WA)"},"time":"2026-03-06T19:23:29.069645338Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5649,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917616858177:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917616858177%3Amatrix.theocloud.dev","duration":2.210994,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:29.070068721Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:29.070562436Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5650,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/TWDQsXQOswgwfFNyQfxoSvFG?user_id=%40whatsapp_4917616858177%3Amatrix.theocloud.dev","duration":3.062581,"status_code":200,"response_length":38950,"response_mime":"image/jpeg","time":"2026-03-06T19:23:29.07329159Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5651,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917616858177:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917616858177%3Amatrix.theocloud.dev","duration":4.541001,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TWDQsXQOswgwfFNyQfxoSvFG"},"time":"2026-03-06T19:23:29.078184944Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:29.079070194Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5652,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917643655863%3Amatrix.theocloud.dev","duration":4.493787,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917643655863","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:29.083867446Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5653,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917643655863:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917643655863%3Amatrix.theocloud.dev","duration":5.277626,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:29.089519287Z","message":"Request completed"} +{"level":"debug","transaction_id":"2259","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:29.112191463Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2259","time":"2026-03-06T19:23:29.112315014Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5654,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917643655863:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917643655863%3Amatrix.theocloud.dev","duration":24.504417,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917643655863 (WA)"},"time":"2026-03-06T19:23:29.114239656Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:29.114809568Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:29.220178269Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:29.264465491Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5655,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915206670209%3Amatrix.theocloud.dev","duration":91.114047,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<50481 bytes>","time":"2026-03-06T19:23:29.319228415Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5657,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915206670209:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915206670209%3Amatrix.theocloud.dev","duration":1.691089,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:29.321371942Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:29.32216961Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5658,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/LsgcXxrUhTRRBFjRTRZvfCwL?user_id=%40whatsapp_4915206670209%3Amatrix.theocloud.dev","duration":1.703521,"status_code":200,"response_length":50481,"response_mime":"image/jpeg","time":"2026-03-06T19:23:29.323226113Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5659,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915206670209:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915206670209%3Amatrix.theocloud.dev","duration":4.04575,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LsgcXxrUhTRRBFjRTRZvfCwL"},"time":"2026-03-06T19:23:29.327639861Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5656,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917643655863%3Amatrix.theocloud.dev","duration":90.565156,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34930 bytes>","time":"2026-03-06T19:23:29.366556986Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5662,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917643655863:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917643655863%3Amatrix.theocloud.dev","duration":3.292222,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:29.370237181Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5663,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/HEYbsdWGfxSVbkYseioquJXY?user_id=%40whatsapp_4917643655863%3Amatrix.theocloud.dev","duration":3.492948,"status_code":200,"response_length":34930,"response_mime":"image/jpeg","time":"2026-03-06T19:23:29.373856684Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5664,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917643655863:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917643655863%3Amatrix.theocloud.dev","duration":10.76422,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/HEYbsdWGfxSVbkYseioquJXY"},"time":"2026-03-06T19:23:29.384854456Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5660,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66189975912485:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":101.660009,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":". (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:29.430369504Z","message":"Request completed"} +{"level":"debug","transaction_id":"2260","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:29.456913384Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2260","time":"2026-03-06T19:23:29.457164746Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5661,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917621539471%3Amatrix.theocloud.dev","duration":124.308231,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<45063 bytes>","time":"2026-03-06T19:23:29.458804361Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5667,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621539471:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917621539471%3Amatrix.theocloud.dev","duration":5.009013,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:29.464107969Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5668,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/kFIufrKainWlcYsRHZnBIWOw?user_id=%40whatsapp_4917621539471%3Amatrix.theocloud.dev","duration":6.270293,"status_code":200,"response_length":45063,"response_mime":"image/jpeg","time":"2026-03-06T19:23:29.470530938Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5669,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621539471:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917621539471%3Amatrix.theocloud.dev","duration":9.354665,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kFIufrKainWlcYsRHZnBIWOw"},"time":"2026-03-06T19:23:29.480114196Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5670,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915124120175%3Amatrix.theocloud.dev","duration":8.112871,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915124120175","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:29.48929244Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5671,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915124120175:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915124120175%3Amatrix.theocloud.dev","duration":3.050219,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:29.492689006Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5665,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-75930894614615:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":143.652775,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Vincent (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:29.529269629Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5672,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915124120175:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915124120175%3Amatrix.theocloud.dev","duration":39.051571,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Mumen Moawia (WA)"},"time":"2026-03-06T19:23:29.531903239Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"70476638453883@lid","alternate_jid":"4915124120175@s.whatsapp.net","time":"2026-03-06T19:23:29.532449405Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"75930894614615@lid","alternate_jid":"4917684328837@s.whatsapp.net","time":"2026-03-06T19:23:29.532573794Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5674,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915221654021:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915221654021%3Amatrix.theocloud.dev","duration":16.541847,"status_code":200,"response_length":37,"response_mime":"application/json","time":"2026-03-06T19:23:29.549376642Z","message":"Request completed"} +{"level":"debug","transaction_id":"2261","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:29.567005094Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2261","time":"2026-03-06T19:23:29.56725464Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5666,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66189975912485:matrix.theocloud.dev?user_id=%40whatsapp_lid-66189975912485%3Amatrix.theocloud.dev","duration":159.284858,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":". (WA)","membership":"join"},"time":"2026-03-06T19:23:29.590478221Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:29.591362703Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5675,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915221654021:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915221654021%3Amatrix.theocloud.dev","duration":43.762846,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Jens B. (WA)"},"time":"2026-03-06T19:23:29.593290836Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"140325221875807@lid","alternate_jid":"4915221654021@s.whatsapp.net","time":"2026-03-06T19:23:29.593719877Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5676,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491639858669%3Amatrix.theocloud.dev","duration":19.148708,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491639858669","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:29.610809077Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5677,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915771666982%3Amatrix.theocloud.dev","duration":18.641095,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915771666982","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:29.61286614Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5678,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639858669:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491639858669%3Amatrix.theocloud.dev","duration":6.508316,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:29.617748878Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5679,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915771666982:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915771666982%3Amatrix.theocloud.dev","duration":7.816949,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:29.620995423Z","message":"Request completed"} +{"level":"debug","transaction_id":"2262","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:29.624450867Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2262","time":"2026-03-06T19:23:29.624699016Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5680,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639858669:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491639858669%3Amatrix.theocloud.dev","duration":80.390474,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Tino (WA)"},"time":"2026-03-06T19:23:29.698403775Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5681,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915771666982:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915771666982%3Amatrix.theocloud.dev","duration":77.768249,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Andrey (WA)"},"time":"2026-03-06T19:23:29.698940582Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:29.699385896Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"172988750102720@lid","alternate_jid":"4915771666982@s.whatsapp.net","time":"2026-03-06T19:23:29.700578312Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5682,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491794370675%3Amatrix.theocloud.dev","duration":3.491692,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491794370675","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:29.704448618Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5683,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491794370675:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491794370675%3Amatrix.theocloud.dev","duration":1.878545,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:29.706641733Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5673,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-75930894614615:matrix.theocloud.dev?user_id=%40whatsapp_lid-75930894614615%3Amatrix.theocloud.dev","duration":195.664336,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Vincent (WA)","membership":"join"},"time":"2026-03-06T19:23:29.725623378Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:29.726506882Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5685,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_919766453850%3Amatrix.theocloud.dev","duration":7.759259,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_919766453850","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:29.734537269Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5684,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491794370675:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491794370675%3Amatrix.theocloud.dev","duration":31.254597,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Pat (WA)"},"time":"2026-03-06T19:23:29.738075125Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"247824025391160@lid","alternate_jid":"491794370675@s.whatsapp.net","time":"2026-03-06T19:23:29.738662219Z","message":"Synced alternate ghost with info"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5686,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_919766453850:matrix.theocloud.dev/displayname?user_id=%40whatsapp_919766453850%3Amatrix.theocloud.dev","duration":5.972766,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:29.740819435Z","message":"Request completed"} +{"level":"debug","transaction_id":"2263","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:29.742723962Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2263","time":"2026-03-06T19:23:29.743001236Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5687,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":6.547357,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-253395034206287","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:29.745894938Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5689,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-253395034206287:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":2.672024,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:29.748922458Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5688,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_919766453850:matrix.theocloud.dev/displayname?user_id=%40whatsapp_919766453850%3Amatrix.theocloud.dev","duration":12.328896,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+919766453850 (WA)"},"time":"2026-03-06T19:23:29.753321539Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:29.753905211Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5690,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-253395034206287:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":6.934283,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wiktor (WA)"},"time":"2026-03-06T19:23:29.756008578Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:29.756495518Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:29.858510117Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:29.910946946Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5692,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_919766453850:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_919766453850%3Amatrix.theocloud.dev","duration":3.477583,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:29.914795112Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5691,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491639858669%3Amatrix.theocloud.dev","duration":97.315545,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<55766 bytes>","time":"2026-03-06T19:23:29.964673552Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5694,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639858669:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491639858669%3Amatrix.theocloud.dev","duration":2.908579,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:29.967951177Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5695,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ILTpNHMaPFhSulRhmTDQAcRW?user_id=%40whatsapp_491639858669%3Amatrix.theocloud.dev","duration":3.041418,"status_code":200,"response_length":55766,"response_mime":"image/jpeg","time":"2026-03-06T19:23:29.97115449Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5696,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639858669:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491639858669%3Amatrix.theocloud.dev","duration":6.543097,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ILTpNHMaPFhSulRhmTDQAcRW"},"time":"2026-03-06T19:23:29.977971997Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5693,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-135437549052023:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":99.08814,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Leander (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:30.014922994Z","message":"Request completed"} +{"level":"warn","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","started_at":"2026-03-06T19:22:00.030663244Z","time":"2026-03-06T19:23:30.031049629Z","message":"Event handling is taking long"} +{"level":"debug","transaction_id":"2264","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.037492921Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2264","time":"2026-03-06T19:23:30.037870418Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5697,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-181380881375395:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":133.007147,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IQvEzDbWDsPwtPJbAgULKVeP","com.beeper.exclude_from_timeline":true,"displayname":"+33783410767 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:30.111963989Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:30.141930625Z","message":""} +{"level":"debug","transaction_id":"2265","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.146471486Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2265","time":"2026-03-06T19:23:30.146842698Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5698,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-135437549052023:matrix.theocloud.dev?user_id=%40whatsapp_lid-135437549052023%3Amatrix.theocloud.dev","duration":141.426765,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Leander (WA)","membership":"join"},"time":"2026-03-06T19:23:30.157239129Z","message":"Request completed"} +{"level":"debug","transaction_id":"2266","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.184372057Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2266","time":"2026-03-06T19:23:30.184618391Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5699,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-181380881375395:matrix.theocloud.dev?user_id=%40whatsapp_lid-181380881375395%3Amatrix.theocloud.dev","duration":146.087545,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IQvEzDbWDsPwtPJbAgULKVeP","com.beeper.exclude_from_timeline":true,"displayname":"+33783410767 (WA)","membership":"join"},"time":"2026-03-06T19:23:30.258676621Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:30.259629199Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5701,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_380678583807%3Amatrix.theocloud.dev","duration":11.586054,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_380678583807","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:30.271488196Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5702,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380678583807:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380678583807%3Amatrix.theocloud.dev","duration":9.410399,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:30.281227342Z","message":"Request completed"} +{"level":"debug","transaction_id":"2267","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.286729791Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2267","time":"2026-03-06T19:23:30.286938549Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5700,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-182961395781844:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":154.062896,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iEYebzGDOAkIIyPewuWwttdV","com.beeper.exclude_from_timeline":true,"displayname":"Dmytro (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:30.312048568Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5703,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380678583807:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380678583807%3Amatrix.theocloud.dev","duration":43.324726,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Костя (WA)"},"time":"2026-03-06T19:23:30.324745881Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:30.325347851Z","message":""} +{"level":"debug","transaction_id":"2268","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.326643005Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2268","time":"2026-03-06T19:23:30.32690631Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5705,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-182961395781844:matrix.theocloud.dev?user_id=%40whatsapp_lid-182961395781844%3Amatrix.theocloud.dev","duration":73.297719,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iEYebzGDOAkIIyPewuWwttdV","com.beeper.exclude_from_timeline":true,"displayname":"Dmytro (WA)","membership":"join"},"time":"2026-03-06T19:23:30.386097021Z","message":"Request completed"} +{"level":"debug","transaction_id":"2269","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.398031866Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2269","time":"2026-03-06T19:23:30.398265139Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5704,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":136.649208,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<244729 bytes>","time":"2026-03-06T19:23:30.442545796Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5707,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-253395034206287:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":16.1156,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:30.458985394Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5708,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/FHAuvjPFEtaXampBgJhSiHGe?user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":5.26694,"status_code":200,"response_length":244729,"response_mime":"image/jpeg","time":"2026-03-06T19:23:30.464402705Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5709,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-253395034206287:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":5.168462,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FHAuvjPFEtaXampBgJhSiHGe"},"time":"2026-03-06T19:23:30.469828536Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5710,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_48538383907%3Amatrix.theocloud.dev","duration":3.196468,"status_code":200,"response_length":93,"response_mime":"application/json","req_body":{"username":"whatsapp_48538383907","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:30.474039532Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5711,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_48538383907:matrix.theocloud.dev/displayname?user_id=%40whatsapp_48538383907%3Amatrix.theocloud.dev","duration":2.447271,"status_code":200,"response_length":38,"response_mime":"application/json","time":"2026-03-06T19:23:30.476882319Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:30.49671569Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5706,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-38504566390811:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":113.058887,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wwYmacyEqsOYwkZsEJSbjqKM","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Al koudsi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:30.500054566Z","message":"Request completed"} +{"level":"warn","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","started_at":"2026-03-06T19:22:00.504833518Z","time":"2026-03-06T19:23:30.505029077Z","message":"Event handling is taking long"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5712,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_48538383907:matrix.theocloud.dev/displayname?user_id=%40whatsapp_48538383907%3Amatrix.theocloud.dev","duration":36.141176,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Wiktor (WA)"},"time":"2026-03-06T19:23:30.513170234Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:30.513705225Z","message":""} +{"level":"debug","transaction_id":"2270","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.517637761Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2270","time":"2026-03-06T19:23:30.517864608Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5713,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-38504566390811:matrix.theocloud.dev?user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":60.229543,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wwYmacyEqsOYwkZsEJSbjqKM","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Al koudsi (WA)","membership":"join"},"time":"2026-03-06T19:23:30.561033587Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:30.561651131Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5715,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_79858320925%3Amatrix.theocloud.dev","duration":7.790339,"status_code":200,"response_length":93,"response_mime":"application/json","req_body":{"username":"whatsapp_79858320925","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:30.56962781Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5716,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_79858320925:matrix.theocloud.dev/displayname?user_id=%40whatsapp_79858320925%3Amatrix.theocloud.dev","duration":4.685784,"status_code":200,"response_length":38,"response_mime":"application/json","time":"2026-03-06T19:23:30.574566701Z","message":"Request completed"} +{"level":"debug","transaction_id":"2271","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.578437217Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2271","time":"2026-03-06T19:23:30.578671328Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5717,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_79858320925:matrix.theocloud.dev/displayname?user_id=%40whatsapp_79858320925%3Amatrix.theocloud.dev","duration":8.753603,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Shane (WA)"},"time":"2026-03-06T19:23:30.583462712Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:30.58404792Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5714,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_380678583807%3Amatrix.theocloud.dev","duration":91.969822,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<41210 bytes>","time":"2026-03-06T19:23:30.595214083Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5718,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380678583807:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380678583807%3Amatrix.theocloud.dev","duration":1.488547,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:30.597083689Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5719,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/JxLLopkHOwyTpQPJwkvJwafT?user_id=%40whatsapp_380678583807%3Amatrix.theocloud.dev","duration":1.397193,"status_code":200,"response_length":41210,"response_mime":"image/jpeg","time":"2026-03-06T19:23:30.598617284Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5720,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380678583807:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380678583807%3Amatrix.theocloud.dev","duration":2.597431,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JxLLopkHOwyTpQPJwkvJwafT"},"time":"2026-03-06T19:23:30.601405385Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5721,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-198964544585847:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":43.928233,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917632073067 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:30.64637706Z","message":"Request completed"} +{"level":"debug","transaction_id":"2272","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.66002723Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2272","time":"2026-03-06T19:23:30.660348714Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:30.666928269Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5722,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-198964544585847:matrix.theocloud.dev?user_id=%40whatsapp_lid-198964544585847%3Amatrix.theocloud.dev","duration":74.966668,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917632073067 (WA)","membership":"join"},"time":"2026-03-06T19:23:30.722145237Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:30.72304676Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5724,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491775603928%3Amatrix.theocloud.dev","duration":12.741313,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491775603928","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:30.7361039Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5725,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491775603928:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491775603928%3Amatrix.theocloud.dev","duration":6.945248,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:30.743470367Z","message":"Request completed"} +{"level":"debug","transaction_id":"2273","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.745658524Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2273","time":"2026-03-06T19:23:30.74597463Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:30.754696175Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5726,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491775603928:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491775603928%3Amatrix.theocloud.dev","duration":10.915917,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491775603928 (WA)"},"time":"2026-03-06T19:23:30.754652105Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:30.757603915Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5727,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_79858320925:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_79858320925%3Amatrix.theocloud.dev","duration":2.936166,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:30.757980295Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5723,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_48538383907%3Amatrix.theocloud.dev","duration":126.126363,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<244729 bytes>","time":"2026-03-06T19:23:30.805365228Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5729,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_48538383907:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_48538383907%3Amatrix.theocloud.dev","duration":2.900617,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:30.808678054Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5730,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/BRrNOtdvuYSHUwBdFKzmBApy?user_id=%40whatsapp_48538383907%3Amatrix.theocloud.dev","duration":3.026542,"status_code":200,"response_length":244729,"response_mime":"image/jpeg","time":"2026-03-06T19:23:30.811846585Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5731,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_48538383907:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_48538383907%3Amatrix.theocloud.dev","duration":14.15911,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BRrNOtdvuYSHUwBdFKzmBApy"},"time":"2026-03-06T19:23:30.826254613Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"253395034206287@lid","alternate_jid":"48538383907@s.whatsapp.net","time":"2026-03-06T19:23:30.826847992Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"266657507356684@lid","alternate_jid":"4915150515988@s.whatsapp.net","time":"2026-03-06T19:23:30.826965886Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","jid":"491605556877@s.whatsapp.net","alternate_jid":"198041059483854@lid","time":"2026-03-06T19:23:30.827062757Z","message":"Synced alternate ghost with info"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491735647870@s.whatsapp.net","time":"2026-03-06T19:23:30.827414203Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5732,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491735647870%3Amatrix.theocloud.dev","duration":5.101135,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491735647870","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:30.832790586Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5728,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-48498888163368:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":89.268187,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xhbUITlxJOdMRvABLbPxiYRY","com.beeper.exclude_from_timeline":true,"displayname":"Florian Weis (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:30.848238844Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5733,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491735647870:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491735647870%3Amatrix.theocloud.dev","duration":15.872689,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:30.849009972Z","message":"Request completed"} +{"level":"debug","transaction_id":"2274","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.86871183Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2274","time":"2026-03-06T19:23:30.869051821Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5735,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491735647870:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491735647870%3Amatrix.theocloud.dev","duration":39.373473,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491735647870 (WA)"},"time":"2026-03-06T19:23:30.888540311Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:30.889081309Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:30.911436611Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5734,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-48498888163368:matrix.theocloud.dev?user_id=%40whatsapp_lid-48498888163368%3Amatrix.theocloud.dev","duration":68.383761,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xhbUITlxJOdMRvABLbPxiYRY","com.beeper.exclude_from_timeline":true,"displayname":"Florian Weis (WA)","membership":"join"},"time":"2026-03-06T19:23:30.917474889Z","message":"Request completed"} +{"level":"debug","transaction_id":"2275","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.935074077Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2275","time":"2026-03-06T19:23:30.935419587Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5736,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-166829649616999:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.565835,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"M (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:30.980757864Z","message":"Request completed"} +{"level":"debug","transaction_id":"2276","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:30.992275891Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2276","time":"2026-03-06T19:23:30.992622309Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5737,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491775603928%3Amatrix.theocloud.dev","duration":115.488697,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<36518 bytes>","time":"2026-03-06T19:23:31.040056132Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5739,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491775603928:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491775603928%3Amatrix.theocloud.dev","duration":13.419621,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:31.053894457Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5740,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/GCYytoNwhVInEiziULJVWmLv?user_id=%40whatsapp_491775603928%3Amatrix.theocloud.dev","duration":8.446228,"status_code":200,"response_length":36518,"response_mime":"image/jpeg","time":"2026-03-06T19:23:31.062493289Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5741,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491775603928:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491775603928%3Amatrix.theocloud.dev","duration":16.655899,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GCYytoNwhVInEiziULJVWmLv"},"time":"2026-03-06T19:23:31.079425275Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5738,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-166829649616999:matrix.theocloud.dev?user_id=%40whatsapp_lid-166829649616999%3Amatrix.theocloud.dev","duration":131.272197,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"M (WA)","membership":"join"},"time":"2026-03-06T19:23:31.112634755Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:31.113824796Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5743,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917641239669%3Amatrix.theocloud.dev","duration":19.054001,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917641239669","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:31.133172414Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5744,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641239669:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641239669%3Amatrix.theocloud.dev","duration":4.564677,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:31.138133166Z","message":"Request completed"} +{"level":"debug","transaction_id":"2277","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.140228013Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2277","time":"2026-03-06T19:23:31.140472251Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5745,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641239669:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641239669%3Amatrix.theocloud.dev","duration":16.489815,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Pablo (WA)"},"time":"2026-03-06T19:23:31.154812882Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:31.155640442Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:31.158152666Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5746,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491735647870:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491735647870%3Amatrix.theocloud.dev","duration":2.341879,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:31.160813864Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"491741987498@s.whatsapp.net","time":"2026-03-06T19:23:31.161601125Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5747,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491741987498%3Amatrix.theocloud.dev","duration":3.247942,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491741987498","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:31.165124385Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5748,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741987498:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491741987498%3Amatrix.theocloud.dev","duration":6.60819,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:31.171973321Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5742,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-40570445631616:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":108.335108,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nick (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:31.189047017Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5749,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741987498:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491741987498%3Amatrix.theocloud.dev","duration":30.431645,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491741987498 (WA)"},"time":"2026-03-06T19:23:31.20259396Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:31.203251664Z","message":""} +{"level":"debug","transaction_id":"2278","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.205118616Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2278","time":"2026-03-06T19:23:31.205405598Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5750,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-40570445631616:matrix.theocloud.dev?user_id=%40whatsapp_lid-40570445631616%3Amatrix.theocloud.dev","duration":64.795268,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nick (WA)","membership":"join"},"time":"2026-03-06T19:23:31.254492655Z","message":"Request completed"} +{"level":"debug","transaction_id":"2279","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.260190033Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2279","time":"2026-03-06T19:23:31.260475828Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5751,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-138770527572092:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":50.522175,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SMHnOtFWDxFvinmocLCUAdhe","com.beeper.exclude_from_timeline":true,"displayname":"+491749058614 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:31.305846791Z","message":"Request completed"} +{"level":"debug","transaction_id":"2280","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.319060447Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2280","time":"2026-03-06T19:23:31.319361607Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:31.32469797Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5753,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641239669:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917641239669%3Amatrix.theocloud.dev","duration":4.914796,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:31.329917069Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:31.364473805Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5752,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-138770527572092:matrix.theocloud.dev?user_id=%40whatsapp_lid-138770527572092%3Amatrix.theocloud.dev","duration":94.789841,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SMHnOtFWDxFvinmocLCUAdhe","com.beeper.exclude_from_timeline":true,"displayname":"+491749058614 (WA)","membership":"join"},"time":"2026-03-06T19:23:31.401427176Z","message":"Request completed"} +{"level":"debug","transaction_id":"2281","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.4233086Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2281","time":"2026-03-06T19:23:31.423688262Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5754,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-29888778084533:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":133.059249,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Martin Kuhn (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:31.464097565Z","message":"Request completed"} +{"level":"debug","transaction_id":"2282","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.485650241Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2282","time":"2026-03-06T19:23:31.485987369Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5755,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-108456681980086:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":156.727795,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RwxeVmcOQFgdXMwsSIHhRZJS","com.beeper.exclude_from_timeline":true,"displayname":"+4917656794491 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:31.559408988Z","message":"Request completed"} +{"level":"debug","transaction_id":"2283","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.580539608Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2283","time":"2026-03-06T19:23:31.580937988Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5756,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-29888778084533:matrix.theocloud.dev?user_id=%40whatsapp_lid-29888778084533%3Amatrix.theocloud.dev","duration":221.879748,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Martin Kuhn (WA)","membership":"join"},"time":"2026-03-06T19:23:31.686560006Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5757,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491741987498%3Amatrix.theocloud.dev","duration":176.799467,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<62043 bytes>","time":"2026-03-06T19:23:31.694050792Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5760,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741987498:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491741987498%3Amatrix.theocloud.dev","duration":6.859203,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:31.701282184Z","message":"Request completed"} +{"level":"debug","transaction_id":"2284","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.704750548Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2284","time":"2026-03-06T19:23:31.705031942Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5761,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/EyXvpCtAqdmJdugLRCsujOva?user_id=%40whatsapp_491741987498%3Amatrix.theocloud.dev","duration":16.42549,"status_code":200,"response_length":62043,"response_mime":"image/jpeg","time":"2026-03-06T19:23:31.717851549Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5762,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741987498:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491741987498%3Amatrix.theocloud.dev","duration":9.594224,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EyXvpCtAqdmJdugLRCsujOva"},"time":"2026-03-06T19:23:31.727680233Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","source_jid":"152510111158412@lid","time":"2026-03-06T19:23:31.728567299Z","message":"Alternate JID not found in contactToUserInfo"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5763,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_lid-152510111158412%3Amatrix.theocloud.dev","duration":16.03144,"status_code":200,"response_length":101,"response_mime":"application/json","req_body":{"username":"whatsapp_lid-152510111158412","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:31.744878597Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5764,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-152510111158412:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-152510111158412%3Amatrix.theocloud.dev","duration":7.103022,"status_code":200,"response_length":46,"response_mime":"application/json","time":"2026-03-06T19:23:31.752276423Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5758,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-108456681980086:matrix.theocloud.dev?user_id=%40whatsapp_lid-108456681980086%3Amatrix.theocloud.dev","duration":211.227205,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RwxeVmcOQFgdXMwsSIHhRZJS","com.beeper.exclude_from_timeline":true,"displayname":"+4917656794491 (WA)","membership":"join"},"time":"2026-03-06T19:23:31.771396285Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:31.772149673Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5766,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915121699472%3Amatrix.theocloud.dev","duration":12.529343,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915121699472","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:31.784959991Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5767,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915121699472:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915121699472%3Amatrix.theocloud.dev","duration":4.7184,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:31.790065596Z","message":"Request completed"} +{"level":"debug","transaction_id":"2285","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.791322336Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2285","time":"2026-03-06T19:23:31.79157321Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5765,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-152510111158412:matrix.theocloud.dev/displayname?user_id=%40whatsapp_lid-152510111158412%3Amatrix.theocloud.dev","duration":40.443386,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Florian (WA)"},"time":"2026-03-06T19:23:31.792892738Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:31.79364019Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5768,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915121699472:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915121699472%3Amatrix.theocloud.dev","duration":8.622439,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915121699472 (WA)"},"time":"2026-03-06T19:23:31.798879822Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:31.799691318Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5759,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-88180091007092:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":127.418095,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pPKHjogbUpOHFJjFptQcXgFN","com.beeper.exclude_from_timeline":true,"displayname":"Mirko (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:31.815036349Z","message":"Request completed"} +{"level":"debug","transaction_id":"2286","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.824608363Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2286","time":"2026-03-06T19:23:31.824900723Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5769,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-88180091007092:matrix.theocloud.dev?user_id=%40whatsapp_lid-88180091007092%3Amatrix.theocloud.dev","duration":58.405196,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pPKHjogbUpOHFJjFptQcXgFN","com.beeper.exclude_from_timeline":true,"displayname":"Mirko (WA)","membership":"join"},"time":"2026-03-06T19:23:31.874123484Z","message":"Request completed"} +{"level":"debug","transaction_id":"2287","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.884608824Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2287","time":"2026-03-06T19:23:31.88481011Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5770,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-1876967866385:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":64.993969,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Phie (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:31.940059275Z","message":"Request completed"} +{"level":"debug","transaction_id":"2288","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:31.95369394Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2288","time":"2026-03-06T19:23:31.953923651Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:31.958471566Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:31.958590368Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5771,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-1876967866385:matrix.theocloud.dev?user_id=%40whatsapp_lid-1876967866385%3Amatrix.theocloud.dev","duration":80.15315,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Phie (WA)","membership":"join"},"time":"2026-03-06T19:23:32.020839818Z","message":"Request completed"} +{"level":"debug","transaction_id":"2289","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:32.039887184Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2289","time":"2026-03-06T19:23:32.040188344Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5772,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915121699472%3Amatrix.theocloud.dev","duration":118.244041,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<63854 bytes>","time":"2026-03-06T19:23:32.089795586Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5775,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915121699472:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915121699472%3Amatrix.theocloud.dev","duration":3.893982,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:32.094053446Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5776,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/jTbQFOifWUDAOkQkNXkZwggk?user_id=%40whatsapp_4915121699472%3Amatrix.theocloud.dev","duration":3.489736,"status_code":200,"response_length":63854,"response_mime":"image/jpeg","time":"2026-03-06T19:23:32.097669806Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5777,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915121699472:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915121699472%3Amatrix.theocloud.dev","duration":6.05085,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jTbQFOifWUDAOkQkNXkZwggk"},"time":"2026-03-06T19:23:32.103942544Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5774,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-280664972746828:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":129.571749,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Armano 7 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:32.151379859Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5773,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_lid-152510111158412%3Amatrix.theocloud.dev","duration":155.439834,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<51112 bytes>","time":"2026-03-06T19:23:32.16813675Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5780,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-152510111158412:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-152510111158412%3Amatrix.theocloud.dev","duration":15.465509,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:32.183924022Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5781,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VGhDrNrIsJuWXUrSHXlbUVEL?user_id=%40whatsapp_lid-152510111158412%3Amatrix.theocloud.dev","duration":13.458174,"status_code":200,"response_length":51112,"response_mime":"image/jpeg","time":"2026-03-06T19:23:32.197487099Z","message":"Request completed"} +{"level":"debug","transaction_id":"2290","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:32.210834573Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2290","time":"2026-03-06T19:23:32.211135243Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"resync contacts","req_id":5782,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_lid-152510111158412:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_lid-152510111158412%3Amatrix.theocloud.dev","duration":26.382334,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VGhDrNrIsJuWXUrSHXlbUVEL"},"time":"2026-03-06T19:23:32.224115976Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5778,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-266502737506505:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":185.002085,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kjnxeNcLTUeaTJpevrDMogrm","com.beeper.exclude_from_timeline":true,"displayname":"Sven (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:32.289935899Z","message":"Request completed"} +{"level":"debug","transaction_id":"2291","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:32.319190215Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2291","time":"2026-03-06T19:23:32.319443742Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5779,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-280664972746828:matrix.theocloud.dev?user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":185.440555,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Armano 7 (WA)","membership":"join"},"time":"2026-03-06T19:23:32.337483216Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:32.338258045Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5784,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915256299774%3Amatrix.theocloud.dev","duration":19.858932,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915256299774","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:32.358412829Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5785,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256299774:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915256299774%3Amatrix.theocloud.dev","duration":7.487504,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:32.366204286Z","message":"Request completed"} +{"level":"debug","transaction_id":"2292","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:32.368833426Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2292","time":"2026-03-06T19:23:32.369081226Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5786,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256299774:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915256299774%3Amatrix.theocloud.dev","duration":17.862563,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915256299774 (WA)"},"time":"2026-03-06T19:23:32.384269531Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:32.38505365Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5783,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-266502737506505:matrix.theocloud.dev?user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":116.845242,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kjnxeNcLTUeaTJpevrDMogrm","com.beeper.exclude_from_timeline":true,"displayname":"Sven (WA)","membership":"join"},"time":"2026-03-06T19:23:32.407522935Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:32.408281142Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5787,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491630461857%3Amatrix.theocloud.dev","duration":5.0373,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491630461857","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:32.413596064Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5788,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491630461857:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491630461857%3Amatrix.theocloud.dev","duration":3.124461,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:32.417016935Z","message":"Request completed"} +{"level":"debug","transaction_id":"2293","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:32.418567362Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2293","time":"2026-03-06T19:23:32.418799937Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5789,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491630461857:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491630461857%3Amatrix.theocloud.dev","duration":5.951604,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491630461857 (WA)"},"time":"2026-03-06T19:23:32.423129734Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:32.423857281Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:32.561526674Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:32.598929969Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5791,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491630461857:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491630461857%3Amatrix.theocloud.dev","duration":2.187318,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:32.601471667Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5790,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915256299774%3Amatrix.theocloud.dev","duration":92.061526,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<22023 bytes>","time":"2026-03-06T19:23:32.661203794Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5793,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256299774:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915256299774%3Amatrix.theocloud.dev","duration":5.642552,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:32.667266307Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5794,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/cnTqiNoEQoNckUWktVeVkpif?user_id=%40whatsapp_4915256299774%3Amatrix.theocloud.dev","duration":10.673914,"status_code":200,"response_length":22023,"response_mime":"image/jpeg","time":"2026-03-06T19:23:32.67807355Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5792,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-102692751978521:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":89.580032,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Balou (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:32.691995616Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5795,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915256299774:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915256299774%3Amatrix.theocloud.dev","duration":29.864457,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/cnTqiNoEQoNckUWktVeVkpif"},"time":"2026-03-06T19:23:32.708210182Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:32.709084397Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5797,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491774226359%3Amatrix.theocloud.dev","duration":9.509435,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491774226359","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:32.718860001Z","message":"Request completed"} +{"level":"debug","transaction_id":"2294","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:32.723951987Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2294","time":"2026-03-06T19:23:32.724191127Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5798,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491774226359:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491774226359%3Amatrix.theocloud.dev","duration":9.036953,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:32.728196228Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5799,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491774226359:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491774226359%3Amatrix.theocloud.dev","duration":25.896373,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491774226359 (WA)"},"time":"2026-03-06T19:23:32.754278101Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:32.755177808Z","message":""} +{"level":"debug","transaction_id":"2295","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:32.835457652Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2295","time":"2026-03-06T19:23:32.835759161Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917641870516@s.whatsapp.net","portal_mxid":"!OLuXRTkNBMOqQdhSsl:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$yPQjra3EGyz1yPM2Qsmz3J54nyWT5ZejI_Jc6-stP2Y","event_type":"m.room.member","event_id":"$yPQjra3EGyz1yPM2Qsmz3J54nyWT5ZejI_Jc6-stP2Y","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:32.836252596Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5796,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-102692751978521:matrix.theocloud.dev?user_id=%40whatsapp_lid-102692751978521%3Amatrix.theocloud.dev","duration":151.533909,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Balou (WA)","membership":"join"},"time":"2026-03-06T19:23:32.844269015Z","message":"Request completed"} +{"level":"debug","transaction_id":"2296","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:32.870463474Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2296","time":"2026-03-06T19:23:32.8707485Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:32.920059821Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5801,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491774226359:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491774226359%3Amatrix.theocloud.dev","duration":11.13627,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:32.931580083Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5800,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-13069475909:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":158.698393,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Wagner Ribeiro (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:33.004054362Z","message":"Request completed"} +{"level":"debug","transaction_id":"2297","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.027604315Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2297","time":"2026-03-06T19:23:33.027892903Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5802,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-266502737506505:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":137.602415,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kjnxeNcLTUeaTJpevrDMogrm","com.beeper.exclude_from_timeline":true,"displayname":"Sven (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:33.070232575Z","message":"Request completed"} +{"level":"debug","transaction_id":"2298","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.10517931Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2298","time":"2026-03-06T19:23:33.105476628Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2299","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:33.135649718Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2299","time":"2026-03-06T19:23:33.135763212Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5803,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-13069475909:matrix.theocloud.dev?user_id=%40whatsapp_lid-13069475909%3Amatrix.theocloud.dev","duration":183.373365,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Wagner Ribeiro (WA)","membership":"join"},"time":"2026-03-06T19:23:33.188226931Z","message":"Request completed"} +{"level":"debug","transaction_id":"2300","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.211560932Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2300","time":"2026-03-06T19:23:33.211882416Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5804,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-266502737506505:matrix.theocloud.dev?user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":183.140091,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kjnxeNcLTUeaTJpevrDMogrm","com.beeper.exclude_from_timeline":true,"displayname":"Sven (WA)","membership":"join"},"time":"2026-03-06T19:23:33.254073045Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:33.255120049Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5806,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917623331025%3Amatrix.theocloud.dev","duration":12.072645,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917623331025","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:33.267482329Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5807,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917623331025:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917623331025%3Amatrix.theocloud.dev","duration":7.925415,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:33.275787126Z","message":"Request completed"} +{"level":"debug","transaction_id":"2301","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.278511251Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2301","time":"2026-03-06T19:23:33.278831827Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5808,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917623331025:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917623331025%3Amatrix.theocloud.dev","duration":17.34161,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"M (WA)"},"time":"2026-03-06T19:23:33.293390854Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:33.294241951Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5805,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-105029298036926:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":131.599128,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Paul (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:33.320786599Z","message":"Request completed"} +{"level":"debug","transaction_id":"2302","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.333992223Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2302","time":"2026-03-06T19:23:33.334300996Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5809,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-105029298036926:matrix.theocloud.dev?user_id=%40whatsapp_lid-105029298036926%3Amatrix.theocloud.dev","duration":49.53768,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Paul (WA)","membership":"join"},"time":"2026-03-06T19:23:33.371041278Z","message":"Request completed"} +{"level":"debug","transaction_id":"2303","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.382147027Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2303","time":"2026-03-06T19:23:33.382469558Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5810,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-280664972746828:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":50.935641,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Armano 7 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:33.422945631Z","message":"Request completed"} +{"level":"debug","transaction_id":"2304","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.44019484Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2304","time":"2026-03-06T19:23:33.440521981Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:33.460672295Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5812,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917623331025:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917623331025%3Amatrix.theocloud.dev","duration":14.864727,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:33.475888327Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5811,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-280664972746828:matrix.theocloud.dev?user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":89.635487,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Armano 7 (WA)","membership":"join"},"time":"2026-03-06T19:23:33.513361883Z","message":"Request completed"} +{"level":"debug","transaction_id":"2305","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.533594542Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2305","time":"2026-03-06T19:23:33.533832424Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5813,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-173714331201661:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":106.995884,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491799302414 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:33.583706953Z","message":"Request completed"} +{"level":"debug","transaction_id":"2306","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.598089209Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2306","time":"2026-03-06T19:23:33.598325136Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5814,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-30378387624044:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":126.621684,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hNHKWbTItPRFRlFNaBHkoDqQ","com.beeper.exclude_from_timeline":true,"displayname":"+491633456827 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:33.640913726Z","message":"Request completed"} +{"level":"debug","transaction_id":"2307","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.664465984Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2307","time":"2026-03-06T19:23:33.664793404Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5815,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-173714331201661:matrix.theocloud.dev?user_id=%40whatsapp_lid-173714331201661%3Amatrix.theocloud.dev","duration":156.562339,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491799302414 (WA)","membership":"join"},"time":"2026-03-06T19:23:33.740892144Z","message":"Request completed"} +{"level":"debug","transaction_id":"2308","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.762955507Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2308","time":"2026-03-06T19:23:33.76321937Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5816,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-30378387624044:matrix.theocloud.dev?user_id=%40whatsapp_lid-30378387624044%3Amatrix.theocloud.dev","duration":171.743589,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hNHKWbTItPRFRlFNaBHkoDqQ","com.beeper.exclude_from_timeline":true,"displayname":"+491633456827 (WA)","membership":"join"},"time":"2026-03-06T19:23:33.813406792Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:33.81430629Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5818,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915110698014%3Amatrix.theocloud.dev","duration":26.886316,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915110698014","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:33.841508362Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5819,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915110698014:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915110698014%3Amatrix.theocloud.dev","duration":7.955795,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:33.849863445Z","message":"Request completed"} +{"level":"debug","transaction_id":"2309","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.854201065Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2309","time":"2026-03-06T19:23:33.854512701Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5820,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915110698014:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915110698014%3Amatrix.theocloud.dev","duration":15.080329,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915110698014 (WA)"},"time":"2026-03-06T19:23:33.86513151Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:33.865883222Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5817,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-10501648023786:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":142.565263,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YQfNsGhECvAeLjCqttlAujqu","com.beeper.exclude_from_timeline":true,"displayname":"Yazan Elahmad (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:33.884428632Z","message":"Request completed"} +{"level":"debug","transaction_id":"2310","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.89304716Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2310","time":"2026-03-06T19:23:33.893353768Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5821,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-10501648023786:matrix.theocloud.dev?user_id=%40whatsapp_lid-10501648023786%3Amatrix.theocloud.dev","duration":45.706765,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YQfNsGhECvAeLjCqttlAujqu","com.beeper.exclude_from_timeline":true,"displayname":"Yazan Elahmad (WA)","membership":"join"},"time":"2026-03-06T19:23:33.930793031Z","message":"Request completed"} +{"level":"debug","transaction_id":"2311","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:33.946956683Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2311","time":"2026-03-06T19:23:33.947186743Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5822,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80358888464591:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":81.294092,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QCXIwVHDANbLEfrPboJQeaoY","com.beeper.exclude_from_timeline":true,"displayname":"Karl (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:34.013088312Z","message":"Request completed"} +{"level":"debug","transaction_id":"2312","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.028153834Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2312","time":"2026-03-06T19:23:34.0284742Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:34.031543835Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5824,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915110698014:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915110698014%3Amatrix.theocloud.dev","duration":13.736844,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:34.045644068Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5823,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80358888464591:matrix.theocloud.dev?user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":101.715394,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QCXIwVHDANbLEfrPboJQeaoY","com.beeper.exclude_from_timeline":true,"displayname":"Karl (WA)","membership":"join"},"time":"2026-03-06T19:23:34.115472236Z","message":"Request completed"} +{"level":"debug","transaction_id":"2313","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.135796806Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2313","time":"2026-03-06T19:23:34.136158729Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5825,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-92655430197386:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":141.267455,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Elias Spurny (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:34.187871923Z","message":"Request completed"} +{"level":"debug","transaction_id":"2314","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.210767036Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2314","time":"2026-03-06T19:23:34.211069034Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5826,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-61955406606386:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":155.216269,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GflJdclDSwfpfkboeVWriwdr","com.beeper.exclude_from_timeline":true,"displayname":"Ali (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:34.271628232Z","message":"Request completed"} +{"level":"debug","transaction_id":"2315","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.292964467Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2315","time":"2026-03-06T19:23:34.293313678Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5827,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-92655430197386:matrix.theocloud.dev?user_id=%40whatsapp_lid-92655430197386%3Amatrix.theocloud.dev","duration":151.679461,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Elias Spurny (WA)","membership":"join"},"time":"2026-03-06T19:23:34.340392214Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:34.341265521Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5829,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915751234074%3Amatrix.theocloud.dev","duration":6.689068,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915751234074","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:34.348402416Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5830,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751234074:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915751234074%3Amatrix.theocloud.dev","duration":7.080044,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:34.355943349Z","message":"Request completed"} +{"level":"debug","transaction_id":"2316","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.35920058Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2316","time":"2026-03-06T19:23:34.359602033Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5831,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751234074:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915751234074%3Amatrix.theocloud.dev","duration":13.247111,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915751234074 (WA)"},"time":"2026-03-06T19:23:34.369363319Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:34.370252271Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5828,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-61955406606386:matrix.theocloud.dev?user_id=%40whatsapp_lid-61955406606386%3Amatrix.theocloud.dev","duration":121.845385,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GflJdclDSwfpfkboeVWriwdr","com.beeper.exclude_from_timeline":true,"displayname":"Ali (WA)","membership":"join"},"time":"2026-03-06T19:23:34.394184541Z","message":"Request completed"} +{"level":"debug","transaction_id":"2317","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.40613971Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2317","time":"2026-03-06T19:23:34.406461753Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5832,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-187501142626535:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":44.796371,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+919766453850 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:34.439688554Z","message":"Request completed"} +{"level":"debug","transaction_id":"2318","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.452237661Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2318","time":"2026-03-06T19:23:34.452557469Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5833,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-187501142626535:matrix.theocloud.dev?user_id=%40whatsapp_lid-187501142626535%3Amatrix.theocloud.dev","duration":54.143913,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+919766453850 (WA)","membership":"join"},"time":"2026-03-06T19:23:34.494489262Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:34.495172529Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5834,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917665322672%3Amatrix.theocloud.dev","duration":7.173633,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917665322672","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:34.502562742Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5835,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917665322672:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917665322672%3Amatrix.theocloud.dev","duration":4.563769,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:34.507577482Z","message":"Request completed"} +{"level":"debug","transaction_id":"2319","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.509790851Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2319","time":"2026-03-06T19:23:34.510103325Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5836,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917665322672:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917665322672%3Amatrix.theocloud.dev","duration":9.080534,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917665322672 (WA)"},"time":"2026-03-06T19:23:34.516873759Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:34.517531254Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:34.672708482Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5837,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917665322672:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917665322672%3Amatrix.theocloud.dev","duration":2.669439,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:34.675748154Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5838,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-111437372489803:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":64.58651,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Marielle (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:34.74123919Z","message":"Request completed"} +{"level":"debug","transaction_id":"2320","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.752494611Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2320","time":"2026-03-06T19:23:34.752792837Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:34.757468284Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5839,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-111437372489803:matrix.theocloud.dev?user_id=%40whatsapp_lid-111437372489803%3Amatrix.theocloud.dev","duration":62.708662,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Marielle (WA)","membership":"join"},"time":"2026-03-06T19:23:34.804757393Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:34.805652142Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5841,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917656794491%3Amatrix.theocloud.dev","duration":9.840417,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917656794491","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:34.815778284Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5842,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656794491:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917656794491%3Amatrix.theocloud.dev","duration":6.04177,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:34.822249723Z","message":"Request completed"} +{"level":"debug","transaction_id":"2321","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.824284646Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2321","time":"2026-03-06T19:23:34.824615558Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5843,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656794491:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917656794491%3Amatrix.theocloud.dev","duration":12.108404,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917656794491 (WA)"},"time":"2026-03-06T19:23:34.834541532Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:34.835376566Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5840,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915751234074%3Amatrix.theocloud.dev","duration":113.142697,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<105283 bytes>","time":"2026-03-06T19:23:34.881464808Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5844,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751234074:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915751234074%3Amatrix.theocloud.dev","duration":2.259465,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:34.884086126Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5845,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/wBdDLXRYdgCUpZiKKRGuCome?user_id=%40whatsapp_4915751234074%3Amatrix.theocloud.dev","duration":2.184524,"status_code":200,"response_length":105283,"response_mime":"image/jpeg","time":"2026-03-06T19:23:34.886399789Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5846,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751234074:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915751234074%3Amatrix.theocloud.dev","duration":4.407322,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wBdDLXRYdgCUpZiKKRGuCome"},"time":"2026-03-06T19:23:34.891041083Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5847,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-179671467585603:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.524978,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oEdivUmQDuafkXXkgZRIgmdx","com.beeper.exclude_from_timeline":true,"displayname":"+4917631572023 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:34.9555933Z","message":"Request completed"} +{"level":"debug","transaction_id":"2322","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:34.968753527Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2322","time":"2026-03-06T19:23:34.969069004Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:34.991494498Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5848,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-179671467585603:matrix.theocloud.dev?user_id=%40whatsapp_lid-179671467585603%3Amatrix.theocloud.dev","duration":58.756292,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oEdivUmQDuafkXXkgZRIgmdx","com.beeper.exclude_from_timeline":true,"displayname":"+4917631572023 (WA)","membership":"join"},"time":"2026-03-06T19:23:35.015056954Z","message":"Request completed"} +{"level":"debug","transaction_id":"2323","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.028103408Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2323","time":"2026-03-06T19:23:35.028460581Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5850,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-223690570625160:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":84.706303,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"AP (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:35.100821576Z","message":"Request completed"} +{"level":"debug","transaction_id":"2324","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.116070783Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2324","time":"2026-03-06T19:23:35.116438083Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5849,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917656794491%3Amatrix.theocloud.dev","duration":130.099755,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<44463 bytes>","time":"2026-03-06T19:23:35.134013944Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5852,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656794491:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917656794491%3Amatrix.theocloud.dev","duration":3.463475,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:35.137904085Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5853,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/oVClxygROSthayByCBUtgWuT?user_id=%40whatsapp_4917656794491%3Amatrix.theocloud.dev","duration":5.741658,"status_code":200,"response_length":44463,"response_mime":"image/jpeg","time":"2026-03-06T19:23:35.143816717Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5854,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917656794491:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917656794491%3Amatrix.theocloud.dev","duration":5.640456,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oVClxygROSthayByCBUtgWuT"},"time":"2026-03-06T19:23:35.14979933Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5851,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-223690570625160:matrix.theocloud.dev?user_id=%40whatsapp_lid-223690570625160%3Amatrix.theocloud.dev","duration":75.301421,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"AP (WA)","membership":"join"},"time":"2026-03-06T19:23:35.176932259Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:35.177779933Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5856,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491738002445%3Amatrix.theocloud.dev","duration":9.989391,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491738002445","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:35.18806343Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5857,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491738002445:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491738002445%3Amatrix.theocloud.dev","duration":5.370098,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:35.193828974Z","message":"Request completed"} +{"level":"debug","transaction_id":"2325","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.196606948Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2325","time":"2026-03-06T19:23:35.196826322Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5858,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491738002445:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491738002445%3Amatrix.theocloud.dev","duration":11.781682,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491738002445 (WA)"},"time":"2026-03-06T19:23:35.205798182Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:35.206454559Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5855,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-88291676282954:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.121159,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LfSqZpmxtuTvQRBlbMXorNkU","com.beeper.exclude_from_timeline":true,"displayname":"+491723891168 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:35.227023228Z","message":"Request completed"} +{"level":"debug","transaction_id":"2326","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.240110051Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2326","time":"2026-03-06T19:23:35.240460868Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5859,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-88291676282954:matrix.theocloud.dev?user_id=%40whatsapp_lid-88291676282954%3Amatrix.theocloud.dev","duration":52.838911,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LfSqZpmxtuTvQRBlbMXorNkU","com.beeper.exclude_from_timeline":true,"displayname":"+491723891168 (WA)","membership":"join"},"time":"2026-03-06T19:23:35.280436801Z","message":"Request completed"} +{"level":"debug","transaction_id":"2327","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.29555701Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2327","time":"2026-03-06T19:23:35.295886944Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5860,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-132040297042065:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.151321,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CGMeOSInUcXdBaRwfxBsCOZP","com.beeper.exclude_from_timeline":true,"displayname":"+4917674993720 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:35.343525125Z","message":"Request completed"} +{"level":"debug","transaction_id":"2328","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.3567971Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2328","time":"2026-03-06T19:23:35.357113345Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:35.371739211Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5862,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491738002445:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491738002445%3Amatrix.theocloud.dev","duration":3.323511,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:35.375451394Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5861,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-132040297042065:matrix.theocloud.dev?user_id=%40whatsapp_lid-132040297042065%3Amatrix.theocloud.dev","duration":60.107041,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CGMeOSInUcXdBaRwfxBsCOZP","com.beeper.exclude_from_timeline":true,"displayname":"+4917674993720 (WA)","membership":"join"},"time":"2026-03-06T19:23:35.404399312Z","message":"Request completed"} +{"level":"debug","transaction_id":"2329","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.434175768Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2329","time":"2026-03-06T19:23:35.434531754Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5863,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-263328890937590:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":133.834288,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Ella 🦖 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:35.510422015Z","message":"Request completed"} +{"level":"debug","transaction_id":"2330","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.544919385Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2330","time":"2026-03-06T19:23:35.545162925Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5864,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-86861754155032:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":161.450315,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sero (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:35.566779646Z","message":"Request completed"} +{"level":"debug","transaction_id":"2331","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.58132247Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2331","time":"2026-03-06T19:23:35.581606588Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5865,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-263328890937590:matrix.theocloud.dev?user_id=%40whatsapp_lid-263328890937590%3Amatrix.theocloud.dev","duration":119.766462,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Ella 🦖 (WA)","membership":"join"},"time":"2026-03-06T19:23:35.630964493Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:35.631565555Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5867,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491754714679%3Amatrix.theocloud.dev","duration":9.983804,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491754714679","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:35.641741635Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5868,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491754714679:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491754714679%3Amatrix.theocloud.dev","duration":5.277207,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:35.647308896Z","message":"Request completed"} +{"level":"debug","transaction_id":"2332","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.651470933Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2332","time":"2026-03-06T19:23:35.651692333Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5866,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-86861754155032:matrix.theocloud.dev?user_id=%40whatsapp_lid-86861754155032%3Amatrix.theocloud.dev","duration":102.330425,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sero (WA)","membership":"join"},"time":"2026-03-06T19:23:35.669728384Z","message":"Request completed"} +{"level":"debug","transaction_id":"2333","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.686691938Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2333","time":"2026-03-06T19:23:35.68703214Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5869,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491754714679:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491754714679%3Amatrix.theocloud.dev","duration":41.321512,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491754714679 (WA)"},"time":"2026-03-06T19:23:35.688803478Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:35.689746906Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5870,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-129064018960516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.465478,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Mahmoud (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:35.742468412Z","message":"Request completed"} +{"level":"debug","transaction_id":"2334","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.763546301Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2334","time":"2026-03-06T19:23:35.763872045Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2335","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.836217116Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2335","time":"2026-03-06T19:23:35.836532384Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491637362958@s.whatsapp.net","portal_mxid":"!xzeCxhHAAFxeWBPrjQ:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$TDx4XpMm97_s9R3xQo4OisjS7XZMVVhRvsOtttgoz3I","event_type":"m.room.member","event_id":"$TDx4XpMm97_s9R3xQo4OisjS7XZMVVhRvsOtttgoz3I","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:35.837033152Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5871,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-129064018960516:matrix.theocloud.dev?user_id=%40whatsapp_lid-129064018960516%3Amatrix.theocloud.dev","duration":118.424443,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Mahmoud (WA)","membership":"join"},"time":"2026-03-06T19:23:35.861698556Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:35.866733271Z","message":""} +{"level":"debug","transaction_id":"2336","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.894317939Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2336","time":"2026-03-06T19:23:35.894659886Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5872,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-6000186790141:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":99.842296,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Filippo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:35.962690664Z","message":"Request completed"} +{"level":"debug","transaction_id":"2337","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:35.973453208Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2337","time":"2026-03-06T19:23:35.973700659Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5873,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491754714679%3Amatrix.theocloud.dev","duration":114.502803,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<51824 bytes>","time":"2026-03-06T19:23:35.992947635Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5875,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491754714679:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491754714679%3Amatrix.theocloud.dev","duration":4.350681,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:35.997635234Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5876,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/VkNrRtVYZNFxsjeOSyzKrkRG?user_id=%40whatsapp_491754714679%3Amatrix.theocloud.dev","duration":3.99239,"status_code":200,"response_length":51824,"response_mime":"image/jpeg","time":"2026-03-06T19:23:36.00176675Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5877,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491754714679:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491754714679%3Amatrix.theocloud.dev","duration":12.337835,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VkNrRtVYZNFxsjeOSyzKrkRG"},"time":"2026-03-06T19:23:36.014373338Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5874,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-6000186790141:matrix.theocloud.dev?user_id=%40whatsapp_lid-6000186790141%3Amatrix.theocloud.dev","duration":72.671234,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Filippo (WA)","membership":"join"},"time":"2026-03-06T19:23:36.036076244Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:36.037011711Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5879,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491711115832%3Amatrix.theocloud.dev","duration":21.14829,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491711115832","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:36.05843895Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5880,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491711115832:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491711115832%3Amatrix.theocloud.dev","duration":6.327005,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:36.065062505Z","message":"Request completed"} +{"level":"debug","transaction_id":"2338","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.071568237Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2338","time":"2026-03-06T19:23:36.071892026Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2339","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:36.105398195Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2339","time":"2026-03-06T19:23:36.105534527Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5881,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491711115832:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491711115832%3Amatrix.theocloud.dev","duration":44.914266,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Linda Elke Alice (WA)"},"time":"2026-03-06T19:23:36.11014509Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:36.110925577Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5878,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-245517661540533:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":132.644316,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RvqWGszqndJPwHTfgaQnmdYB","com.beeper.exclude_from_timeline":true,"displayname":"Nihal (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:36.148186952Z","message":"Request completed"} +{"level":"debug","transaction_id":"2340","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.165028003Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2340","time":"2026-03-06T19:23:36.165355773Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5882,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-245517661540533:matrix.theocloud.dev?user_id=%40whatsapp_lid-245517661540533%3Amatrix.theocloud.dev","duration":71.886556,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RvqWGszqndJPwHTfgaQnmdYB","com.beeper.exclude_from_timeline":true,"displayname":"Nihal (WA)","membership":"join"},"time":"2026-03-06T19:23:36.220882561Z","message":"Request completed"} +{"level":"debug","transaction_id":"2341","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.239420219Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2341","time":"2026-03-06T19:23:36.239759792Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:36.265782997Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5884,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491711115832:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491711115832%3Amatrix.theocloud.dev","duration":4.404809,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:36.270567049Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5883,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-272618854867152:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":102.39866,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917657796759 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:36.32451261Z","message":"Request completed"} +{"level":"debug","transaction_id":"2342","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.340593777Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2342","time":"2026-03-06T19:23:36.340831869Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5885,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-256783310393511:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":105.519559,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jenny (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:36.377123835Z","message":"Request completed"} +{"level":"debug","transaction_id":"2343","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.391109178Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2343","time":"2026-03-06T19:23:36.391349994Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5886,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-272618854867152:matrix.theocloud.dev?user_id=%40whatsapp_lid-272618854867152%3Amatrix.theocloud.dev","duration":94.319733,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917657796759 (WA)","membership":"join"},"time":"2026-03-06T19:23:36.419435989Z","message":"Request completed"} +{"level":"debug","transaction_id":"2344","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.446013882Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2344","time":"2026-03-06T19:23:36.446390052Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5887,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-256783310393511:matrix.theocloud.dev?user_id=%40whatsapp_lid-256783310393511%3Amatrix.theocloud.dev","duration":163.4844,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jenny (WA)","membership":"join"},"time":"2026-03-06T19:23:36.541162363Z","message":"Request completed"} +{"level":"debug","transaction_id":"2345","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.561811909Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2345","time":"2026-03-06T19:23:36.562124313Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5888,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-83017473200255:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":175.300722,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rosdzScQUTpuhsaMXCybTXxz","com.beeper.exclude_from_timeline":true,"displayname":"Boris ✞ (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:36.595510424Z","message":"Request completed"} +{"level":"debug","transaction_id":"2346","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.610030409Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2346","time":"2026-03-06T19:23:36.610354197Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5889,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-188257056890939:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":106.788941,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WHJzUFuDxcewXWsoOtBxblJf","com.beeper.exclude_from_timeline":true,"displayname":"Martín (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:36.649049363Z","message":"Request completed"} +{"level":"debug","transaction_id":"2347","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.676402155Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2347","time":"2026-03-06T19:23:36.676712255Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5890,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-83017473200255:matrix.theocloud.dev?user_id=%40whatsapp_lid-83017473200255%3Amatrix.theocloud.dev","duration":121.149268,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rosdzScQUTpuhsaMXCybTXxz","com.beeper.exclude_from_timeline":true,"displayname":"Boris ✞ (WA)","membership":"join"},"time":"2026-03-06T19:23:36.717439549Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:36.718199363Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5892,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_393518638274%3Amatrix.theocloud.dev","duration":10.107075,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_393518638274","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:36.728514707Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5893,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393518638274:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393518638274%3Amatrix.theocloud.dev","duration":5.391678,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:36.734162567Z","message":"Request completed"} +{"level":"debug","transaction_id":"2348","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.736021836Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2348","time":"2026-03-06T19:23:36.736353447Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5894,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393518638274:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393518638274%3Amatrix.theocloud.dev","duration":17.64305,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"🥳 (WA)"},"time":"2026-03-06T19:23:36.751933777Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:36.752462831Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5891,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-188257056890939:matrix.theocloud.dev?user_id=%40whatsapp_lid-188257056890939%3Amatrix.theocloud.dev","duration":120.061754,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WHJzUFuDxcewXWsoOtBxblJf","com.beeper.exclude_from_timeline":true,"displayname":"Martín (WA)","membership":"join"},"time":"2026-03-06T19:23:36.769927294Z","message":"Request completed"} +{"level":"debug","transaction_id":"2349","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.787743063Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2349","time":"2026-03-06T19:23:36.788074464Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5895,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-145066932846614:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":69.073103,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XRkYTeIlPqDtSdsTprpoVzSC","com.beeper.exclude_from_timeline":true,"displayname":"Daniil Bykov (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:36.840152584Z","message":"Request completed"} +{"level":"debug","transaction_id":"2350","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.846132054Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2350","time":"2026-03-06T19:23:36.846438173Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5896,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-145066932846614:matrix.theocloud.dev?user_id=%40whatsapp_lid-145066932846614%3Amatrix.theocloud.dev","duration":44.846588,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XRkYTeIlPqDtSdsTprpoVzSC","com.beeper.exclude_from_timeline":true,"displayname":"Daniil Bykov (WA)","membership":"join"},"time":"2026-03-06T19:23:36.885766388Z","message":"Request completed"} +{"level":"debug","transaction_id":"2351","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.902560505Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2351","time":"2026-03-06T19:23:36.902811449Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5897,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-114310957285378:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.071361,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qowbxNqvTeLckjJmHZFKWdXe","com.beeper.exclude_from_timeline":true,"displayname":"Taha, (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:36.9609041Z","message":"Request completed"} +{"level":"debug","transaction_id":"2352","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:36.976971369Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2352","time":"2026-03-06T19:23:36.977414029Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:37.011980682Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5898,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-114310957285378:matrix.theocloud.dev?user_id=%40whatsapp_lid-114310957285378%3Amatrix.theocloud.dev","duration":59.159142,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qowbxNqvTeLckjJmHZFKWdXe","com.beeper.exclude_from_timeline":true,"displayname":"Taha, (WA)","membership":"join"},"time":"2026-03-06T19:23:37.02074106Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5899,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393518638274:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_393518638274%3Amatrix.theocloud.dev","duration":9.208764,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:37.021527274Z","message":"Request completed"} +{"level":"debug","transaction_id":"2353","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:37.045357993Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2353","time":"2026-03-06T19:23:37.045739052Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5901,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-99939661148216:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":97.656724,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LCFaAaSzAqspzYhRWICrFPdb","com.beeper.exclude_from_timeline":true,"displayname":"Ahmed (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:37.119864401Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5900,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-111918626934878:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":140.917545,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917631251200 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:37.162448241Z","message":"Request completed"} +{"level":"debug","transaction_id":"2354","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:37.165327346Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2354","time":"2026-03-06T19:23:37.165663566Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2355","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:37.187657994Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2355","time":"2026-03-06T19:23:37.1879829Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5902,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-99939661148216:matrix.theocloud.dev?user_id=%40whatsapp_lid-99939661148216%3Amatrix.theocloud.dev","duration":118.329388,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LCFaAaSzAqspzYhRWICrFPdb","com.beeper.exclude_from_timeline":true,"displayname":"Ahmed (WA)","membership":"join"},"time":"2026-03-06T19:23:37.23899439Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:37.239858338Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5904,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491729879482%3Amatrix.theocloud.dev","duration":10.542052,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491729879482","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:37.250675569Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5905,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491729879482:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491729879482%3Amatrix.theocloud.dev","duration":5.947413,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:37.257005507Z","message":"Request completed"} +{"level":"debug","transaction_id":"2356","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:37.262266022Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2356","time":"2026-03-06T19:23:37.26255922Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","req_id":5903,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-111918626934878:matrix.theocloud.dev?user_id=%40whatsapp_lid-111918626934878%3Amatrix.theocloud.dev","duration":112.497914,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917631251200 (WA)","membership":"join"},"time":"2026-03-06T19:23:37.275627255Z","message":"Request completed"} +{"level":"info","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:23:37.276182571Z","message":"Fetching messages for forward backfill"} +{"level":"debug","transaction_id":"2357","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:37.292173642Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2357","time":"2026-03-06T19:23:37.29240475Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5906,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491729879482:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491729879482%3Amatrix.theocloud.dev","duration":37.137126,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491729879482 (WA)"},"time":"2026-03-06T19:23:37.2943699Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:37.29510464Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:37.459035541Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5908,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491729879482:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491729879482%3Amatrix.theocloud.dev","duration":2.330075,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:37.461739552Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:37.462557613Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5909,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917630462874%3Amatrix.theocloud.dev","duration":3.40383,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917630462874","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:37.466225586Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5910,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630462874:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917630462874%3Amatrix.theocloud.dev","duration":2.14234,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:37.468741582Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5911,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630462874:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917630462874%3Amatrix.theocloud.dev","duration":6.259119,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917630462874 (WA)"},"time":"2026-03-06T19:23:37.4751825Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:37.476010898Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:37.635305534Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":5907,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":300.801789,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<357552 bytes>","time":"2026-03-06T19:23:37.716772206Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5912,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917630462874%3Amatrix.theocloud.dev","duration":69.567167,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64847 bytes>","time":"2026-03-06T19:23:37.717867751Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5913,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630462874:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917630462874%3Amatrix.theocloud.dev","duration":2.256113,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:37.720446395Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5914,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/wXBhURXMzXsvlaPWLguYbZAV?user_id=%40whatsapp_4917630462874%3Amatrix.theocloud.dev","duration":2.295155,"status_code":200,"response_length":64847,"response_mime":"image/jpeg","time":"2026-03-06T19:23:37.722877532Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5915,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917630462874:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917630462874%3Amatrix.theocloud.dev","duration":10.186905,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wXBhURXMzXsvlaPWLguYbZAV"},"time":"2026-03-06T19:23:37.733309862Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5916,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-256676053647524:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":73.982451,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"LENA (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:37.80844471Z","message":"Request completed"} +{"level":"debug","transaction_id":"2358","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:37.828200486Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2358","time":"2026-03-06T19:23:37.828552281Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5918,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-256676053647524:matrix.theocloud.dev?user_id=%40whatsapp_lid-256676053647524%3Amatrix.theocloud.dev","duration":93.938255,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"LENA (WA)","membership":"join"},"time":"2026-03-06T19:23:37.903271428Z","message":"Request completed"} +{"level":"debug","transaction_id":"2359","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:37.924810345Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2359","time":"2026-03-06T19:23:37.925119886Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2360","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:38.015497795Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2360","time":"2026-03-06T19:23:38.01583171Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915150515988@s.whatsapp.net","portal_mxid":"!JdcZMudmtLVULzaxtn:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$ReABuBn_XkVwas_CfolEtRikUP-MLTQqPD4GyqA6oZE","event_type":"m.room.member","event_id":"$ReABuBn_XkVwas_CfolEtRikUP-MLTQqPD4GyqA6oZE","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:38.01635846Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5919,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-174736533360837:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":149.181345,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hcMgFyYeObPsJrBcywjtwCxd","com.beeper.exclude_from_timeline":true,"displayname":"+4915904833440 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:38.053178922Z","message":"Request completed"} +{"level":"debug","transaction_id":"2361","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:38.074027519Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2361","time":"2026-03-06T19:23:38.074273573Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":5917,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":341.565751,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<428365 bytes>","time":"2026-03-06T19:23:38.080177055Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5920,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-174736533360837:matrix.theocloud.dev?user_id=%40whatsapp_lid-174736533360837%3Amatrix.theocloud.dev","duration":78.999286,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hcMgFyYeObPsJrBcywjtwCxd","com.beeper.exclude_from_timeline":true,"displayname":"+4915904833440 (WA)","membership":"join"},"time":"2026-03-06T19:23:38.132902612Z","message":"Request completed"} +{"level":"debug","transaction_id":"2362","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:38.146607189Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2362","time":"2026-03-06T19:23:38.146967854Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5922,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-221745000792223:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":88.345361,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oIxDLmVQnqwKJSJbXtyPAiDQ","com.beeper.exclude_from_timeline":true,"displayname":"tizian. (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:38.221960573Z","message":"Request completed"} +{"level":"debug","transaction_id":"2363","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:38.240537063Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2363","time":"2026-03-06T19:23:38.240887112Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5923,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-221745000792223:matrix.theocloud.dev?user_id=%40whatsapp_lid-221745000792223%3Amatrix.theocloud.dev","duration":79.490627,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oIxDLmVQnqwKJSJbXtyPAiDQ","com.beeper.exclude_from_timeline":true,"displayname":"tizian. (WA)","membership":"join"},"time":"2026-03-06T19:23:38.302310189Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:38.302901264Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5924,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491717806781%3Amatrix.theocloud.dev","duration":17.728466,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491717806781","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:38.320820399Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5925,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491717806781:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491717806781%3Amatrix.theocloud.dev","duration":5.057554,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:38.326211589Z","message":"Request completed"} +{"level":"debug","transaction_id":"2364","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:38.328165913Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2364","time":"2026-03-06T19:23:38.328420418Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5926,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491717806781:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491717806781%3Amatrix.theocloud.dev","duration":6.769596,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491717806781 (WA)"},"time":"2026-03-06T19:23:38.333203213Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:38.333761531Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":5921,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":279.167257,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<365368 bytes>","time":"2026-03-06T19:23:38.378854383Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":5927,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":147.72276,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<157231 bytes>","time":"2026-03-06T19:23:38.544404645Z","message":"Request completed"} +{"level":"debug","transaction_id":"2365","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:38.54569931Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2365","time":"2026-03-06T19:23:38.545825864Z","message":"Finished dispatching events from transaction"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:23:38.551065705Z","message":"Failed to download media: invalid media hmac, trying with next host..."} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:23:38.55701242Z","message":"Failed to download media: invalid media hmac, trying with next host..."} +{"level":"error","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"failed to download media from last host: invalid media hmac","time":"2026-03-06T19:23:38.563040291Z","message":"Failed to download thumbnail for link preview"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:38.641016879Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5928,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491717806781%3Amatrix.theocloud.dev","duration":76.215726,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<61535 bytes>","time":"2026-03-06T19:23:38.732081756Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5929,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491717806781:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491717806781%3Amatrix.theocloud.dev","duration":2.297459,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:38.734771309Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5930,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/hQRlnxPxCXygYUbcGsmraJxJ?user_id=%40whatsapp_491717806781%3Amatrix.theocloud.dev","duration":2.167274,"status_code":200,"response_length":61535,"response_mime":"image/jpeg","time":"2026-03-06T19:23:38.737073727Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5931,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491717806781:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491717806781%3Amatrix.theocloud.dev","duration":4.101903,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hQRlnxPxCXygYUbcGsmraJxJ"},"time":"2026-03-06T19:23:38.741431322Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:38.74216718Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5932,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915120791916%3Amatrix.theocloud.dev","duration":3.272526,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915120791916","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:38.745674166Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5933,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915120791916:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915120791916%3Amatrix.theocloud.dev","duration":2.11105,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:38.748059976Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5934,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915120791916:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915120791916%3Amatrix.theocloud.dev","duration":6.865139,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915120791916 (WA)"},"time":"2026-03-06T19:23:38.755168865Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"write callback failed: failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:23:38.755259171Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:38.755948024Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:38.918542006Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"write callback failed: failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:23:38.990034024Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5935,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915120791916%3Amatrix.theocloud.dev","duration":89.967236,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<26690 bytes>","time":"2026-03-06T19:23:39.018583143Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5936,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915120791916:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915120791916%3Amatrix.theocloud.dev","duration":2.584441,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:39.021559189Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5937,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/vRpmjTBzIaZWjPyndVhILkzm?user_id=%40whatsapp_4915120791916%3Amatrix.theocloud.dev","duration":2.867791,"status_code":200,"response_length":26690,"response_mime":"image/jpeg","time":"2026-03-06T19:23:39.024598652Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5938,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915120791916:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915120791916%3Amatrix.theocloud.dev","duration":4.927927,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vRpmjTBzIaZWjPyndVhILkzm"},"time":"2026-03-06T19:23:39.029769419Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5939,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-158883775557821:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":75.670537,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YdptPheZgMIMbOvYpqICGtti","com.beeper.exclude_from_timeline":true,"displayname":"+4917624286664 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:39.106500511Z","message":"Request completed"} +{"level":"debug","transaction_id":"2366","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:39.127660324Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2366","time":"2026-03-06T19:23:39.127998361Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:23:39.154937058Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5940,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-158883775557821:matrix.theocloud.dev?user_id=%40whatsapp_lid-158883775557821%3Amatrix.theocloud.dev","duration":84.860095,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YdptPheZgMIMbOvYpqICGtti","com.beeper.exclude_from_timeline":true,"displayname":"+4917624286664 (WA)","membership":"join"},"time":"2026-03-06T19:23:39.192068666Z","message":"Request completed"} +{"level":"debug","transaction_id":"2367","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:39.213366139Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2367","time":"2026-03-06T19:23:39.213687692Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5941,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-252960856604824:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":80.192192,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YMYLGMswkQSuDBKwlmTbXSIj","com.beeper.exclude_from_timeline":true,"displayname":"Siddhant (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:39.273323158Z","message":"Request completed"} +{"level":"debug","transaction_id":"2368","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:39.292322124Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2368","time":"2026-03-06T19:23:39.292694313Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:23:39.311703964Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5942,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-252960856604824:matrix.theocloud.dev?user_id=%40whatsapp_lid-252960856604824%3Amatrix.theocloud.dev","duration":71.821953,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YMYLGMswkQSuDBKwlmTbXSIj","com.beeper.exclude_from_timeline":true,"displayname":"Siddhant (WA)","membership":"join"},"time":"2026-03-06T19:23:39.346083231Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:39.349716143Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5943,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491795186866%3Amatrix.theocloud.dev","duration":7.084445,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491795186866","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:39.357047968Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5944,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491795186866:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491795186866%3Amatrix.theocloud.dev","duration":3.461031,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:39.361722856Z","message":"Request completed"} +{"level":"debug","transaction_id":"2369","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:39.363322522Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2369","time":"2026-03-06T19:23:39.363569554Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5945,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491795186866:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491795186866%3Amatrix.theocloud.dev","duration":6.351939,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491795186866 (WA)"},"time":"2026-03-06T19:23:39.368222372Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:39.368787605Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:23:39.598256545Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:39.648220192Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5946,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491795186866:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491795186866%3Amatrix.theocloud.dev","duration":2.615451,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:39.651156987Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5947,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-235244099776580:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.008151,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nxsRkDPsyhgMLEqqUtGmapSp","com.beeper.exclude_from_timeline":true,"displayname":"Костя (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:39.722158224Z","message":"Request completed"} +{"level":"debug","transaction_id":"2370","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:39.742434464Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2370","time":"2026-03-06T19:23:39.742695813Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:23:39.793870664Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5948,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-235244099776580:matrix.theocloud.dev?user_id=%40whatsapp_lid-235244099776580%3Amatrix.theocloud.dev","duration":80.68863,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nxsRkDPsyhgMLEqqUtGmapSp","com.beeper.exclude_from_timeline":true,"displayname":"Костя (WA)","membership":"join"},"time":"2026-03-06T19:23:39.803580197Z","message":"Request completed"} +{"level":"debug","transaction_id":"2371","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:39.817210532Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2371","time":"2026-03-06T19:23:39.817599902Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5949,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-264840736174206:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.331104,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/bSBVMfsjdKdWLIIBVJLkxPCK","com.beeper.exclude_from_timeline":true,"displayname":"+4917661608163 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:39.878640174Z","message":"Request completed"} +{"level":"debug","transaction_id":"2372","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:39.89979901Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2372","time":"2026-03-06T19:23:39.900156183Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:23:39.913196211Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5950,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-264840736174206:matrix.theocloud.dev?user_id=%40whatsapp_lid-264840736174206%3Amatrix.theocloud.dev","duration":83.805618,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/bSBVMfsjdKdWLIIBVJLkxPCK","com.beeper.exclude_from_timeline":true,"displayname":"+4917661608163 (WA)","membership":"join"},"time":"2026-03-06T19:23:39.963139046Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:39.964131643Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5951,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491743711632%3Amatrix.theocloud.dev","duration":13.88505,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491743711632","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:39.978312684Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5952,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491743711632:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491743711632%3Amatrix.theocloud.dev","duration":5.342579,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:39.984096387Z","message":"Request completed"} +{"level":"debug","transaction_id":"2373","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:39.986222104Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2373","time":"2026-03-06T19:23:39.986545892Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5953,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491743711632:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491743711632%3Amatrix.theocloud.dev","duration":7.753323,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Philip (WA)"},"time":"2026-03-06T19:23:39.99203996Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:39.992580957Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:23:40.060837605Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:40.148502913Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5954,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491743711632:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491743711632%3Amatrix.theocloud.dev","duration":2.687668,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:40.151561861Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:23:40.217708506Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5955,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-29888778084533:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.934958,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Martin Kuhn (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:40.225488998Z","message":"Request completed"} +{"level":"debug","transaction_id":"2374","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.24143977Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2374","time":"2026-03-06T19:23:40.241725285Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5956,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-29888778084533:matrix.theocloud.dev?user_id=%40whatsapp_lid-29888778084533%3Amatrix.theocloud.dev","duration":79.871337,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Martin Kuhn (WA)","membership":"join"},"time":"2026-03-06T19:23:40.30604821Z","message":"Request completed"} +{"level":"debug","transaction_id":"2375","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.324908888Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2375","time":"2026-03-06T19:23:40.325250207Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:23:40.384180476Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5957,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-157088529567880:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":83.342005,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kasbJAazrRqiareSLijNArfp","com.beeper.exclude_from_timeline":true,"displayname":"Yasmine (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:40.390435893Z","message":"Request completed"} +{"level":"debug","transaction_id":"2376","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.409373188Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2376","time":"2026-03-06T19:23:40.409703262Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5958,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-157088529567880:matrix.theocloud.dev?user_id=%40whatsapp_lid-157088529567880%3Amatrix.theocloud.dev","duration":80.343819,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kasbJAazrRqiareSLijNArfp","com.beeper.exclude_from_timeline":true,"displayname":"Yasmine (WA)","membership":"join"},"time":"2026-03-06T19:23:40.471475969Z","message":"Request completed"} +{"level":"debug","transaction_id":"2377","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.489106027Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2377","time":"2026-03-06T19:23:40.489464807Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5959,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-215268173324429:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.300023,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SwLWUAgYYXeOUWfhnQIjMoME","com.beeper.exclude_from_timeline":true,"displayname":"+4917622717740 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:40.544713274Z","message":"Request completed"} +{"level":"debug","transaction_id":"2378","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.557818116Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2378","time":"2026-03-06T19:23:40.558136736Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5960,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-215268173324429:matrix.theocloud.dev?user_id=%40whatsapp_lid-215268173324429%3Amatrix.theocloud.dev","duration":80.714332,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SwLWUAgYYXeOUWfhnQIjMoME","com.beeper.exclude_from_timeline":true,"displayname":"+4917622717740 (WA)","membership":"join"},"time":"2026-03-06T19:23:40.62603628Z","message":"Request completed"} +{"level":"debug","transaction_id":"2379","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.638388573Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2379","time":"2026-03-06T19:23:40.638619052Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5961,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-144049092702394:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.420213,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491735425217 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:40.68856014Z","message":"Request completed"} +{"level":"debug","transaction_id":"2380","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.700898324Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2380","time":"2026-03-06T19:23:40.701125172Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5962,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-144049092702394:matrix.theocloud.dev?user_id=%40whatsapp_lid-144049092702394%3Amatrix.theocloud.dev","duration":60.267957,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491735425217 (WA)","membership":"join"},"time":"2026-03-06T19:23:40.749379221Z","message":"Request completed"} +{"level":"debug","transaction_id":"2381","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.767742553Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2381","time":"2026-03-06T19:23:40.76805363Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5964,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-198736911294586:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":85.258266,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+201559445990 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:40.835904634Z","message":"Request completed"} +{"level":"debug","transaction_id":"2382","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.84710041Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2382","time":"2026-03-06T19:23:40.847364762Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":5963,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":180.461363,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<190152 bytes>","time":"2026-03-06T19:23:40.870702675Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5965,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-198736911294586:matrix.theocloud.dev?user_id=%40whatsapp_lid-198736911294586%3Amatrix.theocloud.dev","duration":66.192741,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+201559445990 (WA)","membership":"join"},"time":"2026-03-06T19:23:40.902850344Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:40.908992197Z","message":""} +{"level":"debug","transaction_id":"2383","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.91949416Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2383","time":"2026-03-06T19:23:40.919721497Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:40.951695398Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5966,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-159292468543547:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.879006,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Georges Paul (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:40.96451277Z","message":"Request completed"} +{"level":"debug","transaction_id":"2384","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:40.979161194Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2384","time":"2026-03-06T19:23:40.97946829Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5967,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-159292468543547:matrix.theocloud.dev?user_id=%40whatsapp_lid-159292468543547%3Amatrix.theocloud.dev","duration":61.743094,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Georges Paul (WA)","membership":"join"},"time":"2026-03-06T19:23:41.026834855Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:41.027604656Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5968,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917663273910%3Amatrix.theocloud.dev","duration":8.558324,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917663273910","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:41.036448216Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5969,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663273910:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663273910%3Amatrix.theocloud.dev","duration":4.762261,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:41.04165153Z","message":"Request completed"} +{"level":"debug","transaction_id":"2385","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.043654185Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2385","time":"2026-03-06T19:23:41.043853654Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5970,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663273910:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917663273910%3Amatrix.theocloud.dev","duration":8.704015,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"C R (WA)"},"time":"2026-03-06T19:23:41.050551173Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:41.051415121Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:41.208228751Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5971,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917663273910:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917663273910%3Amatrix.theocloud.dev","duration":7.304936,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:41.215916143Z","message":"Request completed"} +{"level":"debug","transaction_id":"2386","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.309615189Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2386","time":"2026-03-06T19:23:41.309993035Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915234825973@s.whatsapp.net","portal_mxid":"!xjzNIvMEOLkmIIZSft:matrix.theocloud.dev","event_loop_index":6,"action":"handle matrix event","event_id":"$5quW4tzc9ghuq7nrKX5vdm5ZBJVZboKS6xYZBFImNmQ","event_type":"m.room.member","event_id":"$5quW4tzc9ghuq7nrKX5vdm5ZBJVZboKS6xYZBFImNmQ","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:41.310507563Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5972,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-73023721844742:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":140.656265,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915110698014 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:41.357486503Z","message":"Request completed"} +{"level":"debug","transaction_id":"2387","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.38566015Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2387","time":"2026-03-06T19:23:41.386003704Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5973,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-73023721844742:matrix.theocloud.dev?user_id=%40whatsapp_lid-73023721844742%3Amatrix.theocloud.dev","duration":85.580727,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915110698014 (WA)","membership":"join"},"time":"2026-03-06T19:23:41.443631136Z","message":"Request completed"} +{"level":"debug","transaction_id":"2388","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.463254491Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2388","time":"2026-03-06T19:23:41.46353365Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5975,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-85641681445100:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.176113,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FheAeRnuJBRFmezVYrgtSJHo","com.beeper.exclude_from_timeline":true,"displayname":"+491717806781 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:41.503647242Z","message":"Request completed"} +{"level":"debug","transaction_id":"2389","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.518050311Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2389","time":"2026-03-06T19:23:41.518419287Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5976,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-85641681445100:matrix.theocloud.dev?user_id=%40whatsapp_lid-85641681445100%3Amatrix.theocloud.dev","duration":63.584833,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FheAeRnuJBRFmezVYrgtSJHo","com.beeper.exclude_from_timeline":true,"displayname":"+491717806781 (WA)","membership":"join"},"time":"2026-03-06T19:23:41.568065711Z","message":"Request completed"} +{"level":"debug","transaction_id":"2390","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.587970809Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2390","time":"2026-03-06T19:23:41.588224616Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5977,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-2379713908979:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":64.154675,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491783144400 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:41.633296934Z","message":"Request completed"} +{"level":"debug","transaction_id":"2391","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.649314964Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2391","time":"2026-03-06T19:23:41.649571145Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5978,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-2379713908979:matrix.theocloud.dev?user_id=%40whatsapp_lid-2379713908979%3Amatrix.theocloud.dev","duration":52.416366,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491783144400 (WA)","membership":"join"},"time":"2026-03-06T19:23:41.686476744Z","message":"Request completed"} +{"level":"debug","transaction_id":"2392","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.701915085Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2392","time":"2026-03-06T19:23:41.702244111Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":5974,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":303.657146,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<375059 bytes>","time":"2026-03-06T19:23:41.715845671Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5979,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-107533213667570:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.361963,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mbSIZjibeLxFkMxJlaysPEuX","com.beeper.exclude_from_timeline":true,"displayname":"+4917676631864 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:41.746611791Z","message":"Request completed"} +{"level":"debug","transaction_id":"2393","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.761904371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2393","time":"2026-03-06T19:23:41.762140367Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5980,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-107533213667570:matrix.theocloud.dev?user_id=%40whatsapp_lid-107533213667570%3Amatrix.theocloud.dev","duration":55.940184,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mbSIZjibeLxFkMxJlaysPEuX","com.beeper.exclude_from_timeline":true,"displayname":"+4917676631864 (WA)","membership":"join"},"time":"2026-03-06T19:23:41.803371364Z","message":"Request completed"} +{"level":"debug","transaction_id":"2394","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.826409793Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2394","time":"2026-03-06T19:23:41.826736236Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2395","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:41.861514651Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2395","time":"2026-03-06T19:23:41.86161243Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5981,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-15603716907169:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":88.529605,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MmlzaqCCiaoDAMLmgdSLUHrK","com.beeper.exclude_from_timeline":true,"displayname":"+4915731849652 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:41.89280361Z","message":"Request completed"} +{"level":"debug","transaction_id":"2396","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.905629502Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2396","time":"2026-03-06T19:23:41.905873391Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5982,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-15603716907169:matrix.theocloud.dev?user_id=%40whatsapp_lid-15603716907169%3Amatrix.theocloud.dev","duration":54.648732,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MmlzaqCCiaoDAMLmgdSLUHrK","com.beeper.exclude_from_timeline":true,"displayname":"+4915731849652 (WA)","membership":"join"},"time":"2026-03-06T19:23:41.948238695Z","message":"Request completed"} +{"level":"debug","transaction_id":"2397","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:41.973156159Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2397","time":"2026-03-06T19:23:41.973489306Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5983,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-136589153947794:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":83.514306,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491630461857 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:42.032795535Z","message":"Request completed"} +{"level":"debug","transaction_id":"2398","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:42.045168222Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2398","time":"2026-03-06T19:23:42.045416022Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5985,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-136589153947794:matrix.theocloud.dev?user_id=%40whatsapp_lid-136589153947794%3Amatrix.theocloud.dev","duration":47.978382,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491630461857 (WA)","membership":"join"},"time":"2026-03-06T19:23:42.081471432Z","message":"Request completed"} +{"level":"debug","transaction_id":"2399","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:42.095287268Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2399","time":"2026-03-06T19:23:42.095511531Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5986,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-174715159236763:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.043831,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YKCMFdCHOAjMvdqTqMEbsrzg","com.beeper.exclude_from_timeline":true,"displayname":"Bryan (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:42.139671361Z","message":"Request completed"} +{"level":"debug","transaction_id":"2400","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:42.166484831Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2400","time":"2026-03-06T19:23:42.166714123Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5987,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-174715159236763:matrix.theocloud.dev?user_id=%40whatsapp_lid-174715159236763%3Amatrix.theocloud.dev","duration":87.545319,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YKCMFdCHOAjMvdqTqMEbsrzg","com.beeper.exclude_from_timeline":true,"displayname":"Bryan (WA)","membership":"join"},"time":"2026-03-06T19:23:42.228034112Z","message":"Request completed"} +{"level":"debug","transaction_id":"2401","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:42.243918046Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2401","time":"2026-03-06T19:23:42.244225002Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5988,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-110364100427965:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.030563,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DirJwkctBFoGwKEzXTTMWYyH","com.beeper.exclude_from_timeline":true,"displayname":"Bea (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:42.289022212Z","message":"Request completed"} +{"level":"debug","transaction_id":"2402","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:42.305754029Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2402","time":"2026-03-06T19:23:42.306075094Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":5984,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":328.480463,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<566472 bytes>","time":"2026-03-06T19:23:42.319198654Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5989,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-110364100427965:matrix.theocloud.dev?user_id=%40whatsapp_lid-110364100427965%3Amatrix.theocloud.dev","duration":66.660683,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DirJwkctBFoGwKEzXTTMWYyH","com.beeper.exclude_from_timeline":true,"displayname":"Bea (WA)","membership":"join"},"time":"2026-03-06T19:23:42.356408975Z","message":"Request completed"} +{"level":"debug","transaction_id":"2403","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:42.37227866Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2403","time":"2026-03-06T19:23:42.372560194Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5990,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-175909109764250:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":66.382571,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+380952823600 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:42.423729527Z","message":"Request completed"} +{"level":"debug","transaction_id":"2404","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:42.438429914Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2404","time":"2026-03-06T19:23:42.438627498Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5991,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-175909109764250:matrix.theocloud.dev?user_id=%40whatsapp_lid-175909109764250%3Amatrix.theocloud.dev","duration":57.715922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+380952823600 (WA)","membership":"join"},"time":"2026-03-06T19:23:42.482160284Z","message":"Request completed"} +{"level":"debug","transaction_id":"2405","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:42.498211769Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2405","time":"2026-03-06T19:23:42.498453633Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5992,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-135613944741978:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":64.426012,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sofía (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:42.547717531Z","message":"Request completed"} +{"level":"debug","transaction_id":"2406","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:42.564857227Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2406","time":"2026-03-06T19:23:42.565126399Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5993,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-135613944741978:matrix.theocloud.dev?user_id=%40whatsapp_lid-135613944741978%3Amatrix.theocloud.dev","duration":65.659356,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sofía (WA)","membership":"join"},"time":"2026-03-06T19:23:42.613879052Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:42.614597309Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5994,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915222663440%3Amatrix.theocloud.dev","duration":5.977375,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915222663440","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:42.620873749Z","message":"Request completed"} +{"level":"debug","transaction_id":"2407","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:42.624013645Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2407","time":"2026-03-06T19:23:42.624217793Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5995,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915222663440:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915222663440%3Amatrix.theocloud.dev","duration":4.896009,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:42.626258862Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5996,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915222663440:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915222663440%3Amatrix.theocloud.dev","duration":5.531084,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915222663440 (WA)"},"time":"2026-03-06T19:23:42.631963364Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:42.632740428Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:43.042793025Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5997,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915222663440:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915222663440%3Amatrix.theocloud.dev","duration":2.46096,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:43.045619469Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":5998,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-239363409617131:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.733463,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XyldaycAVTHtGdCrZPqAFuuq","com.beeper.exclude_from_timeline":true,"displayname":"Artur (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:43.119509449Z","message":"Request completed"} +{"level":"debug","transaction_id":"2408","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:43.149714248Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2408","time":"2026-03-06T19:23:43.150011566Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6000,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-239363409617131:matrix.theocloud.dev?user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":68.11836,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XyldaycAVTHtGdCrZPqAFuuq","com.beeper.exclude_from_timeline":true,"displayname":"Artur (WA)","membership":"join"},"time":"2026-03-06T19:23:43.188386924Z","message":"Request completed"} +{"level":"debug","transaction_id":"2409","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:43.208537518Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2409","time":"2026-03-06T19:23:43.208858583Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6001,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-183245031354381:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":69.845349,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EkecugxrVYVarUjWxAcbYQMV","com.beeper.exclude_from_timeline":true,"displayname":"+4915735591152 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:43.259268172Z","message":"Request completed"} +{"level":"debug","transaction_id":"2410","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:43.279649245Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2410","time":"2026-03-06T19:23:43.279968703Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6002,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-183245031354381:matrix.theocloud.dev?user_id=%40whatsapp_lid-183245031354381%3Amatrix.theocloud.dev","duration":67.629813,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EkecugxrVYVarUjWxAcbYQMV","com.beeper.exclude_from_timeline":true,"displayname":"+4915735591152 (WA)","membership":"join"},"time":"2026-03-06T19:23:43.327686295Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:43.328612542Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6003,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491749442314%3Amatrix.theocloud.dev","duration":16.720573,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491749442314","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:43.345637138Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6004,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749442314:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491749442314%3Amatrix.theocloud.dev","duration":6.561466,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:43.352629111Z","message":"Request completed"} +{"level":"debug","transaction_id":"2411","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:43.357149858Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2411","time":"2026-03-06T19:23:43.357513316Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6005,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749442314:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491749442314%3Amatrix.theocloud.dev","duration":12.259402,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491749442314 (WA)"},"time":"2026-03-06T19:23:43.365100135Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:43.365986084Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":5999,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":341.0698,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<392765 bytes>","time":"2026-03-06T19:23:43.414719879Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:43.519737832Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6006,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749442314:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491749442314%3Amatrix.theocloud.dev","duration":2.476534,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:43.522585857Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:43.523388833Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6007,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917622717740%3Amatrix.theocloud.dev","duration":9.532833,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917622717740","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:43.533246013Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6008,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917622717740:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917622717740%3Amatrix.theocloud.dev","duration":2.235509,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:43.535909585Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6009,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917622717740:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917622717740%3Amatrix.theocloud.dev","duration":12.894897,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917622717740 (WA)"},"time":"2026-03-06T19:23:43.549005208Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:43.549898699Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:43.969193096Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6010,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917622717740%3Amatrix.theocloud.dev","duration":82.520172,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<40373 bytes>","time":"2026-03-06T19:23:44.06319372Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6011,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917622717740:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917622717740%3Amatrix.theocloud.dev","duration":2.331822,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:44.065913795Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6012,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/oxmkCtIokNkrFUrrEVPtVVOy?user_id=%40whatsapp_4917622717740%3Amatrix.theocloud.dev","duration":2.343904,"status_code":200,"response_length":40373,"response_mime":"image/jpeg","time":"2026-03-06T19:23:44.068410374Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6013,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917622717740:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917622717740%3Amatrix.theocloud.dev","duration":4.157706,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/oxmkCtIokNkrFUrrEVPtVVOy"},"time":"2026-03-06T19:23:44.072895571Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6014,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-58927135879305:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.369647,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nLxSezpeCzyHdxKqCzqAuJSt","com.beeper.exclude_from_timeline":true,"displayname":"Tino (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:44.135274159Z","message":"Request completed"} +{"level":"debug","transaction_id":"2412","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.156826415Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2412","time":"2026-03-06T19:23:44.157221722Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6015,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-58927135879305:matrix.theocloud.dev?user_id=%40whatsapp_lid-58927135879305%3Amatrix.theocloud.dev","duration":79.032811,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nLxSezpeCzyHdxKqCzqAuJSt","com.beeper.exclude_from_timeline":true,"displayname":"Tino (WA)","membership":"join"},"time":"2026-03-06T19:23:44.215163863Z","message":"Request completed"} +{"level":"debug","transaction_id":"2413","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.231658218Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2413","time":"2026-03-06T19:23:44.232035226Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6017,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-206699780640847:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":64.786258,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BjGscMHCGvMJzaQSxPmYrAPY","com.beeper.exclude_from_timeline":true,"displayname":"Julia (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:44.281077235Z","message":"Request completed"} +{"level":"debug","transaction_id":"2414","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.298910744Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2414","time":"2026-03-06T19:23:44.299241167Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6018,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-206699780640847:matrix.theocloud.dev?user_id=%40whatsapp_lid-206699780640847%3Amatrix.theocloud.dev","duration":62.341013,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BjGscMHCGvMJzaQSxPmYrAPY","com.beeper.exclude_from_timeline":true,"displayname":"Julia (WA)","membership":"join"},"time":"2026-03-06T19:23:44.344176175Z","message":"Request completed"} +{"level":"debug","transaction_id":"2415","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.360754759Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2415","time":"2026-03-06T19:23:44.361100129Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6019,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-139238746132555:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.552292,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TBFQFuBqdTqYcKeKTxpfZNFv","com.beeper.exclude_from_timeline":true,"displayname":"+491757493106 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:44.416756125Z","message":"Request completed"} +{"level":"debug","transaction_id":"2416","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.436017488Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2416","time":"2026-03-06T19:23:44.436310825Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6020,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-139238746132555:matrix.theocloud.dev?user_id=%40whatsapp_lid-139238746132555%3Amatrix.theocloud.dev","duration":71.677239,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TBFQFuBqdTqYcKeKTxpfZNFv","com.beeper.exclude_from_timeline":true,"displayname":"+491757493106 (WA)","membership":"join"},"time":"2026-03-06T19:23:44.489345644Z","message":"Request completed"} +{"level":"debug","transaction_id":"2417","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.507704016Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2417","time":"2026-03-06T19:23:44.507955937Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6016,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":369.80435,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<435268 bytes>","time":"2026-03-06T19:23:44.53989806Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 403","media_type":"video attachment","time":"2026-03-06T19:23:44.545882559Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6021,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-212326053634078:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.764395,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+5491140809052 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:44.551067435Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","error":"write callback failed: failed to download media: download failed with status code 403","media_type":"video attachment","time":"2026-03-06T19:23:44.552008Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_count":27,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:23:44.552125405Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_count":27,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:23:44.552221508Z","message":"Sending backfill messages"} +{"level":"debug","transaction_id":"2418","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.57016418Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2418","time":"2026-03-06T19:23:44.570386558Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6023,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825024552551652_1?ts=1766520509000&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":72.483009,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.\n\nDas Wort zum Ende des Jahres 🙌🏻","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"Das Wort zum Ende des Jahres 🙌🏻","info":{"mimetype":"video/mp4","w":480,"h":848,"duration":99000,"size":16606791},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"6zred4l+Lopas9e975l07lvXtyuLYOfYgikXcslba6E=","length":16606791,"type":"WhatsApp Video Keys","sha256":"ukfRiqavNq945dWJgrX8JmDIdwBpL/2Jb5sXMwfdKFk=","enc_sha256":"ReI8nKwpuUEmqFVQcxM7ZOTpQUU631Ts4rXL4ybsaF8=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:44.625283788Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","sender_id":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"message_ts":"2025-12-23T20:08:29Z","event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","part_id":"","time":"2026-03-06T19:23:44.625471035Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2419","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.662389904Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2419","time":"2026-03-06T19:23:44.662509614Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6022,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-212326053634078:matrix.theocloud.dev?user_id=%40whatsapp_lid-212326053634078%3Amatrix.theocloud.dev","duration":137.913142,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+5491140809052 (WA)","membership":"join"},"time":"2026-03-06T19:23:44.689565366Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:44.690412133Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6025,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917624327157%3Amatrix.theocloud.dev","duration":18.31535,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917624327157","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:44.709021589Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6026,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624327157:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917624327157%3Amatrix.theocloud.dev","duration":7.985409,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:44.717434641Z","message":"Request completed"} +{"level":"debug","transaction_id":"2420","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.722000994Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2420","time":"2026-03-06T19:23:44.72225508Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2421","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:44.735247826Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2421","time":"2026-03-06T19:23:44.73540958Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6027,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624327157:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917624327157%3Amatrix.theocloud.dev","duration":27.440654,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917624327157 (WA)"},"time":"2026-03-06T19:23:44.745153895Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:44.745783522Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6024,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825024626240347_1?ts=1766566147284&user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":145.612198,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","key":"❤️"}},"time":"2026-03-06T19:23:44.771977423Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","target_part_id":"","reaction_sender_id":{"user_id":"lid-40566117134352","sender_login":"491777059558"},"reaction_ts":"2025-12-24T08:49:07.284Z","event_id":"$eM1GePbK_P6Wfc-EBeLg5VdQ1GC1qLIK6_rZ8kUsuQA","time":"2026-03-06T19:23:44.772109704Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2422","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.790704911Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2422","time":"2026-03-06T19:23:44.790806881Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2423","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.849903165Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2423","time":"2026-03-06T19:23:44.850242737Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","portal_mxid":"!wRkwNZtgctxiqmVHWz:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$6FB2vPgwCrHbPqg4bz5RNfc2ttsfWyUb_iqQixXTj3g","event_type":"m.room.member","event_id":"$6FB2vPgwCrHbPqg4bz5RNfc2ttsfWyUb_iqQixXTj3g","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:44.850764319Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6028,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825024772672981_1?ts=1766528063965&user_id=%40whatsapp_lid-77859284607025%3Amatrix.theocloud.dev","duration":93.977227,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","key":"❤️"}},"time":"2026-03-06T19:23:44.866778857Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","target_part_id":"","reaction_sender_id":{"user_id":"lid-77859284607025","sender_login":"491708034509"},"reaction_ts":"2025-12-23T22:14:23.965Z","event_id":"$KxSB8AXqttK6AlwMFvGpouDZbttlhnUtlluGfdF0yFw","time":"2026-03-06T19:23:44.867320553Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2424","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.888064038Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2424","time":"2026-03-06T19:23:44.88814701Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6029,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825024867977908_1?ts=1766523930933&user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":82.904025,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","key":"🙏"}},"time":"2026-03-06T19:23:44.951065688Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","target_part_id":"","reaction_sender_id":{"user_id":"lid-266502737506505","sender_login":"491624232636"},"reaction_ts":"2025-12-23T21:05:30.933Z","event_id":"$3V7STMdQea68tMN2km1MT4fqwlcVMQcbfBJXTZSnBeE","time":"2026-03-06T19:23:44.951199436Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2425","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:44.969712439Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2425","time":"2026-03-06T19:23:44.969807844Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6030,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825024951743576_1?ts=1766526875089&user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":50.773328,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","key":"❤️"}},"time":"2026-03-06T19:23:45.002639337Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","target_part_id":"","reaction_sender_id":{"user_id":"lid-38504566390811","sender_login":"4917656979328"},"reaction_ts":"2025-12-23T21:54:35.089Z","event_id":"$HYF-g5GAVzWuVDqfwVfXB1Y_iwylM_eFfEafmzxRzIs","time":"2026-03-06T19:23:45.00275772Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2426","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.016415642Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2426","time":"2026-03-06T19:23:45.016507205Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2427","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:45.049984809Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2427","time":"2026-03-06T19:23:45.050092925Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6031,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825025003161897_1?ts=1766526629988&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":69.799601,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","key":"🙏"}},"time":"2026-03-06T19:23:45.073082116Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","target_part_id":"","reaction_sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"reaction_ts":"2025-12-23T21:50:29.988Z","event_id":"$5Hka15k3RklvkjnfQmTGG696ElvW8bxVNb6hO2w_NpM","time":"2026-03-06T19:23:45.073248619Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2428","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.085870712Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2428","time":"2026-03-06T19:23:45.085962345Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6032,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825025073902063_1?ts=1766758433303&user_id=%40whatsapp_lid-75930894614615%3Amatrix.theocloud.dev","duration":48.968396,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","key":"❤️"}},"time":"2026-03-06T19:23:45.122988771Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","target_part_id":"","reaction_sender_id":{"user_id":"lid-75930894614615","sender_login":"4917684328837"},"reaction_ts":"2025-12-26T14:13:53.303Z","event_id":"$IzLXhNU6sa0VH-WshhB2XFE8BoyQYE8NghP72eDGcDs","time":"2026-03-06T19:23:45.123112741Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2429","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.143351126Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2429","time":"2026-03-06T19:23:45.143457915Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:45.155514216Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6033,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825025123585224_1?ts=1766607177150&user_id=%40whatsapp_lid-61955406606386%3Amatrix.theocloud.dev","duration":54.106197,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","key":"🙏"}},"time":"2026-03-06T19:23:45.177814413Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","target_part_id":"","reaction_sender_id":{"user_id":"lid-61955406606386","sender_login":"491788110151"},"reaction_ts":"2025-12-24T20:12:57.15Z","event_id":"$1F_h9TrfCE1dYkLvT33rzjRQKfTPMnog1xkYvN-T3Rs","time":"2026-03-06T19:23:45.17794858Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2430","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.195595121Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2430","time":"2026-03-06T19:23:45.195700443Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6035,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825025178469394_1?ts=1766522685590&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":48.010091,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","key":"🙏"}},"time":"2026-03-06T19:23:45.226594933Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","target_part_id":"","reaction_sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"reaction_ts":"2025-12-23T20:44:45.59Z","event_id":"$oxO9li5jy5_-O1iO_z8OneVTK0IpUKMx95ZnXrFTUU8","time":"2026-03-06T19:23:45.226722326Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2431","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.242861043Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2431","time":"2026-03-06T19:23:45.242963432Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6036,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825025227919980_1?ts=1766596489000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":51.908752,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Danke dir fürs aufnehmen 🙌❤️ ein gesegnetes Fest euch allen ❤️","m.mentions":{"user_ids":["@whatsapp_lid-59622887026730:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:45.280004874Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:239363409617131@lid:3A5A342668EFA37CFE51","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2025-12-24T17:14:49Z","event_id":"$xS7d2G7s5pnNNEtJ0mHy0KOl93I79G6pSWLqKumm7UE","part_id":"","time":"2026-03-06T19:23:45.280192051Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6034,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4917624327157%3Amatrix.theocloud.dev","duration":128.629996,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<52534 bytes>","time":"2026-03-06T19:23:45.296508378Z","message":"Request completed"} +{"level":"debug","transaction_id":"2432","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.300757298Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2432","time":"2026-03-06T19:23:45.300866042Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6038,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624327157:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917624327157%3Amatrix.theocloud.dev","duration":5.355709,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:45.302241026Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6039,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/dJqhfrSVQJgQBKfNEOeWDSaP?user_id=%40whatsapp_4917624327157%3Amatrix.theocloud.dev","duration":7.249062,"status_code":200,"response_length":52534,"response_mime":"image/jpeg","time":"2026-03-06T19:23:45.309678522Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6040,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917624327157:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917624327157%3Amatrix.theocloud.dev","duration":28.073703,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dJqhfrSVQJgQBKfNEOeWDSaP"},"time":"2026-03-06T19:23:45.337986616Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:45.338760048Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6041,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915735591152%3Amatrix.theocloud.dev","duration":9.695564,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915735591152","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:45.348708023Z","message":"Request completed"} +{"level":"debug","transaction_id":"2433","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:45.352605358Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2433","time":"2026-03-06T19:23:45.352694825Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6042,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735591152:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915735591152%3Amatrix.theocloud.dev","duration":5.077878,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:45.354111155Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6043,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735591152:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915735591152%3Amatrix.theocloud.dev","duration":17.648427,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915735591152 (WA)"},"time":"2026-03-06T19:23:45.371954721Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:45.37279178Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6037,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825025281091619_1?ts=1767975313000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":114.051413,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":480,"h":848,"duration":3000,"size":578161},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"qrli7V0C/qv8vx7R44DwVjm4MdarHiCKbv+ga0hzeWc=","length":578161,"type":"WhatsApp Video Keys","sha256":"ZQgYQoglxZRPP3Jw8BvVxwDcdxi7g9HBLU2P4P7QfL8=","enc_sha256":"WzbD1NcLPcX6rwRdegZDuTUDA5n+fr/XULbNLitjU9s=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:45.395485119Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","sender_id":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"message_ts":"2026-01-09T16:15:13Z","event_id":"$sgL3YC2VF_OveaiMbixWT-6GQ35j_kSpjhhQ17nC8YQ","part_id":"","time":"2026-03-06T19:23:45.395683611Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2434","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.416397063Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2434","time":"2026-03-06T19:23:45.416522709Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2435","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:45.445053459Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2435","time":"2026-03-06T19:23:45.445127352Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6044,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825025396550213_1?ts=1767993740945&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":72.619271,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$sgL3YC2VF_OveaiMbixWT-6GQ35j_kSpjhhQ17nC8YQ","key":"❤️"}},"time":"2026-03-06T19:23:45.469291219Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-01-09T21:22:20.945Z","event_id":"$LMvAkSftUhMMzU_Kz17PLkfYwGawQIrKOoRNH3Vpyv8","time":"2026-03-06T19:23:45.46942762Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2436","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.486291021Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2436","time":"2026-03-06T19:23:45.486402489Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6045,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825025469940262_1?ts=1767984379292&user_id=%40whatsapp_lid-105094192341121%3Amatrix.theocloud.dev","duration":46.047735,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$sgL3YC2VF_OveaiMbixWT-6GQ35j_kSpjhhQ17nC8YQ","key":"❤️"}},"time":"2026-03-06T19:23:45.516131173Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","target_part_id":"","reaction_sender_id":{"user_id":"lid-105094192341121","sender_login":"4915738711750"},"reaction_ts":"2026-01-09T18:46:19.292Z","event_id":"$UQqwHaD_tUEtxRCCh3Y58f7RdDQ-VpKA1RYH5J72Ie0","time":"2026-03-06T19:23:45.516298305Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2437","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.531566999Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2437","time":"2026-03-06T19:23:45.531658073Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:45.534293988Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6046,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825025516938758_2?ts=1770644718000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":53.9501,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.notice","body":"Sent an album:","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:45.571043908Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:236846508454136@lid:3A74C15A19C3DC0306C0","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-09T13:45:18Z","event_id":"$hBacKwvC7LB1wvBG6gvyS5VQMqRtbH59oWJ4UgW8Wq8","part_id":"","time":"2026-03-06T19:23:45.571211949Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2438","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.592153855Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2438","time":"2026-03-06T19:23:45.592274053Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2439","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:45.63400505Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2439","time":"2026-03-06T19:23:45.634115191Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6048,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825025572065141_1?ts=1770661135219&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":91.810792,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$hBacKwvC7LB1wvBG6gvyS5VQMqRtbH59oWJ4UgW8Wq8","key":"👍️"}},"time":"2026-03-06T19:23:45.664019109Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:236846508454136@lid:3A74C15A19C3DC0306C0","target_part_id":"","reaction_sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"reaction_ts":"2026-02-09T18:18:55.219Z","event_id":"$botRu99ZabLWv5_QARbSO6JUBZSfW3siTigW2jm2rkA","time":"2026-03-06T19:23:45.664188197Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6047,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915735591152%3Amatrix.theocloud.dev","duration":136.328003,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<67585 bytes>","time":"2026-03-06T19:23:45.680017444Z","message":"Request completed"} +{"level":"debug","transaction_id":"2440","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.684216357Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2440","time":"2026-03-06T19:23:45.684319235Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6050,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735591152:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915735591152%3Amatrix.theocloud.dev","duration":5.534786,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:45.68596786Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6051,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/KvvSvLNFmZpzLaJngsifWSIU?user_id=%40whatsapp_4915735591152%3Amatrix.theocloud.dev","duration":4.776299,"status_code":200,"response_length":67585,"response_mime":"image/jpeg","time":"2026-03-06T19:23:45.690936295Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6052,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735591152:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915735591152%3Amatrix.theocloud.dev","duration":5.943083,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KvvSvLNFmZpzLaJngsifWSIU"},"time":"2026-03-06T19:23:45.697221325Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6049,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825025664857425_3?ts=1770644719000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":64.411135,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":435268,"w":1536},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/hFTFTtYMmTBJbXOfKxZYzmqe"},"time":"2026-03-06T19:23:45.72948577Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:236846508454136@lid:3A6486856FBFB5D9BE07","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-09T13:45:19Z","event_id":"$5UcuA6iF4Czm4gUTQKtA5hps9NMkKXDU3uaFCXvNivo","part_id":"","time":"2026-03-06T19:23:45.729604921Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2441","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.746847355Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2441","time":"2026-03-06T19:23:45.746954633Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6053,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":83.091551,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:45.781074436Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6054,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825025730185798_4?ts=1770644719000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":75.827333,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":392765,"w":1536},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/eXhebbtiHarhBQuEiJCJUHGn"},"time":"2026-03-06T19:23:45.806200867Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:236846508454136@lid:3A62F800078EA28F5293","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-09T13:45:19Z","event_id":"$TCKXzNK_u10vz9NIPCFx2CF5b9jWJRlB_mGYt9yToHg","part_id":"","time":"2026-03-06T19:23:45.806365695Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2442","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.808794527Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2442","time":"2026-03-06T19:23:45.808903551Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2443","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.829944423Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2443","time":"2026-03-06T19:23:45.830199208Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6056,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825025807169858_5?ts=1770644720000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":65.623945,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":566472,"w":1536},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/aXfKbCyUrdXOPUSjqrRAEthJ"},"time":"2026-03-06T19:23:45.873000117Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:236846508454136@lid:3A8D759D082563B0D0E8","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-09T13:45:20Z","event_id":"$2KZh95v8FFNkqJI_wQb6mnVBu9mXLD6XqTT8cBpIiEU","part_id":"","time":"2026-03-06T19:23:45.873147485Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2444","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.898306602Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2444","time":"2026-03-06T19:23:45.898436928Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6055,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195790463058158:matrix.theocloud.dev?user_id=%40whatsapp_lid-195790463058158%3Amatrix.theocloud.dev","duration":133.533896,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XHhOUpIWMcuLQZYnfeaVrlLQ","com.beeper.exclude_from_timeline":true,"displayname":"Theo Leuthardt (WA)","membership":"join"},"time":"2026-03-06T19:23:45.915096599Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6058,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":14.536189,"status_code":200,"response_length":89,"response_mime":"application/json","time":"2026-03-06T19:23:45.930363406Z","message":"Request completed"} +{"level":"debug","transaction_id":"2445","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.934279878Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2445","time":"2026-03-06T19:23:45.934525024Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6057,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825025873971762_6?ts=1770644755000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":103.099806,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.notice","body":"Sent an album:","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:45.977222916Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:236846508454136@lid:3A53023DC3398EE1C801","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-09T13:45:55Z","event_id":"$0JFSjxuHs3i6vFvj3iay88btgTndrNPNg8DI3kF803M","part_id":"","time":"2026-03-06T19:23:45.977389979Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2446","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:45.994731519Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2446","time":"2026-03-06T19:23:45.994857445Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6059,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@theo:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":102.40327,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/MpwzzHkfSbfueOUBjXvAEnVD","com.beeper.exclude_from_timeline":true,"displayname":"theo","membership":"invite"},"time":"2026-03-06T19:23:46.033113513Z","message":"Request completed"} +{"level":"debug","transaction_id":"2447","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.066701258Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2447","time":"2026-03-06T19:23:46.066968544Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6060,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825025978260981_7?ts=1770644756000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":106.805214,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":375059,"w":1448},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/VldiQbKKNaWQjmnknTOcGCcd"},"time":"2026-03-06T19:23:46.085318047Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:236846508454136@lid:3AC173BCAFF2EEC2EB18","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-09T13:45:56Z","event_id":"$5xxsIp_NultFljXK9SvyFgtZLyOQUgbswu-w5LHMnBs","part_id":"","time":"2026-03-06T19:23:46.085478335Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2448","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.11107662Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2448","time":"2026-03-06T19:23:46.111189485Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6062,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026086263990_8?ts=1770644756000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":73.834386,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":1536,"mimetype":"image/jpeg","size":190152,"w":1024},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/xMLUNXmDiCmrDqXxNsXmBxXM"},"time":"2026-03-06T19:23:46.160359934Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:236846508454136@lid:3A3DF38E54F13D91AABD","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-09T13:45:56Z","event_id":"$OG595JP-Nvh4THn81GK9LzjaXu9gvx6EZOyS3DQx1KE","part_id":"","time":"2026-03-06T19:23:46.160511143Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2449","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.180901574Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2449","time":"2026-03-06T19:23:46.181033157Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6061,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-254481426071661:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":160.867481,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uELFhFzjKIToKpGUGznOiFMf","com.beeper.exclude_from_timeline":true,"displayname":"+491704035395 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:46.1946908Z","message":"Request completed"} +{"level":"debug","transaction_id":"2450","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.215712396Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2450","time":"2026-03-06T19:23:46.216012857Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6063,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026161301058_2?ts=1770645560000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":100.886017,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":480,"h":848,"duration":8000,"size":1627530},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"K5z+JcZ1YaTCqjnHHE46NLPlQL/fzpVzC2T412eDOYU=","length":1627530,"type":"WhatsApp Video Keys","sha256":"i2ObcSWHkw7zsykK6Xk/AUr3qKsYYSyhxjLbtTcpyNw=","enc_sha256":"M0G8mYc9AnuLWFqy4vkiUh/2Rk/TyDLV9ANnSSTcAWQ=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:46.262448914Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-09T13:59:20Z","event_id":"$pu4HHMZdkakx54HaYwnru5UDsbDE5dfKbgVo9fqNnkA","part_id":"","time":"2026-03-06T19:23:46.262630993Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2451","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.281550129Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2451","time":"2026-03-06T19:23:46.281652098Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2452","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:46.330426542Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2452","time":"2026-03-06T19:23:46.330507838Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6064,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-254481426071661:matrix.theocloud.dev?user_id=%40whatsapp_lid-254481426071661%3Amatrix.theocloud.dev","duration":144.126095,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uELFhFzjKIToKpGUGznOiFMf","com.beeper.exclude_from_timeline":true,"displayname":"+491704035395 (WA)","membership":"join"},"time":"2026-03-06T19:23:46.339594658Z","message":"Request completed"} +{"level":"debug","transaction_id":"2453","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.358234216Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2453","time":"2026-03-06T19:23:46.358541382Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6065,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026263392273_3?ts=1770645560000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":130.520345,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":480,"h":848,"duration":7000,"size":1378282},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"izV4jS33sf7XrL1L23KTspj3MtOMrJsrkHRqwoz2G7M=","length":1378282,"type":"WhatsApp Video Keys","sha256":"6fit195lSARDH5vai2mWJB/3i6FrmvFNUypHcUmg5SI=","enc_sha256":"QYmBz/S9mKYQ+TcTYYvfD7SPmjE/S5UBxkTeL/oi/lI=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:46.394134925Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-09T13:59:20Z","event_id":"$LoUUSXxyjqzrPSQUaHTYi5uXeeihTYrQJfOrf8GVJ-4","part_id":"","time":"2026-03-06T19:23:46.394304223Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2454","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.402829861Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2454","time":"2026-03-06T19:23:46.402938465Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6066,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-165339312693343:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":114.585427,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ShjhDtVYxzklMObAryvcXfnI","com.beeper.exclude_from_timeline":true,"displayname":"Mahmoud (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:46.455239591Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6067,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026395144425_4?ts=1770645561000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":80.46716,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":480,"h":848,"duration":7000,"size":1384207},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"K/OWMBY+y1Zxq0mOg59t+4xZpYYlNJlttJcIVLDVBYY=","length":1384207,"type":"WhatsApp Video Keys","sha256":"t8B9URFjLDHysWlh2oO89FMjDyt8F+atK34dXXotTdI=","enc_sha256":"PdPFDECFTmSz+D7PO4LptONC47kqhEA0+bWRXu5ua0k=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:46.475873982Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-09T13:59:21Z","event_id":"$UiBp8PkU6r68q_bXIHKZ28_2UlfvmC5FozI8jMbMCWs","part_id":"","time":"2026-03-06T19:23:46.47607855Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2455","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.479921757Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2455","time":"2026-03-06T19:23:46.480046425Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2456","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.490173964Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2456","time":"2026-03-06T19:23:46.490508857Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6069,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026476961914_5?ts=1770645561000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":47.763268,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":464,"h":832,"duration":20000,"size":3836395},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"Y1nLYdgSbdcoW1oPQ99Hc2ULUlurp+ik3yxST3n7/gA=","length":3836395,"type":"WhatsApp Video Keys","sha256":"hL+C1rUoYDivRgSABsUgeyCgtSOzONlWWjETMRGWt7A=","enc_sha256":"sqkFuI+dBeaCV0sPTxCpUaImMbsSIUV+vo1ZzBMHmOY=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:46.524943649Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-09T13:59:21Z","event_id":"$mf0G5pSdEBQDOjuTx4IXQMgp-E-yHRgjVxBjSyqcLxU","part_id":"","time":"2026-03-06T19:23:46.525131175Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2457","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.545124554Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2457","time":"2026-03-06T19:23:46.545251248Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6068,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-165339312693343:matrix.theocloud.dev?user_id=%40whatsapp_lid-165339312693343%3Amatrix.theocloud.dev","duration":103.185013,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ShjhDtVYxzklMObAryvcXfnI","com.beeper.exclude_from_timeline":true,"displayname":"Mahmoud (WA)","membership":"join"},"time":"2026-03-06T19:23:46.559092017Z","message":"Request completed"} +{"level":"debug","transaction_id":"2458","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.576407646Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2458","time":"2026-03-06T19:23:46.576699447Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6070,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026526006856_6?ts=1770645561000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":82.220548,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":464,"h":832,"duration":12000,"size":2285389},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"xHDDgY3erUYoNK3+ybP0bwQnfo9MlaGj3fBERe+GpfE=","length":2285389,"type":"WhatsApp Video Keys","sha256":"m/x7CqMaDUfbO140NnaPSFmMng3PlCBXhv7/3XxVYZk=","enc_sha256":"wNt9kFCTO5ASTMbfWFjS6w6bnk9e3D+wqJ3YSr/47Q8=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:46.608467383Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-09T13:59:21Z","event_id":"$h77mlmjJ9wMkIDVSyNnVn3XaUkSqjCFyVAYPIBI94xA","part_id":"","time":"2026-03-06T19:23:46.608648833Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2459","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.623476892Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2459","time":"2026-03-06T19:23:46.623597649Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6071,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-35442120491030:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":110.932958,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ywuJqvpuslyoOQUgPrmGswYF","com.beeper.exclude_from_timeline":true,"displayname":"Taha (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:46.670996062Z","message":"Request completed"} +{"level":"debug","transaction_id":"2460","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.687582817Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2460","time":"2026-03-06T19:23:46.687899552Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6072,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026609542813_7?ts=1770645561000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":95.165242,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":480,"h":848,"duration":9000,"size":1787106},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"3CSSeum2GANRmbDGgz96jQF3UehTJEAjEOz3GbF3B80=","length":1787106,"type":"WhatsApp Video Keys","sha256":"MuCo3hBtGf5DIvsvjRpN3brqCyLScUWk949HmPF/Hr4=","enc_sha256":"QsfJtMhXLcCvRfp0e2fjT2qO5x/BhVt6MbXsi1v2JLk=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:46.704929386Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-09T13:59:21Z","event_id":"$W1C-1v65tdMF3_yhT9yweUo5d3pNTF84yR4Ku2o3l58","part_id":"","time":"2026-03-06T19:23:46.705067115Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2461","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.735877235Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2461","time":"2026-03-06T19:23:46.736001764Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6074,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026705760229_8?ts=1770645562000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":95.312121,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":464,"h":832,"duration":10000,"size":1944157},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"Z8ANBUFGx8rDbODxzRVm4uoXzSsfGWTnK97JPkTFOPU=","length":1944157,"type":"WhatsApp Video Keys","sha256":"ritCZSb7kiE7vDfe6qa7A59cCJWAukYuEurKAi+YafI=","enc_sha256":"KroGseEfBw3FO4tVYXIrhjZXyDT8l4bz3YwRsoU8Q7s=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:46.801320988Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-09T13:59:22Z","event_id":"$mDVptqO1o4aQj3oab_11OOb7sDsAzq6xPMnJFHolzh0","part_id":"","time":"2026-03-06T19:23:46.801582617Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6073,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-35442120491030:matrix.theocloud.dev?user_id=%40whatsapp_lid-35442120491030%3Amatrix.theocloud.dev","duration":165.431809,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ywuJqvpuslyoOQUgPrmGswYF","com.beeper.exclude_from_timeline":true,"displayname":"Taha (WA)","membership":"join"},"time":"2026-03-06T19:23:46.837198719Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:46.838084947Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","transaction_id":"2462","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.838760251Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2462","time":"2026-03-06T19:23:46.838863688Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6076,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491759903260%3Amatrix.theocloud.dev","duration":13.263593,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491759903260","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:46.851659059Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6077,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491759903260:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491759903260%3Amatrix.theocloud.dev","duration":4.363602,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:46.856341909Z","message":"Request completed"} +{"level":"debug","transaction_id":"2463","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.858488858Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2463","time":"2026-03-06T19:23:46.858808736Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6078,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491759903260:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491759903260%3Amatrix.theocloud.dev","duration":13.09695,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491759903260 (WA)"},"time":"2026-03-06T19:23:46.869680862Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:46.870669688Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6075,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026802571443_9?ts=1770645562000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":89.456481,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":464,"h":832,"duration":9000,"size":1767566},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"/EgiFgTcel0tx7Jttff3VhgJ0O4gUuP/Krowza92k/g=","length":1767566,"type":"WhatsApp Video Keys","sha256":"pwr1vbqSCEoUSAXXidQrhRVi/8WKAAr1JRqis8PGMLI=","enc_sha256":"42/qm5cQyy7UCDTjW4CO7DQMz3nr7LcMBeQTQJBy0J4=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:46.892256098Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-09T13:59:22Z","event_id":"$jCz6_5593WFhfzeJXqfNr0CmvpQ1vq39iw8Q44yTao4","part_id":"","time":"2026-03-06T19:23:46.892451935Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2464","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.905144499Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2464","time":"2026-03-06T19:23:46.905249542Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6079,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026893320074_10?ts=1770645576000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":46.47042,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":464,"h":832,"duration":38000,"size":7104119},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"ib+y2dNXtjzqYdiVMkbiqYbAJ6sc+4OS8X1c5x3N0uo=","length":7104119,"type":"WhatsApp Video Keys","sha256":"XKBxbQEF6nuhZ4PsyAVFOAjE+J7KJXHlIL2bSAF6FI0=","enc_sha256":"ATvIBcDoPTZOj1wLbye0J6Awcl0eGqkYIdDv6epClyE=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:46.940041576Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-09T13:59:36Z","event_id":"$fQuXtzwhSgCNkw6IasvyILreRqtGeZu7CGaGu6ovSm0","part_id":"","time":"2026-03-06T19:23:46.940217718Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2465","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.951278349Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2465","time":"2026-03-06T19:23:46.95139289Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6080,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026940996109_11?ts=1770645576000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":41.773112,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":464,"h":832,"duration":227000,"size":42663650},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"Ou/pHqjWZqfDGz5cuLGSE+uCRDtizroLcbjnbNje4RA=","length":42663650,"type":"WhatsApp Video Keys","sha256":"WgsaFLGSGQn7LhwXQbY61YHfajSCS2d+tOgE1eV19TI=","enc_sha256":"iarlcKJeFCwpjNKb/vxVID6QjymXy+ZKPoOfesM6/3k=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:23:46.983015066Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-09T13:59:36Z","event_id":"$X302UYo58oDj6WaRKfIIv5w1e7i6j777WczzM43h-ic","part_id":"","time":"2026-03-06T19:23:46.983204268Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2466","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:46.997733472Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2466","time":"2026-03-06T19:23:46.997846407Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:47.023832178Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6081,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825026984270759_9?ts=1770658068000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":47.155292,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"https://www.youtube.com/watch?v=bvRcUVjt1Zs","m.mentions":{},"com.beeper.linkpreviews":[{"og:title":"Winter League Woche 2 - Rostock / Berlin","og:type":"video.other","og:description":"In der 2. Woche der Winter League 2026 waren wir zu Gast im Straßensport Gym in Rostock und bei den Jungs von Barsover9000 in Berlin.","matched_url":"https://www.youtube.com/watch?v=bvRcUVjt1Zs"}],"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:47.031620422Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:236846508454136@lid:4A07A34F0D2DFDDE96EE","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-09T17:27:48Z","event_id":"$60KPyLrZg29KkhCfPZAD8jtASsvdNXRzedhQIxxf--c","part_id":"","time":"2026-03-06T19:23:47.031749909Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6082,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491759903260:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491759903260%3Amatrix.theocloud.dev","duration":7.893356,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:47.032039056Z","message":"Request completed"} +{"level":"debug","transaction_id":"2467","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.05143689Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2467","time":"2026-03-06T19:23:47.051568682Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6083,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825027034565597_1?ts=1770662021191&user_id=%40whatsapp_lid-70029659869242%3Amatrix.theocloud.dev","duration":74.845771,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$60KPyLrZg29KkhCfPZAD8jtASsvdNXRzedhQIxxf--c","key":"🔥"}},"time":"2026-03-06T19:23:47.109523884Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:236846508454136@lid:4A07A34F0D2DFDDE96EE","target_part_id":"","reaction_sender_id":{"user_id":"lid-70029659869242","sender_login":"4915759322544"},"reaction_ts":"2026-02-09T18:33:41.191Z","event_id":"$Y5Y-ogVNxg8AYtlALdZBoM7s8eQZwnJXXwpdSXMPSpg","time":"2026-03-06T19:23:47.109612863Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2468","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.130648008Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2468","time":"2026-03-06T19:23:47.130734054Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6084,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-61169360498824:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":124.815773,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ozOWBtbeKJycQWGYvxqLbBEQ","com.beeper.exclude_from_timeline":true,"displayname":"Carlo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:47.160690633Z","message":"Request completed"} +{"level":"debug","transaction_id":"2469","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.181001863Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2469","time":"2026-03-06T19:23:47.18138844Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6085,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825027110036526_1?ts=1770660862496&user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":107.43575,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$60KPyLrZg29KkhCfPZAD8jtASsvdNXRzedhQIxxf--c","key":"💪"}},"time":"2026-03-06T19:23:47.217586887Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:236846508454136@lid:4A07A34F0D2DFDDE96EE","target_part_id":"","reaction_sender_id":{"user_id":"lid-87162133413943","sender_login":"491772982858"},"reaction_ts":"2026-02-09T18:14:22.496Z","event_id":"$SpGsiJR_C3epHklTI8lyyN2gPZUP07ecyEyChYD7q6M","time":"2026-03-06T19:23:47.217734323Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2470","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.25695135Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2470","time":"2026-03-06T19:23:47.257066799Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6086,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-61169360498824:matrix.theocloud.dev?user_id=%40whatsapp_lid-61169360498824%3Amatrix.theocloud.dev","duration":189.783132,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ozOWBtbeKJycQWGYvxqLbBEQ","com.beeper.exclude_from_timeline":true,"displayname":"Carlo (WA)","membership":"join"},"time":"2026-03-06T19:23:47.351307331Z","message":"Request completed"} +{"level":"debug","transaction_id":"2471","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:47.352163457Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2471","time":"2026-03-06T19:23:47.352215001Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:47.352380946Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6088,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491624100405%3Amatrix.theocloud.dev","duration":12.858788,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491624100405","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:47.365559751Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6089,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624100405:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491624100405%3Amatrix.theocloud.dev","duration":6.474303,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:47.372543971Z","message":"Request completed"} +{"level":"debug","transaction_id":"2472","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.376032869Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2472","time":"2026-03-06T19:23:47.37638641Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6087,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825027218382738_1?ts=1772247445000&user_id=%40whatsapp_lid-242661625704624%3Amatrix.theocloud.dev","duration":179.861557,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Hey Chris hier und relativ neu im Calstihenticsbereich.\n\nBin gespannt was ich hier alles lernen kann","com.beeper.disappearing_timer":{},"filename":"image.jpg","format":"org.matrix.custom.html","formatted_body":"Hey Chris hier und relativ neu im Calstihenticsbereich.\u003cbr\u003e\u003cbr\u003eBin gespannt was ich hier alles lernen kann","info":{"h":940,"mimetype":"image/jpeg","size":157231,"w":1080},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/mMGqaTqlhBktYbfVSZrKfOZN"},"time":"2026-03-06T19:23:47.398515005Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:242661625704624@lid:ACB1B945EFC501A84C01FADFA019452D","sender_id":{"user_id":"lid-242661625704624","sender_login":"491792276137"},"message_ts":"2026-02-28T02:57:25Z","event_id":"$mIHDR8r6f0sPCsOargGx5FL06rhmQug6sGVIKOtku-g","part_id":"","time":"2026-03-06T19:23:47.398671172Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6090,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624100405:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491624100405%3Amatrix.theocloud.dev","duration":40.180151,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491624100405 (WA)"},"time":"2026-03-06T19:23:47.41294622Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:47.413720002Z","message":""} +{"level":"debug","transaction_id":"2473","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.415091633Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2473","time":"2026-03-06T19:23:47.415214625Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2474","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:47.445601223Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2474","time":"2026-03-06T19:23:47.445713669Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6091,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825027399486510_2?ts=1772292644429&user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":75.867911,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$mIHDR8r6f0sPCsOargGx5FL06rhmQug6sGVIKOtku-g","key":"🚀"}},"time":"2026-03-06T19:23:47.475489007Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:242661625704624@lid:ACB1B945EFC501A84C01FADFA019452D","target_part_id":"","reaction_sender_id":{"user_id":"lid-40566117134352","sender_login":"491777059558"},"reaction_ts":"2026-02-28T15:30:44.429Z","event_id":"$Vupm_GBZ9VHdFU5O9xuJPsbBWm_M9WNqaaj0pZZqAZ4","time":"2026-03-06T19:23:47.475626037Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2475","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.502657974Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2475","time":"2026-03-06T19:23:47.502769861Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6092,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825027476149784_2?ts=1772247501324&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":71.612705,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$mIHDR8r6f0sPCsOargGx5FL06rhmQug6sGVIKOtku-g","key":"🚀"}},"time":"2026-03-06T19:23:47.547895818Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:242661625704624@lid:ACB1B945EFC501A84C01FADFA019452D","target_part_id":"","reaction_sender_id":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"reaction_ts":"2026-02-28T02:58:21.324Z","event_id":"$lt9xcGoXo_LJTUOSo_HRoV7SCl52BbNJWeq6ySk-HbU","time":"2026-03-06T19:23:47.548043255Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2476","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.567725836Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2476","time":"2026-03-06T19:23:47.567859723Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:47.580295687Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6094,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491624100405:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491624100405%3Amatrix.theocloud.dev","duration":5.095338,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:47.585788637Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6093,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825027548612888_1?ts=1772279647635&user_id=%40whatsapp_lid-276334119006314%3Amatrix.theocloud.dev","duration":56.015893,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$mIHDR8r6f0sPCsOargGx5FL06rhmQug6sGVIKOtku-g","key":"❤️"}},"time":"2026-03-06T19:23:47.604763507Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:242661625704624@lid:ACB1B945EFC501A84C01FADFA019452D","target_part_id":"","reaction_sender_id":{"user_id":"lid-276334119006314","sender_login":"491759232609"},"reaction_ts":"2026-02-28T11:54:07.635Z","event_id":"$dH8ej_N5u19XMJLeLVKkhY06TgCSovq3C86_dZ5aQx4","time":"2026-03-06T19:23:47.604900537Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2477","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.626153031Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2477","time":"2026-03-06T19:23:47.626266245Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6096,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825027605563339_2?ts=1772278788000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":72.685133,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Willkommen Chris.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:47.678401147Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:44419206123644@lid:3A84AA48B6A464B05648","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-28T11:39:48Z","event_id":"$oYMySDA44j68Fr6qrBb6r8TS7nnzS7t5yFKN2RcykUo","part_id":"","time":"2026-03-06T19:23:47.678548723Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2478","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.69843685Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2478","time":"2026-03-06T19:23:47.698511791Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6095,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-154378388402269:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":141.565052,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491729879482 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:47.728537653Z","message":"Request completed"} +{"level":"debug","transaction_id":"2479","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.755181616Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2479","time":"2026-03-06T19:23:47.755479703Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2480","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:47.770798333Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2480","time":"2026-03-06T19:23:47.770907287Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6097,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825027679355121_1?ts=1772562097000&user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":127.60108,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.notice","body":"Sent an album:","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:23:47.807102312Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:80522080477241@lid:3A6E94B430A0335A370A","sender_id":{"user_id":"lid-80522080477241","sender_login":"4917673282928"},"message_ts":"2026-03-03T18:21:37Z","event_id":"$adIoyb33twhfpsIWQ2r8Rkz4A4o1xo09MKG4KeitVfs","part_id":"","time":"2026-03-06T19:23:47.807233405Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2481","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.827171749Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2481","time":"2026-03-06T19:23:47.82728154Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2482","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:47.872646218Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2482","time":"2026-03-06T19:23:47.872748886Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6098,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-154378388402269:matrix.theocloud.dev?user_id=%40whatsapp_lid-154378388402269%3Amatrix.theocloud.dev","duration":153.637555,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491729879482 (WA)","membership":"join"},"time":"2026-03-06T19:23:47.883000255Z","message":"Request completed"} +{"level":"debug","transaction_id":"2483","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.902165096Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2483","time":"2026-03-06T19:23:47.902487557Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6099,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825027808015708_3?ts=1772562467516&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":117.769044,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$adIoyb33twhfpsIWQ2r8Rkz4A4o1xo09MKG4KeitVfs","key":"🚀"}},"time":"2026-03-06T19:23:47.925912703Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:80522080477241@lid:3A6E94B430A0335A370A","target_part_id":"","reaction_sender_id":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"reaction_ts":"2026-03-03T18:27:47.516Z","event_id":"$SbIJL7rDCxbEng08tm_12UMcbATHcep_HsftctjV-3U","time":"2026-03-06T19:23:47.926041841Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2484","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:47.94546405Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2484","time":"2026-03-06T19:23:47.945578033Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6100,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-188257056890939:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":103.294736,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WHJzUFuDxcewXWsoOtBxblJf","com.beeper.exclude_from_timeline":true,"displayname":"Martín (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:47.987297785Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6101,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825027926660643_10?ts=1772565187434&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":64.432019,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$adIoyb33twhfpsIWQ2r8Rkz4A4o1xo09MKG4KeitVfs","key":"😎"}},"time":"2026-03-06T19:23:47.99121712Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:80522080477241@lid:3A6E94B430A0335A370A","target_part_id":"","reaction_sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"reaction_ts":"2026-03-03T19:13:07.434Z","event_id":"$Ft5FK6v19ojffVTrU_1V2_eSEjf6cR79CIO-3xZrxwU","time":"2026-03-06T19:23:47.991375033Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2485","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.0053587Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2485","time":"2026-03-06T19:23:48.005464511Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2486","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.021327701Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2486","time":"2026-03-06T19:23:48.02166916Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6103,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825027991909955_1?ts=1772562406903&user_id=%40whatsapp_lid-111437372489803%3Amatrix.theocloud.dev","duration":76.455983,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$adIoyb33twhfpsIWQ2r8Rkz4A4o1xo09MKG4KeitVfs","key":"🔥"}},"time":"2026-03-06T19:23:48.068500314Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:80522080477241@lid:3A6E94B430A0335A370A","target_part_id":"","reaction_sender_id":{"user_id":"lid-111437372489803","sender_login":"4915227785049"},"reaction_ts":"2026-03-03T18:26:46.903Z","event_id":"$11npCxBZrx_1nsOK9nHAeX3gxRMzvSlFUN-K0Ddq6aY","time":"2026-03-06T19:23:48.068641884Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2487","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.088373285Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2487","time":"2026-03-06T19:23:48.088479445Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6102,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-188257056890939:matrix.theocloud.dev?user_id=%40whatsapp_lid-188257056890939%3Amatrix.theocloud.dev","duration":122.545273,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WHJzUFuDxcewXWsoOtBxblJf","com.beeper.exclude_from_timeline":true,"displayname":"Martín (WA)","membership":"join"},"time":"2026-03-06T19:23:48.110689336Z","message":"Request completed"} +{"level":"debug","transaction_id":"2488","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.130172867Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2488","time":"2026-03-06T19:23:48.130488484Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6104,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825028069146424_1?ts=1772563573767&user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":120.478572,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$adIoyb33twhfpsIWQ2r8Rkz4A4o1xo09MKG4KeitVfs","key":"💪"}},"time":"2026-03-06T19:23:48.189758674Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363400918258753@g.us:80522080477241@lid:3A6E94B430A0335A370A","target_part_id":"","reaction_sender_id":{"user_id":"lid-83674703904795","sender_login":"4915236735839"},"reaction_ts":"2026-03-03T18:46:13.767Z","event_id":"$jyeVGkstRRkDE91EKwxat-9Ka-zCfbL7suTKtXpFeRs","time":"2026-03-06T19:23:48.189899895Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2489","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.209361705Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2489","time":"2026-03-06T19:23:48.209467097Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6105,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-60129676394725:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":132.909786,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491739423344 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:48.244598494Z","message":"Request completed"} +{"level":"debug","transaction_id":"2490","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.2655184Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2490","time":"2026-03-06T19:23:48.265744549Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6106,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825028190495509_2?ts=1772562098000&user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":91.937625,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":365368,"w":1536},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/JJquUcgJeUqQFrGgQtzWrZpl"},"time":"2026-03-06T19:23:48.282656001Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:80522080477241@lid:3A863D4C2FF02F3FCC33","sender_id":{"user_id":"lid-80522080477241","sender_login":"4917673282928"},"message_ts":"2026-03-03T18:21:38Z","event_id":"$gNXOMy3Tio_aDnS7O1uRyO9Tm5fub2DbK8x3unuXeRI","part_id":"","time":"2026-03-06T19:23:48.282789329Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2491","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.299894314Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2491","time":"2026-03-06T19:23:48.300026036Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6108,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825028283694834_3?ts=1772562104000&user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":73.891028,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":428365,"w":1536},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/mlRPvXHQZAFbhoHrtbhovWCW"},"time":"2026-03-06T19:23:48.357822487Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:80522080477241@lid:3AF72D7341151B4BE78C","sender_id":{"user_id":"lid-80522080477241","sender_login":"4917673282928"},"message_ts":"2026-03-03T18:21:44Z","event_id":"$MyFbeXzXNEp7YrQAy4OdRjt06O1awnFzKhvuLH42Nug","part_id":"","time":"2026-03-06T19:23:48.357964057Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6107,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-60129676394725:matrix.theocloud.dev?user_id=%40whatsapp_lid-60129676394725%3Amatrix.theocloud.dev","duration":147.891428,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491739423344 (WA)","membership":"join"},"time":"2026-03-06T19:23:48.393204478Z","message":"Request completed"} +{"level":"debug","transaction_id":"2492","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.394194002Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2492","time":"2026-03-06T19:23:48.394320137Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2493","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.411619772Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2493","time":"2026-03-06T19:23:48.411947891Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","req_id":6109,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825028358687622_4?ts=1772562104000&user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":102.296342,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":1536,"mimetype":"image/jpeg","size":357552,"w":2048},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/MFrttsOBIfvqNeLxiDXYCgDY"},"time":"2026-03-06T19:23:48.461195306Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","message_id":"120363400918258753@g.us:80522080477241@lid:3A600332DFBF753F67D8","sender_id":{"user_id":"lid-80522080477241","sender_login":"4917673282928"},"message_ts":"2026-03-03T18:21:44Z","event_id":"$rRecr1NDDO4kC4TY1pf0yHLD0BIpK_eZIULVpJX7HjQ","part_id":"","time":"2026-03-06T19:23:48.461355105Z","message":"Sent message part to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:23:48.46236216Z","message":"Backfill finished"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","time":"2026-03-06T19:23:48.462442618Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.463405672Z","message":"39546100805e9462f9a907b79f83cdd57efdf02c4cf155c0f2494bf30430c599c2acfae13dc5e23a5c6798c31032ac163d82"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","time":"2026-03-06T19:23:48.463671701Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.464509877Z","message":"2a849cb08695a92f99d22da4178998c3574602ff2b17d4f5028e381f6d16326664f62a42619d23c7c43e00cf5b4881873335"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","time":"2026-03-06T19:23:48.464677708Z","message":"Sent media retry request"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","started_at":"2026-03-06T19:22:00.504833518Z","duration":"1m47.96005211s","time":"2026-03-06T19:23:48.464906022Z","message":"Event that took long finished handling"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.46620816Z","message":"fc196d2e8588f38a8f8273b2746697bbed0089480fb7db92c9711bc7118cf6d4dc714f80fe627783b9cbe60db98f8d035d27"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","time":"2026-03-06T19:23:48.466383325Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.46708922Z","message":"dfcf65e5cb457e9907d5f65d91057c847503d14b57be11099a35e197546647f1da7a161041d290c585dc874df3e6fccaddf4"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","time":"2026-03-06T19:23:48.467251463Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.467944787Z","message":"df49b8f14d5262a13df1ba9fc8dbe0cfb1956a55e1dd7a8c052ba7b80884317ead4208ecf8b21792d71ddcf7b80ce9bfe37a"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","time":"2026-03-06T19:23:48.468112059Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.468812576Z","message":"c388f5538afae82621da0c530839a0f54d4304fd0e92d3bac36b1d17ed619bfb6a524ce87461f261527f4a8cb34ff688b484"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","time":"2026-03-06T19:23:48.468986623Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.469672473Z","message":"08ef226a9c512fdba0e02454bdc5fb2d1973bdb649d67d8ed32a8fa7f606153375dc526dcc7f7a6fe7d6b887a0bd8714fbbf"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","time":"2026-03-06T19:23:48.469827593Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.470538656Z","message":"70949645e340f812fe434c69814c3157be38bb6d90b453968d6381966ca2dfd556fb19812ab34b710a498866c9203a358553"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","time":"2026-03-06T19:23:48.470711027Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.471424465Z","message":"af0d8db18a67ba3c442d72fe9b65cb3785f8df2da8e6c0a6c983bf9de07072fc3dc77953f4d1d5c30a3a4aa58a70a29c615e"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","time":"2026-03-06T19:23:48.471605706Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.472241898Z","message":"0123d6249901b0494e564de5176b1ce550c6120cea25c11c5d1f2eafe950fb36a8c26b6e45ec81a2847e6057a1b5c1af946e"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","time":"2026-03-06T19:23:48.472418878Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.473088595Z","message":"88bbdcde2fa01c48d8491cb3c17a88c326e89a473e582d85a8de0e228cd54b98a738e39c9de859c1b1d6fbd315396e33dea4"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","time":"2026-03-06T19:23:48.473237848Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.473891711Z","message":"e527f1a8f142fa50b6ddc22a43337a4f05f245cc418e2f91e1a3ffba3b7b0b1beea1e73fa3a7d3f50195a43c6cd0bd06c519"} +{"level":"debug","portal_id":"120363400918258753@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363400918258753@g.us","latest_message_ts":"2026-03-04T06:51:57Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","time":"2026-03-06T19:23:48.474043129Z","message":"Sent media retry request"} +{"level":"debug","transaction_id":"2494","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.476652434Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2494","time":"2026-03-06T19:23:48.476761737Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.508035679Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.509485254Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.51174905Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.512526882Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.5139708Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.515527443Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6110,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-197577119109324:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":123.375347,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ErUtmyuocmfWBAglUhjOiQgD","com.beeper.exclude_from_timeline":true,"displayname":"Robin (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:48.517634233Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.517729568Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.517806953Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.519987776Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.521460469Z","message":""} +{"level":"debug","transaction_id":"2495","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.523593659Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2495","time":"2026-03-06T19:23:48.523891466Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.524475626Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:48.53655756Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-197577119109324:matrix.theocloud.dev?user_id=%40whatsapp_lid-197577119109324%3Amatrix.theocloud.dev","duration":43.309919,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ErUtmyuocmfWBAglUhjOiQgD","com.beeper.exclude_from_timeline":true,"displayname":"Robin (WA)","membership":"join"},"time":"2026-03-06T19:23:48.561784913Z","message":"Request completed"} +{"level":"debug","transaction_id":"2496","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.580021202Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2496","time":"2026-03-06T19:23:48.580387594Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6112,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-67697341677813:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.649654,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vtKqdlAucZbsjzrEPbEcuZaR","com.beeper.exclude_from_timeline":true,"displayname":"+491757262193 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:48.637493026Z","message":"Request completed"} +{"level":"debug","transaction_id":"2497","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.655613656Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2497","time":"2026-03-06T19:23:48.655948689Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6113,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-67697341677813:matrix.theocloud.dev?user_id=%40whatsapp_lid-67697341677813%3Amatrix.theocloud.dev","duration":77.517515,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/vtKqdlAucZbsjzrEPbEcuZaR","com.beeper.exclude_from_timeline":true,"displayname":"+491757262193 (WA)","membership":"join"},"time":"2026-03-06T19:23:48.715741508Z","message":"Request completed"} +{"level":"debug","transaction_id":"2498","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.736108054Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2498","time":"2026-03-06T19:23:48.736480592Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-156668226703416:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.267475,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Shane (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:48.788060318Z","message":"Request completed"} +{"level":"debug","transaction_id":"2499","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.80590123Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2499","time":"2026-03-06T19:23:48.806195196Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-156668226703416:matrix.theocloud.dev?user_id=%40whatsapp_lid-156668226703416%3Amatrix.theocloud.dev","duration":58.931176,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Shane (WA)","membership":"join"},"time":"2026-03-06T19:23:48.847733289Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:48.848451476Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6116,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_5491140809052%3Amatrix.theocloud.dev","duration":15.490023,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_5491140809052","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:48.864146207Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6117,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_5491140809052:matrix.theocloud.dev/displayname?user_id=%40whatsapp_5491140809052%3Amatrix.theocloud.dev","duration":5.214769,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:48.869857553Z","message":"Request completed"} +{"level":"debug","transaction_id":"2500","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:48.87215187Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2500","time":"2026-03-06T19:23:48.872489836Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6118,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_5491140809052:matrix.theocloud.dev/displayname?user_id=%40whatsapp_5491140809052%3Amatrix.theocloud.dev","duration":9.065588,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+5491140809052 (WA)"},"time":"2026-03-06T19:23:48.879153132Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:48.879749654Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:49.159144875Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6119,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_5491140809052:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_5491140809052%3Amatrix.theocloud.dev","duration":2.357594,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:49.161843368Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:49.162757882Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6120,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_31613688070%3Amatrix.theocloud.dev","duration":3.479958,"status_code":200,"response_length":93,"response_mime":"application/json","req_body":{"username":"whatsapp_31613688070","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:49.166513996Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6121,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_31613688070:matrix.theocloud.dev/displayname?user_id=%40whatsapp_31613688070%3Amatrix.theocloud.dev","duration":2.18634,"status_code":200,"response_length":38,"response_mime":"application/json","time":"2026-03-06T19:23:49.1691812Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6122,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_31613688070:matrix.theocloud.dev/displayname?user_id=%40whatsapp_31613688070%3Amatrix.theocloud.dev","duration":6.243614,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+31613688070 (WA)"},"time":"2026-03-06T19:23:49.175599978Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:49.176410357Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:49.584373134Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6123,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_31613688070%3Amatrix.theocloud.dev","duration":67.005774,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<78312 bytes>","time":"2026-03-06T19:23:49.663852446Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6124,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_31613688070:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_31613688070%3Amatrix.theocloud.dev","duration":1.667902,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:49.665906505Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6125,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/ynOqPGjaMiWwypJeqRNJyUeI?user_id=%40whatsapp_31613688070%3Amatrix.theocloud.dev","duration":1.674397,"status_code":200,"response_length":78312,"response_mime":"image/jpeg","time":"2026-03-06T19:23:49.667711926Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6126,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_31613688070:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_31613688070%3Amatrix.theocloud.dev","duration":4.19165,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ynOqPGjaMiWwypJeqRNJyUeI"},"time":"2026-03-06T19:23:49.672178196Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6127,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-111918626934878:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":64.482724,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917631251200 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:49.737682571Z","message":"Request completed"} +{"level":"debug","transaction_id":"2501","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:49.75705638Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2501","time":"2026-03-06T19:23:49.75743248Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6128,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-111918626934878:matrix.theocloud.dev?user_id=%40whatsapp_lid-111918626934878%3Amatrix.theocloud.dev","duration":75.849403,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917631251200 (WA)","membership":"join"},"time":"2026-03-06T19:23:49.814381046Z","message":"Request completed"} +{"level":"debug","transaction_id":"2502","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:49.837257441Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2502","time":"2026-03-06T19:23:49.83763864Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6129,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-70476638453883:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":85.753027,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Mumen Moawia (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:49.901116614Z","message":"Request completed"} +{"level":"debug","transaction_id":"2503","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:49.919415411Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2503","time":"2026-03-06T19:23:49.919648684Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6130,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-70476638453883:matrix.theocloud.dev?user_id=%40whatsapp_lid-70476638453883%3Amatrix.theocloud.dev","duration":65.468128,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Mumen Moawia (WA)","membership":"join"},"time":"2026-03-06T19:23:49.967389673Z","message":"Request completed"} +{"level":"debug","transaction_id":"2504","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:49.984035724Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2504","time":"2026-03-06T19:23:49.98438731Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6131,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-130455353487454:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":66.749452,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WJKInHLEkPvWFRukBlVYLEki","com.beeper.exclude_from_timeline":true,"displayname":"+491739137913 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:50.035119012Z","message":"Request completed"} +{"level":"debug","transaction_id":"2505","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:50.052708841Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2505","time":"2026-03-06T19:23:50.052989327Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6132,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-130455353487454:matrix.theocloud.dev?user_id=%40whatsapp_lid-130455353487454%3Amatrix.theocloud.dev","duration":67.331587,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WJKInHLEkPvWFRukBlVYLEki","com.beeper.exclude_from_timeline":true,"displayname":"+491739137913 (WA)","membership":"join"},"time":"2026-03-06T19:23:50.103285842Z","message":"Request completed"} +{"level":"debug","transaction_id":"2506","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:50.119458084Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2506","time":"2026-03-06T19:23:50.119753307Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6133,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-49997882073306:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":75.10272,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491786748116 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:50.179397363Z","message":"Request completed"} +{"level":"debug","transaction_id":"2507","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:50.196982024Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2507","time":"2026-03-06T19:23:50.197366225Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6134,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-49997882073306:matrix.theocloud.dev?user_id=%40whatsapp_lid-49997882073306%3Amatrix.theocloud.dev","duration":79.291157,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491786748116 (WA)","membership":"join"},"time":"2026-03-06T19:23:50.25938317Z","message":"Request completed"} +{"level":"debug","transaction_id":"2508","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:50.279111638Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2508","time":"2026-03-06T19:23:50.280193843Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6135,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-88601031344164:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":77.884046,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sonja Eigenbrod (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:50.341746686Z","message":"Request completed"} +{"level":"debug","transaction_id":"2509","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:50.361084107Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2509","time":"2026-03-06T19:23:50.361406289Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6136,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-88601031344164:matrix.theocloud.dev?user_id=%40whatsapp_lid-88601031344164%3Amatrix.theocloud.dev","duration":76.47477,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sonja Eigenbrod (WA)","membership":"join"},"time":"2026-03-06T19:23:50.418954939Z","message":"Request completed"} +{"level":"debug","transaction_id":"2510","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:50.437995181Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2510","time":"2026-03-06T19:23:50.438310449Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6137,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-265085683519507:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.112208,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/itkPvVnnVdyfQQZBkzVXzZvb","com.beeper.exclude_from_timeline":true,"displayname":"+491795247666 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:50.480091523Z","message":"Request completed"} +{"level":"debug","transaction_id":"2511","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:50.497065134Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2511","time":"2026-03-06T19:23:50.497423005Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6138,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-265085683519507:matrix.theocloud.dev?user_id=%40whatsapp_lid-265085683519507%3Amatrix.theocloud.dev","duration":69.789474,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/itkPvVnnVdyfQQZBkzVXzZvb","com.beeper.exclude_from_timeline":true,"displayname":"+491795247666 (WA)","membership":"join"},"time":"2026-03-06T19:23:50.550613292Z","message":"Request completed"} +{"level":"debug","transaction_id":"2512","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:50.568026281Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2512","time":"2026-03-06T19:23:50.56827897Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-175110245867630:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":88.223556,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PvkWtcTEtdTVwzftscgQGOqO","com.beeper.exclude_from_timeline":true,"displayname":"+4915256299774 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:50.639915701Z","message":"Request completed"} +{"level":"debug","transaction_id":"2513","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:50.656082076Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2513","time":"2026-03-06T19:23:50.65642542Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6140,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-175110245867630:matrix.theocloud.dev?user_id=%40whatsapp_lid-175110245867630%3Amatrix.theocloud.dev","duration":73.064375,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PvkWtcTEtdTVwzftscgQGOqO","com.beeper.exclude_from_timeline":true,"displayname":"+4915256299774 (WA)","membership":"join"},"time":"2026-03-06T19:23:50.713588681Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:50.714218029Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6141,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917635572681%3Amatrix.theocloud.dev","duration":7.563561,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917635572681","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:50.72198567Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6142,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917635572681:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917635572681%3Amatrix.theocloud.dev","duration":4.924853,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:50.727262947Z","message":"Request completed"} +{"level":"debug","transaction_id":"2514","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:50.729666846Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2514","time":"2026-03-06T19:23:50.730003555Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6143,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917635572681:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917635572681%3Amatrix.theocloud.dev","duration":10.392451,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Bea (WA)"},"time":"2026-03-06T19:23:50.737813031Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:50.738413883Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:51.09261283Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6144,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917635572681:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917635572681%3Amatrix.theocloud.dev","duration":2.441963,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:51.09544109Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6145,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220460688113746:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":64.388436,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491795186866 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:51.160799495Z","message":"Request completed"} +{"level":"debug","transaction_id":"2515","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:51.183522028Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2515","time":"2026-03-06T19:23:51.18381306Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6146,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220460688113746:matrix.theocloud.dev?user_id=%40whatsapp_lid-220460688113746%3Amatrix.theocloud.dev","duration":83.444533,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491795186866 (WA)","membership":"join"},"time":"2026-03-06T19:23:51.245036528Z","message":"Request completed"} +{"level":"debug","transaction_id":"2516","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:51.26399722Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2516","time":"2026-03-06T19:23:51.26436871Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6147,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-172941891379455:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":79.527154,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915222663440 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:51.325624096Z","message":"Request completed"} +{"level":"debug","transaction_id":"2517","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:51.345851586Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2517","time":"2026-03-06T19:23:51.346204079Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6148,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-172941891379455:matrix.theocloud.dev?user_id=%40whatsapp_lid-172941891379455%3Amatrix.theocloud.dev","duration":72.189951,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915222663440 (WA)","membership":"join"},"time":"2026-03-06T19:23:51.398444163Z","message":"Request completed"} +{"level":"debug","transaction_id":"2518","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:51.413492644Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2518","time":"2026-03-06T19:23:51.413744984Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6149,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12940887474366:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.115418,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/prVwKQWmMbbqdYpJGhpnfNKm","com.beeper.exclude_from_timeline":true,"displayname":"+491633662727 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:51.45628196Z","message":"Request completed"} +{"level":"debug","transaction_id":"2519","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:51.469820242Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2519","time":"2026-03-06T19:23:51.470034309Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6150,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12940887474366:matrix.theocloud.dev?user_id=%40whatsapp_lid-12940887474366%3Amatrix.theocloud.dev","duration":71.637848,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/prVwKQWmMbbqdYpJGhpnfNKm","com.beeper.exclude_from_timeline":true,"displayname":"+491633662727 (WA)","membership":"join"},"time":"2026-03-06T19:23:51.528624865Z","message":"Request completed"} +{"level":"debug","transaction_id":"2520","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:51.535189473Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2520","time":"2026-03-06T19:23:51.535483509Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6151,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-106669891670209:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":78.618297,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ijVaSlJKJPgcYolqYpXnLSve","com.beeper.exclude_from_timeline":true,"displayname":"Roman Demchenko (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:51.608251125Z","message":"Request completed"} +{"level":"debug","transaction_id":"2521","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:51.631736474Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2521","time":"2026-03-06T19:23:51.632098676Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6152,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-106669891670209:matrix.theocloud.dev?user_id=%40whatsapp_lid-106669891670209%3Amatrix.theocloud.dev","duration":87.3719,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ijVaSlJKJPgcYolqYpXnLSve","com.beeper.exclude_from_timeline":true,"displayname":"Roman Demchenko (WA)","membership":"join"},"time":"2026-03-06T19:23:51.696399042Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:51.697237008Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6153,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915906652191%3Amatrix.theocloud.dev","duration":11.431074,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915906652191","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:51.708946613Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6154,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915906652191:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915906652191%3Amatrix.theocloud.dev","duration":4.289569,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:51.713640218Z","message":"Request completed"} +{"level":"debug","transaction_id":"2522","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:51.715680239Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2522","time":"2026-03-06T19:23:51.715960656Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6155,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915906652191:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915906652191%3Amatrix.theocloud.dev","duration":8.017606,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915906652191 (WA)"},"time":"2026-03-06T19:23:51.721852684Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:51.722671025Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:51.88831257Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6156,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915906652191:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915906652191%3Amatrix.theocloud.dev","duration":2.379105,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:51.891057718Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:51.891880948Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6157,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915151533302%3Amatrix.theocloud.dev","duration":7.226503,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915151533302","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:51.899392547Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6158,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915151533302:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915151533302%3Amatrix.theocloud.dev","duration":2.218049,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:51.901933127Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6159,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915151533302:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915151533302%3Amatrix.theocloud.dev","duration":6.035414,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915151533302 (WA)"},"time":"2026-03-06T19:23:51.908167312Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:51.90897378Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:52.085646692Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6160,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_4915151533302%3Amatrix.theocloud.dev","duration":77.861766,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<34456 bytes>","time":"2026-03-06T19:23:52.175030606Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6161,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915151533302:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915151533302%3Amatrix.theocloud.dev","duration":2.254856,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:52.177694318Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6162,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/FtyFrqsXbpkaTKrHsAZOjlwx?user_id=%40whatsapp_4915151533302%3Amatrix.theocloud.dev","duration":2.282024,"status_code":200,"response_length":34456,"response_mime":"image/jpeg","time":"2026-03-06T19:23:52.180114141Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6163,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915151533302:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915151533302%3Amatrix.theocloud.dev","duration":4.779163,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FtyFrqsXbpkaTKrHsAZOjlwx"},"time":"2026-03-06T19:23:52.185149834Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:52.186031452Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6164,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491738992038%3Amatrix.theocloud.dev","duration":3.270151,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491738992038","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:52.189597665Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6165,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491738992038:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491738992038%3Amatrix.theocloud.dev","duration":2.116428,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:52.192023634Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6166,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491738992038:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491738992038%3Amatrix.theocloud.dev","duration":7.58633,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491738992038 (WA)"},"time":"2026-03-06T19:23:52.200494655Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:52.201438084Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:52.368451469Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6167,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491738992038:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491738992038%3Amatrix.theocloud.dev","duration":2.524027,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:52.371386169Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6168,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-115947104927857:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":66.94955,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wCwzuzwyQHRZRBnvBgKLxamM","com.beeper.exclude_from_timeline":true,"displayname":"+491727367070 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:52.439363797Z","message":"Request completed"} +{"level":"debug","transaction_id":"2523","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:52.460584792Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2523","time":"2026-03-06T19:23:52.460866396Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6169,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-115947104927857:matrix.theocloud.dev?user_id=%40whatsapp_lid-115947104927857%3Amatrix.theocloud.dev","duration":78.241359,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wCwzuzwyQHRZRBnvBgKLxamM","com.beeper.exclude_from_timeline":true,"displayname":"+491727367070 (WA)","membership":"join"},"time":"2026-03-06T19:23:52.518591048Z","message":"Request completed"} +{"level":"debug","transaction_id":"2524","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:52.538527785Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2524","time":"2026-03-06T19:23:52.538877415Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6170,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-140918044790963:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":80.312809,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JQlITVRLtCFovlwNJIKeCRBy","com.beeper.exclude_from_timeline":true,"displayname":"+4915789414260 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:52.600180153Z","message":"Request completed"} +{"level":"debug","transaction_id":"2525","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:52.619121219Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2525","time":"2026-03-06T19:23:52.619511777Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6171,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-140918044790963:matrix.theocloud.dev?user_id=%40whatsapp_lid-140918044790963%3Amatrix.theocloud.dev","duration":81.976869,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/JQlITVRLtCFovlwNJIKeCRBy","com.beeper.exclude_from_timeline":true,"displayname":"+4915789414260 (WA)","membership":"join"},"time":"2026-03-06T19:23:52.6830077Z","message":"Request completed"} +{"level":"debug","transaction_id":"2526","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:52.703777655Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2526","time":"2026-03-06T19:23:52.704108008Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-48498888163368:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.871334,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xhbUITlxJOdMRvABLbPxiYRY","com.beeper.exclude_from_timeline":true,"displayname":"Florian Weis (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:52.760900826Z","message":"Request completed"} +{"level":"debug","transaction_id":"2527","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:52.775225392Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2527","time":"2026-03-06T19:23:52.775552393Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6173,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-48498888163368:matrix.theocloud.dev?user_id=%40whatsapp_lid-48498888163368%3Amatrix.theocloud.dev","duration":65.278645,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xhbUITlxJOdMRvABLbPxiYRY","com.beeper.exclude_from_timeline":true,"displayname":"Florian Weis (WA)","membership":"join"},"time":"2026-03-06T19:23:52.826758673Z","message":"Request completed"} +{"level":"debug","transaction_id":"2528","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:52.84081714Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2528","time":"2026-03-06T19:23:52.84110503Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6174,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-36984131166382:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":83.191216,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Dennis Ma (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:52.910785271Z","message":"Request completed"} +{"level":"debug","transaction_id":"2529","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:52.930276205Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2529","time":"2026-03-06T19:23:52.930597619Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6175,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-36984131166382:matrix.theocloud.dev?user_id=%40whatsapp_lid-36984131166382%3Amatrix.theocloud.dev","duration":72.033435,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Dennis Ma (WA)","membership":"join"},"time":"2026-03-06T19:23:52.983525159Z","message":"Request completed"} +{"level":"debug","transaction_id":"2530","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:53.000487247Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2530","time":"2026-03-06T19:23:53.00082661Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6176,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-97882405363848:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.313643,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Elias (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:53.058903686Z","message":"Request completed"} +{"level":"debug","transaction_id":"2531","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:53.076425768Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2531","time":"2026-03-06T19:23:53.076767785Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6177,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-97882405363848:matrix.theocloud.dev?user_id=%40whatsapp_lid-97882405363848%3Amatrix.theocloud.dev","duration":104.959425,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Elias (WA)","membership":"join"},"time":"2026-03-06T19:23:53.16456698Z","message":"Request completed"} +{"level":"debug","transaction_id":"2532","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:53.197480608Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2532","time":"2026-03-06T19:23:53.197855102Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","portal_mxid":"!wRkwNZtgctxiqmVHWz:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$XsKB5G5m9fUVdwKn4DMC1slhoKGl9H9PM7fElXpoXbU","event_type":"m.room.member","event_id":"$XsKB5G5m9fUVdwKn4DMC1slhoKGl9H9PM7fElXpoXbU","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:23:53.198448621Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"4915258731774@s.whatsapp.net","portal_mxid":"!wRkwNZtgctxiqmVHWz:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$XsKB5G5m9fUVdwKn4DMC1slhoKGl9H9PM7fElXpoXbU","event_type":"m.room.member","event_id":"$XsKB5G5m9fUVdwKn4DMC1slhoKGl9H9PM7fElXpoXbU","sender":"@theo:matrix.theocloud.dev","login_id":"4917641870516","membership":"leave","prev_membership":"join","target_user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:23:53.199604091Z","message":"Dropping leave event"} +{"level":"debug","transaction_id":"2533","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:53.22336406Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2533","time":"2026-03-06T19:23:53.223667454Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6178,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-30653349408787:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":145.5492,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rFcZxcudHEcTxqVlwCuCjrtD","com.beeper.exclude_from_timeline":true,"displayname":"Stefan Strolch (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:53.31113867Z","message":"Request completed"} +{"level":"debug","transaction_id":"2534","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:53.327135957Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2534","time":"2026-03-06T19:23:53.327504584Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6179,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-30653349408787:matrix.theocloud.dev?user_id=%40whatsapp_lid-30653349408787%3Amatrix.theocloud.dev","duration":79.516608,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rFcZxcudHEcTxqVlwCuCjrtD","com.beeper.exclude_from_timeline":true,"displayname":"Stefan Strolch (WA)","membership":"join"},"time":"2026-03-06T19:23:53.391394836Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:53.392221768Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6180,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915208759798%3Amatrix.theocloud.dev","duration":13.069572,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915208759798","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:53.405542353Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6181,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915208759798:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915208759798%3Amatrix.theocloud.dev","duration":5.34251,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:53.411279122Z","message":"Request completed"} +{"level":"debug","transaction_id":"2535","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:53.414601725Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2535","time":"2026-03-06T19:23:53.414900999Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6182,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915208759798:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915208759798%3Amatrix.theocloud.dev","duration":14.529344,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Boris ✞ (WA)"},"time":"2026-03-06T19:23:53.426050888Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:53.426923776Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:53.782098487Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6183,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915208759798:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915208759798%3Amatrix.theocloud.dev","duration":2.599946,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:53.785113924Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:53.785966697Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6184,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491749058614%3Amatrix.theocloud.dev","duration":3.597223,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491749058614","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:53.789845035Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6185,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749058614:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491749058614%3Amatrix.theocloud.dev","duration":2.31925,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:53.792504626Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6186,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749058614:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491749058614%3Amatrix.theocloud.dev","duration":6.109447,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491749058614 (WA)"},"time":"2026-03-06T19:23:53.798811587Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:53.799585858Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:54.103593052Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6187,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749058614:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491749058614%3Amatrix.theocloud.dev","duration":2.516485,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:54.106476208Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6188,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-209689514090663:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.564371,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nVngAMkAhBQRNXhaugGWdgAH","com.beeper.exclude_from_timeline":true,"displayname":"sirajedine (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:54.175081228Z","message":"Request completed"} +{"level":"debug","transaction_id":"2536","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:54.195450917Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2536","time":"2026-03-06T19:23:54.195791328Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6189,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-209689514090663:matrix.theocloud.dev?user_id=%40whatsapp_lid-209689514090663%3Amatrix.theocloud.dev","duration":98.343412,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nVngAMkAhBQRNXhaugGWdgAH","com.beeper.exclude_from_timeline":true,"displayname":"sirajedine (WA)","membership":"join"},"time":"2026-03-06T19:23:54.274173419Z","message":"Request completed"} +{"level":"debug","transaction_id":"2537","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:54.286090175Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2537","time":"2026-03-06T19:23:54.286447348Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6190,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12786134462711:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":81.037841,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iBMYaSAapOMhftFicdtIYIGH","com.beeper.exclude_from_timeline":true,"displayname":"Giuseppe Tullo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:54.356481549Z","message":"Request completed"} +{"level":"debug","transaction_id":"2538","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:54.379319461Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2538","time":"2026-03-06T19:23:54.379674469Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6191,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12786134462711:matrix.theocloud.dev?user_id=%40whatsapp_lid-12786134462711%3Amatrix.theocloud.dev","duration":88.042804,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iBMYaSAapOMhftFicdtIYIGH","com.beeper.exclude_from_timeline":true,"displayname":"Giuseppe Tullo (WA)","membership":"join"},"time":"2026-03-06T19:23:54.445261119Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:54.446130584Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":5460,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s3787_1032_8_420_472_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30003.485837,"status_code":200,"response_length":145,"response_mime":"application/json","time":"2026-03-06T19:23:54.453445927Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6192,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915734484578%3Amatrix.theocloud.dev","duration":12.315276,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915734484578","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:54.458750722Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6194,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915734484578:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915734484578%3Amatrix.theocloud.dev","duration":7.958031,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:54.467106364Z","message":"Request completed"} +{"level":"debug","transaction_id":"2539","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:54.469911436Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2539","time":"2026-03-06T19:23:54.470217345Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2540","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:54.485936381Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2540","time":"2026-03-06T19:23:54.486051411Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6195,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915734484578:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915734484578%3Amatrix.theocloud.dev","duration":20.150873,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915734484578 (WA)"},"time":"2026-03-06T19:23:54.487443995Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:54.488236704Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:54.637844853Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6196,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915734484578:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915734484578%3Amatrix.theocloud.dev","duration":1.913537,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:54.640010241Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6197,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-70029659869242:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":49.601655,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WjSuHViEFInUkmDqEAsBENJI","com.beeper.exclude_from_timeline":true,"displayname":"Helena (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:54.690301657Z","message":"Request completed"} +{"level":"debug","transaction_id":"2541","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:54.695507416Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2541","time":"2026-03-06T19:23:54.695723298Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6198,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-70029659869242:matrix.theocloud.dev?user_id=%40whatsapp_lid-70029659869242%3Amatrix.theocloud.dev","duration":56.538801,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WjSuHViEFInUkmDqEAsBENJI","com.beeper.exclude_from_timeline":true,"displayname":"Helena (WA)","membership":"join"},"time":"2026-03-06T19:23:54.747640291Z","message":"Request completed"} +{"level":"debug","transaction_id":"2542","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:54.759647005Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2542","time":"2026-03-06T19:23:54.760013956Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6199,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-25529302425761:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.030919,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OUIiCSWWOIfTUYLvgoSIqMqJ","com.beeper.exclude_from_timeline":true,"displayname":"Michael Spaller (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:54.819644881Z","message":"Request completed"} +{"level":"debug","transaction_id":"2543","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:54.82729386Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2543","time":"2026-03-06T19:23:54.827655153Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6200,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-25529302425761:matrix.theocloud.dev?user_id=%40whatsapp_lid-25529302425761%3Amatrix.theocloud.dev","duration":66.150626,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OUIiCSWWOIfTUYLvgoSIqMqJ","com.beeper.exclude_from_timeline":true,"displayname":"Michael Spaller (WA)","membership":"join"},"time":"2026-03-06T19:23:54.886480379Z","message":"Request completed"} +{"level":"debug","transaction_id":"2544","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:54.894299912Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2544","time":"2026-03-06T19:23:54.894523198Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6201,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-135437549052023:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.617098,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Leander (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:54.949013248Z","message":"Request completed"} +{"level":"debug","transaction_id":"2545","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:54.95699733Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2545","time":"2026-03-06T19:23:54.957303308Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6202,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-135437549052023:matrix.theocloud.dev?user_id=%40whatsapp_lid-135437549052023%3Amatrix.theocloud.dev","duration":78.289061,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Leander (WA)","membership":"join"},"time":"2026-03-06T19:23:55.028056256Z","message":"Request completed"} +{"level":"debug","transaction_id":"2546","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.036102566Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2546","time":"2026-03-06T19:23:55.036443396Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6203,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12837791518793:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":54.866151,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491759903260 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:55.083772875Z","message":"Request completed"} +{"level":"debug","transaction_id":"2547","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.093104981Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2547","time":"2026-03-06T19:23:55.093458173Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6204,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12837791518793:matrix.theocloud.dev?user_id=%40whatsapp_lid-12837791518793%3Amatrix.theocloud.dev","duration":39.25977,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491759903260 (WA)","membership":"join"},"time":"2026-03-06T19:23:55.123744057Z","message":"Request completed"} +{"level":"debug","transaction_id":"2548","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.135429357Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2548","time":"2026-03-06T19:23:55.135765717Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6205,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-20414147354769:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.037336,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ivyYZqwVPkAQePkiOikbjzQv","com.beeper.exclude_from_timeline":true,"displayname":"+4915206670209 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:55.183962705Z","message":"Request completed"} +{"level":"debug","transaction_id":"2549","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.194225179Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2549","time":"2026-03-06T19:23:55.194590523Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6206,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-20414147354769:matrix.theocloud.dev?user_id=%40whatsapp_lid-20414147354769%3Amatrix.theocloud.dev","duration":53.29519,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ivyYZqwVPkAQePkiOikbjzQv","com.beeper.exclude_from_timeline":true,"displayname":"+4915206670209 (WA)","membership":"join"},"time":"2026-03-06T19:23:55.237817959Z","message":"Request completed"} +{"level":"debug","transaction_id":"2550","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.249286608Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2550","time":"2026-03-06T19:23:55.249614238Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6207,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-99561704038426:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":52.141326,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FrQuRpXJaVqaTuVDwylopjgE","com.beeper.exclude_from_timeline":true,"displayname":"+491621791301 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:55.290975211Z","message":"Request completed"} +{"level":"debug","transaction_id":"2551","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.301418506Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2551","time":"2026-03-06T19:23:55.301719596Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6208,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-99561704038426:matrix.theocloud.dev?user_id=%40whatsapp_lid-99561704038426%3Amatrix.theocloud.dev","duration":48.408261,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FrQuRpXJaVqaTuVDwylopjgE","com.beeper.exclude_from_timeline":true,"displayname":"+491621791301 (WA)","membership":"join"},"time":"2026-03-06T19:23:55.340171152Z","message":"Request completed"} +{"level":"debug","transaction_id":"2552","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.348720466Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2552","time":"2026-03-06T19:23:55.349027842Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6209,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-28999669539033:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":37.145996,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917672815004 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:55.378454947Z","message":"Request completed"} +{"level":"debug","transaction_id":"2553","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.391260795Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2553","time":"2026-03-06T19:23:55.391616082Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6210,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-28999669539033:matrix.theocloud.dev?user_id=%40whatsapp_lid-28999669539033%3Amatrix.theocloud.dev","duration":68.569889,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917672815004 (WA)","membership":"join"},"time":"2026-03-06T19:23:55.447876981Z","message":"Request completed"} +{"level":"debug","transaction_id":"2554","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.459620948Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2554","time":"2026-03-06T19:23:55.459909327Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6211,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-105094192341121:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":55.692664,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Zou (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:55.504646472Z","message":"Request completed"} +{"level":"debug","transaction_id":"2555","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.515287351Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2555","time":"2026-03-06T19:23:55.515600314Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6212,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-105094192341121:matrix.theocloud.dev?user_id=%40whatsapp_lid-105094192341121%3Amatrix.theocloud.dev","duration":49.549832,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Zou (WA)","membership":"join"},"time":"2026-03-06T19:23:55.555046143Z","message":"Request completed"} +{"level":"debug","transaction_id":"2556","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.561708461Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2556","time":"2026-03-06T19:23:55.561999982Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6213,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-109869759754428:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":49.620302,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/zaAEUpOqizvZRXiKpRgsJkLB","com.beeper.exclude_from_timeline":true,"displayname":"Juan Pablo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:55.605642141Z","message":"Request completed"} +{"level":"debug","transaction_id":"2557","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.615623361Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2557","time":"2026-03-06T19:23:55.615886247Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6214,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-109869759754428:matrix.theocloud.dev?user_id=%40whatsapp_lid-109869759754428%3Amatrix.theocloud.dev","duration":40.55688,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/zaAEUpOqizvZRXiKpRgsJkLB","com.beeper.exclude_from_timeline":true,"displayname":"Juan Pablo (WA)","membership":"join"},"time":"2026-03-06T19:23:55.646887665Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:55.647925311Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6215,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4916098347818%3Amatrix.theocloud.dev","duration":5.89587,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4916098347818","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:55.654103482Z","message":"Request completed"} +{"level":"debug","transaction_id":"2558","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.656513667Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2558","time":"2026-03-06T19:23:55.65673367Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6216,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916098347818:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4916098347818%3Amatrix.theocloud.dev","duration":4.332173,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:55.65884947Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6217,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916098347818:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4916098347818%3Amatrix.theocloud.dev","duration":6.160013,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Roman Demchenko (WA)"},"time":"2026-03-06T19:23:55.665220755Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:55.666050201Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:55.931583979Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6218,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916098347818:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4916098347818%3Amatrix.theocloud.dev","duration":1.781675,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:55.933717937Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6219,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12502750490865:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":53.468538,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PXvBGzNQqBSQGjotpdRfXhqw","com.beeper.exclude_from_timeline":true,"displayname":"+491738992038 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:55.988245213Z","message":"Request completed"} +{"level":"debug","transaction_id":"2559","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:55.997656311Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2559","time":"2026-03-06T19:23:55.997961032Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6220,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12502750490865:matrix.theocloud.dev?user_id=%40whatsapp_lid-12502750490865%3Amatrix.theocloud.dev","duration":57.872019,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PXvBGzNQqBSQGjotpdRfXhqw","com.beeper.exclude_from_timeline":true,"displayname":"+491738992038 (WA)","membership":"join"},"time":"2026-03-06T19:23:56.046908265Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:56.048124567Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6221,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491737400248%3Amatrix.theocloud.dev","duration":6.100647,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491737400248","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:56.054579384Z","message":"Request completed"} +{"level":"debug","transaction_id":"2560","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:56.058302882Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2560","time":"2026-03-06T19:23:56.058609279Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6222,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491737400248:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491737400248%3Amatrix.theocloud.dev","duration":5.522562,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:56.060497254Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6223,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491737400248:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491737400248%3Amatrix.theocloud.dev","duration":5.632634,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Dennis Ma (WA)"},"time":"2026-03-06T19:23:56.066347237Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:56.067103698Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:56.223319339Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6224,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491737400248:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491737400248%3Amatrix.theocloud.dev","duration":2.471646,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:56.2261425Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:56.227119453Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6225,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491739356181%3Amatrix.theocloud.dev","duration":3.569565,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491739356181","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:56.230976279Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6226,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739356181:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491739356181%3Amatrix.theocloud.dev","duration":2.173978,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:56.23348124Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6227,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739356181:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491739356181%3Amatrix.theocloud.dev","duration":6.326517,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491739356181 (WA)"},"time":"2026-03-06T19:23:56.240008273Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:56.240733794Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:56.517457061Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6228,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739356181:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491739356181%3Amatrix.theocloud.dev","duration":2.212601,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:56.52000693Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6229,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-61955406606386:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":49.21403,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GflJdclDSwfpfkboeVWriwdr","com.beeper.exclude_from_timeline":true,"displayname":"Ali (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:56.570258676Z","message":"Request completed"} +{"level":"debug","transaction_id":"2561","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:56.582613622Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2561","time":"2026-03-06T19:23:56.582939995Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6230,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-61955406606386:matrix.theocloud.dev?user_id=%40whatsapp_lid-61955406606386%3Amatrix.theocloud.dev","duration":67.912255,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GflJdclDSwfpfkboeVWriwdr","com.beeper.exclude_from_timeline":true,"displayname":"Ali (WA)","membership":"join"},"time":"2026-03-06T19:23:56.638901969Z","message":"Request completed"} +{"level":"debug","transaction_id":"2562","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:56.647672125Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2562","time":"2026-03-06T19:23:56.647992351Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6231,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-210453582090448:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":53.102495,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VUSVYKoSoxjeAiwZKmjdoVxh","com.beeper.exclude_from_timeline":true,"displayname":"Emre-Can (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:56.693043577Z","message":"Request completed"} +{"level":"debug","transaction_id":"2563","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:56.703221611Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2563","time":"2026-03-06T19:23:56.703569845Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6232,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-210453582090448:matrix.theocloud.dev?user_id=%40whatsapp_lid-210453582090448%3Amatrix.theocloud.dev","duration":48.681624,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VUSVYKoSoxjeAiwZKmjdoVxh","com.beeper.exclude_from_timeline":true,"displayname":"Emre-Can (WA)","membership":"join"},"time":"2026-03-06T19:23:56.742441572Z","message":"Request completed"} +{"level":"debug","transaction_id":"2564","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:56.754996336Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2564","time":"2026-03-06T19:23:56.755308391Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6233,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-44419206123644:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.875095,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SXNeSLsfibUWbhwpGmCpbXKH","com.beeper.exclude_from_timeline":true,"displayname":"Nes The One (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:56.804437214Z","message":"Request completed"} +{"level":"debug","transaction_id":"2565","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:56.817066501Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2565","time":"2026-03-06T19:23:56.817393223Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6234,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-44419206123644:matrix.theocloud.dev?user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":59.552143,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/SXNeSLsfibUWbhwpGmCpbXKH","com.beeper.exclude_from_timeline":true,"displayname":"Nes The One (WA)","membership":"join"},"time":"2026-03-06T19:23:56.864761044Z","message":"Request completed"} +{"level":"debug","transaction_id":"2566","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:56.877225503Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2566","time":"2026-03-06T19:23:56.877551247Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6235,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-166700683100354:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.682957,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"B (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:56.92555163Z","message":"Request completed"} +{"level":"debug","transaction_id":"2567","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:56.93613426Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2567","time":"2026-03-06T19:23:56.936446106Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6236,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-166700683100354:matrix.theocloud.dev?user_id=%40whatsapp_lid-166700683100354%3Amatrix.theocloud.dev","duration":55.666472,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"B (WA)","membership":"join"},"time":"2026-03-06T19:23:56.982051319Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:56.983101537Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6237,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915735308931%3Amatrix.theocloud.dev","duration":6.965084,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915735308931","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:56.99039872Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6238,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735308931:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915735308931%3Amatrix.theocloud.dev","duration":3.639686,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:56.994549372Z","message":"Request completed"} +{"level":"debug","transaction_id":"2568","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:56.997074168Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2568","time":"2026-03-06T19:23:56.997410179Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6239,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735308931:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915735308931%3Amatrix.theocloud.dev","duration":8.514394,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sedjlo (WA)"},"time":"2026-03-06T19:23:57.003298016Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:57.004072147Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:57.168384246Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6240,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915735308931:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915735308931%3Amatrix.theocloud.dev","duration":2.314571,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:57.171022745Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6241,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-13473413128380:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":51.97622,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"TJ (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:57.224020197Z","message":"Request completed"} +{"level":"debug","transaction_id":"2569","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.240920195Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2569","time":"2026-03-06T19:23:57.241246847Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6242,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-13473413128380:matrix.theocloud.dev?user_id=%40whatsapp_lid-13473413128380%3Amatrix.theocloud.dev","duration":69.801068,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"TJ (WA)","membership":"join"},"time":"2026-03-06T19:23:57.294615371Z","message":"Request completed"} +{"level":"debug","transaction_id":"2570","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.306364017Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2570","time":"2026-03-06T19:23:57.306693742Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6243,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-230210683330737:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.960442,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917683609440 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:57.357650545Z","message":"Request completed"} +{"level":"debug","transaction_id":"2571","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.369041808Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2571","time":"2026-03-06T19:23:57.369403312Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6244,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-230210683330737:matrix.theocloud.dev?user_id=%40whatsapp_lid-230210683330737%3Amatrix.theocloud.dev","duration":58.941164,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917683609440 (WA)","membership":"join"},"time":"2026-03-06T19:23:57.417389726Z","message":"Request completed"} +{"level":"debug","transaction_id":"2572","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.428878978Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2572","time":"2026-03-06T19:23:57.429231262Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6245,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-191783325712532:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.585879,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fdeTsjNRYDPfSVWauhNnyKUu","com.beeper.exclude_from_timeline":true,"displayname":"Merle Lea Luttropp (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:57.481047473Z","message":"Request completed"} +{"level":"debug","transaction_id":"2573","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.492610618Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2573","time":"2026-03-06T19:23:57.492900673Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6246,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-191783325712532:matrix.theocloud.dev?user_id=%40whatsapp_lid-191783325712532%3Amatrix.theocloud.dev","duration":59.085668,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fdeTsjNRYDPfSVWauhNnyKUu","com.beeper.exclude_from_timeline":true,"displayname":"Merle Lea Luttropp (WA)","membership":"join"},"time":"2026-03-06T19:23:57.540860617Z","message":"Request completed"} +{"level":"debug","transaction_id":"2574","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.551916847Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2574","time":"2026-03-06T19:23:57.552271297Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6247,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-91422824890466:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.566739,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917663142096 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:57.600509073Z","message":"Request completed"} +{"level":"debug","transaction_id":"2575","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.612891886Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2575","time":"2026-03-06T19:23:57.613222868Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6248,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-91422824890466:matrix.theocloud.dev?user_id=%40whatsapp_lid-91422824890466%3Amatrix.theocloud.dev","duration":49.880954,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917663142096 (WA)","membership":"join"},"time":"2026-03-06T19:23:57.651128677Z","message":"Request completed"} +{"level":"debug","transaction_id":"2576","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.660512606Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2576","time":"2026-03-06T19:23:57.660774514Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6249,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-11373224415308:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":53.483973,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Harun (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:57.705692062Z","message":"Request completed"} +{"level":"debug","transaction_id":"2577","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.71693987Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2577","time":"2026-03-06T19:23:57.71724061Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6250,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-11373224415308:matrix.theocloud.dev?user_id=%40whatsapp_lid-11373224415308%3Amatrix.theocloud.dev","duration":66.961773,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Harun (WA)","membership":"join"},"time":"2026-03-06T19:23:57.773481325Z","message":"Request completed"} +{"level":"debug","transaction_id":"2578","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.781196863Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2578","time":"2026-03-06T19:23:57.781454022Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6251,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251037097177288:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.125128,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Lucas (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:57.832796913Z","message":"Request completed"} +{"level":"debug","transaction_id":"2579","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.840643265Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2579","time":"2026-03-06T19:23:57.840954762Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6252,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251037097177288:matrix.theocloud.dev?user_id=%40whatsapp_lid-251037097177288%3Amatrix.theocloud.dev","duration":41.140201,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Lucas (WA)","membership":"join"},"time":"2026-03-06T19:23:57.87474016Z","message":"Request completed"} +{"level":"debug","transaction_id":"2580","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.88299509Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2580","time":"2026-03-06T19:23:57.883280116Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6253,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-100738508263616:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":40.943177,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UfrLlxiCRoIcIlQeDeyHFFSX","com.beeper.exclude_from_timeline":true,"displayname":"Nemanja (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:57.916747802Z","message":"Request completed"} +{"level":"debug","transaction_id":"2581","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.928348732Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2581","time":"2026-03-06T19:23:57.928613923Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6254,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-100738508263616:matrix.theocloud.dev?user_id=%40whatsapp_lid-100738508263616%3Amatrix.theocloud.dev","duration":51.525807,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UfrLlxiCRoIcIlQeDeyHFFSX","com.beeper.exclude_from_timeline":true,"displayname":"Nemanja (WA)","membership":"join"},"time":"2026-03-06T19:23:57.968885008Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:57.969536077Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6255,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_573218770957%3Amatrix.theocloud.dev","duration":4.596386,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_573218770957","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:57.974348973Z","message":"Request completed"} +{"level":"debug","transaction_id":"2582","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:57.976257062Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2582","time":"2026-03-06T19:23:57.976583295Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6256,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_573218770957:matrix.theocloud.dev/displayname?user_id=%40whatsapp_573218770957%3Amatrix.theocloud.dev","duration":3.512155,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:57.978190364Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6257,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_573218770957:matrix.theocloud.dev/displayname?user_id=%40whatsapp_573218770957%3Amatrix.theocloud.dev","duration":6.083745,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+573218770957 (WA)"},"time":"2026-03-06T19:23:57.984416797Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:57.984916308Z","message":""} +{"level":"debug","transaction_id":"2583","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:23:58.348454763Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2583","time":"2026-03-06T19:23:58.348529773Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:58.350275758Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:58.396880763Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:58.397014441Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6258,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_573218770957:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_573218770957%3Amatrix.theocloud.dev","duration":2.616079,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:58.399969744Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:58.400891173Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6259,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917621763296%3Amatrix.theocloud.dev","duration":3.597572,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917621763296","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:58.404763923Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6260,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621763296:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917621763296%3Amatrix.theocloud.dev","duration":2.201706,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:23:58.407378396Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6261,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621763296:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917621763296%3Amatrix.theocloud.dev","duration":6.629422,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Julia (WA)"},"time":"2026-03-06T19:23:58.414238437Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:58.41503394Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:58.591879012Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6262,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621763296:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917621763296%3Amatrix.theocloud.dev","duration":2.275739,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:58.594519327Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6263,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-84005869375515:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.03154,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915222317608 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:58.655495622Z","message":"Request completed"} +{"level":"debug","transaction_id":"2584","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:58.664531807Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2584","time":"2026-03-06T19:23:58.664868865Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6264,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-84005869375515:matrix.theocloud.dev?user_id=%40whatsapp_lid-84005869375515%3Amatrix.theocloud.dev","duration":61.469452,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915222317608 (WA)","membership":"join"},"time":"2026-03-06T19:23:58.717722094Z","message":"Request completed"} +{"level":"debug","transaction_id":"2585","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:58.729878199Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2585","time":"2026-03-06T19:23:58.730215467Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6265,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-169187452428542:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.581199,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/udykTnEPHBOgHLTkPsnMTXfX","com.beeper.exclude_from_timeline":true,"displayname":"Nico (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:58.779552001Z","message":"Request completed"} +{"level":"debug","transaction_id":"2586","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:58.791302184Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2586","time":"2026-03-06T19:23:58.791673814Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6266,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-169187452428542:matrix.theocloud.dev?user_id=%40whatsapp_lid-169187452428542%3Amatrix.theocloud.dev","duration":76.007246,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/udykTnEPHBOgHLTkPsnMTXfX","com.beeper.exclude_from_timeline":true,"displayname":"Nico (WA)","membership":"join"},"time":"2026-03-06T19:23:58.856460281Z","message":"Request completed"} +{"level":"debug","transaction_id":"2587","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:58.867965737Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2587","time":"2026-03-06T19:23:58.868319208Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6267,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-200806917791911:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.755666,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dZmFBkdQzbhKwcgpLuVJxzma","com.beeper.exclude_from_timeline":true,"displayname":"+4915254158741 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:58.920283834Z","message":"Request completed"} +{"level":"debug","transaction_id":"2588","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:58.933529618Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2588","time":"2026-03-06T19:23:58.933877851Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6268,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-200806917791911:matrix.theocloud.dev?user_id=%40whatsapp_lid-200806917791911%3Amatrix.theocloud.dev","duration":68.39703,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dZmFBkdQzbhKwcgpLuVJxzma","com.beeper.exclude_from_timeline":true,"displayname":"+4915254158741 (WA)","membership":"join"},"time":"2026-03-06T19:23:58.989511358Z","message":"Request completed"} +{"level":"debug","transaction_id":"2589","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:59.002621438Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2589","time":"2026-03-06T19:23:59.002958985Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6269,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-17910198173840:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.427061,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/eIphljQncIFFqZLRJYwxJlQz","com.beeper.exclude_from_timeline":true,"displayname":"+4917630462874 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:59.058006656Z","message":"Request completed"} +{"level":"debug","transaction_id":"2590","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:59.0666094Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2590","time":"2026-03-06T19:23:59.066921874Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6270,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-17910198173840:matrix.theocloud.dev?user_id=%40whatsapp_lid-17910198173840%3Amatrix.theocloud.dev","duration":60.277804,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/eIphljQncIFFqZLRJYwxJlQz","com.beeper.exclude_from_timeline":true,"displayname":"+4917630462874 (WA)","membership":"join"},"time":"2026-03-06T19:23:59.119163913Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:59.120322106Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6271,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491792322489%3Amatrix.theocloud.dev","duration":6.268338,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491792322489","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:59.126933299Z","message":"Request completed"} +{"level":"debug","transaction_id":"2591","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:59.12974368Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2591","time":"2026-03-06T19:23:59.1300403Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6272,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792322489:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491792322489%3Amatrix.theocloud.dev","duration":5.064119,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:59.132394331Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6273,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792322489:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491792322489%3Amatrix.theocloud.dev","duration":6.834618,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nick (WA)"},"time":"2026-03-06T19:23:59.139416406Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:59.140178175Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:59.306582257Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6274,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491792322489:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491792322489%3Amatrix.theocloud.dev","duration":2.290824,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:59.30916132Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:59.310084564Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6275,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_380952380872%3Amatrix.theocloud.dev","duration":3.602461,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_380952380872","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:59.313930215Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6276,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380952380872:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380952380872%3Amatrix.theocloud.dev","duration":2.180124,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:59.316459202Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6277,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380952380872:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380952380872%3Amatrix.theocloud.dev","duration":6.372752,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Nazar (WA)"},"time":"2026-03-06T19:23:59.323013404Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:59.323768258Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:59.708677449Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6278,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380952380872:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380952380872%3Amatrix.theocloud.dev","duration":2.918497,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:59.712001869Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6279,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-86522250412262:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.46882,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Julius (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:23:59.77059871Z","message":"Request completed"} +{"level":"debug","transaction_id":"2592","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:59.779393171Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2592","time":"2026-03-06T19:23:59.779687067Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6280,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-86522250412262:matrix.theocloud.dev?user_id=%40whatsapp_lid-86522250412262%3Amatrix.theocloud.dev","duration":44.28338,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Julius (WA)","membership":"join"},"time":"2026-03-06T19:23:59.815640227Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:23:59.816174381Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6281,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491757262193%3Amatrix.theocloud.dev","duration":8.52494,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491757262193","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:23:59.824899069Z","message":"Request completed"} +{"level":"debug","transaction_id":"2593","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:23:59.828932247Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2593","time":"2026-03-06T19:23:59.829235781Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6282,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491757262193:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491757262193%3Amatrix.theocloud.dev","duration":6.3562,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:23:59.831628575Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6283,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491757262193:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491757262193%3Amatrix.theocloud.dev","duration":6.903972,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491757262193 (WA)"},"time":"2026-03-06T19:23:59.838719305Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:23:59.83958451Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:23:59.99286154Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6284,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491757262193:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491757262193%3Amatrix.theocloud.dev","duration":2.272176,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:23:59.995443397Z","message":"Request completed"} +{"level":"warn","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","started_at":"2026-03-06T19:22:00.030663244Z","time":"2026-03-06T19:24:00.031577798Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6285,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-9461947228209:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":53.509186,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"🤏🏻😎 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:00.050137805Z","message":"Request completed"} +{"level":"debug","transaction_id":"2594","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.060726582Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2594","time":"2026-03-06T19:24:00.060993449Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6286,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-9461947228209:matrix.theocloud.dev?user_id=%40whatsapp_lid-9461947228209%3Amatrix.theocloud.dev","duration":65.222213,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"🤏🏻😎 (WA)","membership":"join"},"time":"2026-03-06T19:24:00.116119063Z","message":"Request completed"} +{"level":"debug","transaction_id":"2595","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.125263014Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2595","time":"2026-03-06T19:24:00.125590713Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6287,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-13413753335991:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.044533,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Liam (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:00.180341764Z","message":"Request completed"} +{"level":"debug","transaction_id":"2596","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.193381234Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2596","time":"2026-03-06T19:24:00.193684768Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6288,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-13413753335991:matrix.theocloud.dev?user_id=%40whatsapp_lid-13413753335991%3Amatrix.theocloud.dev","duration":66.211248,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Liam (WA)","membership":"join"},"time":"2026-03-06T19:24:00.247315829Z","message":"Request completed"} +{"level":"debug","transaction_id":"2597","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.261085848Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2597","time":"2026-03-06T19:24:00.261379255Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6289,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101641122517221:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":68.496764,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tjJOoYadWQpBLfLsPbEvCKBA","com.beeper.exclude_from_timeline":true,"displayname":"Seiar (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:00.316954025Z","message":"Request completed"} +{"level":"debug","transaction_id":"2598","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.329443417Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2598","time":"2026-03-06T19:24:00.329832229Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6290,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101641122517221:matrix.theocloud.dev?user_id=%40whatsapp_lid-101641122517221%3Amatrix.theocloud.dev","duration":64.047816,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tjJOoYadWQpBLfLsPbEvCKBA","com.beeper.exclude_from_timeline":true,"displayname":"Seiar (WA)","membership":"join"},"time":"2026-03-06T19:24:00.38182535Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:00.382820881Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6291,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915159874349%3Amatrix.theocloud.dev","duration":6.626139,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915159874349","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:00.38973058Z","message":"Request completed"} +{"level":"debug","transaction_id":"2599","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.391935847Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2599","time":"2026-03-06T19:24:00.392116878Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6292,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915159874349:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915159874349%3Amatrix.theocloud.dev","duration":4.560068,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:00.394718221Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6293,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915159874349:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915159874349%3Amatrix.theocloud.dev","duration":6.858923,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Shaimn (WA)"},"time":"2026-03-06T19:24:00.401786741Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:00.40257072Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:00.553142202Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6294,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915159874349:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915159874349%3Amatrix.theocloud.dev","duration":2.454465,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:00.555969974Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6295,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-88291676282954:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.730449,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LfSqZpmxtuTvQRBlbMXorNkU","com.beeper.exclude_from_timeline":true,"displayname":"+491723891168 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:00.615637636Z","message":"Request completed"} +{"level":"debug","transaction_id":"2600","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.630071715Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2600","time":"2026-03-06T19:24:00.630422812Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6296,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-88291676282954:matrix.theocloud.dev?user_id=%40whatsapp_lid-88291676282954%3Amatrix.theocloud.dev","duration":68.790172,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LfSqZpmxtuTvQRBlbMXorNkU","com.beeper.exclude_from_timeline":true,"displayname":"+491723891168 (WA)","membership":"join"},"time":"2026-03-06T19:24:00.685095429Z","message":"Request completed"} +{"level":"debug","transaction_id":"2601","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.694910215Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2601","time":"2026-03-06T19:24:00.695220314Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6297,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-118292240982236:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":65.461143,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sJBFLGLbEkaqHVimBAKphrdL","com.beeper.exclude_from_timeline":true,"displayname":"+4917641816167 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:00.751754157Z","message":"Request completed"} +{"level":"debug","transaction_id":"2602","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.759909421Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2602","time":"2026-03-06T19:24:00.760227064Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6298,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-118292240982236:matrix.theocloud.dev?user_id=%40whatsapp_lid-118292240982236%3Amatrix.theocloud.dev","duration":70.831659,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sJBFLGLbEkaqHVimBAKphrdL","com.beeper.exclude_from_timeline":true,"displayname":"+4917641816167 (WA)","membership":"join"},"time":"2026-03-06T19:24:00.823529733Z","message":"Request completed"} +{"level":"debug","transaction_id":"2603","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.831637436Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2603","time":"2026-03-06T19:24:00.83187008Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6299,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-213099231596676:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.092863,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"René (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:00.886690204Z","message":"Request completed"} +{"level":"debug","transaction_id":"2604","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.895526989Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2604","time":"2026-03-06T19:24:00.895843165Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6300,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-213099231596676:matrix.theocloud.dev?user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":55.097258,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"René (WA)","membership":"join"},"time":"2026-03-06T19:24:00.942474081Z","message":"Request completed"} +{"level":"debug","transaction_id":"2605","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.951614261Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2605","time":"2026-03-06T19:24:00.951864226Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6301,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-56895431819388:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":46.414895,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Razik (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:00.989590122Z","message":"Request completed"} +{"level":"debug","transaction_id":"2606","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:00.998263685Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2606","time":"2026-03-06T19:24:00.99860668Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6302,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-56895431819388:matrix.theocloud.dev?user_id=%40whatsapp_lid-56895431819388%3Amatrix.theocloud.dev","duration":56.380399,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Razik (WA)","membership":"join"},"time":"2026-03-06T19:24:01.046732709Z","message":"Request completed"} +{"level":"debug","transaction_id":"2607","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.054248498Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2607","time":"2026-03-06T19:24:01.054503981Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6303,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101992705880128:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":55.690079,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XtmCxYQmxoDAxNyFqLSUqTvO","com.beeper.exclude_from_timeline":true,"displayname":"Juli (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:01.103502199Z","message":"Request completed"} +{"level":"debug","transaction_id":"2608","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.116604806Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2608","time":"2026-03-06T19:24:01.116962398Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6304,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101992705880128:matrix.theocloud.dev?user_id=%40whatsapp_lid-101992705880128%3Amatrix.theocloud.dev","duration":71.746033,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XtmCxYQmxoDAxNyFqLSUqTvO","com.beeper.exclude_from_timeline":true,"displayname":"Juli (WA)","membership":"join"},"time":"2026-03-06T19:24:01.175950356Z","message":"Request completed"} +{"level":"debug","transaction_id":"2609","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.189246566Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2609","time":"2026-03-06T19:24:01.189566164Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:01.216958626Z","message":"a5b5752e6450cec188b6fee6"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:01.217721652Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A5AFA097521B7FDA3AD","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","time":"2026-03-06T19:24:01.217848974Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6305,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-226147862347841:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":88.78376,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sirajedine (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:01.26584789Z","message":"Request completed"} +{"level":"debug","transaction_id":"2610","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.276630339Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2610","time":"2026-03-06T19:24:01.277451613Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6306,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-226147862347841:matrix.theocloud.dev?user_id=%40whatsapp_lid-226147862347841%3Amatrix.theocloud.dev","duration":51.967978,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sirajedine (WA)","membership":"join"},"time":"2026-03-06T19:24:01.318388364Z","message":"Request completed"} +{"level":"debug","transaction_id":"2611","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.3501079Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2611","time":"2026-03-06T19:24:01.35044419Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6307,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-8821896405131:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":93.791097,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Louis (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:01.413266765Z","message":"Request completed"} +{"level":"debug","transaction_id":"2612","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.430451649Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2612","time":"2026-03-06T19:24:01.430729341Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6308,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-8821896405131:matrix.theocloud.dev?user_id=%40whatsapp_lid-8821896405131%3Amatrix.theocloud.dev","duration":57.073024,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Louis (WA)","membership":"join"},"time":"2026-03-06T19:24:01.471112803Z","message":"Request completed"} +{"level":"debug","transaction_id":"2613","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.486258853Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2613","time":"2026-03-06T19:24:01.48650812Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6309,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-207820683223254:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":81.248205,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KsgCKZqBmgzTQUlqjzTXEbEt","com.beeper.exclude_from_timeline":true,"displayname":"Tuan (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:01.553178022Z","message":"Request completed"} +{"level":"debug","transaction_id":"2614","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.560966825Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2614","time":"2026-03-06T19:24:01.561186758Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2615","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:01.598527683Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2615","time":"2026-03-06T19:24:01.598607932Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:01.599234765Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":31,"action":"handle matrix event","event_id":"","event_type":"m.typing","user_id":"@theo:matrix.theocloud.dev","typing":true,"time":"2026-03-06T19:24:01.600143203Z","message":"Sent typing event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6310,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-207820683223254:matrix.theocloud.dev?user_id=%40whatsapp_lid-207820683223254%3Amatrix.theocloud.dev","duration":67.339968,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KsgCKZqBmgzTQUlqjzTXEbEt","com.beeper.exclude_from_timeline":true,"displayname":"Tuan (WA)","membership":"join"},"time":"2026-03-06T19:24:01.621150481Z","message":"Request completed"} +{"level":"debug","transaction_id":"2616","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.636976515Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2616","time":"2026-03-06T19:24:01.637229763Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6311,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-182961395781844:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.987269,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iEYebzGDOAkIIyPewuWwttdV","com.beeper.exclude_from_timeline":true,"displayname":"Dmytro (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:01.693943938Z","message":"Request completed"} +{"level":"debug","transaction_id":"2617","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.700017207Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2617","time":"2026-03-06T19:24:01.700362646Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6312,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-182961395781844:matrix.theocloud.dev?user_id=%40whatsapp_lid-182961395781844%3Amatrix.theocloud.dev","duration":55.325223,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iEYebzGDOAkIIyPewuWwttdV","com.beeper.exclude_from_timeline":true,"displayname":"Dmytro (WA)","membership":"join"},"time":"2026-03-06T19:24:01.749808134Z","message":"Request completed"} +{"level":"debug","transaction_id":"2618","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.764541277Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2618","time":"2026-03-06T19:24:01.764858989Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6313,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-110608343158788:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":82.776702,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nCEmcylWFePFNVPzAgtHTexF","com.beeper.exclude_from_timeline":true,"displayname":"+491756930361 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:01.833699447Z","message":"Request completed"} +{"level":"debug","transaction_id":"2619","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.844022474Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2619","time":"2026-03-06T19:24:01.844248553Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6314,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-110608343158788:matrix.theocloud.dev?user_id=%40whatsapp_lid-110608343158788%3Amatrix.theocloud.dev","duration":60.336541,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/nCEmcylWFePFNVPzAgtHTexF","com.beeper.exclude_from_timeline":true,"displayname":"+491756930361 (WA)","membership":"join"},"time":"2026-03-06T19:24:01.895498135Z","message":"Request completed"} +{"level":"debug","transaction_id":"2620","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.904690207Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2620","time":"2026-03-06T19:24:01.904973627Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6315,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-198749678780508:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.526581,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GAxoRJyqwaRZaIEofreBGNQq","com.beeper.exclude_from_timeline":true,"displayname":"Gianni_ (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:01.955113974Z","message":"Request completed"} +{"level":"debug","transaction_id":"2621","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:01.968570542Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2621","time":"2026-03-06T19:24:01.968804373Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6316,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-198749678780508:matrix.theocloud.dev?user_id=%40whatsapp_lid-198749678780508%3Amatrix.theocloud.dev","duration":65.401917,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GAxoRJyqwaRZaIEofreBGNQq","com.beeper.exclude_from_timeline":true,"displayname":"Gianni_ (WA)","membership":"join"},"time":"2026-03-06T19:24:02.021101797Z","message":"Request completed"} +{"level":"debug","transaction_id":"2622","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.031115493Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2622","time":"2026-03-06T19:24:02.031390881Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6317,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-260580380246145:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":50.305664,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Ibrahim (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:02.072104416Z","message":"Request completed"} +{"level":"debug","transaction_id":"2623","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.080266316Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2623","time":"2026-03-06T19:24:02.080590663Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6318,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-260580380246145:matrix.theocloud.dev?user_id=%40whatsapp_lid-260580380246145%3Amatrix.theocloud.dev","duration":50.905539,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Ibrahim (WA)","membership":"join"},"time":"2026-03-06T19:24:02.123651456Z","message":"Request completed"} +{"level":"debug","transaction_id":"2624","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.131570794Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2624","time":"2026-03-06T19:24:02.132040063Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6319,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-43542495891687:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.923635,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915734484578 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:02.186515027Z","message":"Request completed"} +{"level":"debug","transaction_id":"2625","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.195094584Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2625","time":"2026-03-06T19:24:02.195485211Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6320,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-43542495891687:matrix.theocloud.dev?user_id=%40whatsapp_lid-43542495891687%3Amatrix.theocloud.dev","duration":51.945559,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915734484578 (WA)","membership":"join"},"time":"2026-03-06T19:24:02.239253156Z","message":"Request completed"} +{"level":"debug","transaction_id":"2626","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.248295556Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2626","time":"2026-03-06T19:24:02.248577788Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6321,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-141188745167008:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":46.867821,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/deeAqRHkJnAKjOnfsZJvjRCX","com.beeper.exclude_from_timeline":true,"displayname":"+33628246935 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:02.286885469Z","message":"Request completed"} +{"level":"debug","transaction_id":"2627","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.295019293Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2627","time":"2026-03-06T19:24:02.295243975Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6322,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-141188745167008:matrix.theocloud.dev?user_id=%40whatsapp_lid-141188745167008%3Amatrix.theocloud.dev","duration":57.450103,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/deeAqRHkJnAKjOnfsZJvjRCX","com.beeper.exclude_from_timeline":true,"displayname":"+33628246935 (WA)","membership":"join"},"time":"2026-03-06T19:24:02.34496038Z","message":"Request completed"} +{"level":"debug","transaction_id":"2628","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.355792906Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2628","time":"2026-03-06T19:24:02.356019544Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6323,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-67362887889042:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":52.791209,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BHmhRGUonBTzpdzAQwzplAFy","com.beeper.exclude_from_timeline":true,"displayname":"+4915151533302 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:02.398765837Z","message":"Request completed"} +{"level":"debug","transaction_id":"2629","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.407312917Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2629","time":"2026-03-06T19:24:02.407674909Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6324,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-67362887889042:matrix.theocloud.dev?user_id=%40whatsapp_lid-67362887889042%3Amatrix.theocloud.dev","duration":52.929496,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BHmhRGUonBTzpdzAQwzplAFy","com.beeper.exclude_from_timeline":true,"displayname":"+4915151533302 (WA)","membership":"join"},"time":"2026-03-06T19:24:02.452227391Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:02.453032462Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6326,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491621791301%3Amatrix.theocloud.dev","duration":6.272459,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491621791301","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:02.45957954Z","message":"Request completed"} +{"level":"debug","transaction_id":"2630","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.462177949Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2630","time":"2026-03-06T19:24:02.462481833Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6327,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491621791301:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491621791301%3Amatrix.theocloud.dev","duration":3.184385,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:02.463044202Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6328,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491621791301:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491621791301%3Amatrix.theocloud.dev","duration":5.734534,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491621791301 (WA)"},"time":"2026-03-06T19:24:02.468962351Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:02.469777829Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:02.634411201Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A5AFA097521B7FDA3AD","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","req_id":6325,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":227.660445,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<42663650 bytes>","time":"2026-03-06T19:24:02.637477204Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6329,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491621791301:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491621791301%3Amatrix.theocloud.dev","duration":4.340693,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:02.639095308Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6330,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80522080477241:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":47.336742,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BGFNBeGGNGSHJjqGowzMuqpx","com.beeper.exclude_from_timeline":true,"displayname":"Makhkam (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:02.687121812Z","message":"Request completed"} +{"level":"debug","transaction_id":"2631","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.697735312Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2631","time":"2026-03-06T19:24:02.698038847Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A5AFA097521B7FDA3AD","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","req_id":6331,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825042659507321_12?ts=1772825041000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":74.778233,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":227000,"h":832,"mimetype":"video/mp4","size":42663650,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":227000,"h":832,"mimetype":"video/mp4","size":42663650,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/OnpeQhcjIWiIAaKGmFmvCTqI"},"m.relates_to":{"event_id":"$X302UYo58oDj6WaRKfIIv5w1e7i6j777WczzM43h-ic","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/OnpeQhcjIWiIAaKGmFmvCTqI"},"time":"2026-03-06T19:24:02.734643425Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A5AFA097521B7FDA3AD","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","event_id":"$W-UHbT7z_sruWCxFG__UAZqd2UB87-tTjJyAlibyAFw","part_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","time":"2026-03-06T19:24:02.734837098Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2632","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.743246518Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2632","time":"2026-03-06T19:24:02.743394444Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6332,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80522080477241:matrix.theocloud.dev?user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":92.390202,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BGFNBeGGNGSHJjqGowzMuqpx","com.beeper.exclude_from_timeline":true,"displayname":"Makhkam (WA)","membership":"join"},"time":"2026-03-06T19:24:02.7803145Z","message":"Request completed"} +{"level":"debug","transaction_id":"2633","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.790775326Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2633","time":"2026-03-06T19:24:02.791050015Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6333,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-236846508454136:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":54.411477,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RlfOvolUvlxcihDBkLmmyRFC","com.beeper.exclude_from_timeline":true,"displayname":"Milanko (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:02.835755662Z","message":"Request completed"} +{"level":"debug","transaction_id":"2634","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.84596757Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2634","time":"2026-03-06T19:24:02.846236672Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6334,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-236846508454136:matrix.theocloud.dev?user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":65.235203,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RlfOvolUvlxcihDBkLmmyRFC","com.beeper.exclude_from_timeline":true,"displayname":"Milanko (WA)","membership":"join"},"time":"2026-03-06T19:24:02.901573279Z","message":"Request completed"} +{"level":"debug","transaction_id":"2635","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.909940794Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2635","time":"2026-03-06T19:24:02.910156677Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6335,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-182218383188163:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":50.667167,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qgZHFNuWspqmsuVBDuAqCndS","com.beeper.exclude_from_timeline":true,"displayname":"+4915225973389 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:02.952904995Z","message":"Request completed"} +{"level":"debug","transaction_id":"2636","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:02.964497823Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2636","time":"2026-03-06T19:24:02.964806386Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6336,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-182218383188163:matrix.theocloud.dev?user_id=%40whatsapp_lid-182218383188163%3Amatrix.theocloud.dev","duration":70.273131,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qgZHFNuWspqmsuVBDuAqCndS","com.beeper.exclude_from_timeline":true,"displayname":"+4915225973389 (WA)","membership":"join"},"time":"2026-03-06T19:24:03.023843583Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:03.024653333Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6337,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917621844976%3Amatrix.theocloud.dev","duration":5.971718,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917621844976","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:03.030928935Z","message":"Request completed"} +{"level":"debug","transaction_id":"2637","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:03.033502131Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2637","time":"2026-03-06T19:24:03.03377682Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6338,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621844976:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917621844976%3Amatrix.theocloud.dev","duration":3.696748,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:03.03500744Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6339,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621844976:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917621844976%3Amatrix.theocloud.dev","duration":5.122995,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917621844976 (WA)"},"time":"2026-03-06T19:24:03.040314749Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:03.041172342Z","message":""} +{"level":"debug","transaction_id":"2638","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:03.114079292Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2638","time":"2026-03-06T19:24:03.114178887Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:03.114457627Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":32,"action":"handle matrix event","event_id":"","event_type":"m.typing","user_id":"@theo:matrix.theocloud.dev","typing":false,"time":"2026-03-06T19:24:03.114679935Z","message":"Sent typing event"} +{"level":"debug","transaction_id":"2639","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:03.181478067Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2639","time":"2026-03-06T19:24:03.181629904Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":33,"action":"handle matrix event","event_id":"$oySyPE0XVLxKVAGsP4BcaIPczJDfBfhypB-XVC7dZRw","event_type":"m.room.message","event_id":"$oySyPE0XVLxKVAGsP4BcaIPczJDfBfhypB-XVC7dZRw","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:03.182072564Z","message":"Sending implicit read receipt for event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:24:03.183290822Z","message":"Replacing SendMessage destination with LID as migration timestamp is set 4917620338641@s.whatsapp.net -> 236399445938270@lid"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:24:03.189628373Z","message":"Stored message secret key for outgoing message 3EB0F256C2F0D18D1048E1"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:03.18985564Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:03.198394408Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6340,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917621844976:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917621844976%3Amatrix.theocloud.dev","duration":2.435328,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:03.201165677Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6341,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-10501648023786:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":68.599922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YQfNsGhECvAeLjCqttlAujqu","com.beeper.exclude_from_timeline":true,"displayname":"Yazan Elahmad (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:03.271500199Z","message":"Request completed"} +{"level":"debug","transaction_id":"2640","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:03.288103507Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2640","time":"2026-03-06T19:24:03.288466058Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6342,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-10501648023786:matrix.theocloud.dev?user_id=%40whatsapp_lid-10501648023786%3Amatrix.theocloud.dev","duration":56.250074,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/YQfNsGhECvAeLjCqttlAujqu","com.beeper.exclude_from_timeline":true,"displayname":"Yazan Elahmad (WA)","membership":"join"},"time":"2026-03-06T19:24:03.328250273Z","message":"Request completed"} +{"level":"debug","transaction_id":"2641","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:03.336455685Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2641","time":"2026-03-06T19:24:03.336727441Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6343,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-84069857669232:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.371324,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LiMHGJsNtskYzsMsJShkHqyZ","com.beeper.exclude_from_timeline":true,"displayname":"Nora Ouwerkerk (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:03.392361087Z","message":"Request completed"} +{"level":"debug","transaction_id":"2642","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:03.404969351Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2642","time":"2026-03-06T19:24:03.405284898Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6344,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-84069857669232:matrix.theocloud.dev?user_id=%40whatsapp_lid-84069857669232%3Amatrix.theocloud.dev","duration":65.82069,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LiMHGJsNtskYzsMsJShkHqyZ","com.beeper.exclude_from_timeline":true,"displayname":"Nora Ouwerkerk (WA)","membership":"join"},"time":"2026-03-06T19:24:03.458855615Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:03.459829286Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6345,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491633456827%3Amatrix.theocloud.dev","duration":7.357318,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491633456827","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:03.46750243Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6346,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491633456827:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491633456827%3Amatrix.theocloud.dev","duration":3.881271,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:03.471774188Z","message":"Request completed"} +{"level":"debug","transaction_id":"2643","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:03.47424304Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2643","time":"2026-03-06T19:24:03.474558448Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6347,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491633456827:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491633456827%3Amatrix.theocloud.dev","duration":8.828963,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491633456827 (WA)"},"time":"2026-03-06T19:24:03.480823363Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:03.481501112Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:03.58846382Z","message":"2d855c7bdee94bc0f173392c"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:03.589166642Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AA6A168C55ECC356EEC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","time":"2026-03-06T19:24:03.589281882Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:03.652593072Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6348,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491633456827:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491633456827%3Amatrix.theocloud.dev","duration":2.883715,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:03.655858824Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6349,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-50058112307202:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":80.296256,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tIpzDyJxAJFklfUmHoTXyzMX","com.beeper.exclude_from_timeline":true,"displayname":"Yasin Dalowar (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:03.737256841Z","message":"Request completed"} +{"level":"debug","transaction_id":"2644","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:03.746545435Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2644","time":"2026-03-06T19:24:03.746845966Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6350,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-50058112307202:matrix.theocloud.dev?user_id=%40whatsapp_lid-50058112307202%3Amatrix.theocloud.dev","duration":48.83339,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tIpzDyJxAJFklfUmHoTXyzMX","com.beeper.exclude_from_timeline":true,"displayname":"Yasin Dalowar (WA)","membership":"join"},"time":"2026-03-06T19:24:03.786894673Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:03.787751498Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6351,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917681125611%3Amatrix.theocloud.dev","duration":3.859201,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917681125611","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:03.791922753Z","message":"Request completed"} +{"level":"debug","transaction_id":"2645","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:03.793669367Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2645","time":"2026-03-06T19:24:03.793865205Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6352,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917681125611:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917681125611%3Amatrix.theocloud.dev","duration":2.954046,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:03.795238442Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6353,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917681125611:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917681125611%3Amatrix.theocloud.dev","duration":4.358084,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917681125611 (WA)"},"time":"2026-03-06T19:24:03.799818834Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:03.800385184Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AA6A168C55ECC356EEC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","req_id":6354,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":52.866498,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<7104119 bytes>","time":"2026-03-06T19:24:03.887724118Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:03.905055322Z","message":"0a1708adcdb6bb0e10d7caa1cd06180b22050008070b0a28001240219f5a0d0a6bddb5fd15b8425abcb18f6e5f3e2180851392dec7c179326cd912425ac960a1240f134c17e62e1f2124519adcf83aa7e3bf3497bc7f5a006dca000a1508cc9c90b30f1089d2accd061802220300010228001240d884d8224128fae529e0f52b3f46c8389f648aee4528eca1c66651b1b54b4b46a1f2abbbeccf85bb99c6fc9c073faa37e542459fa4b55ffa01b2e10364af5b8b"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:03.905904743Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AA6A168C55ECC356EEC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","req_id":6355,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825043891392510_13?ts=1772825043000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":37.193767,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":38000,"h":832,"mimetype":"video/mp4","size":7104119,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":38000,"h":832,"mimetype":"video/mp4","size":7104119,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/zgZADqJLnQryDXXoZiNLhFPs"},"m.relates_to":{"event_id":"$fQuXtzwhSgCNkw6IasvyILreRqtGeZu7CGaGu6ovSm0","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/zgZADqJLnQryDXXoZiNLhFPs"},"time":"2026-03-06T19:24:03.928929343Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AA6A168C55ECC356EEC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","event_id":"$FwAWs7YO9VWc5GpXXtx8LS8kr7YqOVhtKbK6POLA7A4","part_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","time":"2026-03-06T19:24:03.929109815Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2646","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:03.936212558Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2646","time":"2026-03-06T19:24:03.936357201Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:04.152458411Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6356,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917681125611:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917681125611%3Amatrix.theocloud.dev","duration":2.626556,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:04.155461906Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6357,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-150517229604984:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.574151,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xFzHZPHqVdJiEQnxwZXDOSpZ","com.beeper.exclude_from_timeline":true,"displayname":"+4915112997658 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:04.227064274Z","message":"Request completed"} +{"level":"debug","transaction_id":"2647","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:04.23792306Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2647","time":"2026-03-06T19:24:04.238237839Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6358,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-150517229604984:matrix.theocloud.dev?user_id=%40whatsapp_lid-150517229604984%3Amatrix.theocloud.dev","duration":69.445082,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xFzHZPHqVdJiEQnxwZXDOSpZ","com.beeper.exclude_from_timeline":true,"displayname":"+4915112997658 (WA)","membership":"join"},"time":"2026-03-06T19:24:04.2972376Z","message":"Request completed"} +{"level":"debug","transaction_id":"2648","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:04.311615945Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2648","time":"2026-03-06T19:24:04.311987506Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6359,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-242047260864591:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.624159,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Liam (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:04.370922872Z","message":"Request completed"} +{"level":"debug","transaction_id":"2649","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:04.385650917Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2649","time":"2026-03-06T19:24:04.385979734Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6360,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-242047260864591:matrix.theocloud.dev?user_id=%40whatsapp_lid-242047260864591%3Amatrix.theocloud.dev","duration":74.162015,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Liam (WA)","membership":"join"},"time":"2026-03-06T19:24:04.445817462Z","message":"Request completed"} +{"level":"debug","transaction_id":"2650","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:04.460153832Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2650","time":"2026-03-06T19:24:04.460509608Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6361,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-182750908809456:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.650842,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KLmjBtQffQHmUqxjRvQIPGCK","com.beeper.exclude_from_timeline":true,"displayname":"+4915121699472 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:04.523717362Z","message":"Request completed"} +{"level":"debug","transaction_id":"2651","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:04.538615682Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2651","time":"2026-03-06T19:24:04.539004354Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:04.539794688Z","message":"0000384005003ed0cd27f1b0b5eddca2524f54f57dfb321fe0ea4974f058ae18c1a9e1be2c000001a613be6d11cf1e22766ebbcefd7d7dd7e91c4b2694f5c4a99e192c9504b20c45d5ac9cf89e6f56edafc5d57e8c10eeb7a0aeaf5969b8328991d4795a8522bfe35100069de3edd5498465efefe28f14ba1b63986afd40706d2288769f33ea3d0d0003c1495a8012db2af464b8aa06ed770b00eb97d9da9082809b7b19b7663a9715b0620000040a05909cc64062e2f61ed421e3dcf3194d3167ebd6162e678a30f5c822fc8c78cc75000001b75ea1a0a18ddcc98b91231647a92ecf3f30b011718fe39a0b37bff050da0f6c48975cd2acd341cfb36ef0ade3b93bf16fd35896b5bfbf9a4154145f9b8d733e6ef42cbbb412f7d039706b33c9feef7835776b7f45213393e6b6c004cb28298c00058ba5c0ef2c8dc68fcc57e4e7a307b5b772d899bee0a8193cca61caf7548e58630300003bd005fda702d84a3b6a171a37db2adf0fc02c8f7611f8c03a1b5937505051d4b07a71000001ff68bace02a5d44a676cfbd1a78a612a36284e1715bca04543a4be40ecde5771023fe72c57420bca8267cd977a56dc2047191a919e5aac65c59f800c50df49dfa514efb3807a44681b11b50af8d8aadcc834eeeae81a5abfeca917ba0b70cd0c0004e5ca5104e32237b2bdb923048e3bb12d49b8bd6bb5be9177f43b80bbfa0b0f5561000000c50541e78eca59e94854c9c59d4144e792f01de2bb3a9432c637bcb2391b96db9b6e000001bf5757c10cf00c72ea04fc89c0ac03182d2f29dad17f6c1d9eb3daed607b536f0dc7ca491b34775e58886dfbd18f53b29b7590d5c5eef1ba4b23bb75c0718816d53dfa8d46369afa6ff2f037133d063ff991c6b9687efc94b72883a764bdc487089ab2eb057a11a81275d35845ffd39270fca31bf4e830578170ed60a99116ff35e9648c0e000001a1eca73cd4255007f1629b0eadc6160d92d499333adb3e56024225dc1b161b34d55118f64ebad9eb5440f4822833f9529dda53ae0910a80df17cc85c975fad4efa416f23ecb9224ecbf7822596ef34dae96db2d362d567ae18a8959fb23a490e00031836fff91747379fef7c2dd6ab38f17d8ce97015ce0a08ae794fa6906adeb59b3000001662055c21bc76da3ff4dbf15674a3a336f259723d41dfbeb21614873b3aa06a16a85a00000100b979b61e65e25ed9e27a5b01a3b2e463d71412603da57137a59145dc7ba0736b5d89e3df796515ad8a06ff37b09ddc68ad2f9ebf48cf68277a2fece428624c27c5b20c7b185f3af93ee13b8021740a5986dcbdbe0702ada5550978b33bd980000333e08808788412835e952eecf05251acbdaf72d1a6db95e841e8d0496dab2e2501"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:24:04.540502958Z","message":"Processing prekey bundle for 236399445938270:76@lid"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:24:04.543134892Z","message":"Processing prekey bundle for 236399445938270:77@lid"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:24:04.546261657Z","message":"Processing prekey bundle for 236399445938270:79@lid"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:24:04.549297419Z","message":"Processing prekey bundle for 236399445938270:80@lid"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:24:04.552519868Z","message":"Processing prekey bundle for 195790463058158:53@lid"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:04.557545434Z","message":"330a21056e4e1dc427448d65395a19ea5759c4dfa7508ec054456b35d22a4e27b5665f64100018ffffffff0f22407622ad03499d158f1778f5723a6cb645424ae3a579c1f54c3a8126f3a54250e1c8d9a06871e3b037079bad68eae7c28766b35b843c1e954b42c2ea3adcd850a85b8df1085780ea300d99860b10b9764f383ea96dd91e079e04012343cea31cbeb2e2d0"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:04.606422476Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6362,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-182750908809456:matrix.theocloud.dev?user_id=%40whatsapp_lid-182750908809456%3Amatrix.theocloud.dev","duration":82.027155,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KLmjBtQffQHmUqxjRvQIPGCK","com.beeper.exclude_from_timeline":true,"displayname":"+4915121699472 (WA)","membership":"join"},"time":"2026-03-06T19:24:04.606591633Z","message":"Request completed"} +{"level":"debug","transaction_id":"2652","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:04.618988206Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2652","time":"2026-03-06T19:24:04.61925193Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6363,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-77859284607025:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":66.3832,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sven (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:04.676154609Z","message":"Request completed"} +{"level":"debug","transaction_id":"2653","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:04.693682698Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2653","time":"2026-03-06T19:24:04.694023807Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6364,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-77859284607025:matrix.theocloud.dev?user_id=%40whatsapp_lid-77859284607025%3Amatrix.theocloud.dev","duration":50.598862,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sven (WA)","membership":"join"},"time":"2026-03-06T19:24:04.727623984Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:04.728358654Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6365,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917646028166%3Amatrix.theocloud.dev","duration":4.639547,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917646028166","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:04.733218903Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6366,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917646028166:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917646028166%3Amatrix.theocloud.dev","duration":4.935679,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:04.738521952Z","message":"Request completed"} +{"level":"debug","transaction_id":"2654","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:04.741249569Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2654","time":"2026-03-06T19:24:04.741656121Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6367,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917646028166:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917646028166%3Amatrix.theocloud.dev","duration":9.516908,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917646028166 (WA)"},"time":"2026-03-06T19:24:04.748227783Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:04.748873055Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:04.91590411Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6368,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917646028166:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917646028166%3Amatrix.theocloud.dev","duration":2.652816,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:04.918889934Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:04.919706879Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6369,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491639864570%3Amatrix.theocloud.dev","duration":3.807168,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491639864570","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:04.923802705Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6370,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639864570:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491639864570%3Amatrix.theocloud.dev","duration":3.948389,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:04.928114553Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6371,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639864570:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491639864570%3Amatrix.theocloud.dev","duration":6.883717,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491639864570 (WA)"},"time":"2026-03-06T19:24:04.935208147Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:04.93610527Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:04.999902422Z","message":"2bdc57f543f5634d61b43aee"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:05.000815679Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC5AFFCE95825AB3803","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","time":"2026-03-06T19:24:05.00098756Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC5AFFCE95825AB3803","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","req_id":6372,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":16.626566,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1767566 bytes>","time":"2026-03-06T19:24:05.082113751Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:05.092946975Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6374,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491639864570:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491639864570%3Amatrix.theocloud.dev","duration":4.863881,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:05.098204697Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC5AFFCE95825AB3803","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","req_id":6373,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825045082641828_14?ts=1772825044000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":46.395548,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":832,"mimetype":"video/mp4","size":1767566,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":832,"mimetype":"video/mp4","size":1767566,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/dgfsEbZnfGnoWhAfWUZAzzXz"},"m.relates_to":{"event_id":"$jCz6_5593WFhfzeJXqfNr0CmvpQ1vq39iw8Q44yTao4","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/dgfsEbZnfGnoWhAfWUZAzzXz"},"time":"2026-03-06T19:24:05.129390009Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC5AFFCE95825AB3803","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","event_id":"$KCWZad-pwefOtFjsX4hQiAEPrZXa1wmbnRg4z9jIKAw","part_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","time":"2026-03-06T19:24:05.129577186Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2655","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:05.144001348Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2655","time":"2026-03-06T19:24:05.144151159Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6375,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-91057719120052:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.137987,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xTXyjRsNQSwHdMKStsYuFhvn","com.beeper.exclude_from_timeline":true,"displayname":"+491773825063 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:05.170327529Z","message":"Request completed"} +{"level":"debug","transaction_id":"2656","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:05.184570659Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2656","time":"2026-03-06T19:24:05.184848561Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6376,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-91057719120052:matrix.theocloud.dev?user_id=%40whatsapp_lid-91057719120052%3Amatrix.theocloud.dev","duration":66.95849,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xTXyjRsNQSwHdMKStsYuFhvn","com.beeper.exclude_from_timeline":true,"displayname":"+491773825063 (WA)","membership":"join"},"time":"2026-03-06T19:24:05.238020898Z","message":"Request completed"} +{"level":"debug","transaction_id":"2657","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:05.251450996Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2657","time":"2026-03-06T19:24:05.251762492Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6377,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-70965862084760:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":65.73248,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917621844976 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:05.304993357Z","message":"Request completed"} +{"level":"debug","transaction_id":"2658","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:05.324641645Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2658","time":"2026-03-06T19:24:05.324950487Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6378,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-70965862084760:matrix.theocloud.dev?user_id=%40whatsapp_lid-70965862084760%3Amatrix.theocloud.dev","duration":53.177086,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917621844976 (WA)","membership":"join"},"time":"2026-03-06T19:24:05.358826122Z","message":"Request completed"} +{"level":"debug","transaction_id":"2659","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:05.370680579Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2659","time":"2026-03-06T19:24:05.3709413Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6379,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-25628103458978:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":54.962882,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"hanneskannes (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:05.414862548Z","message":"Request completed"} +{"level":"debug","transaction_id":"2660","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:05.427951187Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2660","time":"2026-03-06T19:24:05.428253045Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6380,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-25628103458978:matrix.theocloud.dev?user_id=%40whatsapp_lid-25628103458978%3Amatrix.theocloud.dev","duration":53.851064,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"hanneskannes (WA)","membership":"join"},"time":"2026-03-06T19:24:05.469563312Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:05.470168006Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6381,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491628989538%3Amatrix.theocloud.dev","duration":7.47165,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491628989538","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:05.477828997Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6382,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491628989538:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491628989538%3Amatrix.theocloud.dev","duration":5.212324,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:05.483392069Z","message":"Request completed"} +{"level":"debug","transaction_id":"2661","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:05.485587907Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2661","time":"2026-03-06T19:24:05.485882292Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6383,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491628989538:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491628989538%3Amatrix.theocloud.dev","duration":9.954958,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491628989538 (WA)"},"time":"2026-03-06T19:24:05.493557741Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:05.494422946Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:05.624658264Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","lid":"236399445938270@lid","pn":"4917620338641@s.whatsapp.net","message_id":["3EB0F256C2F0D18D1048E1"],"evt_type":"receipt","time":"2026-03-06T19:24:05.624813035Z","message":"Forced LID DM sender to phone number in incoming message"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:05.625507615Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":34,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventDeliveryReceipt","remote_sender":{"user_id":"4917620338641"},"time":"2026-03-06T19:24:05.62563389Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:05.659129164Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6384,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491628989538:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491628989538%3Amatrix.theocloud.dev","duration":2.57124,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:05.661988993Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:05.662743777Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6385,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917675622090%3Amatrix.theocloud.dev","duration":3.591216,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917675622090","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:05.666618134Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6386,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917675622090:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917675622090%3Amatrix.theocloud.dev","duration":2.233414,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:05.669181971Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6387,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917675622090:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917675622090%3Amatrix.theocloud.dev","duration":6.614616,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917675622090 (WA)"},"time":"2026-03-06T19:24:05.675980481Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:05.676819426Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:05.924062297Z","message":"3a8d1da87d1aebe616efbdc1"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:05.924914512Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACE32E3C95660B175E6","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","time":"2026-03-06T19:24:05.925021929Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACE32E3C95660B175E6","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","req_id":6388,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":13.748368,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1944157 bytes>","time":"2026-03-06T19:24:06.007651054Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACE32E3C95660B175E6","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","req_id":6389,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825046007984760_15?ts=1772825045000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":32.348465,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":10000,"h":832,"mimetype":"video/mp4","size":1944157,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":10000,"h":832,"mimetype":"video/mp4","size":1944157,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/lgWOTtIENyTSQaurFGbPfRkP"},"m.relates_to":{"event_id":"$mDVptqO1o4aQj3oab_11OOb7sDsAzq6xPMnJFHolzh0","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/lgWOTtIENyTSQaurFGbPfRkP"},"time":"2026-03-06T19:24:06.040571108Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACE32E3C95660B175E6","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","event_id":"$ABATdjenRDJZSARPukOtSU44YiNn0gEFjuc7kRGyl6I","part_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","time":"2026-03-06T19:24:06.040698011Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2662","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:06.047029766Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2662","time":"2026-03-06T19:24:06.047134808Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:06.061889882Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6390,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917675622090:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917675622090%3Amatrix.theocloud.dev","duration":2.203521,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:06.064460983Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6391,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-72000915652689:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":51.56876,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Linda Elke Alice (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:06.117108596Z","message":"Request completed"} +{"level":"debug","transaction_id":"2663","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:06.128741094Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2663","time":"2026-03-06T19:24:06.128976253Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6392,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-72000915652689:matrix.theocloud.dev?user_id=%40whatsapp_lid-72000915652689%3Amatrix.theocloud.dev","duration":67.827187,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Linda Elke Alice (WA)","membership":"join"},"time":"2026-03-06T19:24:06.185773959Z","message":"Request completed"} +{"level":"debug","transaction_id":"2664","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:06.195447873Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2664","time":"2026-03-06T19:24:06.195753293Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6393,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-115431574622245:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.276196,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Kai (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:06.245140602Z","message":"Request completed"} +{"level":"debug","transaction_id":"2665","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:06.259227565Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2665","time":"2026-03-06T19:24:06.259614281Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6394,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-115431574622245:matrix.theocloud.dev?user_id=%40whatsapp_lid-115431574622245%3Amatrix.theocloud.dev","duration":60.897723,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Kai (WA)","membership":"join"},"time":"2026-03-06T19:24:06.306814062Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:06.307775161Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6395,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491735425217%3Amatrix.theocloud.dev","duration":5.641434,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491735425217","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:06.313690237Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6396,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491735425217:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491735425217%3Amatrix.theocloud.dev","duration":4.050149,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:06.318095254Z","message":"Request completed"} +{"level":"debug","transaction_id":"2666","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:06.320039661Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2666","time":"2026-03-06T19:24:06.320284109Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6397,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491735425217:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491735425217%3Amatrix.theocloud.dev","duration":7.300047,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491735425217 (WA)"},"time":"2026-03-06T19:24:06.325604129Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:06.326444261Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:06.488700763Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6398,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491735425217:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491735425217%3Amatrix.theocloud.dev","duration":2.606232,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:06.491585526Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:06.492146219Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6399,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491739137913%3Amatrix.theocloud.dev","duration":3.667624,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491739137913","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:06.495992709Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6400,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739137913:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491739137913%3Amatrix.theocloud.dev","duration":2.186061,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:06.498503187Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6401,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739137913:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491739137913%3Amatrix.theocloud.dev","duration":6.449718,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491739137913 (WA)"},"time":"2026-03-06T19:24:06.505075548Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:06.505609072Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:06.67093479Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6402,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739137913:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491739137913%3Amatrix.theocloud.dev","duration":2.437283,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:06.673729177Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:06.674554083Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6403,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915209052709%3Amatrix.theocloud.dev","duration":3.249898,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915209052709","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:06.678093616Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6404,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915209052709:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915209052709%3Amatrix.theocloud.dev","duration":2.225452,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:06.680675263Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6405,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915209052709:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915209052709%3Amatrix.theocloud.dev","duration":6.508176,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915209052709 (WA)"},"time":"2026-03-06T19:24:06.68738207Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:06.688221155Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:06.723430915Z","message":"2592b4dcf132290af0021cdb"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:06.724050345Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A247E32B3A85C3FC601","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","time":"2026-03-06T19:24:06.724161464Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A247E32B3A85C3FC601","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","req_id":6406,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":17.294396,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1787106 bytes>","time":"2026-03-06T19:24:06.808173675Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A247E32B3A85C3FC601","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","req_id":6407,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825046808693999_16?ts=1772825046000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":38.085722,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":848,"mimetype":"video/mp4","size":1787106,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":848,"mimetype":"video/mp4","size":1787106,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/xkghawWcaCWJiJUvUTlxKesa"},"m.relates_to":{"event_id":"$W1C-1v65tdMF3_yhT9yweUo5d3pNTF84yR4Ku2o3l58","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/xkghawWcaCWJiJUvUTlxKesa"},"time":"2026-03-06T19:24:06.847064398Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A247E32B3A85C3FC601","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","event_id":"$iF0r0kQjVLQU0Gx8AhZWdC_d8DJjTS4-JlCYnGSmPtw","part_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","time":"2026-03-06T19:24:06.847198845Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2667","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:06.855214914Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2667","time":"2026-03-06T19:24:06.855327849Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:06.866603244Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6408,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915209052709:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915209052709%3Amatrix.theocloud.dev","duration":1.696468,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:06.868531936Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6409,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-28973983600651:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":38.115335,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rMLVmiEfHSLnEBGlYhVXEAnP","com.beeper.exclude_from_timeline":true,"displayname":"+4917695853477 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:06.907316849Z","message":"Request completed"} +{"level":"debug","transaction_id":"2668","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:06.916014089Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2668","time":"2026-03-06T19:24:06.916346957Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6410,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-28973983600651:matrix.theocloud.dev?user_id=%40whatsapp_lid-28973983600651%3Amatrix.theocloud.dev","duration":56.785693,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/rMLVmiEfHSLnEBGlYhVXEAnP","com.beeper.exclude_from_timeline":true,"displayname":"+4917695853477 (WA)","membership":"join"},"time":"2026-03-06T19:24:06.964728888Z","message":"Request completed"} +{"level":"debug","transaction_id":"2669","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:06.983846026Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2669","time":"2026-03-06T19:24:06.984153471Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6411,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80565550247962:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":108.011529,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gEpAtUolsUFuYvYeQshIKWzJ","com.beeper.exclude_from_timeline":true,"displayname":"Lorena (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:07.073743699Z","message":"Request completed"} +{"level":"debug","transaction_id":"2670","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.085188532Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2670","time":"2026-03-06T19:24:07.085623299Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363192861790277@g.us","portal_mxid":"!yywjyVJbcWYSiFwjvD:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$idwq5HfcPce_hAQtpCBBeXMxh9TkjgHveDnG8BtbzBQ","event_type":"m.room.member","event_id":"$idwq5HfcPce_hAQtpCBBeXMxh9TkjgHveDnG8BtbzBQ","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:07.086064283Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"2671","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.096379628Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2671","time":"2026-03-06T19:24:07.096593415Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6412,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80565550247962:matrix.theocloud.dev?user_id=%40whatsapp_lid-80565550247962%3Amatrix.theocloud.dev","duration":112.935892,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gEpAtUolsUFuYvYeQshIKWzJ","com.beeper.exclude_from_timeline":true,"displayname":"Lorena (WA)","membership":"join"},"time":"2026-03-06T19:24:07.187228202Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:07.188182736Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6413,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915222317608%3Amatrix.theocloud.dev","duration":9.571804,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915222317608","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:07.198051719Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6414,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915222317608:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915222317608%3Amatrix.theocloud.dev","duration":7.162877,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:07.205644334Z","message":"Request completed"} +{"level":"debug","transaction_id":"2672","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.208325647Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2672","time":"2026-03-06T19:24:07.208671924Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6415,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915222317608:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915222317608%3Amatrix.theocloud.dev","duration":11.072014,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915222317608 (WA)"},"time":"2026-03-06T19:24:07.216959889Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:07.217897591Z","message":""} +{"level":"debug","transaction_id":"2673","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:07.312992781Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2673","time":"2026-03-06T19:24:07.313100128Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:07.38865801Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6416,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915222317608:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915222317608%3Amatrix.theocloud.dev","duration":2.712392,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:07.391733022Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6417,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-73950780473356:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.232964,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WZEnXkAYyqIGBdQaBhXFowoQ","com.beeper.exclude_from_timeline":true,"displayname":"Ante Up! (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:07.452006356Z","message":"Request completed"} +{"level":"debug","transaction_id":"2674","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.470847268Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2674","time":"2026-03-06T19:24:07.471161698Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6418,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-73950780473356:matrix.theocloud.dev?user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":75.04042,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WZEnXkAYyqIGBdQaBhXFowoQ","com.beeper.exclude_from_timeline":true,"displayname":"Ante Up! (WA)","membership":"join"},"time":"2026-03-06T19:24:07.527936915Z","message":"Request completed"} +{"level":"debug","transaction_id":"2675","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.542731519Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2675","time":"2026-03-06T19:24:07.543074584Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6419,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-21273073692847:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.799392,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"الزير (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:07.599782055Z","message":"Request completed"} +{"level":"debug","transaction_id":"2676","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.616217741Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2676","time":"2026-03-06T19:24:07.616595797Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6420,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-21273073692847:matrix.theocloud.dev?user_id=%40whatsapp_lid-21273073692847%3Amatrix.theocloud.dev","duration":70.079249,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"الزير (WA)","membership":"join"},"time":"2026-03-06T19:24:07.670555605Z","message":"Request completed"} +{"level":"debug","transaction_id":"2677","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.686846229Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2677","time":"2026-03-06T19:24:07.687122874Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6421,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-173460928122963:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":123.97564,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491622315148 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:07.795568053Z","message":"Request completed"} +{"level":"debug","transaction_id":"2678","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.802809293Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2678","time":"2026-03-06T19:24:07.803013441Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6422,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-173460928122963:matrix.theocloud.dev?user_id=%40whatsapp_lid-173460928122963%3Amatrix.theocloud.dev","duration":45.489136,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491622315148 (WA)","membership":"join"},"time":"2026-03-06T19:24:07.841610199Z","message":"Request completed"} +{"level":"debug","transaction_id":"2679","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.855640032Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2679","time":"2026-03-06T19:24:07.855900473Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6423,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-95344432046332:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.481182,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NAEpmEpcUFNmEdNMZrwlMWxh","com.beeper.exclude_from_timeline":true,"displayname":"+491629094532 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:07.900111078Z","message":"Request completed"} +{"level":"debug","transaction_id":"2680","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.909588804Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2680","time":"2026-03-06T19:24:07.909868103Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6424,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-95344432046332:matrix.theocloud.dev?user_id=%40whatsapp_lid-95344432046332%3Amatrix.theocloud.dev","duration":64.43551,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NAEpmEpcUFNmEdNMZrwlMWxh","com.beeper.exclude_from_timeline":true,"displayname":"+491629094532 (WA)","membership":"join"},"time":"2026-03-06T19:24:07.965271759Z","message":"Request completed"} +{"level":"debug","transaction_id":"2681","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:07.976507973Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2681","time":"2026-03-06T19:24:07.976758148Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6425,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-269247389384889:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.142878,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917643137297 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:08.040505503Z","message":"Request completed"} +{"level":"debug","transaction_id":"2682","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.061903269Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2682","time":"2026-03-06T19:24:08.062237114Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6426,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-269247389384889:matrix.theocloud.dev?user_id=%40whatsapp_lid-269247389384889%3Amatrix.theocloud.dev","duration":91.07605,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917643137297 (WA)","membership":"join"},"time":"2026-03-06T19:24:08.132250363Z","message":"Request completed"} +{"level":"debug","transaction_id":"2683","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.144159925Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2683","time":"2026-03-06T19:24:08.144534838Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6427,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-59197668491519:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":48.560865,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XgCeSqovhMkLpuITwngvYlJl","com.beeper.exclude_from_timeline":true,"displayname":"Sasha (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:08.181688796Z","message":"Request completed"} +{"level":"debug","transaction_id":"2684","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.192860615Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2684","time":"2026-03-06T19:24:08.193114911Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6428,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-59197668491519:matrix.theocloud.dev?user_id=%40whatsapp_lid-59197668491519%3Amatrix.theocloud.dev","duration":45.449116,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XgCeSqovhMkLpuITwngvYlJl","com.beeper.exclude_from_timeline":true,"displayname":"Sasha (WA)","membership":"join"},"time":"2026-03-06T19:24:08.22824526Z","message":"Request completed"} +{"level":"debug","transaction_id":"2685","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.236357013Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2685","time":"2026-03-06T19:24:08.236621994Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:08.278216519Z","message":"37017f26ae30b90b084fdf0d"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:08.279051553Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AB6BB671DF10ED6F6D1","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","time":"2026-03-06T19:24:08.279149262Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6429,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-131061430358216:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":52.990887,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WwCpqlcSNcLfpqffabZfpqxw","com.beeper.exclude_from_timeline":true,"displayname":"Lori 🦉 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:08.282113924Z","message":"Request completed"} +{"level":"debug","transaction_id":"2686","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.289623079Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2686","time":"2026-03-06T19:24:08.289956156Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6430,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-131061430358216:matrix.theocloud.dev?user_id=%40whatsapp_lid-131061430358216%3Amatrix.theocloud.dev","duration":55.256079,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WwCpqlcSNcLfpqffabZfpqxw","com.beeper.exclude_from_timeline":true,"displayname":"Lori 🦉 (WA)","membership":"join"},"time":"2026-03-06T19:24:08.338265101Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:08.339167602Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6431,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491622315148%3Amatrix.theocloud.dev","duration":5.141434,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491622315148","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:08.344637085Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6432,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491622315148:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491622315148%3Amatrix.theocloud.dev","duration":3.669509,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:08.348824753Z","message":"Request completed"} +{"level":"debug","transaction_id":"2687","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.350411289Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2687","time":"2026-03-06T19:24:08.350747719Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6433,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491622315148:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491622315148%3Amatrix.theocloud.dev","duration":6.858295,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491622315148 (WA)"},"time":"2026-03-06T19:24:08.355900188Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:08.356798498Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AB6BB671DF10ED6F6D1","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","req_id":6434,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":21.220995,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2285389 bytes>","time":"2026-03-06T19:24:08.384971586Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AB6BB671DF10ED6F6D1","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","req_id":6435,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825048385470050_17?ts=1772825048000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":43.512671,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":12000,"h":832,"mimetype":"video/mp4","size":2285389,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":12000,"h":832,"mimetype":"video/mp4","size":2285389,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/FXUUicLvKWdvKOIKXbSpWOon"},"m.relates_to":{"event_id":"$h77mlmjJ9wMkIDVSyNnVn3XaUkSqjCFyVAYPIBI94xA","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/FXUUicLvKWdvKOIKXbSpWOon"},"time":"2026-03-06T19:24:08.429305113Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AB6BB671DF10ED6F6D1","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","event_id":"$OqbgnKuups9hMvHAdb4i5NiME_C8DuhMX--rfBDLVC0","part_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","time":"2026-03-06T19:24:08.429543694Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2688","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.436507381Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2688","time":"2026-03-06T19:24:08.436614798Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:08.512204039Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6436,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491622315148:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491622315148%3Amatrix.theocloud.dev","duration":2.411093,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:08.515027829Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6437,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-119086675710153:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.799943,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/HmYptzJmTBrjaAdXwNjfDrZL","com.beeper.exclude_from_timeline":true,"displayname":"+393273817314 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:08.574842299Z","message":"Request completed"} +{"level":"debug","transaction_id":"2689","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.597679722Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2689","time":"2026-03-06T19:24:08.598010705Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6438,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-119086675710153:matrix.theocloud.dev?user_id=%40whatsapp_lid-119086675710153%3Amatrix.theocloud.dev","duration":76.040561,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/HmYptzJmTBrjaAdXwNjfDrZL","com.beeper.exclude_from_timeline":true,"displayname":"+393273817314 (WA)","membership":"join"},"time":"2026-03-06T19:24:08.651640299Z","message":"Request completed"} +{"level":"debug","transaction_id":"2690","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.667506282Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2690","time":"2026-03-06T19:24:08.667835728Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6439,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66039450742811:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.683943,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CRlfKRnnTgfyaTEtNbLsJeKP","com.beeper.exclude_from_timeline":true,"displayname":"+4917623974702 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:08.723140976Z","message":"Request completed"} +{"level":"debug","transaction_id":"2691","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.738152999Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2691","time":"2026-03-06T19:24:08.738510661Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6440,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66039450742811:matrix.theocloud.dev?user_id=%40whatsapp_lid-66039450742811%3Amatrix.theocloud.dev","duration":67.828654,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CRlfKRnnTgfyaTEtNbLsJeKP","com.beeper.exclude_from_timeline":true,"displayname":"+4917623974702 (WA)","membership":"join"},"time":"2026-03-06T19:24:08.791813883Z","message":"Request completed"} +{"level":"debug","transaction_id":"2692","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.806858243Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2692","time":"2026-03-06T19:24:08.807181193Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6441,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-223072531550244:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.084418,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"C R (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:08.862736896Z","message":"Request completed"} +{"level":"debug","transaction_id":"2693","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.877855428Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2693","time":"2026-03-06T19:24:08.878181871Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6442,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-223072531550244:matrix.theocloud.dev?user_id=%40whatsapp_lid-223072531550244%3Amatrix.theocloud.dev","duration":66.226544,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"C R (WA)","membership":"join"},"time":"2026-03-06T19:24:08.929734497Z","message":"Request completed"} +{"level":"debug","transaction_id":"2694","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:08.943198049Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2694","time":"2026-03-06T19:24:08.943453531Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6443,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101816561881152:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.206704,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/URHQSzcZOkoAwYOvSLwKknXR","com.beeper.exclude_from_timeline":true,"displayname":"JH (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:08.990691795Z","message":"Request completed"} +{"level":"debug","transaction_id":"2695","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.004314238Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2695","time":"2026-03-06T19:24:09.004653951Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6444,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101816561881152:matrix.theocloud.dev?user_id=%40whatsapp_lid-101816561881152%3Amatrix.theocloud.dev","duration":64.00186,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/URHQSzcZOkoAwYOvSLwKknXR","com.beeper.exclude_from_timeline":true,"displayname":"JH (WA)","membership":"join"},"time":"2026-03-06T19:24:09.055298698Z","message":"Request completed"} +{"level":"debug","transaction_id":"2696","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.072236062Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2696","time":"2026-03-06T19:24:09.072584784Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6445,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-196215597719577:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.332846,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CDAKyKnmgnBdOwuGvFMTOIhy","com.beeper.exclude_from_timeline":true,"displayname":"Nathalia Marmolejos Feliz (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:09.126646491Z","message":"Request completed"} +{"level":"debug","transaction_id":"2697","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.141588882Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2697","time":"2026-03-06T19:24:09.141894302Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:09.181285515Z","message":"f85424a639f5de040699fbf0015e8f1b0370788c5690c1b21526fa99212b63a24da93263bec1a2bf551fc961931fe6152a06957e"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:09.182204079Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACBF52899206373688A","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","time":"2026-03-06T19:24:09.182320995Z","message":"Handling remote event"} +{"level":"warn","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACBF52899206373688A","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","error_name":"GENERAL_ERROR","time":"2026-03-06T19:24:09.183071101Z","message":"Got error response in media retry notification"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACBF52899206373688A","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","error_content":{"stanzaID":"4ACBF52899206373688A","result":0},"time":"2026-03-06T19:24:09.18323048Z","message":"Full error response content"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6446,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-196215597719577:matrix.theocloud.dev?user_id=%40whatsapp_lid-196215597719577%3Amatrix.theocloud.dev","duration":78.232768,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CDAKyKnmgnBdOwuGvFMTOIhy","com.beeper.exclude_from_timeline":true,"displayname":"Nathalia Marmolejos Feliz (WA)","membership":"join"},"time":"2026-03-06T19:24:09.205627269Z","message":"Request completed"} +{"level":"debug","transaction_id":"2698","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.226565753Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2698","time":"2026-03-06T19:24:09.226891217Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACBF52899206373688A","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","req_id":6447,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825049183582066_18?ts=1772825049000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":96.327207,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"* Failed to bridge media after re-requesting it from your phone: phone sent error response: GENERAL_ERROR\n\n","m.mentions":{},"m.new_content":{"body":"Failed to bridge media after re-requesting it from your phone: phone sent error response: GENERAL_ERROR\n\n","m.mentions":{},"msgtype":"m.notice"},"m.relates_to":{"event_id":"$mf0G5pSdEBQDOjuTx4IXQMgp-E-yHRgjVxBjSyqcLxU","rel_type":"m.replace"},"msgtype":"m.notice"},"time":"2026-03-06T19:24:09.280232153Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":7,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACBF52899206373688A","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","event_id":"$iNaXnkGRm8aetkCWz1BpAH2V533bXj_v1BcjVDoIU2s","part_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","time":"2026-03-06T19:24:09.280497414Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2699","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.291712745Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2699","time":"2026-03-06T19:24:09.291833013Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6448,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-73736032112697:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":117.950074,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xRHsxcXYcAQLZmBBRwywFmDt","com.beeper.exclude_from_timeline":true,"displayname":"Sidonie (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:09.324662412Z","message":"Request completed"} +{"level":"debug","transaction_id":"2700","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.341506186Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2700","time":"2026-03-06T19:24:09.341810139Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6449,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-73736032112697:matrix.theocloud.dev?user_id=%40whatsapp_lid-73736032112697%3Amatrix.theocloud.dev","duration":67.968478,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xRHsxcXYcAQLZmBBRwywFmDt","com.beeper.exclude_from_timeline":true,"displayname":"Sidonie (WA)","membership":"join"},"time":"2026-03-06T19:24:09.393351102Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:09.393988203Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6450,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917657796759%3Amatrix.theocloud.dev","duration":5.852567,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917657796759","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:09.400036398Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6451,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657796759:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917657796759%3Amatrix.theocloud.dev","duration":4.013831,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:09.404350621Z","message":"Request completed"} +{"level":"debug","transaction_id":"2701","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.405861028Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2701","time":"2026-03-06T19:24:09.406092555Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6452,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657796759:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917657796759%3Amatrix.theocloud.dev","duration":7.021236,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917657796759 (WA)"},"time":"2026-03-06T19:24:09.411559035Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:09.412162262Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:09.556822928Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:09.566664813Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6453,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917657796759:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917657796759%3Amatrix.theocloud.dev","duration":2.727548,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:09.569721317Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:09.600528434Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6454,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-208057309085944:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.989984,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917675622090 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:09.630749156Z","message":"Request completed"} +{"level":"debug","transaction_id":"2702","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.646567368Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2702","time":"2026-03-06T19:24:09.646921887Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6455,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-208057309085944:matrix.theocloud.dev?user_id=%40whatsapp_lid-208057309085944%3Amatrix.theocloud.dev","duration":69.209364,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917675622090 (WA)","membership":"join"},"time":"2026-03-06T19:24:09.70072427Z","message":"Request completed"} +{"level":"debug","transaction_id":"2703","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.716538222Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2703","time":"2026-03-06T19:24:09.716871159Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6456,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-243632070254676:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.816359,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491738002445 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:09.765799465Z","message":"Request completed"} +{"level":"debug","transaction_id":"2704","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.775990351Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2704","time":"2026-03-06T19:24:09.776291091Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6457,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-243632070254676:matrix.theocloud.dev?user_id=%40whatsapp_lid-243632070254676%3Amatrix.theocloud.dev","duration":56.214663,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491738002445 (WA)","membership":"join"},"time":"2026-03-06T19:24:09.822782393Z","message":"Request completed"} +{"level":"debug","transaction_id":"2705","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.83481376Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2705","time":"2026-03-06T19:24:09.835149073Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6458,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-247824025391160:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":69.65391,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Pat (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:09.893394259Z","message":"Request completed"} +{"level":"debug","transaction_id":"2706","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.904895035Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2706","time":"2026-03-06T19:24:09.905227903Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6459,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-247824025391160:matrix.theocloud.dev?user_id=%40whatsapp_lid-247824025391160%3Amatrix.theocloud.dev","duration":61.026791,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Pat (WA)","membership":"join"},"time":"2026-03-06T19:24:09.954987889Z","message":"Request completed"} +{"level":"debug","transaction_id":"2707","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:09.960974344Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2707","time":"2026-03-06T19:24:09.961273059Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6460,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-146720914698447:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":43.03104,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Illia (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:09.99881499Z","message":"Request completed"} +{"level":"debug","transaction_id":"2708","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.009097928Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2708","time":"2026-03-06T19:24:10.00943345Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6461,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-146720914698447:matrix.theocloud.dev?user_id=%40whatsapp_lid-146720914698447%3Amatrix.theocloud.dev","duration":61.229125,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Illia (WA)","membership":"join"},"time":"2026-03-06T19:24:10.060798829Z","message":"Request completed"} +{"level":"debug","transaction_id":"2709","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.076492931Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2709","time":"2026-03-06T19:24:10.076836066Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6462,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-75930894614615:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.237992,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Vincent (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:10.120142144Z","message":"Request completed"} +{"level":"debug","transaction_id":"2710","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.137519793Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2710","time":"2026-03-06T19:24:10.137837714Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6463,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-75930894614615:matrix.theocloud.dev?user_id=%40whatsapp_lid-75930894614615%3Amatrix.theocloud.dev","duration":72.245894,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Vincent (WA)","membership":"join"},"time":"2026-03-06T19:24:10.193275593Z","message":"Request completed"} +{"level":"debug","transaction_id":"2711","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.207773927Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2711","time":"2026-03-06T19:24:10.20809988Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6464,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-275883097071617:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":56.904914,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sCTgPORBQRLSQYTETlrunLuQ","com.beeper.exclude_from_timeline":true,"displayname":"andac (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:10.251049065Z","message":"Request completed"} +{"level":"debug","transaction_id":"2712","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.261371184Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2712","time":"2026-03-06T19:24:10.261675696Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6465,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-275883097071617:matrix.theocloud.dev?user_id=%40whatsapp_lid-275883097071617%3Amatrix.theocloud.dev","duration":44.899877,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/sCTgPORBQRLSQYTETlrunLuQ","com.beeper.exclude_from_timeline":true,"displayname":"andac (WA)","membership":"join"},"time":"2026-03-06T19:24:10.296740184Z","message":"Request completed"} +{"level":"debug","transaction_id":"2713","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.313011043Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2713","time":"2026-03-06T19:24:10.313254373Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6466,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-102886059073748:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.520095,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mpxMFrBTkgnEXCsuBbAGPUsX","com.beeper.exclude_from_timeline":true,"displayname":"Viktor Tevosyan (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:10.370313918Z","message":"Request completed"} +{"level":"debug","transaction_id":"2714","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.38284787Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2714","time":"2026-03-06T19:24:10.383187443Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6467,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-102886059073748:matrix.theocloud.dev?user_id=%40whatsapp_lid-102886059073748%3Amatrix.theocloud.dev","duration":75.944737,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mpxMFrBTkgnEXCsuBbAGPUsX","com.beeper.exclude_from_timeline":true,"displayname":"Viktor Tevosyan (WA)","membership":"join"},"time":"2026-03-06T19:24:10.447090965Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:10.448404138Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6468,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915770291784%3Amatrix.theocloud.dev","duration":7.671468,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915770291784","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:10.456431801Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6469,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915770291784:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915770291784%3Amatrix.theocloud.dev","duration":6.03304,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:10.462865315Z","message":"Request completed"} +{"level":"debug","transaction_id":"2715","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.464949756Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2715","time":"2026-03-06T19:24:10.465278503Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6470,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915770291784:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915770291784%3Amatrix.theocloud.dev","duration":9.364443,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Juli (WA)"},"time":"2026-03-06T19:24:10.472433418Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:10.473374053Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:10.51465359Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","lid":"236399445938270@lid","pn":"4917620338641@s.whatsapp.net","message_id":["3EB0F256C2F0D18D1048E1"],"evt_type":"receipt","time":"2026-03-06T19:24:10.514779026Z","message":"Forced LID DM sender to phone number in own message sent from another device"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:10.514873453Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:10.635407828Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6471,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915770291784:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915770291784%3Amatrix.theocloud.dev","duration":2.388114,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:10.638061482Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6472,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-189768969261225:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.934741,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491631390112 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:10.703068721Z","message":"Request completed"} +{"level":"debug","transaction_id":"2716","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.719623698Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2716","time":"2026-03-06T19:24:10.719986808Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6473,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-189768969261225:matrix.theocloud.dev?user_id=%40whatsapp_lid-189768969261225%3Amatrix.theocloud.dev","duration":75.386837,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491631390112 (WA)","membership":"join"},"time":"2026-03-06T19:24:10.779276623Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:10.780068494Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6474,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_573123344836%3Amatrix.theocloud.dev","duration":17.411243,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_573123344836","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:10.797786484Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6475,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_573123344836:matrix.theocloud.dev/displayname?user_id=%40whatsapp_573123344836%3Amatrix.theocloud.dev","duration":5.573548,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:10.803704144Z","message":"Request completed"} +{"level":"debug","transaction_id":"2717","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.807527236Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2717","time":"2026-03-06T19:24:10.807761417Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6476,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_573123344836:matrix.theocloud.dev/displayname?user_id=%40whatsapp_573123344836%3Amatrix.theocloud.dev","duration":15.796281,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+573123344836 (WA)"},"time":"2026-03-06T19:24:10.819694028Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:10.820439314Z","message":""} +{"level":"debug","transaction_id":"2718","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:10.857550877Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2718","time":"2026-03-06T19:24:10.857870056Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363326854732201@g.us","portal_mxid":"!RLPmAJGDXGPlIucoNA:matrix.theocloud.dev","event_loop_index":2,"action":"handle matrix event","event_id":"$xfVD4mjneeGodfRWLTKhsKTTGCFs5YtuGtsekOUmp0g","event_type":"m.room.member","event_id":"$xfVD4mjneeGodfRWLTKhsKTTGCFs5YtuGtsekOUmp0g","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:10.858512535Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"2719","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:11.031569644Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2719","time":"2026-03-06T19:24:11.031698853Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:11.09741897Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6477,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_573123344836:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_573123344836%3Amatrix.theocloud.dev","duration":2.086327,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:11.099798354Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:11.100417925Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6478,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491733430974%3Amatrix.theocloud.dev","duration":2.727967,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491733430974","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:11.103356675Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6479,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491733430974:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491733430974%3Amatrix.theocloud.dev","duration":1.364926,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:11.104994545Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6480,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491733430974:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491733430974%3Amatrix.theocloud.dev","duration":3.947272,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491733430974 (WA)"},"time":"2026-03-06T19:24:11.109069837Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:11.109603851Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:11.159684972Z","message":"06e97739e99e60a1c29b3467"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:11.160397712Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","time":"2026-03-06T19:24:11.160544171Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","req_id":6481,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":13.76932,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1384207 bytes>","time":"2026-03-06T19:24:11.226067822Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","req_id":6482,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825051226557067_19?ts=1772825051000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":37.708226,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1384207,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1384207,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/pzgctvNwYLbxuLNWOVwwfQRr"},"m.relates_to":{"event_id":"$UiBp8PkU6r68q_bXIHKZ28_2UlfvmC5FozI8jMbMCWs","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/pzgctvNwYLbxuLNWOVwwfQRr"},"time":"2026-03-06T19:24:11.264558979Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":8,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","event_id":"$Fyc4wcutDVGdqExU7UMRLXzjm_tHseJy3egUu5hq-Do","part_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","time":"2026-03-06T19:24:11.2647002Z","message":"Sent message part edit to Matrix"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:11.266938991Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6483,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491733430974:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491733430974%3Amatrix.theocloud.dev","duration":10.367517,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:11.277632392Z","message":"Request completed"} +{"level":"debug","transaction_id":"2720","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:11.282819991Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2720","time":"2026-03-06T19:24:11.282950247Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6484,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-237340027011205:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":101.145061,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NPSYsdNXCPPbyqMwvLdofOLK","com.beeper.exclude_from_timeline":true,"displayname":"+4917679096203 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:11.379936694Z","message":"Request completed"} +{"level":"debug","transaction_id":"2721","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:11.391000049Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2721","time":"2026-03-06T19:24:11.391346676Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6485,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-237340027011205:matrix.theocloud.dev?user_id=%40whatsapp_lid-237340027011205%3Amatrix.theocloud.dev","duration":47.167723,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NPSYsdNXCPPbyqMwvLdofOLK","com.beeper.exclude_from_timeline":true,"displayname":"+4917679096203 (WA)","membership":"join"},"time":"2026-03-06T19:24:11.428001191Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:11.428859692Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6486,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917617625510%3Amatrix.theocloud.dev","duration":5.318624,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917617625510","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:11.434458941Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6487,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917617625510:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917617625510%3Amatrix.theocloud.dev","duration":4.904739,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:11.439786365Z","message":"Request completed"} +{"level":"debug","transaction_id":"2722","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:11.442484509Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2722","time":"2026-03-06T19:24:11.442792653Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6488,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917617625510:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917617625510%3Amatrix.theocloud.dev","duration":7.248783,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917617625510 (WA)"},"time":"2026-03-06T19:24:11.447278338Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:11.448008329Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:11.716962837Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6489,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917617625510:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917617625510%3Amatrix.theocloud.dev","duration":2.451462,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:11.719797522Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6490,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-206734241087531:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":78.532461,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/adSGDEQiJCQpOqQgCfHEjoWp","com.beeper.exclude_from_timeline":true,"displayname":"Julio Cela (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:11.799426855Z","message":"Request completed"} +{"level":"debug","transaction_id":"2723","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:11.814272933Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2723","time":"2026-03-06T19:24:11.814611178Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6491,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-206734241087531:matrix.theocloud.dev?user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":71.646718,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/adSGDEQiJCQpOqQgCfHEjoWp","com.beeper.exclude_from_timeline":true,"displayname":"Julio Cela (WA)","membership":"join"},"time":"2026-03-06T19:24:11.87203509Z","message":"Request completed"} +{"level":"debug","transaction_id":"2724","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:11.887483836Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2724","time":"2026-03-06T19:24:11.8877433Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6492,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-187501142626535:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":78.576531,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+919766453850 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:11.951673013Z","message":"Request completed"} +{"level":"debug","transaction_id":"2725","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:11.966492272Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2725","time":"2026-03-06T19:24:11.966743494Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6493,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-187501142626535:matrix.theocloud.dev?user_id=%40whatsapp_lid-187501142626535%3Amatrix.theocloud.dev","duration":69.360293,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+919766453850 (WA)","membership":"join"},"time":"2026-03-06T19:24:12.021779431Z","message":"Request completed"} +{"level":"debug","transaction_id":"2726","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:12.039971579Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2726","time":"2026-03-06T19:24:12.040305355Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:12.052284899Z","message":"ec37e418b4d0957b97e6d973"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:12.052926889Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","time":"2026-03-06T19:24:12.053045201Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6494,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-199870648455306:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":82.049016,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/crKSWuMnVganZAFfyMcaNcwQ","com.beeper.exclude_from_timeline":true,"displayname":"Anja (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:12.104900105Z","message":"Request completed"} +{"level":"debug","transaction_id":"2727","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:12.118314069Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2727","time":"2026-03-06T19:24:12.118647914Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","req_id":6495,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":38.168765,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1378282 bytes>","time":"2026-03-06T19:24:12.136167063Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6496,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-199870648455306:matrix.theocloud.dev?user_id=%40whatsapp_lid-199870648455306%3Amatrix.theocloud.dev","duration":67.419099,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/crKSWuMnVganZAFfyMcaNcwQ","com.beeper.exclude_from_timeline":true,"displayname":"Anja (WA)","membership":"join"},"time":"2026-03-06T19:24:12.173103811Z","message":"Request completed"} +{"level":"debug","transaction_id":"2728","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:12.19091518Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2728","time":"2026-03-06T19:24:12.191221578Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","req_id":6497,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825052136689832_20?ts=1772825052000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":81.778517,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1378282,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1378282,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/wOilRJNBnzokXxZGTCdopIcj"},"m.relates_to":{"event_id":"$LoUUSXxyjqzrPSQUaHTYi5uXeeihTYrQJfOrf8GVJ-4","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/wOilRJNBnzokXxZGTCdopIcj"},"time":"2026-03-06T19:24:12.218797445Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":9,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","event_id":"$5Di1mhDsntLPyWkJ9wnpjqxyYBJ4pJ5bctFiFZeSUGU","part_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","time":"2026-03-06T19:24:12.219008299Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2729","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:12.236213297Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2729","time":"2026-03-06T19:24:12.236419821Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6498,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-115070881280105:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":107.041909,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nizar Khalifa (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:12.281078952Z","message":"Request completed"} +{"level":"debug","transaction_id":"2730","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:12.292725139Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2730","time":"2026-03-06T19:24:12.293015264Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6499,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-115070881280105:matrix.theocloud.dev?user_id=%40whatsapp_lid-115070881280105%3Amatrix.theocloud.dev","duration":74.488946,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nizar Khalifa (WA)","membership":"join"},"time":"2026-03-06T19:24:12.356468164Z","message":"Request completed"} +{"level":"debug","transaction_id":"2731","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:12.371448409Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2731","time":"2026-03-06T19:24:12.371794756Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6500,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-86861754155032:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.231927,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sero (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:12.431485327Z","message":"Request completed"} +{"level":"debug","transaction_id":"2732","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:12.447472347Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2732","time":"2026-03-06T19:24:12.447831615Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6501,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-86861754155032:matrix.theocloud.dev?user_id=%40whatsapp_lid-86861754155032%3Amatrix.theocloud.dev","duration":66.386971,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sero (WA)","membership":"join"},"time":"2026-03-06T19:24:12.498564853Z","message":"Request completed"} +{"level":"debug","transaction_id":"2733","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:12.51663359Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2733","time":"2026-03-06T19:24:12.516980356Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6502,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12395695087726:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.234722,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915159400259 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:12.575647319Z","message":"Request completed"} +{"level":"debug","transaction_id":"2734","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:12.590840793Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2734","time":"2026-03-06T19:24:12.591181623Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6503,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12395695087726:matrix.theocloud.dev?user_id=%40whatsapp_lid-12395695087726%3Amatrix.theocloud.dev","duration":82.164604,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915159400259 (WA)","membership":"join"},"time":"2026-03-06T19:24:12.658697034Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:12.659669168Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6504,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915252411739%3Amatrix.theocloud.dev","duration":9.981917,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915252411739","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:12.669946937Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6505,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915252411739:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915252411739%3Amatrix.theocloud.dev","duration":6.375336,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:12.676757181Z","message":"Request completed"} +{"level":"debug","transaction_id":"2735","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:12.679183289Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2735","time":"2026-03-06T19:24:12.679510221Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6506,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915252411739:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915252411739%3Amatrix.theocloud.dev","duration":9.108541,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Alessia (WA)"},"time":"2026-03-06T19:24:12.686090893Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:12.686921736Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:12.836022061Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6507,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915252411739:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915252411739%3Amatrix.theocloud.dev","duration":2.4076,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:12.838771679Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:12.839621728Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6508,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_393273817314%3Amatrix.theocloud.dev","duration":3.4127,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_393273817314","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:12.843298222Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6509,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393273817314:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393273817314%3Amatrix.theocloud.dev","duration":2.135844,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:12.845791938Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6510,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393273817314:matrix.theocloud.dev/displayname?user_id=%40whatsapp_393273817314%3Amatrix.theocloud.dev","duration":6.764846,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+393273817314 (WA)"},"time":"2026-03-06T19:24:12.852758Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:12.853617478Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:13.020473438Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6511,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_393273817314:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_393273817314%3Amatrix.theocloud.dev","duration":2.526472,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:13.023388162Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:13.037761339Z","message":"d8ac588514e182084a03aec2"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:13.038528276Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","time":"2026-03-06T19:24:13.03866363Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6512,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-197731905720552:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":77.570175,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iagMrDmHqhpMisgHlhpvKrII","com.beeper.exclude_from_timeline":true,"displayname":"+4917670764502 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:13.101960084Z","message":"Request completed"} +{"level":"debug","transaction_id":"2736","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.116649925Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2736","time":"2026-03-06T19:24:13.116934741Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","req_id":6513,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":42.513579,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1627530 bytes>","time":"2026-03-06T19:24:13.136641208Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6514,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-197731905720552:matrix.theocloud.dev?user_id=%40whatsapp_lid-197731905720552%3Amatrix.theocloud.dev","duration":71.246242,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iagMrDmHqhpMisgHlhpvKrII","com.beeper.exclude_from_timeline":true,"displayname":"+4917670764502 (WA)","membership":"join"},"time":"2026-03-06T19:24:13.173927098Z","message":"Request completed"} +{"level":"debug","transaction_id":"2737","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.199703062Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2737","time":"2026-03-06T19:24:13.199976913Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","req_id":6515,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825053137135691_21?ts=1772825053000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":68.646157,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":8000,"h":848,"mimetype":"video/mp4","size":1627530,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":8000,"h":848,"mimetype":"video/mp4","size":1627530,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/owWNfTuAGYFCMDYavwZAwtCE"},"m.relates_to":{"event_id":"$pu4HHMZdkakx54HaYwnru5UDsbDE5dfKbgVo9fqNnkA","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/owWNfTuAGYFCMDYavwZAwtCE"},"time":"2026-03-06T19:24:13.206127707Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":10,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","event_id":"$8U2qtWdEWJ5gLm_m4hKFR0P_o63944AHD5NumQXkkpk","part_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","time":"2026-03-06T19:24:13.206378231Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2738","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.225559065Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2738","time":"2026-03-06T19:24:13.225716Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6516,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-177803660156957:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":124.453919,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LgGHEriuKzTdbiwmIeibKsuW","com.beeper.exclude_from_timeline":true,"displayname":"+4915751234074 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:13.29986272Z","message":"Request completed"} +{"level":"debug","transaction_id":"2739","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.326696723Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2739","time":"2026-03-06T19:24:13.327027147Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2740","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.343441951Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2740","time":"2026-03-06T19:24:13.34377405Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","portal_mxid":"!KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$phlV1GbR-QmJMDMOyfqWqsldCWwqKsoUTpep4Efn8J8","event_type":"m.room.member","event_id":"$phlV1GbR-QmJMDMOyfqWqsldCWwqKsoUTpep4Efn8J8","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:13.344277752Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6517,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-177803660156957:matrix.theocloud.dev?user_id=%40whatsapp_lid-177803660156957%3Amatrix.theocloud.dev","duration":131.693622,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LgGHEriuKzTdbiwmIeibKsuW","com.beeper.exclude_from_timeline":true,"displayname":"+4915751234074 (WA)","membership":"join"},"time":"2026-03-06T19:24:13.432222567Z","message":"Request completed"} +{"level":"debug","transaction_id":"2741","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.454627947Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2741","time":"2026-03-06T19:24:13.454960745Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2742","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:13.540812319Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2742","time":"2026-03-06T19:24:13.54094474Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6518,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-232878009012475:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":130.87193,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NzntjkmaJiHVVWeTwBFxukpG","com.beeper.exclude_from_timeline":true,"displayname":"+4917661047280 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:13.564224334Z","message":"Request completed"} +{"level":"debug","transaction_id":"2743","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.582131247Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2743","time":"2026-03-06T19:24:13.582474311Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6519,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-232878009012475:matrix.theocloud.dev?user_id=%40whatsapp_lid-232878009012475%3Amatrix.theocloud.dev","duration":62.010868,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NzntjkmaJiHVVWeTwBFxukpG","com.beeper.exclude_from_timeline":true,"displayname":"+4917661047280 (WA)","membership":"join"},"time":"2026-03-06T19:24:13.626964285Z","message":"Request completed"} +{"level":"debug","transaction_id":"2744","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.641517584Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2744","time":"2026-03-06T19:24:13.641831036Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6520,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-19460647870473:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.517788,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AQSGZhmBhAXoMQHinFfOGWiE","com.beeper.exclude_from_timeline":true,"displayname":"Yating (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:13.69854989Z","message":"Request completed"} +{"level":"debug","transaction_id":"2745","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.713819282Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2745","time":"2026-03-06T19:24:13.714175896Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6521,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-19460647870473:matrix.theocloud.dev?user_id=%40whatsapp_lid-19460647870473%3Amatrix.theocloud.dev","duration":77.343327,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/AQSGZhmBhAXoMQHinFfOGWiE","com.beeper.exclude_from_timeline":true,"displayname":"Yating (WA)","membership":"join"},"time":"2026-03-06T19:24:13.77664444Z","message":"Request completed"} +{"level":"debug","transaction_id":"2746","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.795624059Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2746","time":"2026-03-06T19:24:13.795948965Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6522,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-170402944921672:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":95.612721,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OPtpwVMKLbqVkJSrWYiBPROw","com.beeper.exclude_from_timeline":true,"displayname":"Marco (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:13.873088493Z","message":"Request completed"} +{"level":"debug","transaction_id":"2747","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.890794679Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2747","time":"2026-03-06T19:24:13.891089902Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6523,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-170402944921672:matrix.theocloud.dev?user_id=%40whatsapp_lid-170402944921672%3Amatrix.theocloud.dev","duration":56.551652,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OPtpwVMKLbqVkJSrWYiBPROw","com.beeper.exclude_from_timeline":true,"displayname":"Marco (WA)","membership":"join"},"time":"2026-03-06T19:24:13.9304082Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:13.931250357Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6524,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917661608163%3Amatrix.theocloud.dev","duration":6.883019,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917661608163","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:13.938460726Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6525,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917661608163:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917661608163%3Amatrix.theocloud.dev","duration":5.676774,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:13.944545379Z","message":"Request completed"} +{"level":"debug","transaction_id":"2748","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:13.94759476Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2748","time":"2026-03-06T19:24:13.947917431Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6526,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917661608163:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917661608163%3Amatrix.theocloud.dev","duration":9.833991,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917661608163 (WA)"},"time":"2026-03-06T19:24:13.954562358Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:13.95534941Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:14.051034627Z","message":"06d00cb29f8dd160ae1ca8f3"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:14.051844028Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":11,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","time":"2026-03-06T19:24:14.051952702Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":11,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","req_id":6527,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":19.417529,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<578161 bytes>","time":"2026-03-06T19:24:14.097119028Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:14.114691466Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6529,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917661608163:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917661608163%3Amatrix.theocloud.dev","duration":6.845863,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:14.121910147Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":11,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","req_id":6528,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825054097624126_2?ts=1772825054000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":86.49105,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":3000,"h":848,"mimetype":"video/mp4","size":578161,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":3000,"h":848,"mimetype":"video/mp4","size":578161,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/LwKuDFzVFWDHFdBlCuPQYhZp"},"m.relates_to":{"event_id":"$sgL3YC2VF_OveaiMbixWT-6GQ35j_kSpjhhQ17nC8YQ","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/LwKuDFzVFWDHFdBlCuPQYhZp"},"time":"2026-03-06T19:24:14.184497841Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":11,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","event_id":"$q8WtduJRjTPSidoRu3Xc1LQB1bmIe57I3k6teSZKE-k","part_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","time":"2026-03-06T19:24:14.184748226Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2749","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:14.200446169Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2749","time":"2026-03-06T19:24:14.200564272Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6530,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80358888464591:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":114.055603,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QCXIwVHDANbLEfrPboJQeaoY","com.beeper.exclude_from_timeline":true,"displayname":"Karl (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:14.237055567Z","message":"Request completed"} +{"level":"debug","transaction_id":"2750","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:14.253403462Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2750","time":"2026-03-06T19:24:14.253749111Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6531,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-80358888464591:matrix.theocloud.dev?user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":75.468273,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/QCXIwVHDANbLEfrPboJQeaoY","com.beeper.exclude_from_timeline":true,"displayname":"Karl (WA)","membership":"join"},"time":"2026-03-06T19:24:14.313328143Z","message":"Request completed"} +{"level":"debug","transaction_id":"2751","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:14.333356862Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2751","time":"2026-03-06T19:24:14.333692943Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6532,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220538484043940:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":82.411845,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UDgNXJkTzFRtrSHexhqovmzd","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Bakdad (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:14.396780917Z","message":"Request completed"} +{"level":"debug","transaction_id":"2752","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:14.410548771Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2752","time":"2026-03-06T19:24:14.410852515Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6533,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-220538484043940:matrix.theocloud.dev?user_id=%40whatsapp_lid-220538484043940%3Amatrix.theocloud.dev","duration":59.116048,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/UDgNXJkTzFRtrSHexhqovmzd","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Bakdad (WA)","membership":"join"},"time":"2026-03-06T19:24:14.456725224Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:14.457609846Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6534,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491727367070%3Amatrix.theocloud.dev","duration":5.862066,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491727367070","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:14.463769649Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6535,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491727367070:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491727367070%3Amatrix.theocloud.dev","duration":4.796972,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:14.468944886Z","message":"Request completed"} +{"level":"debug","transaction_id":"2753","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:14.471361915Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2753","time":"2026-03-06T19:24:14.471662516Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6536,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491727367070:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491727367070%3Amatrix.theocloud.dev","duration":8.735793,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491727367070 (WA)"},"time":"2026-03-06T19:24:14.477882663Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:14.478728662Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:14.628441084Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6537,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491727367070:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491727367070%3Amatrix.theocloud.dev","duration":2.616429,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:14.631405187Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:14.632126448Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6538,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917695853477%3Amatrix.theocloud.dev","duration":9.516978,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917695853477","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:14.641915461Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6539,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695853477:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917695853477%3Amatrix.theocloud.dev","duration":1.963613,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:14.644218368Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6540,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695853477:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917695853477%3Amatrix.theocloud.dev","duration":6.174121,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917695853477 (WA)"},"time":"2026-03-06T19:24:14.650605438Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:14.651413931Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:14.80394763Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6541,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917695853477:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917695853477%3Amatrix.theocloud.dev","duration":2.172162,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:14.806453149Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6542,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-274010575245356:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":78.974003,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LSzszKTpZPgXUivtQKJhwaUu","com.beeper.exclude_from_timeline":true,"displayname":"yousef (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:14.886501465Z","message":"Request completed"} +{"level":"debug","transaction_id":"2754","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:14.903716381Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2754","time":"2026-03-06T19:24:14.904065033Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6543,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-274010575245356:matrix.theocloud.dev?user_id=%40whatsapp_lid-274010575245356%3Amatrix.theocloud.dev","duration":76.831453,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LSzszKTpZPgXUivtQKJhwaUu","com.beeper.exclude_from_timeline":true,"displayname":"yousef (WA)","membership":"join"},"time":"2026-03-06T19:24:14.964100973Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:14.965121787Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6544,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491718967464%3Amatrix.theocloud.dev","duration":10.500775,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491718967464","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:14.975935525Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6545,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491718967464:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491718967464%3Amatrix.theocloud.dev","duration":5.42674,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:14.981655811Z","message":"Request completed"} +{"level":"debug","transaction_id":"2755","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:14.985694925Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2755","time":"2026-03-06T19:24:14.985913322Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6546,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491718967464:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491718967464%3Amatrix.theocloud.dev","duration":10.277699,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Junior (WA)"},"time":"2026-03-06T19:24:14.992129558Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:14.992662523Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:15.169282843Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6547,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491718967464:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491718967464%3Amatrix.theocloud.dev","duration":2.586745,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:15.172251695Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6548,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-146415502245916:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.115425,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"🥳 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:15.240445624Z","message":"Request completed"} +{"level":"debug","transaction_id":"2756","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:15.2566956Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2756","time":"2026-03-06T19:24:15.257065414Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6549,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-146415502245916:matrix.theocloud.dev?user_id=%40whatsapp_lid-146415502245916%3Amatrix.theocloud.dev","duration":75.575761,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"🥳 (WA)","membership":"join"},"time":"2026-03-06T19:24:15.316694663Z","message":"Request completed"} +{"level":"debug","transaction_id":"2757","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:15.3351175Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2757","time":"2026-03-06T19:24:15.335526985Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6550,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-264544232407203:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":78.074854,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iHftjmntHIOnjnfAsgdWVTvG","com.beeper.exclude_from_timeline":true,"displayname":"Linus Grabenhenrich (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:15.395837125Z","message":"Request completed"} +{"level":"debug","transaction_id":"2758","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:15.414513699Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2758","time":"2026-03-06T19:24:15.414854319Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6551,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-264544232407203:matrix.theocloud.dev?user_id=%40whatsapp_lid-264544232407203%3Amatrix.theocloud.dev","duration":79.275512,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iHftjmntHIOnjnfAsgdWVTvG","com.beeper.exclude_from_timeline":true,"displayname":"Linus Grabenhenrich (WA)","membership":"join"},"time":"2026-03-06T19:24:15.475687369Z","message":"Request completed"} +{"level":"debug","transaction_id":"2759","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:15.489715944Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2759","time":"2026-03-06T19:24:15.490108666Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6552,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195562762690743:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.092241,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Daniel Gleissenberg (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:15.548844214Z","message":"Request completed"} +{"level":"debug","transaction_id":"2760","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:15.562311956Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2760","time":"2026-03-06T19:24:15.562630088Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6553,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-195562762690743:matrix.theocloud.dev?user_id=%40whatsapp_lid-195562762690743%3Amatrix.theocloud.dev","duration":52.312858,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Daniel Gleissenberg (WA)","membership":"join"},"time":"2026-03-06T19:24:15.601889438Z","message":"Request completed"} +{"level":"debug","transaction_id":"2761","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:15.61286123Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2761","time":"2026-03-06T19:24:15.613921574Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6554,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-239839731523825:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":55.791839,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+573123344836 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:15.661821732Z","message":"Request completed"} +{"level":"debug","transaction_id":"2762","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:15.678804912Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2762","time":"2026-03-06T19:24:15.679112707Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6555,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-239839731523825:matrix.theocloud.dev?user_id=%40whatsapp_lid-239839731523825%3Amatrix.theocloud.dev","duration":80.29863,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+573123344836 (WA)","membership":"join"},"time":"2026-03-06T19:24:15.742791476Z","message":"Request completed"} +{"level":"debug","transaction_id":"2763","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:15.756397157Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2763","time":"2026-03-06T19:24:15.756707745Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6556,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-219241135489206:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":77.516605,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Seyyid (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:15.821350267Z","message":"Request completed"} +{"level":"debug","transaction_id":"2764","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:15.839937234Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2764","time":"2026-03-06T19:24:15.840229174Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6557,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-219241135489206:matrix.theocloud.dev?user_id=%40whatsapp_lid-219241135489206%3Amatrix.theocloud.dev","duration":80.85667,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Seyyid (WA)","membership":"join"},"time":"2026-03-06T19:24:15.902864222Z","message":"Request completed"} +{"level":"debug","transaction_id":"2765","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:15.919678244Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2765","time":"2026-03-06T19:24:15.919977448Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6558,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-15985952219342:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":82.243526,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iLcAYsdLUclRhniOCaLyZhkX","com.beeper.exclude_from_timeline":true,"displayname":"Adri (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:15.986093151Z","message":"Request completed"} +{"level":"debug","transaction_id":"2766","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:16.010367648Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2766","time":"2026-03-06T19:24:16.010708268Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6559,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-15985952219342:matrix.theocloud.dev?user_id=%40whatsapp_lid-15985952219342%3Amatrix.theocloud.dev","duration":89.235848,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/iLcAYsdLUclRhniOCaLyZhkX","com.beeper.exclude_from_timeline":true,"displayname":"Adri (WA)","membership":"join"},"time":"2026-03-06T19:24:16.076298549Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:16.077045232Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6560,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915751812665%3Amatrix.theocloud.dev","duration":6.821628,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915751812665","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:16.084134565Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6561,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751812665:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915751812665%3Amatrix.theocloud.dev","duration":5.438123,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:16.089976516Z","message":"Request completed"} +{"level":"debug","transaction_id":"2767","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:16.092951934Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2767","time":"2026-03-06T19:24:16.093247925Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6562,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751812665:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915751812665%3Amatrix.theocloud.dev","duration":10.241731,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Adri (WA)"},"time":"2026-03-06T19:24:16.100421348Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:16.101355208Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:16.250050379Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6563,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915751812665:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915751812665%3Amatrix.theocloud.dev","duration":2.548402,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:16.253014761Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6564,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-21079833710744:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":80.86966,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VnmYzoNKYWXdotaucesMOFXO","com.beeper.exclude_from_timeline":true,"displayname":"Burak C. (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:16.334849222Z","message":"Request completed"} +{"level":"debug","transaction_id":"2768","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:16.361847145Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2768","time":"2026-03-06T19:24:16.362174844Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6565,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-21079833710744:matrix.theocloud.dev?user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":154.537402,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VnmYzoNKYWXdotaucesMOFXO","com.beeper.exclude_from_timeline":true,"displayname":"Burak C. (WA)","membership":"join"},"time":"2026-03-06T19:24:16.490154049Z","message":"Request completed"} +{"level":"debug","transaction_id":"2769","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:16.49245954Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2769","time":"2026-03-06T19:24:16.492666972Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","portal_mxid":"!PchXjQjXcAUVmlVcIq:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$TloQQsaYPUkSvgAyt5YIgafq4PvNQP5u54-BFQrVfN4","event_type":"m.room.member","event_id":"$TloQQsaYPUkSvgAyt5YIgafq4PvNQP5u54-BFQrVfN4","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:16.493162013Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"2770","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:16.510114183Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2770","time":"2026-03-06T19:24:16.510426028Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6566,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-112798826770575:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":75.4872,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jWAgxYDjikATfKSDigCcIWQW","com.beeper.exclude_from_timeline":true,"displayname":"+4917643655863 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:16.566562678Z","message":"Request completed"} +{"level":"debug","transaction_id":"2771","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:16.587194275Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2771","time":"2026-03-06T19:24:16.587530844Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6567,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-112798826770575:matrix.theocloud.dev?user_id=%40whatsapp_lid-112798826770575%3Amatrix.theocloud.dev","duration":69.623808,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jWAgxYDjikATfKSDigCcIWQW","com.beeper.exclude_from_timeline":true,"displayname":"+4917643655863 (WA)","membership":"join"},"time":"2026-03-06T19:24:16.636756747Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:16.637576346Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6568,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_33783410767%3Amatrix.theocloud.dev","duration":5.398453,"status_code":200,"response_length":93,"response_mime":"application/json","req_body":{"username":"whatsapp_33783410767","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:16.643261711Z","message":"Request completed"} +{"level":"debug","transaction_id":"2772","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:16.647060638Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2772","time":"2026-03-06T19:24:16.647417112Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6569,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_33783410767:matrix.theocloud.dev/displayname?user_id=%40whatsapp_33783410767%3Amatrix.theocloud.dev","duration":5.824491,"status_code":200,"response_length":38,"response_mime":"application/json","time":"2026-03-06T19:24:16.649494848Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6570,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_33783410767:matrix.theocloud.dev/displayname?user_id=%40whatsapp_33783410767%3Amatrix.theocloud.dev","duration":27.614909,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+33783410767 (WA)"},"time":"2026-03-06T19:24:16.677293442Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:16.678019033Z","message":""} +{"level":"debug","transaction_id":"2773","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:16.679020011Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2773","time":"2026-03-06T19:24:16.679104101Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:16.837959218Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6571,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_33783410767:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_33783410767%3Amatrix.theocloud.dev","duration":2.64262,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:16.840918921Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6572,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-190219840168190:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.842546,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WrSjcFeZmOzQQVcltXsSxeuB","com.beeper.exclude_from_timeline":true,"displayname":"Tobi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:16.900782001Z","message":"Request completed"} +{"level":"debug","transaction_id":"2774","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:16.921006837Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2774","time":"2026-03-06T19:24:16.921306111Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6573,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-190219840168190:matrix.theocloud.dev?user_id=%40whatsapp_lid-190219840168190%3Amatrix.theocloud.dev","duration":83.897948,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WrSjcFeZmOzQQVcltXsSxeuB","com.beeper.exclude_from_timeline":true,"displayname":"Tobi (WA)","membership":"join"},"time":"2026-03-06T19:24:16.985505554Z","message":"Request completed"} +{"level":"debug","transaction_id":"2775","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.013131638Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2775","time":"2026-03-06T19:24:17.013445998Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6574,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-38504566390811:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":81.71042,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wwYmacyEqsOYwkZsEJSbjqKM","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Al koudsi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:17.06840846Z","message":"Request completed"} +{"level":"debug","transaction_id":"2776","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.07490623Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2776","time":"2026-03-06T19:24:17.075134754Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6575,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-38504566390811:matrix.theocloud.dev?user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":52.443324,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wwYmacyEqsOYwkZsEJSbjqKM","com.beeper.exclude_from_timeline":true,"displayname":"Ahmad Al koudsi (WA)","membership":"join"},"time":"2026-03-06T19:24:17.121503133Z","message":"Request completed"} +{"level":"debug","transaction_id":"2777","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.145078159Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2777","time":"2026-03-06T19:24:17.145441059Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6576,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-165566878843022:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.959401,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Anna vdM (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:17.194609902Z","message":"Request completed"} +{"level":"debug","transaction_id":"2778","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.21191226Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2778","time":"2026-03-06T19:24:17.212243452Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6577,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-165566878843022:matrix.theocloud.dev?user_id=%40whatsapp_lid-165566878843022%3Amatrix.theocloud.dev","duration":88.272236,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Anna vdM (WA)","membership":"join"},"time":"2026-03-06T19:24:17.283540469Z","message":"Request completed"} +{"level":"debug","transaction_id":"2779","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.299654882Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2779","time":"2026-03-06T19:24:17.299948638Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6578,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127505180680381:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":75.107329,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TmwMKWAePfUzkYDsWXddFsMS","com.beeper.exclude_from_timeline":true,"displayname":"Margarita Pantzali (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:17.359746207Z","message":"Request completed"} +{"level":"debug","transaction_id":"2780","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.372665548Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2780","time":"2026-03-06T19:24:17.3730318Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6579,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127505180680381:matrix.theocloud.dev?user_id=%40whatsapp_lid-127505180680381%3Amatrix.theocloud.dev","duration":64.168922,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/TmwMKWAePfUzkYDsWXddFsMS","com.beeper.exclude_from_timeline":true,"displayname":"Margarita Pantzali (WA)","membership":"join"},"time":"2026-03-06T19:24:17.424753584Z","message":"Request completed"} +{"level":"debug","transaction_id":"2781","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.441030659Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2781","time":"2026-03-06T19:24:17.441314498Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6580,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-172988750102720:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.6685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KAEUAtBAxjRWKWwzruAphSmY","com.beeper.exclude_from_timeline":true,"displayname":"Andrey (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:17.485477121Z","message":"Request completed"} +{"level":"debug","transaction_id":"2782","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.499459111Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2782","time":"2026-03-06T19:24:17.499812583Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6581,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-172988750102720:matrix.theocloud.dev?user_id=%40whatsapp_lid-172988750102720%3Amatrix.theocloud.dev","duration":57.00367,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KAEUAtBAxjRWKWwzruAphSmY","com.beeper.exclude_from_timeline":true,"displayname":"Andrey (WA)","membership":"join"},"time":"2026-03-06T19:24:17.543252618Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:17.544224332Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6582,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915214142659%3Amatrix.theocloud.dev","duration":5.9354,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915214142659","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:17.550481775Z","message":"Request completed"} +{"level":"debug","transaction_id":"2783","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.554860183Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2783","time":"2026-03-06T19:24:17.555119716Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6583,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915214142659:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915214142659%3Amatrix.theocloud.dev","duration":6.407533,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:17.557325193Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6584,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915214142659:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915214142659%3Amatrix.theocloud.dev","duration":6.569777,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Balou (WA)"},"time":"2026-03-06T19:24:17.564046318Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:17.564621888Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:17.720031688Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6585,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915214142659:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915214142659%3Amatrix.theocloud.dev","duration":2.787402,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:17.723129539Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6586,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-232237605900456:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.778432,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DQwjhcGHiXwPkgUghDxSUdzv","com.beeper.exclude_from_timeline":true,"displayname":"+4915120791916 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:17.783916073Z","message":"Request completed"} +{"level":"debug","transaction_id":"2784","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.796566243Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2784","time":"2026-03-06T19:24:17.796838837Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6587,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-232237605900456:matrix.theocloud.dev?user_id=%40whatsapp_lid-232237605900456%3Amatrix.theocloud.dev","duration":60.796451,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/DQwjhcGHiXwPkgUghDxSUdzv","com.beeper.exclude_from_timeline":true,"displayname":"+4915120791916 (WA)","membership":"join"},"time":"2026-03-06T19:24:17.845491126Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:17.846628785Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6588,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917634423387%3Amatrix.theocloud.dev","duration":11.734399,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917634423387","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:17.858690604Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6589,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634423387:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634423387%3Amatrix.theocloud.dev","duration":5.877292,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:17.864955589Z","message":"Request completed"} +{"level":"debug","transaction_id":"2785","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:17.867289437Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2785","time":"2026-03-06T19:24:17.867526691Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6590,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634423387:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634423387%3Amatrix.theocloud.dev","duration":7.582349,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Johannes (WA)"},"time":"2026-03-06T19:24:17.872737687Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:17.873406566Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:18.021520719Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6591,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634423387:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917634423387%3Amatrix.theocloud.dev","duration":2.362134,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:18.024257766Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6592,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-54739391742165:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":55.431104,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZeleidfvltubiOwieBqQPyiZ","com.beeper.exclude_from_timeline":true,"displayname":"+491775603928 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:18.080760947Z","message":"Request completed"} +{"level":"debug","transaction_id":"2786","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:18.092840436Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2786","time":"2026-03-06T19:24:18.093165761Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6593,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-54739391742165:matrix.theocloud.dev?user_id=%40whatsapp_lid-54739391742165%3Amatrix.theocloud.dev","duration":62.226051,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ZeleidfvltubiOwieBqQPyiZ","com.beeper.exclude_from_timeline":true,"displayname":"+491775603928 (WA)","membership":"join"},"time":"2026-03-06T19:24:18.143865823Z","message":"Request completed"} +{"level":"debug","transaction_id":"2787","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:18.163093312Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2787","time":"2026-03-06T19:24:18.163418707Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6594,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-276334119006314:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.059623,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jonny Philippos (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:18.215063665Z","message":"Request completed"} +{"level":"debug","transaction_id":"2788","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:18.233494464Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2788","time":"2026-03-06T19:24:18.233860228Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6595,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-276334119006314:matrix.theocloud.dev?user_id=%40whatsapp_lid-276334119006314%3Amatrix.theocloud.dev","duration":70.2072,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jonny Philippos (WA)","membership":"join"},"time":"2026-03-06T19:24:18.286028653Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:18.28704779Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6596,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491739478270%3Amatrix.theocloud.dev","duration":11.088987,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491739478270","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:18.298500375Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6597,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739478270:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491739478270%3Amatrix.theocloud.dev","duration":5.305354,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:18.304222337Z","message":"Request completed"} +{"level":"debug","transaction_id":"2789","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:18.306183437Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2789","time":"2026-03-06T19:24:18.306514Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6598,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739478270:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491739478270%3Amatrix.theocloud.dev","duration":6.700382,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Sonja Eigenbrod (WA)"},"time":"2026-03-06T19:24:18.311141465Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:18.311651453Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:18.59994813Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6599,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739478270:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491739478270%3Amatrix.theocloud.dev","duration":2.384064,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:18.60267002Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:18.60347984Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6600,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917679096203%3Amatrix.theocloud.dev","duration":3.517742,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917679096203","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:18.607269129Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6601,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917679096203:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917679096203%3Amatrix.theocloud.dev","duration":2.180683,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:18.609844071Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6602,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917679096203:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917679096203%3Amatrix.theocloud.dev","duration":6.545542,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917679096203 (WA)"},"time":"2026-03-06T19:24:18.616584822Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:18.617472796Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:18.62675266Z","message":"b61c0f159dbca3c40d9d3ea2"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:18.627416859Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":12,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","time":"2026-03-06T19:24:18.627546556Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:18.778367025Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6603,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917679096203:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917679096203%3Amatrix.theocloud.dev","duration":2.494624,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:18.781254791Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6604,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-129064018960516:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.718306,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Mahmoud (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:18.854067663Z","message":"Request completed"} +{"level":"debug","transaction_id":"2790","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:18.887958104Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2790","time":"2026-03-06T19:24:18.888270508Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6605,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-129064018960516:matrix.theocloud.dev?user_id=%40whatsapp_lid-129064018960516%3Amatrix.theocloud.dev","duration":115.730419,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Mahmoud (WA)","membership":"join"},"time":"2026-03-06T19:24:18.970620963Z","message":"Request completed"} +{"level":"debug","transaction_id":"2791","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:18.987607285Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2791","time":"2026-03-06T19:24:18.987838882Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6606,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-194820068913233:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":79.969393,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PJyVzOlntKKtpBUixEuIuXtv","com.beeper.exclude_from_timeline":true,"displayname":"Shaimn (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:19.051559976Z","message":"Request completed"} +{"level":"debug","transaction_id":"2792","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:19.064554956Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2792","time":"2026-03-06T19:24:19.065222298Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6607,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-194820068913233:matrix.theocloud.dev?user_id=%40whatsapp_lid-194820068913233%3Amatrix.theocloud.dev","duration":54.559264,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/PJyVzOlntKKtpBUixEuIuXtv","com.beeper.exclude_from_timeline":true,"displayname":"Shaimn (WA)","membership":"join"},"time":"2026-03-06T19:24:19.106837776Z","message":"Request completed"} +{"level":"debug","transaction_id":"2793","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:19.122377108Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2793","time":"2026-03-06T19:24:19.12270802Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6608,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-177811813859547:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":68.078619,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Junior (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:19.176018994Z","message":"Request completed"} +{"level":"debug","transaction_id":"2794","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:19.191307382Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2794","time":"2026-03-06T19:24:19.19163166Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6610,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-177811813859547:matrix.theocloud.dev?user_id=%40whatsapp_lid-177811813859547%3Amatrix.theocloud.dev","duration":70.014854,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Junior (WA)","membership":"join"},"time":"2026-03-06T19:24:19.246747635Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:19.247449689Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6611,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915789414260%3Amatrix.theocloud.dev","duration":7.859622,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915789414260","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:19.255539651Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6612,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915789414260:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915789414260%3Amatrix.theocloud.dev","duration":3.8372,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:19.259781727Z","message":"Request completed"} +{"level":"debug","transaction_id":"2795","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:19.262483782Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2795","time":"2026-03-06T19:24:19.262695055Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6613,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915789414260:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915789414260%3Amatrix.theocloud.dev","duration":8.089892,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915789414260 (WA)"},"time":"2026-03-06T19:24:19.268035679Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:19.268762108Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":12,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","req_id":6609,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":192.405146,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<16606791 bytes>","time":"2026-03-06T19:24:19.317194883Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":12,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","req_id":6614,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825059326427533_4?ts=1772825058000&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":36.15277,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Das Wort zum Ende des Jahres 🙌🏻","filename":"video.mp4","info":{"duration":99000,"h":848,"mimetype":"video/mp4","size":16606791,"w":480},"m.mentions":{},"m.new_content":{"body":"Das Wort zum Ende des Jahres 🙌🏻","filename":"video.mp4","info":{"duration":99000,"h":848,"mimetype":"video/mp4","size":16606791,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/XkIQHuvNJdyKLjvEMBzdpTfI"},"m.relates_to":{"event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/XkIQHuvNJdyKLjvEMBzdpTfI"},"time":"2026-03-06T19:24:19.362913869Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":12,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","event_id":"$vuXDGpibnH6UuxsDBNw3PeEXkjxATD53K7QVvvIVveY","part_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","time":"2026-03-06T19:24:19.36309043Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"2796","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:19.371042454Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2796","time":"2026-03-06T19:24:19.371197783Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:19.435287295Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6615,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915789414260:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915789414260%3Amatrix.theocloud.dev","duration":109.202197,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:19.544908895Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:19.54582739Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6616,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917634409352%3Amatrix.theocloud.dev","duration":2.998396,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917634409352","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:19.549106342Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6617,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634409352:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634409352%3Amatrix.theocloud.dev","duration":3.220284,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:19.553017924Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6618,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634409352:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917634409352%3Amatrix.theocloud.dev","duration":5.617339,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917634409352 (WA)"},"time":"2026-03-06T19:24:19.558871958Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:19.55944655Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:19.716612113Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6619,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917634409352:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917634409352%3Amatrix.theocloud.dev","duration":2.362413,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:19.719383242Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6620,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-217626664026259:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":56.63637,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491774226359 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:19.776909961Z","message":"Request completed"} +{"level":"debug","transaction_id":"2797","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:19.796642828Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2797","time":"2026-03-06T19:24:19.796958655Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6621,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-217626664026259:matrix.theocloud.dev?user_id=%40whatsapp_lid-217626664026259%3Amatrix.theocloud.dev","duration":72.364835,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491774226359 (WA)","membership":"join"},"time":"2026-03-06T19:24:19.850089855Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:19.851153971Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6622,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491755557540%3Amatrix.theocloud.dev","duration":19.860888,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491755557540","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:19.871415334Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6623,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491755557540:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491755557540%3Amatrix.theocloud.dev","duration":5.827285,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:19.877673475Z","message":"Request completed"} +{"level":"debug","transaction_id":"2798","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:19.879910171Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2798","time":"2026-03-06T19:24:19.880234798Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6624,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491755557540:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491755557540%3Amatrix.theocloud.dev","duration":9.770994,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491755557540 (WA)"},"time":"2026-03-06T19:24:19.887692548Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:19.888570395Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:20.056276893Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6625,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491755557540:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491755557540%3Amatrix.theocloud.dev","duration":2.819949,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:20.059522251Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:20.060398002Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6626,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491757493106%3Amatrix.theocloud.dev","duration":3.783701,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491757493106","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:20.06448412Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6627,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491757493106:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491757493106%3Amatrix.theocloud.dev","duration":2.194512,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:20.067031964Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6628,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491757493106:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491757493106%3Amatrix.theocloud.dev","duration":6.565097,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491757493106 (WA)"},"time":"2026-03-06T19:24:20.073776835Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:20.074617107Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:20.231741603Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6629,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491757493106:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491757493106%3Amatrix.theocloud.dev","duration":2.569285,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:20.234669877Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:20.235546047Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6630,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917672815004%3Amatrix.theocloud.dev","duration":3.654912,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917672815004","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:20.239472297Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6631,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672815004:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917672815004%3Amatrix.theocloud.dev","duration":2.232925,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:20.242070986Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6632,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672815004:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917672815004%3Amatrix.theocloud.dev","duration":6.223569,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917672815004 (WA)"},"time":"2026-03-06T19:24:20.248463852Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:20.24930133Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:20.404233479Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6633,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672815004:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917672815004%3Amatrix.theocloud.dev","duration":2.005588,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:20.406529681Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:20.407402499Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6634,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917661047280%3Amatrix.theocloud.dev","duration":2.561253,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917661047280","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:20.410229851Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6635,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917661047280:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917661047280%3Amatrix.theocloud.dev","duration":1.406343,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:20.41185508Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6636,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917661047280:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917661047280%3Amatrix.theocloud.dev","duration":4.959495,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917661047280 (WA)"},"time":"2026-03-06T19:24:20.416951884Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:20.417773089Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:20.584306447Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6637,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917661047280:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917661047280%3Amatrix.theocloud.dev","duration":2.599736,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:20.587302748Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6638,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-245101485920469:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.635537,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+380963593256 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:20.651941987Z","message":"Request completed"} +{"level":"debug","transaction_id":"2799","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:20.669306785Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2799","time":"2026-03-06T19:24:20.669687355Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6639,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-245101485920469:matrix.theocloud.dev?user_id=%40whatsapp_lid-245101485920469%3Amatrix.theocloud.dev","duration":71.777462,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+380963593256 (WA)","membership":"join"},"time":"2026-03-06T19:24:20.724568242Z","message":"Request completed"} +{"level":"debug","transaction_id":"2800","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:20.742763882Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2800","time":"2026-03-06T19:24:20.743148224Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6640,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-54975749202069:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":68.993272,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jnnPELKejCzCqucCZGnhsglN","com.beeper.exclude_from_timeline":true,"displayname":". (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:20.794791785Z","message":"Request completed"} +{"level":"debug","transaction_id":"2801","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:20.807225024Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2801","time":"2026-03-06T19:24:20.807552165Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6641,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-54975749202069:matrix.theocloud.dev?user_id=%40whatsapp_lid-54975749202069%3Amatrix.theocloud.dev","duration":67.750291,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/jnnPELKejCzCqucCZGnhsglN","com.beeper.exclude_from_timeline":true,"displayname":". (WA)","membership":"join"},"time":"2026-03-06T19:24:20.863216681Z","message":"Request completed"} +{"level":"debug","transaction_id":"2802","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:20.879303226Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2802","time":"2026-03-06T19:24:20.879687498Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6642,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-243705789296680:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":68.614308,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wEvgswXxqMzXVjAzbSYdoWIA","com.beeper.exclude_from_timeline":true,"displayname":"Vicente (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:20.932842235Z","message":"Request completed"} +{"level":"debug","transaction_id":"2803","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:20.95184567Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2803","time":"2026-03-06T19:24:20.952168621Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6643,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-243705789296680:matrix.theocloud.dev?user_id=%40whatsapp_lid-243705789296680%3Amatrix.theocloud.dev","duration":75.124998,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wEvgswXxqMzXVjAzbSYdoWIA","com.beeper.exclude_from_timeline":true,"displayname":"Vicente (WA)","membership":"join"},"time":"2026-03-06T19:24:21.008631713Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:21.009490003Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6644,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491739423344%3Amatrix.theocloud.dev","duration":12.634175,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491739423344","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:21.022410392Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6645,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739423344:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491739423344%3Amatrix.theocloud.dev","duration":3.96131,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:21.026657566Z","message":"Request completed"} +{"level":"debug","transaction_id":"2804","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:21.0298958Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2804","time":"2026-03-06T19:24:21.030175029Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6646,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739423344:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491739423344%3Amatrix.theocloud.dev","duration":8.925484,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491739423344 (WA)"},"time":"2026-03-06T19:24:21.035769949Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:21.036283778Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:21.35077184Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6647,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491739423344:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491739423344%3Amatrix.theocloud.dev","duration":2.613844,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:21.353730216Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:21.354490518Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6648,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491771848907%3Amatrix.theocloud.dev","duration":3.558879,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491771848907","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:21.358314239Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6649,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491771848907:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491771848907%3Amatrix.theocloud.dev","duration":2.00091,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:21.360698023Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6650,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491771848907:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491771848907%3Amatrix.theocloud.dev","duration":6.186064,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491771848907 (WA)"},"time":"2026-03-06T19:24:21.367091309Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:21.367925155Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:21.528528352Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6651,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491771848907:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491771848907%3Amatrix.theocloud.dev","duration":1.897123,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:21.530696114Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6652,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-166829649616999:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":47.517284,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"M (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:21.579007363Z","message":"Request completed"} +{"level":"debug","transaction_id":"2805","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:21.595987121Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2805","time":"2026-03-06T19:24:21.596304135Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6653,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-166829649616999:matrix.theocloud.dev?user_id=%40whatsapp_lid-166829649616999%3Amatrix.theocloud.dev","duration":83.977499,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"M (WA)","membership":"join"},"time":"2026-03-06T19:24:21.663608622Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:21.664551073Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6654,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917623974702%3Amatrix.theocloud.dev","duration":7.98464,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917623974702","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:21.672840784Z","message":"Request completed"} +{"level":"debug","transaction_id":"2806","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:21.6767729Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2806","time":"2026-03-06T19:24:21.677083Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6655,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917623974702:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917623974702%3Amatrix.theocloud.dev","duration":5.951324,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:21.679277162Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6656,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917623974702:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917623974702%3Amatrix.theocloud.dev","duration":6.937356,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917623974702 (WA)"},"time":"2026-03-06T19:24:21.686467906Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:21.687283104Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:22.041740672Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6657,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917623974702:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917623974702%3Amatrix.theocloud.dev","duration":2.618734,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:22.044710014Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6658,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-186646947455090:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.163891,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qvHvGznCKwXzGsizddKLfEec","com.beeper.exclude_from_timeline":true,"displayname":"Stefan (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:22.106880262Z","message":"Request completed"} +{"level":"debug","transaction_id":"2807","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.124074644Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2807","time":"2026-03-06T19:24:22.124404648Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6659,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-186646947455090:matrix.theocloud.dev?user_id=%40whatsapp_lid-186646947455090%3Amatrix.theocloud.dev","duration":76.585539,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qvHvGznCKwXzGsizddKLfEec","com.beeper.exclude_from_timeline":true,"displayname":"Stefan (WA)","membership":"join"},"time":"2026-03-06T19:24:22.184213182Z","message":"Request completed"} +{"level":"debug","transaction_id":"2808","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.197542078Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2808","time":"2026-03-06T19:24:22.197777236Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6660,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-141378109608075:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":66.716207,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nads (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:22.252128649Z","message":"Request completed"} +{"level":"debug","transaction_id":"2809","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.272026274Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2809","time":"2026-03-06T19:24:22.272385892Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6661,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-141378109608075:matrix.theocloud.dev?user_id=%40whatsapp_lid-141378109608075%3Amatrix.theocloud.dev","duration":65.583575,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nads (WA)","membership":"join"},"time":"2026-03-06T19:24:22.318299319Z","message":"Request completed"} +{"level":"debug","transaction_id":"2810","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.331000124Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2810","time":"2026-03-06T19:24:22.331257981Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6662,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-235862491136132:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":53.608222,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/HqyJjTEctYMpsUyCRKZTEifn","com.beeper.exclude_from_timeline":true,"displayname":"Yasin Demir (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:22.372728815Z","message":"Request completed"} +{"level":"debug","transaction_id":"2811","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.385488637Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2811","time":"2026-03-06T19:24:22.385816965Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6663,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-235862491136132:matrix.theocloud.dev?user_id=%40whatsapp_lid-235862491136132%3Amatrix.theocloud.dev","duration":56.407638,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/HqyJjTEctYMpsUyCRKZTEifn","com.beeper.exclude_from_timeline":true,"displayname":"Yasin Demir (WA)","membership":"join"},"time":"2026-03-06T19:24:22.42982391Z","message":"Request completed"} +{"level":"debug","transaction_id":"2812","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.446088902Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2812","time":"2026-03-06T19:24:22.446349134Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6664,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-201283793350851:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":64.327673,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917632063161 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:22.495113799Z","message":"Request completed"} +{"level":"debug","transaction_id":"2813","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.504215006Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2813","time":"2026-03-06T19:24:22.504487531Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6665,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-201283793350851:matrix.theocloud.dev?user_id=%40whatsapp_lid-201283793350851%3Amatrix.theocloud.dev","duration":56.591462,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917632063161 (WA)","membership":"join"},"time":"2026-03-06T19:24:22.552299199Z","message":"Request completed"} +{"level":"debug","transaction_id":"2814","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.563292222Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2814","time":"2026-03-06T19:24:22.563531432Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6666,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-119460253987062:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.986072,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917634409352 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:22.612361469Z","message":"Request completed"} +{"level":"debug","transaction_id":"2815","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.627828026Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2815","time":"2026-03-06T19:24:22.628180589Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6667,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-119460253987062:matrix.theocloud.dev?user_id=%40whatsapp_lid-119460253987062%3Amatrix.theocloud.dev","duration":77.216703,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917634409352 (WA)","membership":"join"},"time":"2026-03-06T19:24:22.690261159Z","message":"Request completed"} +{"level":"debug","transaction_id":"2816","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.709216124Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2816","time":"2026-03-06T19:24:22.709555697Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6668,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251826901377165:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.557183,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Johannes (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:22.767818343Z","message":"Request completed"} +{"level":"debug","transaction_id":"2817","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.780565733Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2817","time":"2026-03-06T19:24:22.780860676Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6669,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-251826901377165:matrix.theocloud.dev?user_id=%40whatsapp_lid-251826901377165%3Amatrix.theocloud.dev","duration":53.418601,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Johannes (WA)","membership":"join"},"time":"2026-03-06T19:24:22.821979366Z","message":"Request completed"} +{"level":"debug","transaction_id":"2818","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.834983356Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2818","time":"2026-03-06T19:24:22.835206642Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6670,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-111437372489803:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.6984,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Marielle (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:22.893684821Z","message":"Request completed"} +{"level":"debug","transaction_id":"2819","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.91263776Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2819","time":"2026-03-06T19:24:22.912949047Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6671,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-111437372489803:matrix.theocloud.dev?user_id=%40whatsapp_lid-111437372489803%3Amatrix.theocloud.dev","duration":64.230523,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Marielle (WA)","membership":"join"},"time":"2026-03-06T19:24:22.958451103Z","message":"Request completed"} +{"level":"debug","transaction_id":"2820","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:22.973924993Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2820","time":"2026-03-06T19:24:22.974210787Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6672,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-199450228215815:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":65.947943,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ueHGVqQluxwydpXALcBNjGZi","com.beeper.exclude_from_timeline":true,"displayname":"🏋️Матвей (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:23.025242391Z","message":"Request completed"} +{"level":"debug","transaction_id":"2821","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.038842903Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2821","time":"2026-03-06T19:24:23.03916718Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6673,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-199450228215815:matrix.theocloud.dev?user_id=%40whatsapp_lid-199450228215815%3Amatrix.theocloud.dev","duration":73.213627,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ueHGVqQluxwydpXALcBNjGZi","com.beeper.exclude_from_timeline":true,"displayname":"🏋️Матвей (WA)","membership":"join"},"time":"2026-03-06T19:24:23.099252079Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:23.100064903Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6674,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491631390112%3Amatrix.theocloud.dev","duration":13.280006,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491631390112","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:23.113640481Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6675,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491631390112:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491631390112%3Amatrix.theocloud.dev","duration":7.96264,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:23.12199752Z","message":"Request completed"} +{"level":"debug","transaction_id":"2822","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.124713474Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2822","time":"2026-03-06T19:24:23.125070647Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6676,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491631390112:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491631390112%3Amatrix.theocloud.dev","duration":8.342651,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491631390112 (WA)"},"time":"2026-03-06T19:24:23.130547114Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:23.131388573Z","message":""} +{"level":"debug","transaction_id":"2823","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.273387203Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2823","time":"2026-03-06T19:24:23.273697721Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","portal_mxid":"!PchXjQjXcAUVmlVcIq:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$bzsEkPBkWaERLMPZBT83odp9To-eRipceuW2JDYxbpw","event_type":"m.room.member","event_id":"$bzsEkPBkWaERLMPZBT83odp9To-eRipceuW2JDYxbpw","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:23.274279577Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"4915901353554@s.whatsapp.net","portal_mxid":"!PchXjQjXcAUVmlVcIq:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$bzsEkPBkWaERLMPZBT83odp9To-eRipceuW2JDYxbpw","event_type":"m.room.member","event_id":"$bzsEkPBkWaERLMPZBT83odp9To-eRipceuW2JDYxbpw","sender":"@theo:matrix.theocloud.dev","login_id":"4917641870516","membership":"leave","prev_membership":"join","target_user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:24:23.27548624Z","message":"Dropping leave event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:23.408763046Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6677,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491631390112:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491631390112%3Amatrix.theocloud.dev","duration":2.489106,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:23.411624132Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6678,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-95575957610651:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.968194,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XxJNIiGmETkqWJeqwzopvXag","com.beeper.exclude_from_timeline":true,"displayname":"+491754714679 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:23.474608041Z","message":"Request completed"} +{"level":"debug","transaction_id":"2824","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.489639201Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2824","time":"2026-03-06T19:24:23.489967809Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6679,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-95575957610651:matrix.theocloud.dev?user_id=%40whatsapp_lid-95575957610651%3Amatrix.theocloud.dev","duration":85.123609,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XxJNIiGmETkqWJeqwzopvXag","com.beeper.exclude_from_timeline":true,"displayname":"+491754714679 (WA)","membership":"join"},"time":"2026-03-06T19:24:23.56045312Z","message":"Request completed"} +{"level":"debug","transaction_id":"2825","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.575194854Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2825","time":"2026-03-06T19:24:23.575557474Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6680,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-108778989056067:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.12918,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nazar (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:23.623561418Z","message":"Request completed"} +{"level":"debug","transaction_id":"2826","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.640255102Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2826","time":"2026-03-06T19:24:23.64054795Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6681,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-108778989056067:matrix.theocloud.dev?user_id=%40whatsapp_lid-108778989056067%3Amatrix.theocloud.dev","duration":53.810834,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Nazar (WA)","membership":"join"},"time":"2026-03-06T19:24:23.678052306Z","message":"Request completed"} +{"level":"debug","transaction_id":"2827","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.690509012Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2827","time":"2026-03-06T19:24:23.690825258Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6682,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-4157629010109:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":66.959816,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915906652191 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:23.746068486Z","message":"Request completed"} +{"level":"debug","transaction_id":"2828","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.753625063Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2828","time":"2026-03-06T19:24:23.753886413Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6683,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-4157629010109:matrix.theocloud.dev?user_id=%40whatsapp_lid-4157629010109%3Amatrix.theocloud.dev","duration":47.149703,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915906652191 (WA)","membership":"join"},"time":"2026-03-06T19:24:23.793915355Z","message":"Request completed"} +{"level":"debug","transaction_id":"2829","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.806220434Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2829","time":"2026-03-06T19:24:23.806525365Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6684,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-173714331201661:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":56.020711,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491799302414 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:23.850917908Z","message":"Request completed"} +{"level":"debug","transaction_id":"2830","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.863623183Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2830","time":"2026-03-06T19:24:23.863842068Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6685,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-173714331201661:matrix.theocloud.dev?user_id=%40whatsapp_lid-173714331201661%3Amatrix.theocloud.dev","duration":50.467419,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491799302414 (WA)","membership":"join"},"time":"2026-03-06T19:24:23.902163787Z","message":"Request completed"} +{"level":"debug","transaction_id":"2831","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.91409074Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2831","time":"2026-03-06T19:24:23.914429196Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6686,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-21479232127054:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":51.694406,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Philip (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:23.954811609Z","message":"Request completed"} +{"level":"debug","transaction_id":"2832","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:23.966451162Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2832","time":"2026-03-06T19:24:23.966743032Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6687,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-21479232127054:matrix.theocloud.dev?user_id=%40whatsapp_lid-21479232127054%3Amatrix.theocloud.dev","duration":49.74958,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Philip (WA)","membership":"join"},"time":"2026-03-06T19:24:24.005302704Z","message":"Request completed"} +{"level":"debug","transaction_id":"2833","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.017205631Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2833","time":"2026-03-06T19:24:24.017523832Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6688,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-59622887026730:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":56.563246,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Felix (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:24.062943684Z","message":"Request completed"} +{"level":"debug","transaction_id":"2834","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.077096369Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2834","time":"2026-03-06T19:24:24.077400322Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6689,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-59622887026730:matrix.theocloud.dev?user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":57.419022,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Felix (WA)","membership":"join"},"time":"2026-03-06T19:24:24.121137047Z","message":"Request completed"} +{"level":"debug","transaction_id":"2835","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.141814809Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2835","time":"2026-03-06T19:24:24.142062889Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6690,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-69050206027927:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":87.529324,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OmKHHLKcFkOcOmnokmCmDDgX","com.beeper.exclude_from_timeline":true,"displayname":"Scheggia (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:24.209701153Z","message":"Request completed"} +{"level":"debug","transaction_id":"2836","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.228427454Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2836","time":"2026-03-06T19:24:24.22879231Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6691,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-69050206027927:matrix.theocloud.dev?user_id=%40whatsapp_lid-69050206027927%3Amatrix.theocloud.dev","duration":75.764823,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/OmKHHLKcFkOcOmnokmCmDDgX","com.beeper.exclude_from_timeline":true,"displayname":"Scheggia (WA)","membership":"join"},"time":"2026-03-06T19:24:24.286163909Z","message":"Request completed"} +{"level":"debug","transaction_id":"2837","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.299639683Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2837","time":"2026-03-06T19:24:24.299940144Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6692,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-259579434823822:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.441452,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917646028166 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:24.359568415Z","message":"Request completed"} +{"level":"debug","transaction_id":"2838","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.376887116Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2838","time":"2026-03-06T19:24:24.377184365Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6693,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-259579434823822:matrix.theocloud.dev?user_id=%40whatsapp_lid-259579434823822%3Amatrix.theocloud.dev","duration":80.535605,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917646028166 (WA)","membership":"join"},"time":"2026-03-06T19:24:24.440813197Z","message":"Request completed"} +{"level":"debug","transaction_id":"2839","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.458484532Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2839","time":"2026-03-06T19:24:24.458849877Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":6193,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4125_1041_8_428_480_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30022.579125,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:24:24.476450671Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6694,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-57879650386021:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":83.696733,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ojsJCoIPlkzmQdwaaGSxSSqE","com.beeper.exclude_from_timeline":true,"displayname":"Brn (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:24.52553228Z","message":"Request completed"} +{"level":"debug","transaction_id":"2840","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.540391768Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2840","time":"2026-03-06T19:24:24.54071807Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6696,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-57879650386021:matrix.theocloud.dev?user_id=%40whatsapp_lid-57879650386021%3Amatrix.theocloud.dev","duration":55.627709,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ojsJCoIPlkzmQdwaaGSxSSqE","com.beeper.exclude_from_timeline":true,"displayname":"Brn (WA)","membership":"join"},"time":"2026-03-06T19:24:24.581930279Z","message":"Request completed"} +{"level":"debug","transaction_id":"2841","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.589111175Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2841","time":"2026-03-06T19:24:24.589393477Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6697,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-280491597000719:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.943748,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LnqFEnlpSGUlUjogXollyQuW","com.beeper.exclude_from_timeline":true,"displayname":"+31613688070 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:24.642960143Z","message":"Request completed"} +{"level":"debug","transaction_id":"2842","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.654317743Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2842","time":"2026-03-06T19:24:24.654591245Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6698,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-280491597000719:matrix.theocloud.dev?user_id=%40whatsapp_lid-280491597000719%3Amatrix.theocloud.dev","duration":63.161588,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/LnqFEnlpSGUlUjogXollyQuW","com.beeper.exclude_from_timeline":true,"displayname":"+31613688070 (WA)","membership":"join"},"time":"2026-03-06T19:24:24.707009844Z","message":"Request completed"} +{"level":"debug","transaction_id":"2843","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.718911585Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2843","time":"2026-03-06T19:24:24.719277977Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6699,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-59463872561404:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.59147,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NmIelWpzwZhHrfrTFHGrEsQH","com.beeper.exclude_from_timeline":true,"displayname":"Pasi (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:24.775769215Z","message":"Request completed"} +{"level":"debug","transaction_id":"2844","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.788756443Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2844","time":"2026-03-06T19:24:24.789038815Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6700,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-59463872561404:matrix.theocloud.dev?user_id=%40whatsapp_lid-59463872561404%3Amatrix.theocloud.dev","duration":72.952627,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/NmIelWpzwZhHrfrTFHGrEsQH","com.beeper.exclude_from_timeline":true,"displayname":"Pasi (WA)","membership":"join"},"time":"2026-03-06T19:24:24.849470271Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:24.85040455Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6701,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491778756866%3Amatrix.theocloud.dev","duration":7.723221,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491778756866","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:24.858401972Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6702,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491778756866:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491778756866%3Amatrix.theocloud.dev","duration":5.035344,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:24.863824031Z","message":"Request completed"} +{"level":"debug","transaction_id":"2845","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:24.867546551Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2845","time":"2026-03-06T19:24:24.867858536Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6703,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491778756866:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491778756866%3Amatrix.theocloud.dev","duration":11.218753,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Neesha (WA)"},"time":"2026-03-06T19:24:24.875268235Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:24.876086437Z","message":""} +{"level":"debug","transaction_id":"2846","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:25.01349804Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2846","time":"2026-03-06T19:24:25.013848229Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","portal_mxid":"!NOcWeBtUTcuAExaode:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$sVqEksOPtlbQOUfq4pwgHUx8TK-GggoXkeAcBXGF7vA","event_type":"m.room.member","event_id":"$sVqEksOPtlbQOUfq4pwgHUx8TK-GggoXkeAcBXGF7vA","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:25.014388668Z","message":"Sending implicit read receipt for event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:25.036353273Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6704,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491778756866:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491778756866%3Amatrix.theocloud.dev","duration":4.508384,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:25.041210659Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:25.042048625Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6705,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491795247666%3Amatrix.theocloud.dev","duration":5.307798,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491795247666","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:25.047627691Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6706,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491795247666:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491795247666%3Amatrix.theocloud.dev","duration":5.481007,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:25.053461191Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6707,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491795247666:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491795247666%3Amatrix.theocloud.dev","duration":16.874924,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491795247666 (WA)"},"time":"2026-03-06T19:24:25.070526714Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:25.071325779Z","message":""} +{"level":"debug","transaction_id":"2847","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:25.180049837Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2847","time":"2026-03-06T19:24:25.180202861Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:25.228249339Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6708,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491795247666:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491795247666%3Amatrix.theocloud.dev","duration":2.21309,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:25.230833431Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:25.231778396Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6709,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491749377108%3Amatrix.theocloud.dev","duration":3.254787,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491749377108","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:25.235309059Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6710,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749377108:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491749377108%3Amatrix.theocloud.dev","duration":1.956839,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:25.237646398Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6711,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749377108:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491749377108%3Amatrix.theocloud.dev","duration":6.022773,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Batu (WA)"},"time":"2026-03-06T19:24:25.243845173Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:25.244729305Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:25.406765734Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6712,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491749377108:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491749377108%3Amatrix.theocloud.dev","duration":2.525774,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:25.409644699Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:25.410422462Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6713,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_201559445990%3Amatrix.theocloud.dev","duration":3.526822,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_201559445990","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:25.414215033Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6714,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_201559445990:matrix.theocloud.dev/displayname?user_id=%40whatsapp_201559445990%3Amatrix.theocloud.dev","duration":2.247801,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:25.416848294Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6715,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_201559445990:matrix.theocloud.dev/displayname?user_id=%40whatsapp_201559445990%3Amatrix.theocloud.dev","duration":22.947704,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+201559445990 (WA)"},"time":"2026-03-06T19:24:25.440032344Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:25.440871079Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:25.712025684Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6716,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_201559445990:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_201559445990%3Amatrix.theocloud.dev","duration":2.622785,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:25.715048804Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6717,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-240191784673511:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.981468,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IBymwEgSEooqlcbYkzrNxriI","com.beeper.exclude_from_timeline":true,"displayname":"+491755557540 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:25.784075252Z","message":"Request completed"} +{"level":"debug","transaction_id":"2848","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:25.79827061Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2848","time":"2026-03-06T19:24:25.798641751Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6718,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-240191784673511:matrix.theocloud.dev?user_id=%40whatsapp_lid-240191784673511%3Amatrix.theocloud.dev","duration":72.168299,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/IBymwEgSEooqlcbYkzrNxriI","com.beeper.exclude_from_timeline":true,"displayname":"+491755557540 (WA)","membership":"join"},"time":"2026-03-06T19:24:25.857009231Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:25.857861655Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6719,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491633662727%3Amatrix.theocloud.dev","duration":7.692002,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491633662727","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:25.865832256Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6720,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491633662727:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491633662727%3Amatrix.theocloud.dev","duration":4.183409,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:25.870466007Z","message":"Request completed"} +{"level":"debug","transaction_id":"2849","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:25.873033546Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2849","time":"2026-03-06T19:24:25.873355519Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6721,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491633662727:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491633662727%3Amatrix.theocloud.dev","duration":9.721545,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491633662727 (WA)"},"time":"2026-03-06T19:24:25.880426064Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:25.881196564Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:26.033070811Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6722,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491633662727:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491633662727%3Amatrix.theocloud.dev","duration":2.368,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:26.035708682Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:26.036504045Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6723,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915731849652%3Amatrix.theocloud.dev","duration":3.718539,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915731849652","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:26.040492035Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6724,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915731849652:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915731849652%3Amatrix.theocloud.dev","duration":2.164549,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:26.043079898Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6725,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915731849652:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915731849652%3Amatrix.theocloud.dev","duration":6.404112,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915731849652 (WA)"},"time":"2026-03-06T19:24:26.0496649Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:26.050483381Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:26.209254267Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6726,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915731849652:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915731849652%3Amatrix.theocloud.dev","duration":2.519418,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:26.212127924Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6727,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66662220976313:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":56.815656,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VbuQUzvHAEzAXXFZFRRmjwLh","com.beeper.exclude_from_timeline":true,"displayname":"Alex (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:26.270088992Z","message":"Request completed"} +{"level":"debug","transaction_id":"2850","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:26.285424804Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2850","time":"2026-03-06T19:24:26.285658984Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6728,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66662220976313:matrix.theocloud.dev?user_id=%40whatsapp_lid-66662220976313%3Amatrix.theocloud.dev","duration":73.955771,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/VbuQUzvHAEzAXXFZFRRmjwLh","com.beeper.exclude_from_timeline":true,"displayname":"Alex (WA)","membership":"join"},"time":"2026-03-06T19:24:26.344801922Z","message":"Request completed"} +{"level":"debug","transaction_id":"2851","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:26.356123343Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2851","time":"2026-03-06T19:24:26.356497837Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6729,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-145066932846614:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.11291,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XRkYTeIlPqDtSdsTprpoVzSC","com.beeper.exclude_from_timeline":true,"displayname":"Daniil Bykov (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:26.413046905Z","message":"Request completed"} +{"level":"debug","transaction_id":"2852","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:26.423964498Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2852","time":"2026-03-06T19:24:26.42424715Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6730,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-145066932846614:matrix.theocloud.dev?user_id=%40whatsapp_lid-145066932846614%3Amatrix.theocloud.dev","duration":54.205233,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/XRkYTeIlPqDtSdsTprpoVzSC","com.beeper.exclude_from_timeline":true,"displayname":"Daniil Bykov (WA)","membership":"join"},"time":"2026-03-06T19:24:26.468007132Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:26.468862559Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6731,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915904833440%3Amatrix.theocloud.dev","duration":4.449996,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915904833440","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:26.473604635Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6732,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915904833440:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915904833440%3Amatrix.theocloud.dev","duration":4.859062,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:26.478823454Z","message":"Request completed"} +{"level":"debug","transaction_id":"2853","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:26.481253195Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2853","time":"2026-03-06T19:24:26.481560501Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6733,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915904833440:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915904833440%3Amatrix.theocloud.dev","duration":9.315134,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915904833440 (WA)"},"time":"2026-03-06T19:24:26.488286165Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:26.488834496Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:26.657041344Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6734,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915904833440:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915904833440%3Amatrix.theocloud.dev","duration":2.336291,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:26.659667899Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6735,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-1876967866385:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.612905,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Phie (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:26.719230379Z","message":"Request completed"} +{"level":"debug","transaction_id":"2854","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:26.733403806Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2854","time":"2026-03-06T19:24:26.73368548Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6736,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-1876967866385:matrix.theocloud.dev?user_id=%40whatsapp_lid-1876967866385%3Amatrix.theocloud.dev","duration":74.054318,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Phie (WA)","membership":"join"},"time":"2026-03-06T19:24:26.794021183Z","message":"Request completed"} +{"level":"debug","transaction_id":"2855","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:26.805132309Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2855","time":"2026-03-06T19:24:26.805458612Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6737,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-256783310393511:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.528894,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jenny (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:26.867559017Z","message":"Request completed"} +{"level":"debug","transaction_id":"2856","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:26.875929885Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2856","time":"2026-03-06T19:24:26.876219241Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6738,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-256783310393511:matrix.theocloud.dev?user_id=%40whatsapp_lid-256783310393511%3Amatrix.theocloud.dev","duration":45.12421,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jenny (WA)","membership":"join"},"time":"2026-03-06T19:24:26.913388214Z","message":"Request completed"} +{"level":"debug","transaction_id":"2857","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:26.923907638Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2857","time":"2026-03-06T19:24:26.92419434Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6739,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-211883705536588:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.18212,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917681125611 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:26.975567961Z","message":"Request completed"} +{"level":"debug","transaction_id":"2858","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:26.9869301Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2858","time":"2026-03-06T19:24:26.987223786Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6740,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-211883705536588:matrix.theocloud.dev?user_id=%40whatsapp_lid-211883705536588%3Amatrix.theocloud.dev","duration":77.321257,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917681125611 (WA)","membership":"join"},"time":"2026-03-06T19:24:27.053584706Z","message":"Request completed"} +{"level":"debug","transaction_id":"2859","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:27.066710151Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2859","time":"2026-03-06T19:24:27.067000206Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6741,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-267950527361145:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.545787,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BZQJeRWULQLwtUfTZUsqzUfv","com.beeper.exclude_from_timeline":true,"displayname":"Zaki (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:27.113231275Z","message":"Request completed"} +{"level":"debug","transaction_id":"2860","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:27.12495841Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2860","time":"2026-03-06T19:24:27.125235474Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6742,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-267950527361145:matrix.theocloud.dev?user_id=%40whatsapp_lid-267950527361145%3Amatrix.theocloud.dev","duration":62.238064,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BZQJeRWULQLwtUfTZUsqzUfv","com.beeper.exclude_from_timeline":true,"displayname":"Zaki (WA)","membership":"join"},"time":"2026-03-06T19:24:27.176215953Z","message":"Request completed"} +{"level":"debug","transaction_id":"2861","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:27.189631872Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2861","time":"2026-03-06T19:24:27.189925Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6743,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-228681305870497:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.747708,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"MM (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:27.247824187Z","message":"Request completed"} +{"level":"debug","transaction_id":"2862","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:27.261737313Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2862","time":"2026-03-06T19:24:27.262022549Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6744,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-228681305870497:matrix.theocloud.dev?user_id=%40whatsapp_lid-228681305870497%3Amatrix.theocloud.dev","duration":76.994116,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"MM (WA)","membership":"join"},"time":"2026-03-06T19:24:27.325539074Z","message":"Request completed"} +{"level":"debug","transaction_id":"2863","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:27.334156834Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2863","time":"2026-03-06T19:24:27.33445073Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6745,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-123531916480575:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":71.471623,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GxcEOLlqHPAFJkrNDwSbAjmi","com.beeper.exclude_from_timeline":true,"displayname":"Alessia (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:27.398046248Z","message":"Request completed"} +{"level":"debug","transaction_id":"2864","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:27.40752593Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2864","time":"2026-03-06T19:24:27.407862081Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6746,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-123531916480575:matrix.theocloud.dev?user_id=%40whatsapp_lid-123531916480575%3Amatrix.theocloud.dev","duration":67.212296,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/GxcEOLlqHPAFJkrNDwSbAjmi","com.beeper.exclude_from_timeline":true,"displayname":"Alessia (WA)","membership":"join"},"time":"2026-03-06T19:24:27.466132409Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:27.467226208Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6747,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915203389281%3Amatrix.theocloud.dev","duration":7.078647,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915203389281","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:27.474658606Z","message":"Request completed"} +{"level":"debug","transaction_id":"2865","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:27.478427291Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2865","time":"2026-03-06T19:24:27.478662101Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6748,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915203389281:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915203389281%3Amatrix.theocloud.dev","duration":5.92681,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:27.481045466Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6749,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915203389281:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915203389281%3Amatrix.theocloud.dev","duration":7.205271,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915203389281 (WA)"},"time":"2026-03-06T19:24:27.488446714Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:27.489231252Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:27.656029731Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6750,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915203389281:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915203389281%3Amatrix.theocloud.dev","duration":2.529964,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:27.65896464Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:27.659741146Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6751,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917683609440%3Amatrix.theocloud.dev","duration":3.592682,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917683609440","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:27.663602791Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6752,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917683609440:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917683609440%3Amatrix.theocloud.dev","duration":2.265821,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:27.666177454Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6753,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917683609440:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917683609440%3Amatrix.theocloud.dev","duration":6.654495,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917683609440 (WA)"},"time":"2026-03-06T19:24:27.673006834Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:27.673902351Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:27.827811521Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6754,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917683609440:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917683609440%3Amatrix.theocloud.dev","duration":2.458026,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:27.830663528Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:27.831522517Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6755,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491786748116%3Amatrix.theocloud.dev","duration":3.431976,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491786748116","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:27.83523463Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6756,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491786748116:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491786748116%3Amatrix.theocloud.dev","duration":2.258907,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:27.837828988Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6757,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491786748116:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491786748116%3Amatrix.theocloud.dev","duration":6.642692,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491786748116 (WA)"},"time":"2026-03-06T19:24:27.844644819Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:27.845437109Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:28.13624587Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6758,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491786748116:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491786748116%3Amatrix.theocloud.dev","duration":2.444477,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:28.139062047Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:28.139928021Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6759,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915254158741%3Amatrix.theocloud.dev","duration":3.415493,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915254158741","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:28.143619111Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6760,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915254158741:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915254158741%3Amatrix.theocloud.dev","duration":2.176563,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:28.146119322Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6761,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915254158741:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915254158741%3Amatrix.theocloud.dev","duration":6.987642,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915254158741 (WA)"},"time":"2026-03-06T19:24:28.153306155Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:28.154112134Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:28.316810736Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6762,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915254158741:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915254158741%3Amatrix.theocloud.dev","duration":2.45188,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:28.319543173Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6763,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-87162133413943:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":66.527005,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"christian rzadeh (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:28.38709993Z","message":"Request completed"} +{"level":"debug","transaction_id":"2866","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:28.399937975Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2866","time":"2026-03-06T19:24:28.400306672Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6764,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-87162133413943:matrix.theocloud.dev?user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":77.725643,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"christian rzadeh (WA)","membership":"join"},"time":"2026-03-06T19:24:28.465652575Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:28.46661081Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6765,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917684160229%3Amatrix.theocloud.dev","duration":7.791247,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917684160229","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:28.474686874Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6766,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917684160229:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917684160229%3Amatrix.theocloud.dev","duration":4.630957,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:28.479702731Z","message":"Request completed"} +{"level":"debug","transaction_id":"2867","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:28.482219914Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2867","time":"2026-03-06T19:24:28.482579811Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6767,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917684160229:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917684160229%3Amatrix.theocloud.dev","duration":9.315134,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Kai (WA)"},"time":"2026-03-06T19:24:28.489216776Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:28.490056419Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:28.64980314Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6768,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917684160229:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917684160229%3Amatrix.theocloud.dev","duration":2.663292,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:28.652837085Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6769,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-6000186790141:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":59.660468,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Filippo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:28.713518088Z","message":"Request completed"} +{"level":"debug","transaction_id":"2868","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:28.721864441Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2868","time":"2026-03-06T19:24:28.722149956Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6770,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-6000186790141:matrix.theocloud.dev?user_id=%40whatsapp_lid-6000186790141%3Amatrix.theocloud.dev","duration":47.47405,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Filippo (WA)","membership":"join"},"time":"2026-03-06T19:24:28.761743082Z","message":"Request completed"} +{"level":"debug","transaction_id":"2869","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:28.770091949Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2869","time":"2026-03-06T19:24:28.770375509Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6771,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-242828928122951:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":51.42272,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uLBwZSpsbtKsjdaywYYetTPS","com.beeper.exclude_from_timeline":true,"displayname":"Lulu (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:28.814242699Z","message":"Request completed"} +{"level":"debug","transaction_id":"2870","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:28.823214209Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2870","time":"2026-03-06T19:24:28.823508873Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6772,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-242828928122951:matrix.theocloud.dev?user_id=%40whatsapp_lid-242828928122951%3Amatrix.theocloud.dev","duration":75.211883,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uLBwZSpsbtKsjdaywYYetTPS","com.beeper.exclude_from_timeline":true,"displayname":"Lulu (WA)","membership":"join"},"time":"2026-03-06T19:24:28.890249455Z","message":"Request completed"} +{"level":"debug","transaction_id":"2871","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:28.901127798Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2871","time":"2026-03-06T19:24:28.901416874Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6773,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-209178178109568:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.62933,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917665322672 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:28.967808804Z","message":"Request completed"} +{"level":"debug","transaction_id":"2872","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:28.978435365Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2872","time":"2026-03-06T19:24:28.978731356Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6774,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-209178178109568:matrix.theocloud.dev?user_id=%40whatsapp_lid-209178178109568%3Amatrix.theocloud.dev","duration":66.547119,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917665322672 (WA)","membership":"join"},"time":"2026-03-06T19:24:29.035111755Z","message":"Request completed"} +{"level":"debug","transaction_id":"2873","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:29.048598704Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2873","time":"2026-03-06T19:24:29.048820523Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6775,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12730350215211:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.731713,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dBdPJRZiGQFHXdRjYyypEkWQ","com.beeper.exclude_from_timeline":true,"displayname":"Shirin (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:29.104201619Z","message":"Request completed"} +{"level":"debug","transaction_id":"2874","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:29.11836485Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2874","time":"2026-03-06T19:24:29.118667197Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6776,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-12730350215211:matrix.theocloud.dev?user_id=%40whatsapp_lid-12730350215211%3Amatrix.theocloud.dev","duration":78.520657,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dBdPJRZiGQFHXdRjYyypEkWQ","com.beeper.exclude_from_timeline":true,"displayname":"Shirin (WA)","membership":"join"},"time":"2026-03-06T19:24:29.183537334Z","message":"Request completed"} +{"level":"debug","transaction_id":"2875","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:29.194408693Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2875","time":"2026-03-06T19:24:29.194724589Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6777,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-178941893574847:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":88.020035,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EVTxahldSVlRkzCAzOObjuVA","com.beeper.exclude_from_timeline":true,"displayname":"Darin (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:29.272711162Z","message":"Request completed"} +{"level":"debug","transaction_id":"2876","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:29.288967913Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2876","time":"2026-03-06T19:24:29.289274031Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2877","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:29.367733926Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2877","time":"2026-03-06T19:24:29.36806819Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","portal_mxid":"!NOcWeBtUTcuAExaode:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$Tzofd4y7FJjIFg3c3cFD6gQQjwvHbCGXz8WH6GGPSNQ","event_type":"m.room.member","event_id":"$Tzofd4y7FJjIFg3c3cFD6gQQjwvHbCGXz8WH6GGPSNQ","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:29.368602693Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"4917616043654@s.whatsapp.net","portal_mxid":"!NOcWeBtUTcuAExaode:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$Tzofd4y7FJjIFg3c3cFD6gQQjwvHbCGXz8WH6GGPSNQ","event_type":"m.room.member","event_id":"$Tzofd4y7FJjIFg3c3cFD6gQQjwvHbCGXz8WH6GGPSNQ","sender":"@theo:matrix.theocloud.dev","login_id":"4917641870516","membership":"leave","prev_membership":"join","target_user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:24:29.369917053Z","message":"Dropping leave event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6778,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-178941893574847:matrix.theocloud.dev?user_id=%40whatsapp_lid-178941893574847%3Amatrix.theocloud.dev","duration":124.030186,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/EVTxahldSVlRkzCAzOObjuVA","com.beeper.exclude_from_timeline":true,"displayname":"Darin (WA)","membership":"join"},"time":"2026-03-06T19:24:29.397598592Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:29.398576243Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6779,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915159400259%3Amatrix.theocloud.dev","duration":11.556999,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915159400259","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:29.410458288Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6780,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915159400259:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915159400259%3Amatrix.theocloud.dev","duration":7.29397,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:29.418185908Z","message":"Request completed"} +{"level":"debug","transaction_id":"2878","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:29.427136885Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2878","time":"2026-03-06T19:24:29.42746696Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6781,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915159400259:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915159400259%3Amatrix.theocloud.dev","duration":22.047577,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915159400259 (WA)"},"time":"2026-03-06T19:24:29.440480169Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:29.441297043Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:29.714072686Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6782,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915159400259:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915159400259%3Amatrix.theocloud.dev","duration":2.267566,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:29.716748061Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6783,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101829530640580:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":54.045084,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FeKQfaoOaRpHCxdTjUNbNcXK","com.beeper.exclude_from_timeline":true,"displayname":"Aitor sav (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:29.771865294Z","message":"Request completed"} +{"level":"debug","transaction_id":"2879","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:29.786384371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2879","time":"2026-03-06T19:24:29.786653123Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6784,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101829530640580:matrix.theocloud.dev?user_id=%40whatsapp_lid-101829530640580%3Amatrix.theocloud.dev","duration":67.944452,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/FeKQfaoOaRpHCxdTjUNbNcXK","com.beeper.exclude_from_timeline":true,"displayname":"Aitor sav (WA)","membership":"join"},"time":"2026-03-06T19:24:29.840615795Z","message":"Request completed"} +{"level":"debug","transaction_id":"2880","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:29.854045263Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2880","time":"2026-03-06T19:24:29.854357737Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6785,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-71348114170014:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.624153,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915209052709 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:29.905258386Z","message":"Request completed"} +{"level":"debug","transaction_id":"2881","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:29.914270056Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2881","time":"2026-03-06T19:24:29.914568073Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6786,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-71348114170014:matrix.theocloud.dev?user_id=%40whatsapp_lid-71348114170014%3Amatrix.theocloud.dev","duration":39.966084,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915209052709 (WA)","membership":"join"},"time":"2026-03-06T19:24:29.94595942Z","message":"Request completed"} +{"level":"debug","transaction_id":"2882","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:29.955048056Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2882","time":"2026-03-06T19:24:29.955349983Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6787,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-33213066010783:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":52.175689,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WWdpmZzrDMNnPdylPEUrSWrK","com.beeper.exclude_from_timeline":true,"displayname":"+491639864570 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:29.999175478Z","message":"Request completed"} +{"level":"debug","transaction_id":"2883","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.008847086Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2883","time":"2026-03-06T19:24:30.009173319Z","message":"Finished dispatching events from transaction"} +{"level":"warn","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","started_at":"2026-03-06T19:22:00.030663244Z","time":"2026-03-06T19:24:30.030751976Z","message":"Event handling is taking long"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6788,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-33213066010783:matrix.theocloud.dev?user_id=%40whatsapp_lid-33213066010783%3Amatrix.theocloud.dev","duration":59.12862,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WWdpmZzrDMNnPdylPEUrSWrK","com.beeper.exclude_from_timeline":true,"displayname":"+491639864570 (WA)","membership":"join"},"time":"2026-03-06T19:24:30.059088216Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:30.060031923Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6789,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915258436899%3Amatrix.theocloud.dev","duration":8.13054,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915258436899","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:30.068495053Z","message":"Request completed"} +{"level":"debug","transaction_id":"2884","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.072285668Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2884","time":"2026-03-06T19:24:30.072584803Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6790,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915258436899:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915258436899%3Amatrix.theocloud.dev","duration":6.023541,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:30.074956085Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6791,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915258436899:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915258436899%3Amatrix.theocloud.dev","duration":6.381342,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915258436899 (WA)"},"time":"2026-03-06T19:24:30.081586485Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:30.082524745Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:30.245034982Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6792,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915258436899:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915258436899%3Amatrix.theocloud.dev","duration":1.835244,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:30.247169011Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6793,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-150113620103230:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":42.900993,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915203389281 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:30.290940657Z","message":"Request completed"} +{"level":"debug","transaction_id":"2885","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.301569593Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2885","time":"2026-03-06T19:24:30.301799094Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6794,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-150113620103230:matrix.theocloud.dev?user_id=%40whatsapp_lid-150113620103230%3Amatrix.theocloud.dev","duration":58.67227,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915203389281 (WA)","membership":"join"},"time":"2026-03-06T19:24:30.350516616Z","message":"Request completed"} +{"level":"debug","transaction_id":"2886","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.365852288Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2886","time":"2026-03-06T19:24:30.366172863Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6795,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-125877153202314:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":66.977696,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917617625510 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:30.418546973Z","message":"Request completed"} +{"level":"debug","transaction_id":"2887","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.432271455Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2887","time":"2026-03-06T19:24:30.433382435Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6796,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-125877153202314:matrix.theocloud.dev?user_id=%40whatsapp_lid-125877153202314%3Amatrix.theocloud.dev","duration":51.990257,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917617625510 (WA)","membership":"join"},"time":"2026-03-06T19:24:30.475312063Z","message":"Request completed"} +{"level":"debug","transaction_id":"2888","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.48815339Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2888","time":"2026-03-06T19:24:30.488473966Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6797,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-190885543293102:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.974268,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wtnwAVZzmVhFImxbAmdsghOo","com.beeper.exclude_from_timeline":true,"displayname":"Joan (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:30.535377755Z","message":"Request completed"} +{"level":"debug","transaction_id":"2889","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.54552024Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2889","time":"2026-03-06T19:24:30.545835927Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6798,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-190885543293102:matrix.theocloud.dev?user_id=%40whatsapp_lid-190885543293102%3Amatrix.theocloud.dev","duration":63.830397,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/wtnwAVZzmVhFImxbAmdsghOo","com.beeper.exclude_from_timeline":true,"displayname":"Joan (WA)","membership":"join"},"time":"2026-03-06T19:24:30.601269615Z","message":"Request completed"} +{"level":"debug","transaction_id":"2890","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.614004293Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2890","time":"2026-03-06T19:24:30.614358183Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6799,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-131679435927787:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":64.40017,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491628989538 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:30.666649321Z","message":"Request completed"} +{"level":"debug","transaction_id":"2891","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.679291458Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2891","time":"2026-03-06T19:24:30.679640111Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6800,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-131679435927787:matrix.theocloud.dev?user_id=%40whatsapp_lid-131679435927787%3Amatrix.theocloud.dev","duration":62.964912,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491628989538 (WA)","membership":"join"},"time":"2026-03-06T19:24:30.730274452Z","message":"Request completed"} +{"level":"debug","transaction_id":"2892","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.742953955Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2892","time":"2026-03-06T19:24:30.743240657Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6801,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-183588511334611:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.794494,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ogGYRpQmcJtTnZfWvyZgKNsv","com.beeper.exclude_from_timeline":true,"displayname":"+4915258436899 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:30.789416621Z","message":"Request completed"} +{"level":"debug","transaction_id":"2893","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.800647736Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2893","time":"2026-03-06T19:24:30.800928641Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6802,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-183588511334611:matrix.theocloud.dev?user_id=%40whatsapp_lid-183588511334611%3Amatrix.theocloud.dev","duration":57.843383,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/ogGYRpQmcJtTnZfWvyZgKNsv","com.beeper.exclude_from_timeline":true,"displayname":"+4915258436899 (WA)","membership":"join"},"time":"2026-03-06T19:24:30.847859809Z","message":"Request completed"} +{"level":"debug","transaction_id":"2894","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.854826569Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2894","time":"2026-03-06T19:24:30.85517131Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6803,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-261301750251678:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":54.97664,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mdQwEdkShmeGrnuymSEokxMO","com.beeper.exclude_from_timeline":true,"displayname":"Javier- (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:30.903631253Z","message":"Request completed"} +{"level":"debug","transaction_id":"2895","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.912072103Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2895","time":"2026-03-06T19:24:30.912280931Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6804,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-261301750251678:matrix.theocloud.dev?user_id=%40whatsapp_lid-261301750251678%3Amatrix.theocloud.dev","duration":37.439403,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mdQwEdkShmeGrnuymSEokxMO","com.beeper.exclude_from_timeline":true,"displayname":"Javier- (WA)","membership":"join"},"time":"2026-03-06T19:24:30.94167053Z","message":"Request completed"} +{"level":"debug","transaction_id":"2896","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.950517512Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2896","time":"2026-03-06T19:24:30.950751972Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6805,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-88180091007092:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":39.2421,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pPKHjogbUpOHFJjFptQcXgFN","com.beeper.exclude_from_timeline":true,"displayname":"Mirko (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:30.981758559Z","message":"Request completed"} +{"level":"debug","transaction_id":"2897","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:30.990891055Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2897","time":"2026-03-06T19:24:30.991123909Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6806,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-88180091007092:matrix.theocloud.dev?user_id=%40whatsapp_lid-88180091007092%3Amatrix.theocloud.dev","duration":39.986827,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pPKHjogbUpOHFJjFptQcXgFN","com.beeper.exclude_from_timeline":true,"displayname":"Mirko (WA)","membership":"join"},"time":"2026-03-06T19:24:31.022297977Z","message":"Request completed"} +{"level":"debug","transaction_id":"2898","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.032285901Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2898","time":"2026-03-06T19:24:31.032644471Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6807,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-104239024050301:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":51.810134,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915111021159 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:31.074866249Z","message":"Request completed"} +{"level":"debug","transaction_id":"2899","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.0825315Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2899","time":"2026-03-06T19:24:31.08279264Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6808,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-104239024050301:matrix.theocloud.dev?user_id=%40whatsapp_lid-104239024050301%3Amatrix.theocloud.dev","duration":52.929915,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4915111021159 (WA)","membership":"join"},"time":"2026-03-06T19:24:31.128451283Z","message":"Request completed"} +{"level":"debug","transaction_id":"2900","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.138390527Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2900","time":"2026-03-06T19:24:31.138665705Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6809,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-2160435707964:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.728077,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Lennart (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:31.192028362Z","message":"Request completed"} +{"level":"debug","transaction_id":"2901","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.205525717Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2901","time":"2026-03-06T19:24:31.205828972Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6810,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-2160435707964:matrix.theocloud.dev?user_id=%40whatsapp_lid-2160435707964%3Amatrix.theocloud.dev","duration":80.636387,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Lennart (WA)","membership":"join"},"time":"2026-03-06T19:24:31.273518849Z","message":"Request completed"} +{"level":"debug","transaction_id":"2902","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.286491968Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2902","time":"2026-03-06T19:24:31.286823509Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6811,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-92174427373665:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":73.645601,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sedjlo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:31.348280878Z","message":"Request completed"} +{"level":"debug","transaction_id":"2903","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.357830262Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2903","time":"2026-03-06T19:24:31.358043281Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6812,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-92174427373665:matrix.theocloud.dev?user_id=%40whatsapp_lid-92174427373665%3Amatrix.theocloud.dev","duration":48.433473,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Sedjlo (WA)","membership":"join"},"time":"2026-03-06T19:24:31.39726806Z","message":"Request completed"} +{"level":"debug","transaction_id":"2904","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.41048891Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2904","time":"2026-03-06T19:24:31.410771352Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6813,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-95494353215566:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.577711,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491783166911 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:31.465685762Z","message":"Request completed"} +{"level":"debug","transaction_id":"2905","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.478893622Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2905","time":"2026-03-06T19:24:31.479189473Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6814,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-95494353215566:matrix.theocloud.dev?user_id=%40whatsapp_lid-95494353215566%3Amatrix.theocloud.dev","duration":45.663881,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491783166911 (WA)","membership":"join"},"time":"2026-03-06T19:24:31.512086897Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:31.513000852Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6815,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917641816167%3Amatrix.theocloud.dev","duration":6.01956,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917641816167","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:31.519313191Z","message":"Request completed"} +{"level":"debug","transaction_id":"2906","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.523316406Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2906","time":"2026-03-06T19:24:31.523596823Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6816,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641816167:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641816167%3Amatrix.theocloud.dev","duration":5.258419,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:31.52500093Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6817,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641816167:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917641816167%3Amatrix.theocloud.dev","duration":5.078715,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917641816167 (WA)"},"time":"2026-03-06T19:24:31.530290081Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:31.531141806Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:31.679845427Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6818,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917641816167:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917641816167%3Amatrix.theocloud.dev","duration":2.40341,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:31.682651477Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:31.683507044Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6819,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491721735909%3Amatrix.theocloud.dev","duration":3.667274,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491721735909","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:31.687416741Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6820,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491721735909:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491721735909%3Amatrix.theocloud.dev","duration":2.181661,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:31.68994Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6821,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491721735909:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491721735909%3Amatrix.theocloud.dev","duration":6.481007,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Yasin Demir (WA)"},"time":"2026-03-06T19:24:31.696630115Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:31.697422196Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:31.852365799Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6822,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491721735909:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491721735909%3Amatrix.theocloud.dev","duration":2.365485,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:31.855065619Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6823,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-42717778305055:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":51.765784,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hfobDmrIRJPvBJWBuzQwCwcs","com.beeper.exclude_from_timeline":true,"displayname":"+491784134011 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:31.907862484Z","message":"Request completed"} +{"level":"debug","transaction_id":"2907","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.920185442Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2907","time":"2026-03-06T19:24:31.920454824Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6824,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-42717778305055:matrix.theocloud.dev?user_id=%40whatsapp_lid-42717778305055%3Amatrix.theocloud.dev","duration":63.564088,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/hfobDmrIRJPvBJWBuzQwCwcs","com.beeper.exclude_from_timeline":true,"displayname":"+491784134011 (WA)","membership":"join"},"time":"2026-03-06T19:24:31.972162849Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:31.973047191Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6825,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917672718576%3Amatrix.theocloud.dev","duration":7.615594,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917672718576","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:31.980952839Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6826,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672718576:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917672718576%3Amatrix.theocloud.dev","duration":3.791733,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:31.985204553Z","message":"Request completed"} +{"level":"debug","transaction_id":"2908","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:31.987635691Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2908","time":"2026-03-06T19:24:31.98793259Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6827,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672718576:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917672718576%3Amatrix.theocloud.dev","duration":10.20646,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917672718576 (WA)"},"time":"2026-03-06T19:24:31.995611391Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:31.996413599Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:32.143305024Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6828,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917672718576:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917672718576%3Amatrix.theocloud.dev","duration":2.458445,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:32.146086978Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6829,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-83674703904795:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":54.414759,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uHMfWBOwjpDinqKTHuYIBuJO","com.beeper.exclude_from_timeline":true,"displayname":"Zakaria (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:32.201468284Z","message":"Request completed"} +{"level":"debug","transaction_id":"2909","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:32.213638498Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2909","time":"2026-03-06T19:24:32.213878476Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:32.232741249Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6830,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-83674703904795:matrix.theocloud.dev?user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":61.096214,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uHMfWBOwjpDinqKTHuYIBuJO","com.beeper.exclude_from_timeline":true,"displayname":"Zakaria (WA)","membership":"join"},"time":"2026-03-06T19:24:32.263363284Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:32.264171288Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6831,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491756930361%3Amatrix.theocloud.dev","duration":5.380224,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491756930361","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:32.269861542Z","message":"Request completed"} +{"level":"debug","transaction_id":"2910","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:32.274181492Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2910","time":"2026-03-06T19:24:32.274524557Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6832,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491756930361:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491756930361%3Amatrix.theocloud.dev","duration":5.500353,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:32.275800434Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:32.276016805Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6833,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491756930361:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491756930361%3Amatrix.theocloud.dev","duration":6.741309,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491756930361 (WA)"},"time":"2026-03-06T19:24:32.282868535Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:32.283720401Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:32.441874789Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6834,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491756930361:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491756930361%3Amatrix.theocloud.dev","duration":2.537577,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:32.444741043Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6835,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-237597657964579:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":55.569042,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Anjo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:32.501370499Z","message":"Request completed"} +{"level":"debug","transaction_id":"2911","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:32.514359194Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2911","time":"2026-03-06T19:24:32.514656023Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6836,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-237597657964579:matrix.theocloud.dev?user_id=%40whatsapp_lid-237597657964579%3Amatrix.theocloud.dev","duration":64.614794,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Anjo (WA)","membership":"join"},"time":"2026-03-06T19:24:32.56679246Z","message":"Request completed"} +{"level":"debug","transaction_id":"2912","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:32.578948845Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2912","time":"2026-03-06T19:24:32.579282272Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6837,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-84533647044725:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":70.812661,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xuXwDpEPvVNdgnvHGCkogLQz","com.beeper.exclude_from_timeline":true,"displayname":"Martin Ryu (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:32.638657644Z","message":"Request completed"} +{"level":"debug","transaction_id":"2913","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:32.65170731Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2913","time":"2026-03-06T19:24:32.652062807Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6838,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-84533647044725:matrix.theocloud.dev?user_id=%40whatsapp_lid-84533647044725%3Amatrix.theocloud.dev","duration":65.593493,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/xuXwDpEPvVNdgnvHGCkogLQz","com.beeper.exclude_from_timeline":true,"displayname":"Martin Ryu (WA)","membership":"join"},"time":"2026-03-06T19:24:32.704986994Z","message":"Request completed"} +{"level":"debug","transaction_id":"2914","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:32.720070466Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2914","time":"2026-03-06T19:24:32.720426661Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6839,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66709616595045:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":98.416815,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Christian (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:32.804645813Z","message":"Request completed"} +{"level":"debug","transaction_id":"2915","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:32.847293209Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2915","time":"2026-03-06T19:24:32.84765136Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2916","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:32.862351258Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2916","time":"2026-03-06T19:24:32.86270892Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","portal_mxid":"!JmVDWCppZlZeFbcgKz:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$lsY5-YyneO2RCKJ3tGHiVT3ORvINIcGR8eqAwKIl4cQ","event_type":"m.room.member","event_id":"$lsY5-YyneO2RCKJ3tGHiVT3ORvINIcGR8eqAwKIl4cQ","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:32.863210317Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6840,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66709616595045:matrix.theocloud.dev?user_id=%40whatsapp_lid-66709616595045%3Amatrix.theocloud.dev","duration":144.389119,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Christian (WA)","membership":"join"},"time":"2026-03-06T19:24:32.949967116Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:32.950919624Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6841,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917676631864%3Amatrix.theocloud.dev","duration":8.825192,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917676631864","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:32.960044229Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6842,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917676631864:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917676631864%3Amatrix.theocloud.dev","duration":6.763658,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:32.967263328Z","message":"Request completed"} +{"level":"debug","transaction_id":"2917","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:32.967524329Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2917","time":"2026-03-06T19:24:32.967857825Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6843,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917676631864:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917676631864%3Amatrix.theocloud.dev","duration":6.746478,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917676631864 (WA)"},"time":"2026-03-06T19:24:32.974209136Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:32.974745593Z","message":""} +{"level":"debug","transaction_id":"2918","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:33.042472487Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2918","time":"2026-03-06T19:24:33.042604419Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:33.131830069Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6844,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917676631864:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917676631864%3Amatrix.theocloud.dev","duration":2.676284,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:33.134818617Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6845,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-39964771365006:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.316286,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fkvGUnFmYnkpxGHAWbhMPNWK","com.beeper.exclude_from_timeline":true,"displayname":"Wowaa (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:33.197028116Z","message":"Request completed"} +{"level":"debug","transaction_id":"2919","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:33.208597198Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2919","time":"2026-03-06T19:24:33.208929018Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6846,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-39964771365006:matrix.theocloud.dev?user_id=%40whatsapp_lid-39964771365006%3Amatrix.theocloud.dev","duration":49.04124,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fkvGUnFmYnkpxGHAWbhMPNWK","com.beeper.exclude_from_timeline":true,"displayname":"Wowaa (WA)","membership":"join"},"time":"2026-03-06T19:24:33.246794458Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:33.247818973Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6847,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917643137297%3Amatrix.theocloud.dev","duration":10.305357,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917643137297","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:33.258436036Z","message":"Request completed"} +{"level":"debug","transaction_id":"2920","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:33.261648288Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2920","time":"2026-03-06T19:24:33.26193527Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6848,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917643137297:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917643137297%3Amatrix.theocloud.dev","duration":7.506989,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:33.266400142Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6849,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917643137297:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917643137297%3Amatrix.theocloud.dev","duration":22.67043,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917643137297 (WA)"},"time":"2026-03-06T19:24:33.289279122Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:33.29022695Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:33.447570191Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6850,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917643137297:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917643137297%3Amatrix.theocloud.dev","duration":2.664899,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:33.45058919Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:33.451431348Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6851,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491741768036%3Amatrix.theocloud.dev","duration":3.579134,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491741768036","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:33.455296415Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6852,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741768036:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491741768036%3Amatrix.theocloud.dev","duration":1.989455,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:33.457625094Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6853,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741768036:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491741768036%3Amatrix.theocloud.dev","duration":6.210928,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491741768036 (WA)"},"time":"2026-03-06T19:24:33.464039332Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:33.464946652Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:33.638161115Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6854,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=avatar.jpg&user_id=%40whatsapp_491741768036%3Amatrix.theocloud.dev","duration":77.593362,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<43791 bytes>","time":"2026-03-06T19:24:33.727288428Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6855,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741768036:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491741768036%3Amatrix.theocloud.dev","duration":2.548961,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:33.730230112Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6856,"method":"GET","url":"http://synapse:8008/_matrix/client/v1/media/download/matrix.theocloud.dev/BlBTODUQQHbVoqYrJRoDjhYn?user_id=%40whatsapp_491741768036%3Amatrix.theocloud.dev","duration":2.67803,"status_code":200,"response_length":43791,"response_mime":"image/jpeg","time":"2026-03-06T19:24:33.733105725Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6857,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491741768036:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491741768036%3Amatrix.theocloud.dev","duration":3.888604,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/BlBTODUQQHbVoqYrJRoDjhYn"},"time":"2026-03-06T19:24:33.737310784Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6858,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-161684144570509:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":57.767046,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Pablo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:33.796199636Z","message":"Request completed"} +{"level":"debug","transaction_id":"2921","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:33.805251744Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2921","time":"2026-03-06T19:24:33.805621978Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6859,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-161684144570509:matrix.theocloud.dev?user_id=%40whatsapp_lid-161684144570509%3Amatrix.theocloud.dev","duration":59.23485,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Pablo (WA)","membership":"join"},"time":"2026-03-06T19:24:33.856217137Z","message":"Request completed"} +{"level":"debug","transaction_id":"2922","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:33.867786917Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2922","time":"2026-03-06T19:24:33.868010622Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6860,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-132040297042065:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":65.468475,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CGMeOSInUcXdBaRwfxBsCOZP","com.beeper.exclude_from_timeline":true,"displayname":"+4917674993720 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:33.922808536Z","message":"Request completed"} +{"level":"debug","transaction_id":"2923","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:33.93292909Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2923","time":"2026-03-06T19:24:33.933078622Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6861,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-132040297042065:matrix.theocloud.dev?user_id=%40whatsapp_lid-132040297042065%3Amatrix.theocloud.dev","duration":45.007084,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/CGMeOSInUcXdBaRwfxBsCOZP","com.beeper.exclude_from_timeline":true,"displayname":"+4917674993720 (WA)","membership":"join"},"time":"2026-03-06T19:24:33.968327075Z","message":"Request completed"} +{"level":"debug","transaction_id":"2924","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:33.978096672Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2924","time":"2026-03-06T19:24:33.978355507Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6862,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-171970641588327:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":45.881579,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mODkhRBKBjXICXcogpqdCVEb","com.beeper.exclude_from_timeline":true,"displayname":"Wik Wak (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:34.015131409Z","message":"Request completed"} +{"level":"debug","transaction_id":"2925","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:34.025353374Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2925","time":"2026-03-06T19:24:34.025665778Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6863,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-171970641588327:matrix.theocloud.dev?user_id=%40whatsapp_lid-171970641588327%3Amatrix.theocloud.dev","duration":60.174786,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/mODkhRBKBjXICXcogpqdCVEb","com.beeper.exclude_from_timeline":true,"displayname":"Wik Wak (WA)","membership":"join"},"time":"2026-03-06T19:24:34.076016839Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:34.076863606Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6864,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491783166911%3Amatrix.theocloud.dev","duration":7.3958,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491783166911","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:34.084567341Z","message":"Request completed"} +{"level":"debug","transaction_id":"2926","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:34.08927254Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2926","time":"2026-03-06T19:24:34.08960904Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6865,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783166911:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783166911%3Amatrix.theocloud.dev","duration":6.881832,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:34.091805088Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6866,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783166911:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783166911%3Amatrix.theocloud.dev","duration":6.597993,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491783166911 (WA)"},"time":"2026-03-06T19:24:34.098621338Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:34.099470759Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:34.259099307Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6867,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783166911:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491783166911%3Amatrix.theocloud.dev","duration":2.326584,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:34.261753311Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6868,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-4462622052463:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":73.219773,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fzFzEHxxDDIHweOqMltfFiNC","com.beeper.exclude_from_timeline":true,"displayname":"+4915756437140 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:34.335953948Z","message":"Request completed"} +{"level":"debug","transaction_id":"2927","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:34.349050618Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2927","time":"2026-03-06T19:24:34.349435868Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6869,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-4462622052463:matrix.theocloud.dev?user_id=%40whatsapp_lid-4462622052463%3Amatrix.theocloud.dev","duration":66.517576,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/fzFzEHxxDDIHweOqMltfFiNC","com.beeper.exclude_from_timeline":true,"displayname":"+4915756437140 (WA)","membership":"join"},"time":"2026-03-06T19:24:34.403249076Z","message":"Request completed"} +{"level":"debug","transaction_id":"2928","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:34.418375571Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2928","time":"2026-03-06T19:24:34.418751322Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6870,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-38276949905550:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":72.359108,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KEUxPVqyNVnUIADeRCgdyddY","com.beeper.exclude_from_timeline":true,"displayname":"vladislavilcuk8 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:34.476630953Z","message":"Request completed"} +{"level":"debug","transaction_id":"2929","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:34.490175592Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2929","time":"2026-03-06T19:24:34.490529552Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6871,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-38276949905550:matrix.theocloud.dev?user_id=%40whatsapp_lid-38276949905550%3Amatrix.theocloud.dev","duration":71.499909,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KEUxPVqyNVnUIADeRCgdyddY","com.beeper.exclude_from_timeline":true,"displayname":"vladislavilcuk8 (WA)","membership":"join"},"time":"2026-03-06T19:24:34.548892491Z","message":"Request completed"} +{"level":"debug","transaction_id":"2930","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:34.56436219Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2930","time":"2026-03-06T19:24:34.56473843Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6872,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-142237052747971:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.112137,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RUfAjzzmEtZNjyJaBdBobqpK","com.beeper.exclude_from_timeline":true,"displayname":"Nico (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:34.610352793Z","message":"Request completed"} +{"level":"debug","transaction_id":"2931","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:34.619615615Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2931","time":"2026-03-06T19:24:34.619869003Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6873,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-142237052747971:matrix.theocloud.dev?user_id=%40whatsapp_lid-142237052747971%3Amatrix.theocloud.dev","duration":59.356305,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/RUfAjzzmEtZNjyJaBdBobqpK","com.beeper.exclude_from_timeline":true,"displayname":"Nico (WA)","membership":"join"},"time":"2026-03-06T19:24:34.670531839Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:34.671396346Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6874,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915225973389%3Amatrix.theocloud.dev","duration":8.329521,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915225973389","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:34.680079757Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6875,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915225973389:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915225973389%3Amatrix.theocloud.dev","duration":6.798579,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:34.687296971Z","message":"Request completed"} +{"level":"debug","transaction_id":"2932","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:34.690344187Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2932","time":"2026-03-06T19:24:34.690679778Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6876,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915225973389:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915225973389%3Amatrix.theocloud.dev","duration":10.707089,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915225973389 (WA)"},"time":"2026-03-06T19:24:34.698235098Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:34.699078094Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:35.19142226Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6877,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915225973389:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915225973389%3Amatrix.theocloud.dev","duration":2.778393,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:35.194556429Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:35.195388459Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6878,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_380952823600%3Amatrix.theocloud.dev","duration":3.773714,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_380952823600","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:35.199459003Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6879,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380952823600:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380952823600%3Amatrix.theocloud.dev","duration":2.220772,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:35.202015577Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6880,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380952823600:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380952823600%3Amatrix.theocloud.dev","duration":6.769316,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+380952823600 (WA)"},"time":"2026-03-06T19:24:35.208970813Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:35.209754721Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:35.359385358Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6881,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380952823600:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380952823600%3Amatrix.theocloud.dev","duration":2.255274,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:35.361969589Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6882,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-275436907065507:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.745607,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kMNAyBmvwClFmEiXNrbZnBiI","com.beeper.exclude_from_timeline":true,"displayname":"Silvia🌻 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:35.425703185Z","message":"Request completed"} +{"level":"debug","transaction_id":"2933","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:35.434542693Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2933","time":"2026-03-06T19:24:35.434847415Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6883,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-275436907065507:matrix.theocloud.dev?user_id=%40whatsapp_lid-275436907065507%3Amatrix.theocloud.dev","duration":62.295963,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kMNAyBmvwClFmEiXNrbZnBiI","com.beeper.exclude_from_timeline":true,"displayname":"Silvia🌻 (WA)","membership":"join"},"time":"2026-03-06T19:24:35.488822588Z","message":"Request completed"} +{"level":"debug","transaction_id":"2934","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:35.503753733Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2934","time":"2026-03-06T19:24:35.504063553Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6884,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-67585655734448:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":75.730041,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Kadl (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:35.565559824Z","message":"Request completed"} +{"level":"debug","transaction_id":"2935","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:35.579440892Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2935","time":"2026-03-06T19:24:35.57976943Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6885,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-67585655734448:matrix.theocloud.dev?user_id=%40whatsapp_lid-67585655734448%3Amatrix.theocloud.dev","duration":72.42441,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Kadl (WA)","membership":"join"},"time":"2026-03-06T19:24:35.63853906Z","message":"Request completed"} +{"level":"debug","transaction_id":"2936","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:35.65137927Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2936","time":"2026-03-06T19:24:35.651723382Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6886,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-1868377903307:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.107956,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/josalcwOaHhipxOzMyIRmnbn","com.beeper.exclude_from_timeline":true,"displayname":"+4917624327157 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:35.713655608Z","message":"Request completed"} +{"level":"debug","transaction_id":"2937","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:35.722492462Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2937","time":"2026-03-06T19:24:35.722784333Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6887,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-1868377903307:matrix.theocloud.dev?user_id=%40whatsapp_lid-1868377903307%3Amatrix.theocloud.dev","duration":63.70042,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/josalcwOaHhipxOzMyIRmnbn","com.beeper.exclude_from_timeline":true,"displayname":"+4917624327157 (WA)","membership":"join"},"time":"2026-03-06T19:24:35.778082457Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:35.778802809Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6888,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491729913174%3Amatrix.theocloud.dev","duration":6.71009,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491729913174","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:35.785739607Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6889,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491729913174:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491729913174%3Amatrix.theocloud.dev","duration":4.814782,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:35.790917428Z","message":"Request completed"} +{"level":"debug","transaction_id":"2938","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:35.794963597Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2938","time":"2026-03-06T19:24:35.795288852Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6890,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491729913174:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491729913174%3Amatrix.theocloud.dev","duration":10.822189,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491729913174 (WA)"},"time":"2026-03-06T19:24:35.802001805Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:35.802858839Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:35.968324938Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6891,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491729913174:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491729913174%3Amatrix.theocloud.dev","duration":2.224963,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:35.970862375Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6892,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-201528505827559:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":61.690571,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491739356181 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:36.033470184Z","message":"Request completed"} +{"level":"debug","transaction_id":"2939","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.046557216Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2939","time":"2026-03-06T19:24:36.046860052Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6893,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-201528505827559:matrix.theocloud.dev?user_id=%40whatsapp_lid-201528505827559%3Amatrix.theocloud.dev","duration":68.931391,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491739356181 (WA)","membership":"join"},"time":"2026-03-06T19:24:36.103196659Z","message":"Request completed"} +{"level":"debug","transaction_id":"2940","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.115763227Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2940","time":"2026-03-06T19:24:36.116060266Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6894,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-138035987497154:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":69.943265,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Claire✨ (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:36.174194403Z","message":"Request completed"} +{"level":"debug","transaction_id":"2941","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.189143149Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2941","time":"2026-03-06T19:24:36.189494595Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6895,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-138035987497154:matrix.theocloud.dev?user_id=%40whatsapp_lid-138035987497154%3Amatrix.theocloud.dev","duration":71.020442,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Claire✨ (WA)","membership":"join"},"time":"2026-03-06T19:24:36.246079561Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:36.247007904Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6896,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_380963593256%3Amatrix.theocloud.dev","duration":5.14765,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_380963593256","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:36.25244896Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6897,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380963593256:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380963593256%3Amatrix.theocloud.dev","duration":4.559299,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:36.257387084Z","message":"Request completed"} +{"level":"debug","transaction_id":"2942","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.260577056Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2942","time":"2026-03-06T19:24:36.2608896Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6898,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380963593256:matrix.theocloud.dev/displayname?user_id=%40whatsapp_380963593256%3Amatrix.theocloud.dev","duration":9.300817,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+380963593256 (WA)"},"time":"2026-03-06T19:24:36.266935211Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:36.267723939Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:36.422817842Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6899,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_380963593256:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_380963593256%3Amatrix.theocloud.dev","duration":1.720283,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:36.424789628Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6900,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-114310957285378:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.184915,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qowbxNqvTeLckjJmHZFKWdXe","com.beeper.exclude_from_timeline":true,"displayname":"Taha, (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:36.488606545Z","message":"Request completed"} +{"level":"debug","transaction_id":"2943","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.496936205Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2943","time":"2026-03-06T19:24:36.497268864Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6901,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-114310957285378:matrix.theocloud.dev?user_id=%40whatsapp_lid-114310957285378%3Amatrix.theocloud.dev","duration":66.612351,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/qowbxNqvTeLckjJmHZFKWdXe","com.beeper.exclude_from_timeline":true,"displayname":"Taha, (WA)","membership":"join"},"time":"2026-03-06T19:24:36.555993935Z","message":"Request completed"} +{"level":"debug","transaction_id":"2944","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.572069375Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2944","time":"2026-03-06T19:24:36.572347068Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6902,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-151414944854040:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":68.352749,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jonas (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:36.625609222Z","message":"Request completed"} +{"level":"debug","transaction_id":"2945","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.635565926Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2945","time":"2026-03-06T19:24:36.63582078Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6903,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-151414944854040:matrix.theocloud.dev?user_id=%40whatsapp_lid-151414944854040%3Amatrix.theocloud.dev","duration":49.423417,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jonas (WA)","membership":"join"},"time":"2026-03-06T19:24:36.675570563Z","message":"Request completed"} +{"level":"debug","transaction_id":"2946","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.686228553Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2946","time":"2026-03-06T19:24:36.686602768Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6904,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-168212561981526:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.950244,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Dya (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:36.737686543Z","message":"Request completed"} +{"level":"debug","transaction_id":"2947","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.750602392Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2947","time":"2026-03-06T19:24:36.750930161Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6905,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-168212561981526:matrix.theocloud.dev?user_id=%40whatsapp_lid-168212561981526%3Amatrix.theocloud.dev","duration":63.253779,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Dya (WA)","membership":"join"},"time":"2026-03-06T19:24:36.80167171Z","message":"Request completed"} +{"level":"debug","transaction_id":"2948","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.814346673Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2948","time":"2026-03-06T19:24:36.814646715Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6906,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-32156537630722:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":69.323696,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Aaron (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:36.87185642Z","message":"Request completed"} +{"level":"debug","transaction_id":"2949","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.887106884Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2949","time":"2026-03-06T19:24:36.887436889Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6907,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-32156537630722:matrix.theocloud.dev?user_id=%40whatsapp_lid-32156537630722%3Amatrix.theocloud.dev","duration":75.616269,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Aaron (WA)","membership":"join"},"time":"2026-03-06T19:24:36.948124875Z","message":"Request completed"} +{"level":"debug","transaction_id":"2950","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:36.962908165Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2950","time":"2026-03-06T19:24:36.963239985Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6908,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-256693099352121:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":79.478612,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jules (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:37.0286338Z","message":"Request completed"} +{"level":"debug","transaction_id":"2951","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:37.040207002Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2951","time":"2026-03-06T19:24:37.040452497Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6909,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-256693099352121:matrix.theocloud.dev?user_id=%40whatsapp_lid-256693099352121%3Amatrix.theocloud.dev","duration":48.325078,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Jules (WA)","membership":"join"},"time":"2026-03-06T19:24:37.077581381Z","message":"Request completed"} +{"level":"debug","transaction_id":"2952","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:37.087584112Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2952","time":"2026-03-06T19:24:37.087891976Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6910,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-242661625704624:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":69.66264,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uqwUMQmMtuKNwqDZtQRUNROn","com.beeper.exclude_from_timeline":true,"displayname":"Chris (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:37.148022761Z","message":"Request completed"} +{"level":"debug","transaction_id":"2953","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:37.163179637Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2953","time":"2026-03-06T19:24:37.163417171Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6911,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-242661625704624:matrix.theocloud.dev?user_id=%40whatsapp_lid-242661625704624%3Amatrix.theocloud.dev","duration":72.311056,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/uqwUMQmMtuKNwqDZtQRUNROn","com.beeper.exclude_from_timeline":true,"displayname":"Chris (WA)","membership":"join"},"time":"2026-03-06T19:24:37.221035592Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:37.221932925Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6912,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491704035395%3Amatrix.theocloud.dev","duration":12.078092,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491704035395","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:37.234313224Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6913,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491704035395:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491704035395%3Amatrix.theocloud.dev","duration":6.191791,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:37.240937896Z","message":"Request completed"} +{"level":"debug","transaction_id":"2954","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:37.243562077Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2954","time":"2026-03-06T19:24:37.243897949Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6914,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491704035395:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491704035395%3Amatrix.theocloud.dev","duration":9.71505,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491704035395 (WA)"},"time":"2026-03-06T19:24:37.250855489Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:37.251714967Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:37.408404276Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6915,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491704035395:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491704035395%3Amatrix.theocloud.dev","duration":2.646531,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:37.411399249Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6916,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-40566117134352:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":75.429301,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Mustafa (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:37.487842519Z","message":"Request completed"} +{"level":"debug","transaction_id":"2955","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:37.500928574Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2955","time":"2026-03-06T19:24:37.501270172Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6917,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-40566117134352:matrix.theocloud.dev?user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":74.569055,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Mustafa (WA)","membership":"join"},"time":"2026-03-06T19:24:37.563219928Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:37.564108181Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6918,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915257212017%3Amatrix.theocloud.dev","duration":8.677265,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915257212017","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:37.573062231Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6919,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915257212017:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915257212017%3Amatrix.theocloud.dev","duration":4.142132,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:37.577640038Z","message":"Request completed"} +{"level":"debug","transaction_id":"2956","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:37.580076693Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2956","time":"2026-03-06T19:24:37.580402367Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6920,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915257212017:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915257212017%3Amatrix.theocloud.dev","duration":10.267782,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915257212017 (WA)"},"time":"2026-03-06T19:24:37.588113854Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:37.588951751Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:37.879514387Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6921,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915257212017:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915257212017%3Amatrix.theocloud.dev","duration":2.814501,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:37.882706804Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6922,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-74122562388154:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.429362,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491733430974 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:37.94735163Z","message":"Request completed"} +{"level":"debug","transaction_id":"2957","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:37.963136108Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2957","time":"2026-03-06T19:24:37.963480221Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6923,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-74122562388154:matrix.theocloud.dev?user_id=%40whatsapp_lid-74122562388154%3Amatrix.theocloud.dev","duration":76.311547,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491733430974 (WA)","membership":"join"},"time":"2026-03-06T19:24:38.024448344Z","message":"Request completed"} +{"level":"debug","transaction_id":"2958","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:38.039488025Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2958","time":"2026-03-06T19:24:38.039816143Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6924,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-131026634416177:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":81.800935,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Karl (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:38.107244391Z","message":"Request completed"} +{"level":"debug","transaction_id":"2959","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:38.119958885Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2959","time":"2026-03-06T19:24:38.120286096Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6925,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-131026634416177:matrix.theocloud.dev?user_id=%40whatsapp_lid-131026634416177%3Amatrix.theocloud.dev","duration":72.098038,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Karl (WA)","membership":"join"},"time":"2026-03-06T19:24:38.180167405Z","message":"Request completed"} +{"level":"debug","transaction_id":"2960","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:38.189970247Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2960","time":"2026-03-06T19:24:38.190256041Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6926,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-40007670730843:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":82.079535,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dbcfiZwQrlEWDstcADbqIcQD","com.beeper.exclude_from_timeline":true,"displayname":"+491771848907 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:38.263263843Z","message":"Request completed"} +{"level":"debug","transaction_id":"2961","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:38.272080374Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2961","time":"2026-03-06T19:24:38.272436778Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6927,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-40007670730843:matrix.theocloud.dev?user_id=%40whatsapp_lid-40007670730843%3Amatrix.theocloud.dev","duration":59.301339,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/dbcfiZwQrlEWDstcADbqIcQD","com.beeper.exclude_from_timeline":true,"displayname":"+491771848907 (WA)","membership":"join"},"time":"2026-03-06T19:24:38.323160657Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:38.324266748Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6928,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4915111021159%3Amatrix.theocloud.dev","duration":6.106932,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4915111021159","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:38.330722053Z","message":"Request completed"} +{"level":"debug","transaction_id":"2962","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:38.334533412Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2962","time":"2026-03-06T19:24:38.334784425Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6929,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915111021159:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915111021159%3Amatrix.theocloud.dev","duration":5.307588,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:38.336297207Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6930,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915111021159:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4915111021159%3Amatrix.theocloud.dev","duration":4.128583,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4915111021159 (WA)"},"time":"2026-03-06T19:24:38.340563379Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:38.3410719Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:38.499684313Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6931,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4915111021159:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4915111021159%3Amatrix.theocloud.dev","duration":2.289148,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:38.502302208Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6932,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-191890615967944:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":64.646363,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WXFCwGrYJjAqeVGOQlsciqpp","com.beeper.exclude_from_timeline":true,"displayname":"davidevo_ (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:38.568014713Z","message":"Request completed"} +{"level":"debug","transaction_id":"2963","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:38.581344586Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2963","time":"2026-03-06T19:24:38.58163932Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6933,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-191890615967944:matrix.theocloud.dev?user_id=%40whatsapp_lid-191890615967944%3Amatrix.theocloud.dev","duration":65.54621,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/WXFCwGrYJjAqeVGOQlsciqpp","com.beeper.exclude_from_timeline":true,"displayname":"davidevo_ (WA)","membership":"join"},"time":"2026-03-06T19:24:38.634253059Z","message":"Request completed"} +{"level":"debug","transaction_id":"2964","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:38.649318162Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2964","time":"2026-03-06T19:24:38.649689792Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6934,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101455885258766:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":78.017653,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kpIsBtlWKvidTtFuTgqNYJHg","com.beeper.exclude_from_timeline":true,"displayname":"dokkis (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:38.713366885Z","message":"Request completed"} +{"level":"debug","transaction_id":"2965","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:38.722933521Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2965","time":"2026-03-06T19:24:38.723254097Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6935,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-101455885258766:matrix.theocloud.dev?user_id=%40whatsapp_lid-101455885258766%3Amatrix.theocloud.dev","duration":70.718584,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/kpIsBtlWKvidTtFuTgqNYJHg","com.beeper.exclude_from_timeline":true,"displayname":"dokkis (WA)","membership":"join"},"time":"2026-03-06T19:24:38.784728087Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:38.7855502Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6936,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4917632073067%3Amatrix.theocloud.dev","duration":7.931909,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4917632073067","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:38.793748976Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6937,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917632073067:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917632073067%3Amatrix.theocloud.dev","duration":3.77972,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:38.797902283Z","message":"Request completed"} +{"level":"debug","transaction_id":"2966","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:38.80037316Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2966","time":"2026-03-06T19:24:38.800661818Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6938,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917632073067:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4917632073067%3Amatrix.theocloud.dev","duration":9.067893,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+4917632073067 (WA)"},"time":"2026-03-06T19:24:38.807203588Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:38.807966055Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:38.956465667Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6939,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4917632073067:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4917632073067%3Amatrix.theocloud.dev","duration":2.427086,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:38.959266339Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6940,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-208864729415934:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":99.986728,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491624100405 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:39.060251461Z","message":"Request completed"} +{"level":"debug","transaction_id":"2967","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:39.077457857Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2967","time":"2026-03-06T19:24:39.07773513Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6941,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-208864729415934:matrix.theocloud.dev?user_id=%40whatsapp_lid-208864729415934%3Amatrix.theocloud.dev","duration":82.941109,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491624100405 (WA)","membership":"join"},"time":"2026-03-06T19:24:39.143935343Z","message":"Request completed"} +{"level":"debug","transaction_id":"2968","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:39.152526911Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2968","time":"2026-03-06T19:24:39.152818922Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6942,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127023708139556:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":74.11976,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491749442314 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:39.219154628Z","message":"Request completed"} +{"level":"debug","transaction_id":"2969","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:39.233595202Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2969","time":"2026-03-06T19:24:39.233925626Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6943,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-127023708139556:matrix.theocloud.dev?user_id=%40whatsapp_lid-127023708139556%3Amatrix.theocloud.dev","duration":78.641554,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+491749442314 (WA)","membership":"join"},"time":"2026-03-06T19:24:39.29841198Z","message":"Request completed"} +{"level":"debug","transaction_id":"2970","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:39.310399417Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2970","time":"2026-03-06T19:24:39.310675922Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6944,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-183953482854532:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.991392,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tmSasSjAiixhQfdTpmlCdZGi","com.beeper.exclude_from_timeline":true,"displayname":"+491729913174 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:39.376428585Z","message":"Request completed"} +{"level":"debug","transaction_id":"2971","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:39.38715104Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2971","time":"2026-03-06T19:24:39.387466797Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6945,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-183953482854532:matrix.theocloud.dev?user_id=%40whatsapp_lid-183953482854532%3Amatrix.theocloud.dev","duration":59.527488,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/tmSasSjAiixhQfdTpmlCdZGi","com.beeper.exclude_from_timeline":true,"displayname":"+491729913174 (WA)","membership":"join"},"time":"2026-03-06T19:24:39.436634172Z","message":"Request completed"} +{"level":"debug","transaction_id":"2972","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:39.447509371Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2972","time":"2026-03-06T19:24:39.447756612Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6946,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-156203732750524:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":60.823201,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Wally (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:39.498110816Z","message":"Request completed"} +{"level":"debug","transaction_id":"2973","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:39.509380135Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2973","time":"2026-03-06T19:24:39.509666907Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6947,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-156203732750524:matrix.theocloud.dev?user_id=%40whatsapp_lid-156203732750524%3Amatrix.theocloud.dev","duration":55.03,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"Wally (WA)","membership":"join"},"time":"2026-03-06T19:24:39.553676016Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:39.554656391Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6948,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_4916097387534%3Amatrix.theocloud.dev","duration":5.203453,"status_code":200,"response_length":95,"response_mime":"application/json","req_body":{"username":"whatsapp_4916097387534","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:39.560141658Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6949,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916097387534:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4916097387534%3Amatrix.theocloud.dev","duration":4.673491,"status_code":200,"response_length":40,"response_mime":"application/json","time":"2026-03-06T19:24:39.565126297Z","message":"Request completed"} +{"level":"debug","transaction_id":"2974","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:39.568818365Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2974","time":"2026-03-06T19:24:39.569142293Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6950,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916097387534:matrix.theocloud.dev/displayname?user_id=%40whatsapp_4916097387534%3Amatrix.theocloud.dev","duration":10.004127,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"Juan Pablo (WA)"},"time":"2026-03-06T19:24:39.575351475Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:39.575977191Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:39.725898301Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6951,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_4916097387534:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_4916097387534%3Amatrix.theocloud.dev","duration":2.352565,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:39.728576679Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:39.72942163Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6952,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491629094532%3Amatrix.theocloud.dev","duration":3.576619,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491629094532","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:39.733276082Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6953,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491629094532:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491629094532%3Amatrix.theocloud.dev","duration":2.2485,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:39.735855704Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6954,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491629094532:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491629094532%3Amatrix.theocloud.dev","duration":6.752344,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491629094532 (WA)"},"time":"2026-03-06T19:24:39.742767777Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:39.743583185Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:39.92616202Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6955,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491629094532:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491629094532%3Amatrix.theocloud.dev","duration":2.494414,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:39.929085196Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6956,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-270832349786148:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":76.028197,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"MrCarter (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:40.006149503Z","message":"Request completed"} +{"level":"debug","transaction_id":"2975","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.016415259Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2975","time":"2026-03-06T19:24:40.01672913Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6957,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-270832349786148:matrix.theocloud.dev?user_id=%40whatsapp_lid-270832349786148%3Amatrix.theocloud.dev","duration":51.184487,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"MrCarter (WA)","membership":"join"},"time":"2026-03-06T19:24:40.05804673Z","message":"Request completed"} +{"level":"debug","transaction_id":"2976","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.06855875Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2976","time":"2026-03-06T19:24:40.068848805Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6958,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66993117999129:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":51.95366,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gorgSLdztPtQjtXDzzPCYOLG","com.beeper.exclude_from_timeline":true,"displayname":"+4915257212017 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:40.110824668Z","message":"Request completed"} +{"level":"debug","transaction_id":"2977","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.120624926Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2977","time":"2026-03-06T19:24:40.120899127Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6959,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-66993117999129:matrix.theocloud.dev?user_id=%40whatsapp_lid-66993117999129%3Amatrix.theocloud.dev","duration":60.440955,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/gorgSLdztPtQjtXDzzPCYOLG","com.beeper.exclude_from_timeline":true,"displayname":"+4915257212017 (WA)","membership":"join"},"time":"2026-03-06T19:24:40.171948051Z","message":"Request completed"} +{"level":"debug","transaction_id":"2978","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.186219397Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2978","time":"2026-03-06T19:24:40.186593332Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6960,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-261430381154547:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":81.682274,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917672718576 (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:40.254829305Z","message":"Request completed"} +{"level":"debug","transaction_id":"2979","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.268166512Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2979","time":"2026-03-06T19:24:40.26863655Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6961,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-261430381154547:matrix.theocloud.dev?user_id=%40whatsapp_lid-261430381154547%3Amatrix.theocloud.dev","duration":80.425952,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"com.beeper.exclude_from_timeline":true,"displayname":"+4917672718576 (WA)","membership":"join"},"time":"2026-03-06T19:24:40.335954098Z","message":"Request completed"} +{"level":"debug","transaction_id":"2980","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.349219996Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2980","time":"2026-03-06T19:24:40.349595957Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6962,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-62921489018884:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":67.154537,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KaEibHlhaiLVpwVMsqKOOYvc","com.beeper.exclude_from_timeline":true,"displayname":"Nate Jo (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:40.404092641Z","message":"Request completed"} +{"level":"debug","transaction_id":"2981","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.421699931Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2981","time":"2026-03-06T19:24:40.421922308Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6963,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-62921489018884:matrix.theocloud.dev?user_id=%40whatsapp_lid-62921489018884%3Amatrix.theocloud.dev","duration":66.297154,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/KaEibHlhaiLVpwVMsqKOOYvc","com.beeper.exclude_from_timeline":true,"displayname":"Nate Jo (WA)","membership":"join"},"time":"2026-03-06T19:24:40.470908233Z","message":"Request completed"} +{"level":"debug","transaction_id":"2982","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.484537311Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2982","time":"2026-03-06T19:24:40.484846921Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6964,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-224927957410033:matrix.theocloud.dev?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":63.821038,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pRZshXqBfCrhzBxwISlhmuiI","com.beeper.exclude_from_timeline":true,"displayname":"Esther (WA)","fi.mau.will_auto_accept":true,"membership":"invite"},"time":"2026-03-06T19:24:40.535543142Z","message":"Request completed"} +{"level":"debug","transaction_id":"2983","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.546089454Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2983","time":"2026-03-06T19:24:40.546429376Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6965,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.member/@whatsapp_lid-224927957410033:matrix.theocloud.dev?user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":52.572601,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"avatar_url":"mxc://matrix.theocloud.dev/pRZshXqBfCrhzBxwISlhmuiI","com.beeper.exclude_from_timeline":true,"displayname":"Esther (WA)","membership":"join"},"time":"2026-03-06T19:24:40.588851322Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","has_name":false,"name_set":false,"has_avatar":false,"avatar_set":false,"time":"2026-03-06T19:24:40.589893367Z","message":"Updating ghost info in IfNecessary call"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6966,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/register?user_id=%40whatsapp_491783144400%3Amatrix.theocloud.dev","duration":6.311919,"status_code":200,"response_length":94,"response_mime":"application/json","req_body":{"username":"whatsapp_491783144400","inhibit_login":true,"type":"m.login.application_service"},"time":"2026-03-06T19:24:40.596488567Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6967,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783144400:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783144400%3Amatrix.theocloud.dev","duration":4.272806,"status_code":200,"response_length":39,"response_mime":"application/json","time":"2026-03-06T19:24:40.601186642Z","message":"Request completed"} +{"level":"debug","transaction_id":"2984","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.604472438Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2984","time":"2026-03-06T19:24:40.604778277Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6968,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783144400:matrix.theocloud.dev/displayname?user_id=%40whatsapp_491783144400%3Amatrix.theocloud.dev","duration":10.373034,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"displayname":"+491783144400 (WA)"},"time":"2026-03-06T19:24:40.611741056Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:40.612342188Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:40.76843239Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6969,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/profile/@whatsapp_491783144400:matrix.theocloud.dev/avatar_url?user_id=%40whatsapp_491783144400%3Amatrix.theocloud.dev","duration":2.502586,"status_code":200,"response_length":19,"response_mime":"application/json","time":"2026-03-06T19:24:40.771354169Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","req_id":6970,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/state/m.room.power_levels/?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":62.993477,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"users":{"@whatsapp_lid-21079833710744:matrix.theocloud.dev":50,"@whatsapp_lid-239363409617131:matrix.theocloud.dev":50,"@whatsapp_lid-275883097071617:matrix.theocloud.dev":50,"@whatsapp_lid-38504566390811:matrix.theocloud.dev":50,"@whatsapp_lid-44419206123644:matrix.theocloud.dev":75,"@whatsapp_lid-80358888464591:matrix.theocloud.dev":50,"@whatsappbot:matrix.theocloud.dev":9001},"events":{"com.beeper.disappearing_timer":50,"m.room.avatar":50,"m.room.encryption":100,"m.room.name":50,"m.room.server_acl":100,"m.room.tombstone":100,"m.room.topic":50},"state_default":99,"invite":0,"kick":50,"ban":99,"redact":50},"time":"2026-03-06T19:24:40.835171086Z","message":"Request completed"} +{"level":"info","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","latest_message_id":"","time":"2026-03-06T19:24:40.835700071Z","message":"Fetching messages for forward backfill"} +{"level":"debug","transaction_id":"2985","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:40.846705526Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2985","time":"2026-03-06T19:24:40.847006336Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6971,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":24.33945,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<52289 bytes>","time":"2026-03-06T19:24:40.882020189Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6972,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":236.506027,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<324666 bytes>","time":"2026-03-06T19:24:41.137104591Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6973,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":208.740188,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<270400 bytes>","time":"2026-03-06T19:24:41.361089097Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6974,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":22.544435,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2645717 bytes>","time":"2026-03-06T19:24:41.733490452Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6975,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":183.584563,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<207852 bytes>","time":"2026-03-06T19:24:41.932052536Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6976,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":147.900575,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<179095 bytes>","time":"2026-03-06T19:24:42.093609427Z","message":"Request completed"} +{"level":"debug","transaction_id":"2986","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:42.244352231Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2986","time":"2026-03-06T19:24:42.244656184Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","portal_mxid":"!JmVDWCppZlZeFbcgKz:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$w0wPintPGC85thlyQ-5New5_1v8-aKtLyXA_oQ2Cbu8","event_type":"m.room.member","event_id":"$w0wPintPGC85thlyQ-5New5_1v8-aKtLyXA_oQ2Cbu8","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:42.245182794Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"491605556877@s.whatsapp.net","portal_mxid":"!JmVDWCppZlZeFbcgKz:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$w0wPintPGC85thlyQ-5New5_1v8-aKtLyXA_oQ2Cbu8","event_type":"m.room.member","event_id":"$w0wPintPGC85thlyQ-5New5_1v8-aKtLyXA_oQ2Cbu8","sender":"@theo:matrix.theocloud.dev","login_id":"4917641870516","membership":"leave","prev_membership":"join","target_user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:24:42.246402029Z","message":"Dropping leave event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6977,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":191.216361,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<193079 bytes>","time":"2026-03-06T19:24:42.545130964Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6978,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":107.456561,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<189097 bytes>","time":"2026-03-06T19:24:42.66656728Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:24:42.801896957Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:24:42.968217924Z","message":"Failed to download media due to network error: stream error: stream ID 279; INTERNAL_ERROR; received from peer, retrying in 1s..."} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:24:43.994451401Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"warn","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:24:44.127067288Z","message":"Failed to download media due to network error: stream error: stream ID 283; INTERNAL_ERROR; received from peer, retrying in 1s..."} +{"level":"debug","transaction_id":"2987","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:44.373156294Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2987","time":"2026-03-06T19:24:44.373553905Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","portal_mxid":"!fWHCoPezLmCifCgnUg:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$jJKlFJgF3vBI8g9SEROj6QxtGapkTJvzz4HOoAron_I","event_type":"m.room.member","event_id":"$jJKlFJgF3vBI8g9SEROj6QxtGapkTJvzz4HOoAron_I","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:44.374130103Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"2988","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:44.55009558Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2988","time":"2026-03-06T19:24:44.550211239Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","error":"failed to download media: download failed with status code 410","media_type":"video attachment","time":"2026-03-06T19:24:45.154544165Z","message":"Failed to reupload WhatsApp attachment"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6979,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":94.416742,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<64264 bytes>","time":"2026-03-06T19:24:45.263157103Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6980,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=image.jpg&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":218.972909,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<366996 bytes>","time":"2026-03-06T19:24:46.333839974Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_count":100,"mark_read":true,"aggressive_deduplication":false,"time":"2026-03-06T19:24:46.33416488Z","message":"Fetched messages for forward backfill, deduplicating before sending"} +{"level":"info","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_count":100,"batch_send":false,"mark_read":true,"mark_read_past_threshold":false,"time":"2026-03-06T19:24:46.33424869Z","message":"Sending backfill messages"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6981,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086334634080_3?ts=1770495910000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":44.01798,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Auch Calisthenics 💪🏽","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:46.378802708Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A851C196767FA16AD27","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-07T20:25:10Z","event_id":"$L6RO7N4UMq_mRECsH1iFT7XvGERNxJfQjLurkNytQI8","part_id":"","time":"2026-03-06T19:24:46.378932754Z","message":"Sent message part to Matrix"} +{"level":"warn","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","reply_to":{"MessageID":"120363163455706585@g.us:84533647044725@lid:3A296F0679AFAEC31066","PartID":null},"time":"2026-03-06T19:24:46.379774632Z","message":"Reply target message not found in database"} +{"level":"debug","transaction_id":"2989","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.387723443Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2989","time":"2026-03-06T19:24:46.387833235Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6982,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086379976407_4?ts=1770495946000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":34.829469,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Gute Besserung 💐","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:46.414929776Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3AEEB3C02FDB47A2AD41","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-07T20:25:46Z","event_id":"$n_lNb-NpAu1KKLzghw4OLCBAkGOzs5VyKhkyAZGBvbw","part_id":"","time":"2026-03-06T19:24:46.415026088Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2990","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.423590768Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2990","time":"2026-03-06T19:24:46.423679467Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6983,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086415910500_1?ts=1770496009000&user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":32.871513,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"In Carl-Sonnenschein-Grundschule?","m.mentions":{"user_ids":["@whatsapp_lid-44419206123644:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$L6RO7N4UMq_mRECsH1iFT7XvGERNxJfQjLurkNytQI8"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:46.448910662Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:206734241087531@lid:3ADCA1A0762C7D29A379","sender_id":{"user_id":"lid-206734241087531","sender_login":"4915226357423"},"message_ts":"2026-02-07T20:26:49Z","event_id":"$sFV0hQ-kYYxqhLa44XkKtxTQWbsGbke1uGBQ8KCberM","part_id":"","time":"2026-03-06T19:24:46.449032327Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2991","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.467959494Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2991","time":"2026-03-06T19:24:46.46805881Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2992","content":{"pdu":0,"unstable_edu":5,"unstable_to_device":0},"time":"2026-03-06T19:24:46.487388618Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2992","time":"2026-03-06T19:24:46.487542899Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6984,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825086449653713_5?ts=1770496045395&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":65.660891,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$sFV0hQ-kYYxqhLa44XkKtxTQWbsGbke1uGBQ8KCberM","key":"👍🏽"}},"time":"2026-03-06T19:24:46.515433475Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:206734241087531@lid:3ADCA1A0762C7D29A379","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-02-07T20:27:25.395Z","event_id":"$IaNhG4SV-c_hiFNv9RYZiGNk7haDODUfi5SBMk1QJOA","time":"2026-03-06T19:24:46.515540683Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2993","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.523386826Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2993","time":"2026-03-06T19:24:46.523469798Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6985,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086515986067_2?ts=1770558944000&user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":32.468034,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich bin auf dem Weg","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:46.548543429Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:206734241087531@lid:3AC12B072F69A41A0160","sender_id":{"user_id":"lid-206734241087531","sender_login":"4915226357423"},"message_ts":"2026-02-08T13:55:44Z","event_id":"$fxNMZmtVJi-F786sLNceJnAxjEAwgJlMJPBF7Gdt6H8","part_id":"","time":"2026-03-06T19:24:46.54862724Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2994","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.557357725Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2994","time":"2026-03-06T19:24:46.557435459Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6986,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086549233470_3?ts=1770560301000&user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":32.712691,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sorry Leute, wo ist der Eingang? Ich bin ja draußen an der Schule.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:46.582064823Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:206734241087531@lid:3ADBE9E5B6B470FE1482","sender_id":{"user_id":"lid-206734241087531","sender_login":"4915226357423"},"message_ts":"2026-02-08T14:18:21Z","event_id":"$jeBdvas816XiicDpZ5BpbtHe7r44fJbRL9KvHoq5cl8","part_id":"","time":"2026-03-06T19:24:46.582174895Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2995","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.58783805Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2995","time":"2026-03-06T19:24:46.587913759Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6987,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086583136203_2?ts=1770560917000&user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":31.867601,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":366996,"w":945},"m.mentions":{"user_ids":["@whatsapp_lid-206734241087531:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$jeBdvas816XiicDpZ5BpbtHe7r44fJbRL9KvHoq5cl8"}},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/TJFVIRluylFNZwxgAVUTnHqD"},"time":"2026-03-06T19:24:46.61516919Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:38504566390811@lid:3AB0A600430E5CE7E6E3","sender_id":{"user_id":"lid-38504566390811","sender_login":"4917656979328"},"message_ts":"2026-02-08T14:28:37Z","event_id":"$ZlOh8KUm7_uSBRt5CcFKQKubQz_FJX6i9jrgqG3Edsw","part_id":"","time":"2026-03-06T19:24:46.615245737Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2996","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.625015055Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2996","time":"2026-03-06T19:24:46.625131412Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"2997","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:46.650997193Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2997","time":"2026-03-06T19:24:46.651066476Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6988,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825086616050948_3?ts=1770565035756&user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":58.416717,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$ZlOh8KUm7_uSBRt5CcFKQKubQz_FJX6i9jrgqG3Edsw","key":"❤️"}},"time":"2026-03-06T19:24:46.674594359Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:38504566390811@lid:3AB0A600430E5CE7E6E3","target_part_id":"","reaction_sender_id":{"user_id":"lid-40566117134352","sender_login":"491777059558"},"reaction_ts":"2026-02-08T15:37:15.756Z","event_id":"$ZANvP3yosRU9ZXDLk6d7D0sbzUZ_hp9M12vhJthuqvA","time":"2026-03-06T19:24:46.674733135Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"2998","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.688023059Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2998","time":"2026-03-06T19:24:46.68809353Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6989,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086675454815_6?ts=1770672605000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":48.471397,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Das Outdoor Training findet ab diese Woche wieder regelmäßig statt 💪🏽 Let’s goooo 🥷🏽🐉\n\n1. Dienstag 18-19 Uhr Endurance mit Burak 💪🏽\n\n2. Donnerstag 18-20 Uhr Skills mit Artur\n\n3. Freitag 18-19:30 Uhr Weighted mit Nes\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Dienstag 18-19 Uhr Endurance mit Burak 💪🏽","Donnerstag 18-20 Uhr Skills mit Artur","Freitag 18-19:30 Uhr Weighted mit Nes"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eDas Outdoor Training findet ab diese Woche wieder regelmäßig statt 💪🏽 Let’s goooo 🥷🏽🐉\u003c/p\u003e\u003col\u003e\u003cli\u003eDienstag 18-19 Uhr Endurance mit Burak 💪🏽\u003c/li\u003e\u003cli\u003eDonnerstag 18-20 Uhr Skills mit Artur\u003c/li\u003e\u003cli\u003eFreitag 18-19:30 Uhr Weighted mit Nes\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eDas Outdoor Training findet ab diese Woche wieder regelmäßig statt 💪🏽 Let’s goooo 🥷🏽🐉\u003c/p\u003e\u003col\u003e\u003cli\u003eDienstag 18-19 Uhr Endurance mit Burak 💪🏽\u003c/li\u003e\u003cli\u003eDonnerstag 18-20 Uhr Skills mit Artur\u003c/li\u003e\u003cli\u003eFreitag 18-19:30 Uhr Weighted mit Nes\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Das Outdoor Training findet ab diese Woche wieder regelmäßig statt 💪🏽 Let’s goooo 🥷🏽🐉\n\n1. Dienstag 18-19 Uhr Endurance mit Burak 💪🏽\n\n2. Donnerstag 18-20 Uhr Skills mit Artur\n\n3. Freitag 18-19:30 Uhr Weighted mit Nes\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"b90f39ac74b0d8155e6888196d74f6c3d2c86a19a142bee7f0129bdcd6ee7b00","org.matrix.msc1767.text":"Dienstag 18-19 Uhr Endurance mit Burak 💪🏽"},{"id":"094b1dd3e6c4c8b0eaea3c0691887c22d6f7d1d30a5f2363270b6d2cf0671c06","org.matrix.msc1767.text":"Donnerstag 18-20 Uhr Skills mit Artur"},{"id":"ed6cf397b8d514b64be37118c67d8d3e33d6d13ffcce1db688294f0259ee0499","org.matrix.msc1767.text":"Freitag 18-19:30 Uhr Weighted mit Nes"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":3,"question":{"org.matrix.msc1767.text":"Das Outdoor Training findet ab diese Woche wieder regelmäßig statt 💪🏽 Let’s goooo 🥷🏽🐉"}}},"time":"2026-03-06T19:24:46.72429002Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3AC5F8F82D6BF4E9A8EC","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-09T21:30:05Z","event_id":"$lyH4T2E3HIQgoEs0whkO2FVyB50CIxjVlVznxD8RcEk","part_id":"","time":"2026-03-06T19:24:46.724552348Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"2999","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.736650694Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"2999","time":"2026-03-06T19:24:46.736775152Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6990,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086725484182_7?ts=1770672833000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":34.180355,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"↷ Forwarded\n\nhttps://m.youtube.com/watch?v=bvRcUVjt1Zs\u0026pp=0gcJCTMBo7VqN5tD\u0026fbclid=PAZnRzaAP2rthleHRuA2FlbQIxMQBzcnRjBmFwcF9pZA8xMjQwMjQ1NzQyODc0MTQAAaeMZLSiiQH9KxZgfZytdbBg6T1npNmr0rRt0PdjkklbZPiqFWn12bfgOXepxg_aem_KHFFLn57zDBw5Od6iBLCIg#searching","format":"org.matrix.custom.html","formatted_body":"\u003cp data-mx-forwarded-notice\u003e\u003cem\u003e↷ Forwarded\u003c/em\u003e\u003c/p\u003ehttps://m.youtube.com/watch?v=bvRcUVjt1Zs\u0026amp;pp=0gcJCTMBo7VqN5tD\u0026amp;fbclid=PAZnRzaAP2rthleHRuA2FlbQIxMQBzcnRjBmFwcF9pZA8xMjQwMjQ1NzQyODc0MTQAAaeMZLSiiQH9KxZgfZytdbBg6T1npNmr0rRt0PdjkklbZPiqFWn12bfgOXepxg_aem_KHFFLn57zDBw5Od6iBLCIg#searching","m.mentions":{},"com.beeper.linkpreviews":[{"og:title":"Winter League Woche 2 - Rostock / Berlin","og:type":"video.other","og:description":"In der 2. Woche der Winter League 2026 waren wir zu Gast im Straßensport Gym in Rostock und bei den Jungs von Barsover9000 in Berlin.","og:image":"mxc://matrix.theocloud.dev/mzVDRfksoHZRtXcvFERtZVMC","matrix:image:size":64264,"og:image:width":1024,"og:image:height":576,"og:image:type":"image/jpeg","matched_url":"https://m.youtube.com/watch?v=bvRcUVjt1Zs\u0026pp=0gcJCTMBo7VqN5tD\u0026fbclid=PAZnRzaAP2rthleHRuA2FlbQIxMQBzcnRjBmFwcF9pZA8xMjQwMjQ1NzQyODc0MTQAAaeMZLSiiQH9KxZgfZytdbBg6T1npNmr0rRt0PdjkklbZPiqFWn12bfgOXepxg_aem_KHFFLn57zDBw5Od6iBLCIg#searching"}],"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:46.759864775Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A097BF64DBA7B536E2B","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-09T21:33:53Z","event_id":"$pmBmrSTi-g7T_EoSysSGUMw7gGKHeB2Ehpx1IFMHeOw","part_id":"","time":"2026-03-06T19:24:46.760056981Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3000","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.769857449Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3000","time":"2026-03-06T19:24:46.769986308Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6991,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086760991470_22?ts=1770751236000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":33.573706,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hammer Training heute!! Gut durchgezogen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:46.794688727Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:21079833710744@lid:3A9E4C52C7E9FB64FFFD","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-10T19:20:36Z","event_id":"$Bg-lGdouTt2TXYcbOtiP0vLwcufD8qjrToe90ik6O8I","part_id":"","time":"2026-03-06T19:24:46.79482443Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3001","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.803630205Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3001","time":"2026-03-06T19:24:46.803714295Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6992,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825086795696899_8?ts=1770754039631&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":37.359503,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$Bg-lGdouTt2TXYcbOtiP0vLwcufD8qjrToe90ik6O8I","key":"❤️"}},"time":"2026-03-06T19:24:46.833189242Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:21079833710744@lid:3A9E4C52C7E9FB64FFFD","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-02-10T20:07:19.631Z","event_id":"$OC1-ONqNkp3zyQoMjJWuQwhsyKX52cLivsaVBUVyyO0","time":"2026-03-06T19:24:46.833360425Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3002","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.84342301Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3002","time":"2026-03-06T19:24:46.84349411Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6993,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825086833918883_2?ts=1770751254400&user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":41.254743,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$Bg-lGdouTt2TXYcbOtiP0vLwcufD8qjrToe90ik6O8I","key":"💪"}},"time":"2026-03-06T19:24:46.875287538Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:21079833710744@lid:3A9E4C52C7E9FB64FFFD","target_part_id":"","reaction_sender_id":{"user_id":"lid-87162133413943","sender_login":"491772982858"},"reaction_ts":"2026-02-10T19:20:54.4Z","event_id":"$hr9PG-F3oQ9vYosOjGcxjeDVLfHKCAYz2D2XJ1B_a-8","time":"2026-03-06T19:24:46.87543728Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3003","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.885296973Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3003","time":"2026-03-06T19:24:46.885385184Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6994,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825086875996995_1?ts=1770751552434&user_id=%40whatsapp_lid-101992705880128%3Amatrix.theocloud.dev","duration":38.479563,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$Bg-lGdouTt2TXYcbOtiP0vLwcufD8qjrToe90ik6O8I","key":"❤️"}},"time":"2026-03-06T19:24:46.914589562Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:21079833710744@lid:3A9E4C52C7E9FB64FFFD","target_part_id":"","reaction_sender_id":{"user_id":"lid-101992705880128","sender_login":"4915770291784"},"reaction_ts":"2026-02-10T19:25:52.434Z","event_id":"$LWgTPA14QmPQF81PBZSp5yXj0NHoSQyGuUMK83xpuLQ","time":"2026-03-06T19:24:46.914742167Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3004","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.924255444Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3004","time":"2026-03-06T19:24:46.924324867Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6995,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825086915254809_2?ts=1770758191749&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":37.605487,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$Bg-lGdouTt2TXYcbOtiP0vLwcufD8qjrToe90ik6O8I","key":"💪"}},"time":"2026-03-06T19:24:46.952984336Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:21079833710744@lid:3A9E4C52C7E9FB64FFFD","target_part_id":"","reaction_sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"reaction_ts":"2026-02-10T21:16:31.749Z","event_id":"$_yE93siBJRPu8X6QwIl0CoiSaRA9pLqIt6j2nYjsIBI","time":"2026-03-06T19:24:46.953122553Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3005","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.963521219Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3005","time":"2026-03-06T19:24:46.963626542Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6996,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086954352544_9?ts=1770895283000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":35.08146,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Heute gibst in der Jugendfreizeiteinrichtung auch MMA Training mit Vlad 💪🏽🥊🥷🏽","m.mentions":{"user_ids":["@whatsapp_lid-44419206123644:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$lyH4T2E3HIQgoEs0whkO2FVyB50CIxjVlVznxD8RcEk"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:46.989574736Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A6C2F9F1CE80E60C396","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-12T11:21:23Z","event_id":"$aHJXL75GMoFs_VWm3-a4ry_zwCpuHhqKjW6NLnM8_1I","part_id":"","time":"2026-03-06T19:24:46.989711068Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3006","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:46.999802079Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3006","time":"2026-03-06T19:24:46.999896715Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6997,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825086990601836_2?ts=1770895752000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":35.286098,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Heute 18 Uhr Boxen/Thaiboxen + calisthencis - mit Coach Vlad \u0026 artur\n\n1. Yes 🙌\n\n2. Nächstes Mal ✌🏼\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Yes 🙌","Nächstes Mal ✌🏼"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eHeute 18 Uhr Boxen/Thaiboxen + calisthencis - mit Coach Vlad \u0026amp; artur\u003c/p\u003e\u003col\u003e\u003cli\u003eYes 🙌\u003c/li\u003e\u003cli\u003eNächstes Mal ✌🏼\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eHeute 18 Uhr Boxen/Thaiboxen + calisthencis - mit Coach Vlad \u0026amp; artur\u003c/p\u003e\u003col\u003e\u003cli\u003eYes 🙌\u003c/li\u003e\u003cli\u003eNächstes Mal ✌🏼\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Heute 18 Uhr Boxen/Thaiboxen + calisthencis - mit Coach Vlad \u0026 artur\n\n1. Yes 🙌\n\n2. Nächstes Mal ✌🏼\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"36c18028550aeb6dda59c9cfeaf141b5170af542d57fffc1fb908ddb02d491f1","org.matrix.msc1767.text":"Yes 🙌"},{"id":"d5095e56f5c7a9c88bc73b6240b567ce58aa1a0bf18a90198ab102f8120d1526","org.matrix.msc1767.text":"Nächstes Mal ✌🏼"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":2,"question":{"org.matrix.msc1767.text":"Heute 18 Uhr Boxen/Thaiboxen + calisthencis - mit Coach Vlad \u0026 artur"}}},"time":"2026-03-06T19:24:47.02620341Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3ACF3C3E876980A68783","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-02-12T11:29:12Z","event_id":"$_E4EU7vW9fgaiCou617FR-k8viFndfWUmaX_BQQHh3Y","part_id":"","time":"2026-03-06T19:24:47.02643794Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3007","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.045165568Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3007","time":"2026-03-06T19:24:47.045296802Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3008","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:47.057825376Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3008","time":"2026-03-06T19:24:47.057907929Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6998,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087027446112_4?ts=1770915114000&user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":60.822223,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"wo macht ihr denn immer dieses box training?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.088443988Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:40566117134352@lid:AC5C50D5057C11368860708D4B8A315E","sender_id":{"user_id":"lid-40566117134352","sender_login":"491777059558"},"message_ts":"2026-02-12T16:51:54Z","event_id":"$bM_9mAqRAzPdc1OS0BTuNrByMZ7YkaijLI_QQ-ktzeU","part_id":"","time":"2026-03-06T19:24:47.088600924Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3009","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.101444975Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3009","time":"2026-03-06T19:24:47.101543732Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3010","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:47.124557925Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3010","time":"2026-03-06T19:24:47.124650536Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":6999,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825087089580391_1?ts=1770917358715&user_id=%40whatsapp_lid-223072531550244%3Amatrix.theocloud.dev","duration":59.300501,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$bM_9mAqRAzPdc1OS0BTuNrByMZ7YkaijLI_QQ-ktzeU","key":"👍️"}},"time":"2026-03-06T19:24:47.149007166Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:40566117134352@lid:AC5C50D5057C11368860708D4B8A315E","target_part_id":"","reaction_sender_id":{"user_id":"lid-223072531550244","sender_login":"4917663273910"},"reaction_ts":"2026-02-12T17:29:18.715Z","event_id":"$s1alKzG6UE5EsrgvLMcqETwqQy1EDBoCLb-LrOz_jv0","time":"2026-03-06T19:24:47.149142521Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3011","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.157006264Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3011","time":"2026-03-06T19:24:47.157135402Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7000,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087149850721_3?ts=1770915148000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":37.913492,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"steht alles in der Gruppen Beschreibung 🙌","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.187909344Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3A32ED8CCAB188116F4D","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-02-12T16:52:28Z","event_id":"$t6C7ebu5Cqhhbrc9y77Sq8nwFEDZnYyTF0miEkrVSAk","part_id":"","time":"2026-03-06T19:24:47.188054127Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3012","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.198425484Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3012","time":"2026-03-06T19:24:47.19853388Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7001,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825087188810727_5?ts=1770922590100&user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":49.555767,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$t6C7ebu5Cqhhbrc9y77Sq8nwFEDZnYyTF0miEkrVSAk","key":"💪"}},"time":"2026-03-06T19:24:47.238476077Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:239363409617131@lid:3A32ED8CCAB188116F4D","target_part_id":"","reaction_sender_id":{"user_id":"lid-40566117134352","sender_login":"491777059558"},"reaction_ts":"2026-02-12T18:56:30.1Z","event_id":"$KqBYzky9aGir7pFvux-RKWy6oijPoQQ-AmsOtb8O-jg","time":"2026-03-06T19:24:47.238614574Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3013","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.250362731Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3013","time":"2026-03-06T19:24:47.250481254Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7002,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087239208652_1?ts=1770988833000&user_id=%40whatsapp_lid-243705789296680%3Amatrix.theocloud.dev","duration":44.769831,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ist morgen die Sporthalle auf ?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.284126199Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:243705789296680@lid:ACD4F99074BD56DD0916C151BAA06008","sender_id":{"user_id":"lid-243705789296680","sender_login":"4915254596937"},"message_ts":"2026-02-13T13:20:33Z","event_id":"$r-EKqNVzjNsqMCIq5ybXJXqEer5WzABxS_acqmUMCqI","part_id":"","time":"2026-03-06T19:24:47.284269445Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3014","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.295915213Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3014","time":"2026-03-06T19:24:47.296015297Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3015","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:47.32166764Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3015","time":"2026-03-06T19:24:47.321771705Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7003,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825087285034497_11?ts=1770990269047&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":58.032237,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$r-EKqNVzjNsqMCIq5ybXJXqEer5WzABxS_acqmUMCqI","key":"👍️"}},"time":"2026-03-06T19:24:47.343201039Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:243705789296680@lid:ACD4F99074BD56DD0916C151BAA06008","target_part_id":"","reaction_sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"reaction_ts":"2026-02-13T13:44:29.047Z","event_id":"$GlaM7OpTJoBLR4Ud75suJxj-vRTm1QsCYs9TzKzObSw","time":"2026-03-06T19:24:47.343354203Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3016","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.353045647Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3016","time":"2026-03-06T19:24:47.353175554Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7004,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087344582518_10?ts=1770996991000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":32.889532,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wer noch Bock auf Weighted Training hat, Let’s gooo 🔥 Heute ist warm, nimmt euch genug Wasser mit 😉","m.mentions":{"user_ids":["@whatsapp_lid-44419206123644:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$lyH4T2E3HIQgoEs0whkO2FVyB50CIxjVlVznxD8RcEk"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.377621652Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A27ADCA6DA83BDD6E6C","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-13T15:36:31Z","event_id":"$IUBl1AeF0uJjulcxZZbEyin2zbKlS4YKW8IP_1hNJqY","part_id":"","time":"2026-03-06T19:24:47.377740873Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3017","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.387036172Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3017","time":"2026-03-06T19:24:47.387149176Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7005,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087378456965_2?ts=1770997091000&user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":41.565051,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Viel Spaß 😉💪🏻","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.420176158Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:83674703904795@lid:3A41175E11C14B6AE520","sender_id":{"user_id":"lid-83674703904795","sender_login":"4915236735839"},"message_ts":"2026-02-13T15:38:11Z","event_id":"$1xwpvDegfdGCwgTWdB0g1icNePGVdo7czVdxAbKBzUg","part_id":"","time":"2026-03-06T19:24:47.420365011Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3018","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.430694743Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3018","time":"2026-03-06T19:24:47.430809144Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3019","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:47.450359444Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3019","time":"2026-03-06T19:24:47.450460505Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7006,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087421878003_11?ts=1770998907000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":50.512326,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Danke mein bester ❤️","m.mentions":{"user_ids":["@whatsapp_lid-83674703904795:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$1xwpvDegfdGCwgTWdB0g1icNePGVdo7czVdxAbKBzUg"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.472561931Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A6E7743EED0EC439896","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-13T16:08:27Z","event_id":"$1NuyWpcE9jj_o-VNwdBqiE2Sq1PeLSvybNveq1F8jkE","part_id":"","time":"2026-03-06T19:24:47.472713489Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3020","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.478398924Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3020","time":"2026-03-06T19:24:47.478510252Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7007,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825087473584072_3?ts=1770998930906&user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":30.207871,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$1NuyWpcE9jj_o-VNwdBqiE2Sq1PeLSvybNveq1F8jkE","key":"❤️"}},"time":"2026-03-06T19:24:47.503929881Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A6E7743EED0EC439896","target_part_id":"","reaction_sender_id":{"user_id":"lid-83674703904795","sender_login":"4915236735839"},"reaction_ts":"2026-02-13T16:08:50.906Z","event_id":"$bMSvOit6EW4Iw04HUi8hVtV55WgGPXz1lty4Z1nQ8ts","time":"2026-03-06T19:24:47.504057133Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3021","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.508233208Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3021","time":"2026-03-06T19:24:47.508306333Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7008,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087504540232_3?ts=1771001897000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":32.523,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Komme bissel später.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.537222332Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:ACC74B37A968673479538C53B8237934","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-13T16:58:17Z","event_id":"$KjYjoGH8h3O93V_x7vzvfRA8Jw6nU54YK8wVMOu3he4","part_id":"","time":"2026-03-06T19:24:47.537384576Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3022","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.553495356Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3022","time":"2026-03-06T19:24:47.553581262Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3023","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:47.576153215Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3023","time":"2026-03-06T19:24:47.576219984Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7009,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087538223590_3?ts=1771004068000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":60.68603,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":480,"h":848,"duration":9000,"size":1517653},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"WKiCDK+HJVyWCSnwzHVs9UJhWcB8mjsXqd9EqZEKnww=","length":1517653,"type":"WhatsApp Video Keys","sha256":"i2PGNaElr/k+uoC6UOxjf5HY8ePEKAueNo48PI5K5A8=","enc_sha256":"EwNPRKuqRi2u4Pgy9RwvVG2535ptokFPAZMHNTweGCg=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:24:47.599176348Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","sender_id":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"message_ts":"2026-02-13T17:34:28Z","event_id":"$pkop882vFFfa8_q4Z2T-T8eW2tIc7ssmQChsK85ejtA","part_id":"","time":"2026-03-06T19:24:47.599426244Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3024","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.609548055Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3024","time":"2026-03-06T19:24:47.609642971Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7010,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825087600412555_6?ts=1771004081588&user_id=%40whatsapp_lid-40566117134352%3Amatrix.theocloud.dev","duration":36.174909,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$pkop882vFFfa8_q4Z2T-T8eW2tIc7ssmQChsK85ejtA","key":"💪"}},"time":"2026-03-06T19:24:47.636714856Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","target_part_id":"","reaction_sender_id":{"user_id":"lid-40566117134352","sender_login":"491777059558"},"reaction_ts":"2026-02-13T17:34:41.588Z","event_id":"$Z6zohwTLafCx2p20ItCNj3M_hoCBtA3Fayhd3hQP5cA","time":"2026-03-06T19:24:47.63681969Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3025","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.647833107Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3025","time":"2026-03-06T19:24:47.647954772Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7011,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087637299645_4?ts=1771004469000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":33.888136,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"","info":{"mimetype":"video/mp4","w":480,"h":848,"duration":8000,"size":1356811},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"xMDVFgWhzqT6BcrJ5jLp5mw8G3FlZT8SbQk74vAp4u0=","length":1356811,"type":"WhatsApp Video Keys","sha256":"gvRngia0n29HB7dg1At3BprIcSWEphdwDqW+kgDLZQQ=","enc_sha256":"ebmGnqsUg6LJbN7sEx4Lzb6alfrrAM6G7+pgb99DLsM=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:24:47.671449759Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","sender_id":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"message_ts":"2026-02-13T17:41:09Z","event_id":"$-SiDi6reIysRbH59GBLeqvlbnzSKqInkmIfGAKpY4jY","part_id":"","time":"2026-03-06T19:24:47.671618009Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3026","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.686685626Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3026","time":"2026-03-06T19:24:47.686768948Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7012,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087672603482_2?ts=1771005905000&user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":50.484808,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Where are you?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.723224972Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:266502737506505@lid:3A8A7A07CA88CE329983","sender_id":{"user_id":"lid-266502737506505","sender_login":"491624232636"},"message_ts":"2026-02-13T18:05:05Z","event_id":"$co7iZPbHWzfd0YY7hR5AwPuTb10vK81DMZWDi8ItEKw","part_id":"","time":"2026-03-06T19:24:47.723399997Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3027","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.740697047Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3027","time":"2026-03-06T19:24:47.740799994Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3028","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:47.764828716Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3028","time":"2026-03-06T19:24:47.764894018Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7013,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087724253329_12?ts=1771006285000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":60.274799,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Spanien 😍","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.784678848Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A2D1AEB63FC52A37DD9","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-13T18:11:25Z","event_id":"$DSsjr0qmrk0txAnM3urNrYmA1vaTia3MApt5cSWsEvY","part_id":"","time":"2026-03-06T19:24:47.784826843Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3029","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.79335311Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3029","time":"2026-03-06T19:24:47.793472889Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7014,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087785815669_5?ts=1771007499000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":38.635381,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Spanien 🇪🇸","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.824588499Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:280664972746828@lid:3AA7D1285C208DCF0547","sender_id":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"message_ts":"2026-02-13T18:31:39Z","event_id":"$unvTgbJSJxEQZR_JF9EFdysLPwMoQDRQYUbZ_7m3-OI","part_id":"","time":"2026-03-06T19:24:47.824690608Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3030","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.834590461Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3030","time":"2026-03-06T19:24:47.834656043Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7015,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087825274908_6?ts=1771007553000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":47.046337,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich bin auf dem Berg gelaufen","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.872457298Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:280664972746828@lid:3AF1A2A07E87615C73DC","sender_id":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"message_ts":"2026-02-13T18:32:33Z","event_id":"$3_iF51r14FEByL0WBgnnhLkJo_T3Ie8GbO6gImxdtQM","part_id":"","time":"2026-03-06T19:24:47.872606062Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3031","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.88240632Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3031","time":"2026-03-06T19:24:47.882508988Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7016,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087873490543_3?ts=1771007654000&user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":35.696141,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Macher","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.909314146Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:266502737506505@lid:3A8BDFDC986FCA373EE0","sender_id":{"user_id":"lid-266502737506505","sender_login":"491624232636"},"message_ts":"2026-02-13T18:34:14Z","event_id":"$hE6YbVyDOCnz-pqN1j2qmuCX4f-2aa0Uu9Q4YUFQjZs","part_id":"","time":"2026-03-06T19:24:47.909443564Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3032","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.913163848Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3032","time":"2026-03-06T19:24:47.913245773Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7017,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087913461097_4?ts=1771007941000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":26.016849,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Nes The One (WA) danke dir noch mal für das Training bei diesem hervorragenden Wetter.","format":"org.matrix.custom.html","formatted_body":"\u003ca href=\"https://matrix.to/#/@whatsapp_lid-44419206123644:matrix.theocloud.dev\"\u003eNes The One (WA)\u003c/a\u003e danke dir noch mal für das Training bei diesem hervorragenden Wetter.","m.mentions":{"user_ids":["@whatsapp_lid-44419206123644:matrix.theocloud.dev"]},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:47.939617142Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:AC7B7AB983828AB657964A91D4953DC7","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-13T18:39:01Z","event_id":"$hjLlGfmFLzjmfEVJ7VHonNo0lYA00Z8OrFlKXwpDho4","part_id":"","time":"2026-03-06T19:24:47.939712616Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3033","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.947951342Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3033","time":"2026-03-06T19:24:47.948080131Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7018,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825087941243138_13?ts=1771010898549&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":28.084947,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$hjLlGfmFLzjmfEVJ7VHonNo0lYA00Z8OrFlKXwpDho4","key":"❤️"}},"time":"2026-03-06T19:24:47.969456595Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC7B7AB983828AB657964A91D4953DC7","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-02-13T19:28:18.549Z","event_id":"$oESD8e2I-pRf8ER_Tr8Jqt-dN-GvCrugv47oIicTLSw","time":"2026-03-06T19:24:47.969596419Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3034","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:47.976885431Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3034","time":"2026-03-06T19:24:47.976973641Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7019,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825087970743507_14?ts=1771011005000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":34.74496,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich finde es bewundernswert wie du und dein Sohn bei jedem Wetter durchzieht. Ihr seit ein großes Vorbild 💪🏽🥷🏽","m.mentions":{"user_ids":["@whatsapp_lid-213099231596676:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$hjLlGfmFLzjmfEVJ7VHonNo0lYA00Z8OrFlKXwpDho4"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:48.00565958Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A1D897A793E13107DC7","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-13T19:30:05Z","event_id":"$lyXS2-3--LkzeJ77M7tV5pr1uqOSzjm-itC_gU9q91U","part_id":"","time":"2026-03-06T19:24:48.005822383Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3035","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.014201352Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3035","time":"2026-03-06T19:24:48.014352141Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7020,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088006729773_5?ts=1771072785125&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":35.467827,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$lyXS2-3--LkzeJ77M7tV5pr1uqOSzjm-itC_gU9q91U","key":"❤️"}},"time":"2026-03-06T19:24:48.042363405Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A1D897A793E13107DC7","target_part_id":"","reaction_sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"reaction_ts":"2026-02-14T12:39:45.125Z","event_id":"$9AwyQRBDJmc5cSEdwZozMj7Y-41I2EE1rXhdZgf48-Y","time":"2026-03-06T19:24:48.042492822Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3036","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.051427246Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3036","time":"2026-03-06T19:24:48.051511267Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7021,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088043164425_15?ts=1771011149000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":32.071121,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Old video attachment. Media will be requested from your phone automatically soon.\n\n😅💪🏽","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.failed_media":{"type":"m.room.message","content":{"msgtype":"m.video","body":"😅💪🏽","info":{"mimetype":"video/mp4","w":464,"h":832,"duration":12000,"size":2390521},"filename":"video.mp4"},"extra":{"info":{}},"whatsapp_media":{"key":"IBHpv3CedO+VIIFRF4vDONF4TaI0No8EITDXaAc1R5I=","length":2390521,"type":"WhatsApp Video Keys","sha256":"dskOMzXHBLYLlnoAzrJPPIqwoKEh97Yht69jPa0DXqk=","enc_sha256":"6T1OLez5/4BJJ74AEh8ci4R7TvCfxXMr7lUj92biwD0=","mime_type":"video/mp4"},"type_description":"video attachment"},"m.mentions":{},"msgtype":"m.notice"},"time":"2026-03-06T19:24:48.075484463Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-13T19:32:29Z","event_id":"$A2orisfC8odry7u2GnQrgOTNa-kQ417GMf85Iez1fqg","part_id":"","time":"2026-03-06T19:24:48.075650269Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3037","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.083861058Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3037","time":"2026-03-06T19:24:48.083974971Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7022,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088076499550_6?ts=1771072788113&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":31.033685,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$A2orisfC8odry7u2GnQrgOTNa-kQ417GMf85Iez1fqg","key":"💪"}},"time":"2026-03-06T19:24:48.107662233Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","target_part_id":"","reaction_sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"reaction_ts":"2026-02-14T12:39:48.113Z","event_id":"$I-45ddIiVvj4DQk8ygnCjqJCwTUJDJK2UMGxZnZx1cg","time":"2026-03-06T19:24:48.107800591Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3038","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.117414929Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3038","time":"2026-03-06T19:24:48.117534149Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7023,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088108370294_3?ts=1771011192696&user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":36.379128,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$A2orisfC8odry7u2GnQrgOTNa-kQ417GMf85Iez1fqg","key":"💪"}},"time":"2026-03-06T19:24:48.144893785Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","target_part_id":"","reaction_sender_id":{"user_id":"lid-87162133413943","sender_login":"491772982858"},"reaction_ts":"2026-02-13T19:33:12.696Z","event_id":"$kTGIAfDkeYOrZQj11TDVELjUwzSdE8G0MUAZjBn2Qmo","time":"2026-03-06T19:24:48.145096956Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3039","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.155883665Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3039","time":"2026-03-06T19:24:48.1560142Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7024,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088145868363_16?ts=1771014538000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":36.517904,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wochenende Over 9000 🐉\n\n1. Samstag Grinding ab 14:30 Uhr 🥷🏽\n\n2. Sonntag 15-16 Uhr Yoga 🧘🏼‍♀️ ab 16 Uhr Grinding 🌪️\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Samstag Grinding ab 14:30 Uhr 🥷🏽","Sonntag 15-16 Uhr Yoga 🧘🏼‍♀️ ab 16 Uhr Grinding 🌪️"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eWochenende Over 9000 🐉\u003c/p\u003e\u003col\u003e\u003cli\u003eSamstag Grinding ab 14:30 Uhr 🥷🏽\u003c/li\u003e\u003cli\u003eSonntag 15-16 Uhr Yoga 🧘🏼‍♀️ ab 16 Uhr Grinding 🌪️\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eWochenende Over 9000 🐉\u003c/p\u003e\u003col\u003e\u003cli\u003eSamstag Grinding ab 14:30 Uhr 🥷🏽\u003c/li\u003e\u003cli\u003eSonntag 15-16 Uhr Yoga 🧘🏼‍♀️ ab 16 Uhr Grinding 🌪️\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Wochenende Over 9000 🐉\n\n1. Samstag Grinding ab 14:30 Uhr 🥷🏽\n\n2. Sonntag 15-16 Uhr Yoga 🧘🏼‍♀️ ab 16 Uhr Grinding 🌪️\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"2153abddb551bfc9e2f3eccf81ed1dda073b6ade9a25d8019dae7af37a2d73f7","org.matrix.msc1767.text":"Samstag Grinding ab 14:30 Uhr 🥷🏽"},{"id":"1ccf0abffc328eb28e04d363ae70cdd875748abcbf910a8c12cec0fa9f174528","org.matrix.msc1767.text":"Sonntag 15-16 Uhr Yoga 🧘🏼‍♀️ ab 16 Uhr Grinding 🌪️"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":2,"question":{"org.matrix.msc1767.text":"Wochenende Over 9000 🐉"}}},"time":"2026-03-06T19:24:48.182700767Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A698B51A3B39F62F972","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-13T20:28:58Z","event_id":"$CIqgfofehLEQvARtih4J7GdQ18-h3s3ZTnkdw-L1GK4","part_id":"","time":"2026-03-06T19:24:48.182830324Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3040","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.192078968Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3040","time":"2026-03-06T19:24:48.192176817Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7025,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088183737714_7?ts=1771073205000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":30.273802,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Die 150 Burpees haben wir auch noch durchgezogen. Es fällt halt auch einfach leicht in dieser ultra geilen Community sich jedes mal neu zu pushen. Und am Ende ist es mir wichtig, meinem Sohn beizubringen, dass es im Leben wichtig ist auch seine Projekte voranzubringen, auch wenn die Umstände mal schwerer sind. Und ich finde diesen Wert vermittelt diese Community und dieser Sport so ungemein. Und für diesen Spirit bin ich euch, Coaches und allen Athleten, extrem dankbar. \nHalt Together We Go Over 9000!!! 🔥💪","format":"org.matrix.custom.html","formatted_body":"Die 150 Burpees haben wir auch noch durchgezogen. Es fällt halt auch einfach leicht in dieser ultra geilen Community sich jedes mal neu zu pushen. Und am Ende ist es mir wichtig, meinem Sohn beizubringen, dass es im Leben wichtig ist auch seine Projekte voranzubringen, auch wenn die Umstände mal schwerer sind. Und ich finde diesen Wert vermittelt diese Community und dieser Sport so ungemein. Und für diesen Spirit bin ich euch, Coaches und allen Athleten, extrem dankbar. \u003cbr\u003eHalt Together We Go Over 9000!!! 🔥💪","m.mentions":{"user_ids":["@whatsapp_lid-44419206123644:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$lyXS2-3--LkzeJ77M7tV5pr1uqOSzjm-itC_gU9q91U"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:48.214149803Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:AC0DFD040F1BF97205CFEAB8CADCCA71","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-14T12:46:45Z","event_id":"$W1mFGANXqV7ueb8T-RS1WlEXZ9ODEeE9YX3ae5UotTI","part_id":"","time":"2026-03-06T19:24:48.214269233Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3041","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.223632978Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3041","time":"2026-03-06T19:24:48.223745144Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7026,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088215101892_4?ts=1771153098089&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":37.736791,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$W1mFGANXqV7ueb8T-RS1WlEXZ9ODEeE9YX3ae5UotTI","key":"❤️"}},"time":"2026-03-06T19:24:48.25299492Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC0DFD040F1BF97205CFEAB8CADCCA71","target_part_id":"","reaction_sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"reaction_ts":"2026-02-15T10:58:18.089Z","event_id":"$KJmKNedXQ-VDoGT31S5SeVLabQoKiQ36H8x7inK0_hE","time":"2026-03-06T19:24:48.25314941Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3042","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.261551707Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3042","time":"2026-03-06T19:24:48.261670439Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7027,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088253781063_4?ts=1771098326001&user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":34.141593,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$W1mFGANXqV7ueb8T-RS1WlEXZ9ODEeE9YX3ae5UotTI","key":"💪"}},"time":"2026-03-06T19:24:48.28806269Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC0DFD040F1BF97205CFEAB8CADCCA71","target_part_id":"","reaction_sender_id":{"user_id":"lid-87162133413943","sender_login":"491772982858"},"reaction_ts":"2026-02-14T19:45:26.001Z","event_id":"$470Oe9XseWi3EwrOPh4CW0VIjYDNc7t-8IcIz1b6Ypk","time":"2026-03-06T19:24:48.288197765Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3043","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.296553686Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3043","time":"2026-03-06T19:24:48.29667165Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7028,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088288815030_12?ts=1771085112341&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":41.824305,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$W1mFGANXqV7ueb8T-RS1WlEXZ9ODEeE9YX3ae5UotTI","key":"🙏"}},"time":"2026-03-06T19:24:48.330782722Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC0DFD040F1BF97205CFEAB8CADCCA71","target_part_id":"","reaction_sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"reaction_ts":"2026-02-14T16:05:12.341Z","event_id":"$wvrO_4rGdM2vIr7KUbjrxAzZ3tUqWiA4jPzpucrZegI","time":"2026-03-06T19:24:48.330980724Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3044","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.343240196Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3044","time":"2026-03-06T19:24:48.343377646Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7029,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088331703312_17?ts=1771146105886&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":35.444639,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$W1mFGANXqV7ueb8T-RS1WlEXZ9ODEeE9YX3ae5UotTI","key":"❤️"}},"time":"2026-03-06T19:24:48.367290988Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC0DFD040F1BF97205CFEAB8CADCCA71","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-02-15T09:01:45.886Z","event_id":"$a-luJpyUgEGMgfDA7BtkQWzyJ98JYZAP3hGp3XxhyeY","time":"2026-03-06T19:24:48.367483752Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3045","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.376051575Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3045","time":"2026-03-06T19:24:48.376155151Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7030,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088368145437_1?ts=1771074211205&user_id=%40whatsapp_lid-226147862347841%3Amatrix.theocloud.dev","duration":30.715414,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$W1mFGANXqV7ueb8T-RS1WlEXZ9ODEeE9YX3ae5UotTI","key":"❤️"}},"time":"2026-03-06T19:24:48.398984192Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC0DFD040F1BF97205CFEAB8CADCCA71","target_part_id":"","reaction_sender_id":{"user_id":"lid-226147862347841","sender_login":"4915757977499"},"reaction_ts":"2026-02-14T13:03:31.205Z","event_id":"$XEJEVXct570ho_fIA76yPtluUa_QrvPlgJZdzjoNd6w","time":"2026-03-06T19:24:48.399121153Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3046","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.411806732Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3046","time":"2026-03-06T19:24:48.411884885Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7031,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088399782838_23?ts=1771073556000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":43.292807,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$W1mFGANXqV7ueb8T-RS1WlEXZ9ODEeE9YX3ae5UotTI","key":"❤️"}},"time":"2026-03-06T19:24:48.443239495Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC0DFD040F1BF97205CFEAB8CADCCA71","target_part_id":"","reaction_sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"reaction_ts":"2026-02-14T12:52:36Z","event_id":"$xyb54EG8xCNcHtAIQHLYiRhxUvFafwOwP2k8uzXSkdU","time":"2026-03-06T19:24:48.44345859Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3047","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.452780359Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3047","time":"2026-03-06T19:24:48.452896996Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7032,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088444117412_24?ts=1771073623000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":36.479212,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Danke! für solch ein Feedback bin ich sehr dankbar und es zeigt mir, dass wir auf dem richtgen weg sind o9k!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:48.480757819Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:21079833710744@lid:3EB08FF81DCF6CFB45A6DB","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-14T12:53:43Z","event_id":"$zPC3EXhmToferAmRSXebJc8-gB56_Xo62JCSz0JKHkk","part_id":"","time":"2026-03-06T19:24:48.480904208Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3048","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.48925538Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3048","time":"2026-03-06T19:24:48.489376277Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7033,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088481874317_25?ts=1771073713000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":34.033198,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Sonntag 9uhr Eisbaden Krumme Lanke\n\n1. Ja, wird nämlich bald warm\n\n2. neee du\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Ja, wird nämlich bald warm","neee du"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eSonntag 9uhr Eisbaden Krumme Lanke\u003c/p\u003e\u003col\u003e\u003cli\u003eJa, wird nämlich bald warm\u003c/li\u003e\u003cli\u003eneee du\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eSonntag 9uhr Eisbaden Krumme Lanke\u003c/p\u003e\u003col\u003e\u003cli\u003eJa, wird nämlich bald warm\u003c/li\u003e\u003cli\u003eneee du\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Sonntag 9uhr Eisbaden Krumme Lanke\n\n1. Ja, wird nämlich bald warm\n\n2. neee du\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"d890f70d1d4813aaf37e28f685c9de2575ff24e9dca8176fb539243a548e3033","org.matrix.msc1767.text":"Ja, wird nämlich bald warm"},{"id":"3aa654a5991febf53700d64c1c3c252e53b7d619f31e0561294b9ecce9f0100b","org.matrix.msc1767.text":"neee du"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":2,"question":{"org.matrix.msc1767.text":"Sonntag 9uhr Eisbaden Krumme Lanke"}}},"time":"2026-03-06T19:24:48.516227951Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:21079833710744@lid:3EB078CBF09C8FB5CD31","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-14T12:55:13Z","event_id":"$X19BVp2QBljMN3VubMb3335ub4kvhBIc7MBXcEM9bTo","part_id":"","time":"2026-03-06T19:24:48.516435103Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3049","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.525995941Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3049","time":"2026-03-06T19:24:48.526123823Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7034,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088517240732_1?ts=1771106419089&user_id=%40whatsapp_lid-260580380246145%3Amatrix.theocloud.dev","duration":33.255016,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$X19BVp2QBljMN3VubMb3335ub4kvhBIc7MBXcEM9bTo","key":"👏"}},"time":"2026-03-06T19:24:48.550603515Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:21079833710744@lid:3EB078CBF09C8FB5CD31","target_part_id":"","reaction_sender_id":{"user_id":"lid-260580380246145","sender_login":"4917681278118"},"reaction_ts":"2026-02-14T22:00:19.089Z","event_id":"$6tp8e79obTpeMgd7F3wbmeUg0XP4RP83AX1cYCYV2FM","time":"2026-03-06T19:24:48.550719942Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3050","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.560480041Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3050","time":"2026-03-06T19:24:48.560606246Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7035,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088551231117_26?ts=1771096460000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":39.033341,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"https://maps.app.goo.gl/ZmgtTzbqaiF117EM8?g_st=ic","m.mentions":{},"com.beeper.linkpreviews":[{"og:title":"Badestelle Krumme Lanke · 4.4★(814) · Badesee","og:description":"14163 Berlin","og:image":"mxc://matrix.theocloud.dev/RRJsIsMgrGbnkwmBCibVyNNJ","matrix:image:size":189097,"og:image:width":900,"og:image:height":900,"og:image:type":"image/jpeg","matched_url":"https://maps.app.goo.gl/ZmgtTzbqaiF117EM8?g_st=ic"}],"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:48.590443254Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:21079833710744@lid:3A0696A08A718A81F027","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-14T19:14:20Z","event_id":"$TJBJj6b4iZ6eNdW74-SnbgS5OCcTTmpzVri8ubEVOkA","part_id":"","time":"2026-03-06T19:24:48.5905909Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3051","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.601108019Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3051","time":"2026-03-06T19:24:48.601219627Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7036,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088591502062_8?ts=1771141562000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":41.361461,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Auf dem Weg","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:48.633008376Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:AC6F79EEFD934AB7FC6D729EC78EA5C5","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-15T07:46:02Z","event_id":"$31HID3C3plXC4-cpKIZ0KBCa-Moa8-PGEI5Y4jeJQpo","part_id":"","time":"2026-03-06T19:24:48.633163425Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3052","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.645613077Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3052","time":"2026-03-06T19:24:48.645749759Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7037,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088633998878_27?ts=1771142700703&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":39.193628,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$31HID3C3plXC4-cpKIZ0KBCa-Moa8-PGEI5Y4jeJQpo","key":"👍️"}},"time":"2026-03-06T19:24:48.673368579Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC6F79EEFD934AB7FC6D729EC78EA5C5","target_part_id":"","reaction_sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"reaction_ts":"2026-02-15T08:05:00.703Z","event_id":"$rzTlkaYRehwqX_7UyqsuDWGK7h6eCxIcdeDFwCGdCW0","time":"2026-03-06T19:24:48.67352747Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3053","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.6828843Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3053","time":"2026-03-06T19:24:48.682981869Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7038,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088674189574_1?ts=1771146371000&user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":36.398474,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Stark!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:48.710732132Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:73950780473356@lid:AC47F2F80C03C87985FCDB2A52DC79D5","sender_id":{"user_id":"lid-73950780473356","sender_login":"491792104071"},"message_ts":"2026-02-15T09:06:11Z","event_id":"$WfF_2uqckneWzHP7I9rucSKsBtJMKBqtxLm9fEg4Uic","part_id":"","time":"2026-03-06T19:24:48.710870071Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3054","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.723141905Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3054","time":"2026-03-06T19:24:48.723293253Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3055","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:48.744283768Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3055","time":"2026-03-06T19:24:48.744406341Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7039,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088712114938_18?ts=1771147935000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":50.083705,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Danke für deine Worte Rene, genau dafür stehen wir.💪🏽 \nBei uns trainieren Eltern und Kinder miteinander. Wir lernen und wir wachsen gemeinsam. Wahre Stärke entsteht im Miteinander.\nUnsere Gemeinschaft basiert auf Vertrauen, Respekt und echtem Zusammenhalt. Hier geht es darum, füreinander da zu sein, sich zu unterstützen und sich Mut zu machen. Wir leben vor, was wir unseren Kindern weitergeben möchten: Disziplin, Durchhaltevermögen, gegenseitige Unterstützung und Freude an Bewegung.\n\nGemeinsam ist alles einfacher und schöner. ❤️‍🔥🙏🏽","format":"org.matrix.custom.html","formatted_body":"Danke für deine Worte Rene, genau dafür stehen wir.💪🏽 \u003cbr\u003eBei uns trainieren Eltern und Kinder miteinander. Wir lernen und wir wachsen gemeinsam. Wahre Stärke entsteht im Miteinander.\u003cbr\u003eUnsere Gemeinschaft basiert auf Vertrauen, Respekt und echtem Zusammenhalt. Hier geht es darum, füreinander da zu sein, sich zu unterstützen und sich Mut zu machen. Wir leben vor, was wir unseren Kindern weitergeben möchten: Disziplin, Durchhaltevermögen, gegenseitige Unterstützung und Freude an Bewegung.\u003cbr\u003e\u003cbr\u003eGemeinsam ist alles einfacher und schöner. ❤️‍🔥🙏🏽","m.mentions":{"user_ids":["@whatsapp_lid-213099231596676:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$W1mFGANXqV7ueb8T-RS1WlEXZ9ODEeE9YX3ae5UotTI"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:48.762396366Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A4ABB5F5F33B95EBA4C","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-15T09:32:15Z","event_id":"$De4UVWQWWXk9F_GaV7J7ko-KA5hLVKf63xmqQhcPzTo","part_id":"","time":"2026-03-06T19:24:48.762573556Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3056","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.775413835Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3056","time":"2026-03-06T19:24:48.775514268Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7040,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088763393713_9?ts=1771160264441&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":42.098296,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$De4UVWQWWXk9F_GaV7J7ko-KA5hLVKf63xmqQhcPzTo","key":"❤️‍🔥"}},"time":"2026-03-06T19:24:48.805611299Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A4ABB5F5F33B95EBA4C","target_part_id":"","reaction_sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"reaction_ts":"2026-02-15T12:57:44.441Z","event_id":"$J1dAfGJ-n8YnLE_n3xgwFV03QKDX390BweBeRFRchW0","time":"2026-03-06T19:24:48.805722977Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3057","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.81740206Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3057","time":"2026-03-06T19:24:48.817475953Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7041,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088806526582_19?ts=1771154145000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":52.285131,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Heute Training day 💪🏽","m.mentions":{"user_ids":["@whatsapp_lid-44419206123644:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$CIqgfofehLEQvARtih4J7GdQ18-h3s3ZTnkdw-L1GK4"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:48.858984991Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3AE7BC7DA54EDC9E54E8","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-15T11:15:45Z","event_id":"$JkgQsW_8uzyvczPUx0xnYgHA9lzMl4yMUZuw3MrlyNg","part_id":"","time":"2026-03-06T19:24:48.859160016Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3058","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.86922295Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3058","time":"2026-03-06T19:24:48.869393784Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7042,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825088860134873_10?ts=1771160352000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":38.236302,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Mega geiles Gefühl danach. Hammer Sonne.","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":899,"mimetype":"image/jpeg","size":193079,"w":1599},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ErwzDfvKkWXkgWJMjMLVtdGu"},"time":"2026-03-06T19:24:48.898608219Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:AC125FEFF7ED0259ECB1E4C6BA58B0A1","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-15T12:59:12Z","event_id":"$JUxuNZIVORpABnTB0yQMKp6Ldzo5NQGkTeKjMg3QpNM","part_id":"","time":"2026-03-06T19:24:48.898746646Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3059","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.906500877Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3059","time":"2026-03-06T19:24:48.906624917Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7043,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088899392896_1?ts=1771183653651&user_id=%40whatsapp_lid-21273073692847%3Amatrix.theocloud.dev","duration":32.959723,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$JUxuNZIVORpABnTB0yQMKp6Ldzo5NQGkTeKjMg3QpNM","key":"✌️"}},"time":"2026-03-06T19:24:48.932475682Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC125FEFF7ED0259ECB1E4C6BA58B0A1","target_part_id":"","reaction_sender_id":{"user_id":"lid-21273073692847","sender_login":"4915780931514"},"reaction_ts":"2026-02-15T19:27:33.651Z","event_id":"$rAaDGXAAyrC6XVPRVxMHzbJJ9oNq8_k1cc12TsWILnk","time":"2026-03-06T19:24:48.932581493Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3060","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.943036242Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3060","time":"2026-03-06T19:24:48.943111043Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7044,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825088932998450_1?ts=1771243499663&user_id=%40whatsapp_lid-245517661540533%3Amatrix.theocloud.dev","duration":38.202428,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$JUxuNZIVORpABnTB0yQMKp6Ldzo5NQGkTeKjMg3QpNM","key":"❤️"}},"time":"2026-03-06T19:24:48.971352995Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC125FEFF7ED0259ECB1E4C6BA58B0A1","target_part_id":"","reaction_sender_id":{"user_id":"lid-245517661540533","sender_login":"919150986374"},"reaction_ts":"2026-02-16T12:04:59.663Z","event_id":"$53bEOtVOqs5_Y3F3AIwur56ALABOn2kw1RBthBVDH8w","time":"2026-03-06T19:24:48.971533747Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3061","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:48.981677559Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3061","time":"2026-03-06T19:24:48.981790633Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7045,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/join?user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":25.97229,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:24:48.998246644Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7046,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/invite?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":58.026858,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@whatsapp_lid-184331557449759:matrix.theocloud.dev"},"time":"2026-03-06T19:24:49.056537785Z","message":"Request completed"} +{"level":"debug","transaction_id":"3062","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.081228191Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3062","time":"2026-03-06T19:24:49.081586342Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3063","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.147138977Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3063","time":"2026-03-06T19:24:49.147470309Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","portal_mxid":"!fWHCoPezLmCifCgnUg:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$YJu9TJrt2MpCUi-s1I4XlPQMhzU1yrLIqb_IdkF65S0","event_type":"m.room.member","event_id":"$YJu9TJrt2MpCUi-s1I4XlPQMhzU1yrLIqb_IdkF65S0","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:49.14785046Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"4917680834617@s.whatsapp.net","portal_mxid":"!fWHCoPezLmCifCgnUg:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$YJu9TJrt2MpCUi-s1I4XlPQMhzU1yrLIqb_IdkF65S0","event_type":"m.room.member","event_id":"$YJu9TJrt2MpCUi-s1I4XlPQMhzU1yrLIqb_IdkF65S0","sender":"@theo:matrix.theocloud.dev","login_id":"4917641870516","membership":"leave","prev_membership":"join","target_user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:24:49.14875331Z","message":"Dropping leave event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7047,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/join?user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":124.696899,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:24:49.18174544Z","message":"Request completed"} +{"level":"debug","transaction_id":"3064","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.206756422Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3064","time":"2026-03-06T19:24:49.207125049Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7048,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089182264996_1?ts=1771161818077&user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":67.567862,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$JUxuNZIVORpABnTB0yQMKp6Ldzo5NQGkTeKjMg3QpNM","key":"💪"}},"time":"2026-03-06T19:24:49.24996947Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC125FEFF7ED0259ECB1E4C6BA58B0A1","target_part_id":"","reaction_sender_id":{"user_id":"lid-184331557449759","sender_login":"4915209459043"},"reaction_ts":"2026-02-15T13:23:38.077Z","event_id":"$egN1hZo1ZaAhRqMigqJJ7RyqrCt5QpgUAGoF25ceEKk","time":"2026-03-06T19:24:49.250117396Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3065","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.263993365Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3065","time":"2026-03-06T19:24:49.264123132Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7049,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089250679276_2?ts=1771173591707&user_id=%40whatsapp_lid-260580380246145%3Amatrix.theocloud.dev","duration":46.826195,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$JUxuNZIVORpABnTB0yQMKp6Ldzo5NQGkTeKjMg3QpNM","key":"👏"}},"time":"2026-03-06T19:24:49.297646482Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC125FEFF7ED0259ECB1E4C6BA58B0A1","target_part_id":"","reaction_sender_id":{"user_id":"lid-260580380246145","sender_login":"4917681278118"},"reaction_ts":"2026-02-15T16:39:51.707Z","event_id":"$bgzw3At7qd67rtjUHyTnu_xtrv4rqWgBOSILQYCAZX0","time":"2026-03-06T19:24:49.297823113Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3066","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.30576054Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3066","time":"2026-03-06T19:24:49.305858808Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7050,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089298460912_13?ts=1771160511791&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":41.727015,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$JUxuNZIVORpABnTB0yQMKp6Ldzo5NQGkTeKjMg3QpNM","key":"👍️"}},"time":"2026-03-06T19:24:49.340298417Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC125FEFF7ED0259ECB1E4C6BA58B0A1","target_part_id":"","reaction_sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"reaction_ts":"2026-02-15T13:01:51.791Z","event_id":"$_rmuXUsUOa_YVmlWEzWYsr4S5CvNViQnLzzYKr1EEjA","time":"2026-03-06T19:24:49.340430908Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3067","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.351737942Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3067","time":"2026-03-06T19:24:49.351821403Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7051,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825089341226481_20?ts=1771161344000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":39.559462,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wow 😍 stabil Jungs 💪🏽🥷🏽","m.mentions":{"user_ids":["@whatsapp_lid-213099231596676:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$JUxuNZIVORpABnTB0yQMKp6Ldzo5NQGkTeKjMg3QpNM"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:49.380942459Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3AC5EC73AA70D0F0F149","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-15T13:15:44Z","event_id":"$HOa9esaZCFbz7eHo-z-2jP781TRjxMZSgUphh6rSWns","part_id":"","time":"2026-03-06T19:24:49.381127262Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3068","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.394830302Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3068","time":"2026-03-06T19:24:49.394958253Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7052,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825089382017540_28?ts=1771324781000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":46.96057,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Heute Training 18-19uhr Cheruskerpark. Sets und Reps\n\n1. Ja\n\n2. Nein\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Ja","Nein"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eHeute Training 18-19uhr Cheruskerpark. Sets und Reps\u003c/p\u003e\u003col\u003e\u003cli\u003eJa\u003c/li\u003e\u003cli\u003eNein\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eHeute Training 18-19uhr Cheruskerpark. Sets und Reps\u003c/p\u003e\u003col\u003e\u003cli\u003eJa\u003c/li\u003e\u003cli\u003eNein\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Heute Training 18-19uhr Cheruskerpark. Sets und Reps\n\n1. Ja\n\n2. Nein\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"cde9e58a9a4e1f369839d800aebbe5e4c19e2efa9f5791ecda15e9e87eb652e3","org.matrix.msc1767.text":"Ja"},{"id":"90ebc1bde6f3b1ffd73c3d7db7a421b21d5a4494ef1ce86aee56013edde0a8f7","org.matrix.msc1767.text":"Nein"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":2,"question":{"org.matrix.msc1767.text":"Heute Training 18-19uhr Cheruskerpark. Sets und Reps"}}},"time":"2026-03-06T19:24:49.429304973Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:21079833710744@lid:3A7F9FEC37F1D3B57663","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-17T10:39:41Z","event_id":"$4gfTFg4I0I9Um0NwgsAvfJEqNfcUDJpvYv-p8yVnneo","part_id":"","time":"2026-03-06T19:24:49.429521483Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3069","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.43344906Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3069","time":"2026-03-06T19:24:49.433577779Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7053,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825089430407921_11?ts=1771342779000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":48.404628,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich habe heute leider ein Termin, der sich überschneidet.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:49.478968227Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:AC836E2E563F04572DB3C77024D9E75D","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-17T15:39:39Z","event_id":"$Qj_gU4uxos1UfrLdto8os2hp8zTZt1yYo9bIjvkQwpk","part_id":"","time":"2026-03-06T19:24:49.479098762Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3070","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.493871645Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3070","time":"2026-03-06T19:24:49.493983603Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7054,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089479616642_29?ts=1771342813000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":40.861182,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$Qj_gU4uxos1UfrLdto8os2hp8zTZt1yYo9bIjvkQwpk","key":"👍️"}},"time":"2026-03-06T19:24:49.520603819Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC836E2E563F04572DB3C77024D9E75D","target_part_id":"","reaction_sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"reaction_ts":"2026-02-17T15:40:13Z","event_id":"$LcGP7cBNZIcbEapRcFCkqC0uAzupC0HZ7w-r3ugbjKA","time":"2026-03-06T19:24:49.52070502Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3071","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.530499272Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3071","time":"2026-03-06T19:24:49.530599425Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7055,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825089521136366_1?ts=1771346222000&user_id=%40whatsapp_lid-131026634416177%3Amatrix.theocloud.dev","duration":44.82745,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Komme heute doch nicht","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:49.566119424Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:131026634416177@lid:AC7C5BA1E362F8A9FB8EC2EB11EA7462","sender_id":{"user_id":"lid-131026634416177","sender_login":"4917695159069"},"message_ts":"2026-02-17T16:37:02Z","event_id":"$QKavkt7ODoTgOXixkE0RHFf7Y14r3PK1unvWMDeHGvA","part_id":"","time":"2026-03-06T19:24:49.566304925Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3072","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.574268263Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3072","time":"2026-03-06T19:24:49.574392443Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3073","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:49.598622449Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3073","time":"2026-03-06T19:24:49.59873706Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7056,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825089567270144_30?ts=1771346765000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":50.799937,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ok","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:49.618209206Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:21079833710744@lid:3A600E18C5A1F488339B","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-17T16:46:05Z","event_id":"$3UKQseRl5G81MVwnUVd3L3WHemYRFmFBVeWFOFgJ__0","part_id":"","time":"2026-03-06T19:24:49.618370751Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3074","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.627828084Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3074","time":"2026-03-06T19:24:49.627937317Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7057,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825089619277652_31?ts=1771346769000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":36.490177,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich bin da","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:49.65592672Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:21079833710744@lid:3AAD10B06DF76436A6D0","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-17T16:46:09Z","event_id":"$ZodIogY4cMeGy_7K_Cq3go4e53xN3zBbXPTo2K8lJN8","part_id":"","time":"2026-03-06T19:24:49.656043776Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3075","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.671173413Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3075","time":"2026-03-06T19:24:49.671245351Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7058,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825089656647073_5?ts=1771503638000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":50.944859,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Das Training in der Naunynstraße heute fällt aus. ‼️⚠️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:49.707723375Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3A7B16555D44B0ED9076","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-02-19T12:20:38Z","event_id":"$-wKZB4djGXcnsh_H6vdCMESi0XNyq9zC44BoOWs4J6E","part_id":"","time":"2026-03-06T19:24:49.707851884Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3076","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.719105908Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3076","time":"2026-03-06T19:24:49.719209065Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7059,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089708686988_1?ts=1771508114208&user_id=%40whatsapp_lid-206699780640847%3Amatrix.theocloud.dev","duration":40.609889,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$-wKZB4djGXcnsh_H6vdCMESi0XNyq9zC44BoOWs4J6E","key":"😢"}},"time":"2026-03-06T19:24:49.749446968Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:239363409617131@lid:3A7B16555D44B0ED9076","target_part_id":"","reaction_sender_id":{"user_id":"lid-206699780640847","sender_login":"4917621763296"},"reaction_ts":"2026-02-19T13:35:14.208Z","event_id":"$qD02tMchMkOzrvxqxtlU7OdmFQ-HxqikZkRrF8pE_ow","time":"2026-03-06T19:24:49.749588608Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3077","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.760615434Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3077","time":"2026-03-06T19:24:49.760716566Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7060,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825089750172069_21?ts=1771532272000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":40.533342,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"An alle Athletinnen und Athleten, die heute mit dem Ramadan begonnen haben:\n\nWir wünschen euch für diesen besonderen Monat viel Kraft, Ausdauer und innere Stärke. Möge euch die Fastenzeit nicht nur spirituell bereichern, sondern euch auch im Sport zusätzliche Disziplin, Fokus und mentale Widerstandskraft schenken.\n\nEs verdient großen Respekt, Training, Alltag und Fasten miteinander zu verbinden. Bleibt konzentriert, hört auf euren Körper und geht euren Weg mit Entschlossenheit weiter. Mit Struktur, Geduld und starkem Willen ist es möglich, auch in dieser Zeit sportlich dranzubleiben und eure Ziele weiterzuverfolgen.\n\nWir wünschen euch viel Energie für jede Einheit, Durchhaltevermögen für jede Herausforderung und Gottes Segen für diesen Monat.\n\nBleibt stabil. 🐉✨ \n\nEuer BO9k Team ❤️","format":"org.matrix.custom.html","formatted_body":"An alle Athletinnen und Athleten, die heute mit dem Ramadan begonnen haben:\u003cbr\u003e\u003cbr\u003eWir wünschen euch für diesen besonderen Monat viel Kraft, Ausdauer und innere Stärke. Möge euch die Fastenzeit nicht nur spirituell bereichern, sondern euch auch im Sport zusätzliche Disziplin, Fokus und mentale Widerstandskraft schenken.\u003cbr\u003e\u003cbr\u003eEs verdient großen Respekt, Training, Alltag und Fasten miteinander zu verbinden. Bleibt konzentriert, hört auf euren Körper und geht euren Weg mit Entschlossenheit weiter. Mit Struktur, Geduld und starkem Willen ist es möglich, auch in dieser Zeit sportlich dranzubleiben und eure Ziele weiterzuverfolgen.\u003cbr\u003e\u003cbr\u003eWir wünschen euch viel Energie für jede Einheit, Durchhaltevermögen für jede Herausforderung und Gottes Segen für diesen Monat.\u003cbr\u003e\u003cbr\u003eBleibt stabil. 🐉✨ \u003cbr\u003e\u003cbr\u003eEuer BO9k Team ❤️","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:49.790954119Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-19T20:17:52Z","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","part_id":"","time":"2026-03-06T19:24:49.791154497Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3078","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.800664281Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3078","time":"2026-03-06T19:24:49.800783502Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7061,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089792078719_1?ts=1771534533270&user_id=%40whatsapp_lid-57879650386021%3Amatrix.theocloud.dev","duration":47.529994,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:49.8397382Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-57879650386021","sender_login":"491639512527"},"reaction_ts":"2026-02-19T20:55:33.27Z","event_id":"$W8xkezB3RsSj5guGT8kRgl7usiPmLO0oaMTMWwGk1WQ","time":"2026-03-06T19:24:49.839846037Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3079","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.849696441Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3079","time":"2026-03-06T19:24:49.849817408Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7062,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089840242182_1?ts=1771534047744&user_id=%40whatsapp_lid-12786134462711%3Amatrix.theocloud.dev","duration":34.950226,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:49.875327133Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-12786134462711","sender_login":"393201550470"},"reaction_ts":"2026-02-19T20:47:27.744Z","event_id":"$b20cZkjRzouO6BRzYQ4vAgs9QCfhmOo1S6pCXqkNQW8","time":"2026-03-06T19:24:49.875494336Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3080","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.8837691Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3080","time":"2026-03-06T19:24:49.883907039Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7063,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089876096306_1?ts=1771533009532&user_id=%40whatsapp_lid-11373224415308%3Amatrix.theocloud.dev","duration":32.097591,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:49.908353067Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-11373224415308","sender_login":"4917657902857"},"reaction_ts":"2026-02-19T20:30:09.532Z","event_id":"$RAX5iJiuUWuyG8PTP1ifF0E6t_KmVnx-xvn0B33lD4k","time":"2026-03-06T19:24:49.908496034Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3081","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.918802299Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3081","time":"2026-03-06T19:24:49.918906643Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7064,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089909044365_2?ts=1771587041000&user_id=%40whatsapp_lid-223072531550244%3Amatrix.theocloud.dev","duration":35.219188,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"💪"}},"time":"2026-03-06T19:24:49.944425797Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-223072531550244","sender_login":"4917663273910"},"reaction_ts":"2026-02-20T11:30:41Z","event_id":"$1VCvE9Je5nFETz-r06MATsL0zE4AdNtEB1jiluaApbg","time":"2026-03-06T19:24:49.944560383Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3082","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.956349537Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3082","time":"2026-03-06T19:24:49.956430065Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7065,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089945203560_5?ts=1771532340960&user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":42.343652,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:49.987670832Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-87162133413943","sender_login":"491772982858"},"reaction_ts":"2026-02-19T20:19:00.96Z","event_id":"$eBpDcnx-s8z4DiFMkDC1DB6qglL4V-o15mzIOeyBKFg","time":"2026-03-06T19:24:49.987839222Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3083","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:49.996109447Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3083","time":"2026-03-06T19:24:49.996228598Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7066,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825089988471154_4?ts=1771598762684&user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":39.013017,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.027645157Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-266502737506505","sender_login":"491624232636"},"reaction_ts":"2026-02-20T14:46:02.684Z","event_id":"$jesbSmppKyL0WrE2j7ekqwFuKORDhBls3n_L09xXav4","time":"2026-03-06T19:24:50.027796994Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3084","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.038509601Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3084","time":"2026-03-06T19:24:50.038632384Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7067,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090028501493_1?ts=1771533720657&user_id=%40whatsapp_lid-92655430197386%3Amatrix.theocloud.dev","duration":42.144881,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.070782007Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-92655430197386","sender_login":"4917634360138"},"reaction_ts":"2026-02-19T20:42:00.657Z","event_id":"$yC44py1fdd-6M4-h_j4c5qZ4ekgqDFfpF41bsfTdZDM","time":"2026-03-06T19:24:50.070927069Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3085","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.086125431Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3085","time":"2026-03-06T19:24:50.086197788Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7068,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090071499077_32?ts=1771533712894&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":44.194401,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.115810533Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"reaction_ts":"2026-02-19T20:41:52.894Z","event_id":"$k88SyMYbjIxT_j8AfOWiTiVF8X5roPzPrlJGJVNLzKk","time":"2026-03-06T19:24:50.115932547Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3086","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.125577895Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3086","time":"2026-03-06T19:24:50.125674697Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7069,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090116489260_1?ts=1771573003230&user_id=%40whatsapp_lid-35472185270487%3Amatrix.theocloud.dev","duration":42.152354,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.158744631Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-35472185270487","sender_login":"491778756866"},"reaction_ts":"2026-02-20T07:36:43.23Z","event_id":"$07ndvfCzB-EQsKB2YCka1GmEUAjkNWepQKwSgTCJXh8","time":"2026-03-06T19:24:50.158832912Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3087","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.168441592Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3087","time":"2026-03-06T19:24:50.168559416Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7070,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090159494317_2?ts=1771538809411&user_id=%40whatsapp_lid-245517661540533%3Amatrix.theocloud.dev","duration":40.614219,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"💯"}},"time":"2026-03-06T19:24:50.20024878Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-245517661540533","sender_login":"919150986374"},"reaction_ts":"2026-02-19T22:06:49.411Z","event_id":"$eDtnRET50szGxoZC1OFREZsDG4xCguprlsYQoOVLDdg","time":"2026-03-06T19:24:50.200476605Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3088","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.208422063Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3088","time":"2026-03-06T19:24:50.208541424Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7071,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090201059508_1?ts=1771542661111&user_id=%40whatsapp_lid-256676053647524%3Amatrix.theocloud.dev","duration":36.346931,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"💯"}},"time":"2026-03-06T19:24:50.237529989Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-256676053647524","sender_login":"491749085513"},"reaction_ts":"2026-02-19T23:11:01.111Z","event_id":"$16s7APKHjMTwhPGVi3P4rhHid96av6PAPSSJaQoaMs8","time":"2026-03-06T19:24:50.237673236Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3089","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.246477823Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3089","time":"2026-03-06T19:24:50.246567431Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7072,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090238104232_1?ts=1771532410113&user_id=%40whatsapp_lid-12730350215211%3Amatrix.theocloud.dev","duration":47.731419,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.285956478Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-12730350215211","sender_login":"4917627697253"},"reaction_ts":"2026-02-19T20:20:10.113Z","event_id":"$KpTTMd3fPruwX24IKtNz6N5ruGMp4lOBhlSPvackZyE","time":"2026-03-06T19:24:50.286101051Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3090","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.296690596Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3090","time":"2026-03-06T19:24:50.296790051Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7073,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090286634436_4?ts=1771532309166&user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":40.772132,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.327534729Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-83674703904795","sender_login":"4915236735839"},"reaction_ts":"2026-02-19T20:18:29.166Z","event_id":"$vTI1-Vs7g90lJKawN0Ad-3PqqG2U9TxS3PMaGIcjgp4","time":"2026-03-06T19:24:50.327675461Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3091","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.340416705Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3091","time":"2026-03-06T19:24:50.340522865Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7074,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090328311584_2?ts=1771536841891&user_id=%40whatsapp_lid-226147862347841%3Amatrix.theocloud.dev","duration":46.351896,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.374845908Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-226147862347841","sender_login":"4915757977499"},"reaction_ts":"2026-02-19T21:34:01.891Z","event_id":"$m7_WQ8VQL8hEtMPGIf-cAQtK86VvpbnDwB5V0vCjMlk","time":"2026-03-06T19:24:50.375016602Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3092","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.384036234Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3092","time":"2026-03-06T19:24:50.384155385Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7075,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090375577156_1?ts=1771532870203&user_id=%40whatsapp_lid-141378109608075%3Amatrix.theocloud.dev","duration":36.82947,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.412543796Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-141378109608075","sender_login":"491622835744"},"reaction_ts":"2026-02-19T20:27:50.203Z","event_id":"$ZApmST2mS-YP1dumOyq-ss0UWvzJQwq1BOImWAv12W8","time":"2026-03-06T19:24:50.412708693Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3093","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.421879254Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3093","time":"2026-03-06T19:24:50.421989745Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7076,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090413433027_1?ts=1771585292639&user_id=%40whatsapp_lid-30653349408787%3Amatrix.theocloud.dev","duration":38.597246,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.452176313Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-30653349408787","sender_login":"4915733181520"},"reaction_ts":"2026-02-20T11:01:32.639Z","event_id":"$RozPqZduJnegLC6GCzMZVDNLS1lLcm2a0KqwNmfmcP8","time":"2026-03-06T19:24:50.452386119Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3094","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.4652125Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3094","time":"2026-03-06T19:24:50.465351207Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7077,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090452946603_1?ts=1771532374315&user_id=%40whatsapp_lid-54975749202069%3Amatrix.theocloud.dev","duration":44.930398,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.498040501Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-54975749202069","sender_login":"4917636343979"},"reaction_ts":"2026-02-19T20:19:34.315Z","event_id":"$akpi8pwII8u88d8BxFWIIKcvO8ruDX7LWi3POzpDI8o","time":"2026-03-06T19:24:50.498205399Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3095","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.509304163Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3095","time":"2026-03-06T19:24:50.509404666Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7078,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090498756803_1?ts=1771532294162&user_id=%40whatsapp_lid-1876967866385%3Amatrix.theocloud.dev","duration":43.267036,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.542151161Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-1876967866385","sender_login":"4916094954618"},"reaction_ts":"2026-02-19T20:18:14.162Z","event_id":"$bMQWx5zPoxKjAjC96SSnqV7RztMoXk0GU9cTVBAQoAY","time":"2026-03-06T19:24:50.542276248Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3096","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.55335853Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3096","time":"2026-03-06T19:24:50.553495001Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7079,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090542724705_1?ts=1771535272495&user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":40.209693,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.583084768Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-80358888464591","sender_login":"4915157563910"},"reaction_ts":"2026-02-19T21:07:52.495Z","event_id":"$RzUlapYBjWRZlg3iP6_wC5duSZiweRKatWZkMrkic1E","time":"2026-03-06T19:24:50.583223754Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3097","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.592165303Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3097","time":"2026-03-06T19:24:50.592272161Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7080,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090583734929_1?ts=1771533057210&user_id=%40whatsapp_lid-146720914698447%3Amatrix.theocloud.dev","duration":31.89896,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.615751992Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-146720914698447","sender_login":"491712144182"},"reaction_ts":"2026-02-19T20:30:57.21Z","event_id":"$iMDu_Oz6w6OhzaqmkKc27RzSUNobt27lMT_y7lDvJZo","time":"2026-03-06T19:24:50.615852705Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3098","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.624607286Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3098","time":"2026-03-06T19:24:50.62468921Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7081,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825090616271618_1?ts=1771564909514&user_id=%40whatsapp_lid-115070881280105%3Amatrix.theocloud.dev","duration":33.663663,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$P3-2rvIrSJJ4JyP4EKgxCLG6thVMTIqDqRYbHYsBsdA","key":"❤️"}},"time":"2026-03-06T19:24:50.650044026Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A45BAFA2400128F5F61","target_part_id":"","reaction_sender_id":{"user_id":"lid-115070881280105","sender_login":"491728367505"},"reaction_ts":"2026-02-20T05:21:49.514Z","event_id":"$kVhcG4Nvj4bqQmRYobovAldYiossF_OnwcaW-mOzQaA","time":"2026-03-06T19:24:50.650172326Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3099","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.658400645Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3099","time":"2026-03-06T19:24:50.658488367Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7082,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825090650658637_22?ts=1771597074000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":36.373051,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Heute wird das Training leider ausfallen. Am Wochenende geben wir dann wieder Gas 💪🏽","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:50.687168509Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3AA1DACCDF13AD95D377","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-20T14:17:54Z","event_id":"$-5IqkXkyn85QzON6uzcNLoMvIU_BaGA7p6YxclpCbPA","part_id":"","time":"2026-03-06T19:24:50.687350728Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3100","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.695492233Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3100","time":"2026-03-06T19:24:50.695593784Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7083,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825090688269222_23?ts=1771597160000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":36.583137,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Wochenende Training 🐉\n\n1. Samstag 14:30-18 Uhr 🌪️🥷🏽\n\n2. Sonntag 14:30-18 Uhr 🔥🥷🏽\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Samstag 14:30-18 Uhr 🌪️🥷🏽","Sonntag 14:30-18 Uhr 🔥🥷🏽"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eWochenende Training 🐉\u003c/p\u003e\u003col\u003e\u003cli\u003eSamstag 14:30-18 Uhr 🌪️🥷🏽\u003c/li\u003e\u003cli\u003eSonntag 14:30-18 Uhr 🔥🥷🏽\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eWochenende Training 🐉\u003c/p\u003e\u003col\u003e\u003cli\u003eSamstag 14:30-18 Uhr 🌪️🥷🏽\u003c/li\u003e\u003cli\u003eSonntag 14:30-18 Uhr 🔥🥷🏽\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Wochenende Training 🐉\n\n1. Samstag 14:30-18 Uhr 🌪️🥷🏽\n\n2. Sonntag 14:30-18 Uhr 🔥🥷🏽\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"be7c837c2baa1aef894d4f4cacea3a954cf69f3bddc5194fe83b32fe02fc97d5","org.matrix.msc1767.text":"Samstag 14:30-18 Uhr 🌪️🥷🏽"},{"id":"b5041b16ca204bc2b1a2876fad705d352647575c8b42fdcf072c7ebc91b9c455","org.matrix.msc1767.text":"Sonntag 14:30-18 Uhr 🔥🥷🏽"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":2,"question":{"org.matrix.msc1767.text":"Wochenende Training 🐉"}}},"time":"2026-03-06T19:24:50.725250809Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3AD008C8EFFCE553DAB2","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-20T14:19:20Z","event_id":"$d9VWkb4lrFZY3OzYHYyXRqMZYb0EuB6mPpdRoht0U2A","part_id":"","time":"2026-03-06T19:24:50.725937288Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3101","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.735374087Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3101","time":"2026-03-06T19:24:50.735495822Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7084,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/join?user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":18.391548,"status_code":403,"response_length":69,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:24:50.7463185Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7085,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/invite?user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":40.905182,"status_code":200,"response_length":2,"response_mime":"application/json","req_body":{"user_id":"@whatsapp_lid-253395034206287:matrix.theocloud.dev"},"time":"2026-03-06T19:24:50.787443755Z","message":"Request completed"} +{"level":"debug","transaction_id":"3102","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.801476101Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3102","time":"2026-03-06T19:24:50.801842912Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7086,"method":"POST","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/join?user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":65.597823,"status_code":200,"response_length":54,"response_mime":"application/json","req_body":{},"time":"2026-03-06T19:24:50.853540391Z","message":"Request completed"} +{"level":"debug","transaction_id":"3103","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.870157458Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3103","time":"2026-03-06T19:24:50.870506669Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7087,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825090854053522_1?ts=1771602948000&user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":64.692669,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hi guys i hava a question .Do you know where this gym/hall is located, if it’s possible to train there, and how much it costs?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:50.918905011Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:253395034206287@lid:AC902381FF3E8C1AA10FFAB28E933CF6","sender_id":{"user_id":"lid-253395034206287","sender_login":"48538383907"},"message_ts":"2026-02-20T15:55:48Z","event_id":"$0w6WCVJ9BySa-8Q-meCau47N14GPC1Uf9STLO7eZV50","part_id":"","time":"2026-03-06T19:24:50.919044346Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3104","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:50.937770997Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3104","time":"2026-03-06T19:24:50.93787597Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3105","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:50.970923903Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3105","time":"2026-03-06T19:24:50.971017492Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7088,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825090920287468_3?ts=1771604533000&user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":87.045665,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hi Wilktor, the address and time are listed under the group description.","m.mentions":{"user_ids":["@whatsapp_lid-253395034206287:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$0w6WCVJ9BySa-8Q-meCau47N14GPC1Uf9STLO7eZV50"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:51.007522825Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:38504566390811@lid:3A20D775E722F650D60E","sender_id":{"user_id":"lid-38504566390811","sender_login":"4917656979328"},"message_ts":"2026-02-20T16:22:13Z","event_id":"$uG-N5Fsx_3svl1CuO9O26pY7awNzpUrhoj94jIJdOH4","part_id":"","time":"2026-03-06T19:24:51.007708954Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3106","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.03177113Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3106","time":"2026-03-06T19:24:51.03188169Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3107","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.040849359Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3107","time":"2026-03-06T19:24:51.041194589Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491783743461@s.whatsapp.net","portal_mxid":"!mAIrbXgdvoZqGtLMoJ:matrix.theocloud.dev","event_loop_index":11,"action":"handle matrix event","event_id":"$K3ZdC_96RaIAnKE3Nw8-CokMuhboxc5Wk5mch924YUs","event_type":"m.room.member","event_id":"$K3ZdC_96RaIAnKE3Nw8-CokMuhboxc5Wk5mch924YUs","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:51.041684532Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7089,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825091008553556_2?ts=1771604577393&user_id=%40whatsapp_lid-253395034206287%3Amatrix.theocloud.dev","duration":81.325869,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$uG-N5Fsx_3svl1CuO9O26pY7awNzpUrhoj94jIJdOH4","key":"❤️"}},"time":"2026-03-06T19:24:51.090015058Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:38504566390811@lid:3A20D775E722F650D60E","target_part_id":"","reaction_sender_id":{"user_id":"lid-253395034206287","sender_login":"48538383907"},"reaction_ts":"2026-02-20T16:22:57.393Z","event_id":"$xc0TFgyABxjxqrP0FjqPzp9dHVulNsHCHAk4HsCys3Q","time":"2026-03-06T19:24:51.090178139Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3108","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.10030016Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3108","time":"2026-03-06T19:24:51.100409184Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7090,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091090796033_4?ts=1771604551000&user_id=%40whatsapp_lid-38504566390811%3Amatrix.theocloud.dev","duration":39.546053,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"4. Samstags Halle, offenes Training für alle \nOrt: Am Hellespont 4, 12109 \nCarl-Sonnenschein-Grundschule \nZeit 14:30 Uhr\n\n5. Sonntags Halle, Freestyle Kurs \nOrt: Am Hellespont 4, 12109 \nCarl-Sonnenschein-Grundschule \nZeit 14:30 Uhr","format":"org.matrix.custom.html","formatted_body":"\u003col start=\"4\"\u003e\u003cli\u003eSamstags Halle, offenes Training für alle \u003c/li\u003e\u003c/ol\u003eOrt: Am Hellespont 4, 12109 \u003cbr\u003eCarl-Sonnenschein-Grundschule \u003cbr\u003eZeit 14:30 Uhr\u003cbr\u003e\u003cbr\u003e\u003col start=\"5\"\u003e\u003cli\u003eSonntags Halle, Freestyle Kurs \u003c/li\u003e\u003c/ol\u003eOrt: Am Hellespont 4, 12109 \u003cbr\u003eCarl-Sonnenschein-Grundschule \u003cbr\u003eZeit 14:30 Uhr","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:51.13053953Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:38504566390811@lid:3A2DF1B977F54B8C0AD5","sender_id":{"user_id":"lid-38504566390811","sender_login":"4917656979328"},"message_ts":"2026-02-20T16:22:31Z","event_id":"$vsxKnW4-F7ZnZtmmmrxfC1Y-yFY9PKTT58Z43kKlPFI","part_id":"","time":"2026-03-06T19:24:51.130723075Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3109","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.141537931Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3109","time":"2026-03-06T19:24:51.141661971Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7091,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091131561251_12?ts=1771706075000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":46.103118,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Morgen wieder Eisbaden?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:51.17781446Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:ACC04072ADDA31BACEBF821C15B72596","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-21T20:34:35Z","event_id":"$sDE2xtAe_n_DYDZiEzJfoAgLb_SVQP7QXKUZHxwnebc","part_id":"","time":"2026-03-06T19:24:51.178023917Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3110","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.188893948Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3110","time":"2026-03-06T19:24:51.189024902Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7092,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091178911053_33?ts=1771707422000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":39.801326,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bin erkältet bin leider raus","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:51.218863796Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:21079833710744@lid:3EB017C9573EAFF089DC9C","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-02-21T20:57:02Z","event_id":"$rM4y9I2_XxlCTzu0GMuVmBJ7xN1bzpGSrERKSAbm310","part_id":"","time":"2026-03-06T19:24:51.219034351Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3111","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.229688221Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3111","time":"2026-03-06T19:24:51.229792984Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7093,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091220014936_13?ts=1771707557000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":37.474043,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Oh no! Dann dir gute Besserung!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:51.257651991Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:ACA5EFF3D32446482DD9F63B7F9BB258","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-21T20:59:17Z","event_id":"$9nPKkGM5d1ue9-sc7WIQzX8MTxMs3M0REKpqtScM4b8","part_id":"","time":"2026-03-06T19:24:51.257834419Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3112","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.275010293Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3112","time":"2026-03-06T19:24:51.275097805Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7094,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825091258540244_34?ts=1771708165000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":51.583147,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$9nPKkGM5d1ue9-sc7WIQzX8MTxMs3M0REKpqtScM4b8","key":"🙏"}},"time":"2026-03-06T19:24:51.310273622Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:ACA5EFF3D32446482DD9F63B7F9BB258","target_part_id":"","reaction_sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"reaction_ts":"2026-02-21T21:09:25Z","event_id":"$h3kISGKPQfeJVlkXaqJbKsIPJa21R-U6VvoXjQZ46Yk","time":"2026-03-06T19:24:51.31048252Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3113","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.321984693Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3113","time":"2026-03-06T19:24:51.322102866Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7095,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091311149862_14?ts=1771751447000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":51.619815,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":1599,"mimetype":"image/jpeg","size":179095,"w":899},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/iQIsegsRhJfXSlCWjVNEGDbx"},"time":"2026-03-06T19:24:51.363023203Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:AC4F37B3DE2BC6F90B94D3609A41368C","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-22T09:10:47Z","event_id":"$iVgmdG14mTs_LV37h9mVMDaM2qSeIUKn4vOca_Irthw","part_id":"","time":"2026-03-06T19:24:51.363186285Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3114","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.36805729Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3114","time":"2026-03-06T19:24:51.368206612Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7096,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825091364014963_35?ts=1771755649685&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":39.748805,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$iVgmdG14mTs_LV37h9mVMDaM2qSeIUKn4vOca_Irthw","key":"👍️"}},"time":"2026-03-06T19:24:51.403885293Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC4F37B3DE2BC6F90B94D3609A41368C","target_part_id":"","reaction_sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"reaction_ts":"2026-02-22T10:20:49.685Z","event_id":"$kPKfcfvDjoWXqgYqRMQ2OoMCb3dEXc4SJc2ubd3N5Ow","time":"2026-03-06T19:24:51.40398377Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3115","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.411289474Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3115","time":"2026-03-06T19:24:51.411419241Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7097,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825091404385223_6?ts=1771751625435&user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":46.863839,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$iVgmdG14mTs_LV37h9mVMDaM2qSeIUKn4vOca_Irthw","key":"🔥"}},"time":"2026-03-06T19:24:51.451391401Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC4F37B3DE2BC6F90B94D3609A41368C","target_part_id":"","reaction_sender_id":{"user_id":"lid-87162133413943","sender_login":"491772982858"},"reaction_ts":"2026-02-22T09:13:45.435Z","event_id":"$orDamzqB7NxoeLgg3rNqkapnIf5FywQn1w99YXbYdrU","time":"2026-03-06T19:24:51.451588356Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3116","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.461652687Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3116","time":"2026-03-06T19:24:51.461753679Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7098,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825091452298581_2?ts=1771760631861&user_id=%40whatsapp_lid-21273073692847%3Amatrix.theocloud.dev","duration":35.106533,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$iVgmdG14mTs_LV37h9mVMDaM2qSeIUKn4vOca_Irthw","key":"🔥"}},"time":"2026-03-06T19:24:51.487569104Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC4F37B3DE2BC6F90B94D3609A41368C","target_part_id":"","reaction_sender_id":{"user_id":"lid-21273073692847","sender_login":"4915780931514"},"reaction_ts":"2026-02-22T11:43:51.861Z","event_id":"$P2LmYvby9NBq7ivLS-Ero2GsSHRz5eqyChVZPoGMX_k","time":"2026-03-06T19:24:51.487727296Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3117","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.50032222Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3117","time":"2026-03-06T19:24:51.50045485Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7099,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825091488305939_1?ts=1771752661630&user_id=%40whatsapp_lid-223690570625160%3Amatrix.theocloud.dev","duration":39.66688,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$iVgmdG14mTs_LV37h9mVMDaM2qSeIUKn4vOca_Irthw","key":"💪🏼"}},"time":"2026-03-06T19:24:51.528134433Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC4F37B3DE2BC6F90B94D3609A41368C","target_part_id":"","reaction_sender_id":{"user_id":"lid-223690570625160","sender_login":"491727724601"},"reaction_ts":"2026-02-22T09:31:01.63Z","event_id":"$qUeAFqdCgy4VONA7fFwBXLQ1Eagwo0k29vkDregNMtk","time":"2026-03-06T19:24:51.528279216Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3118","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.538947473Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3118","time":"2026-03-06T19:24:51.539020807Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7100,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825091528950190_2?ts=1771752661843&user_id=%40whatsapp_lid-184331557449759%3Amatrix.theocloud.dev","duration":41.915659,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$iVgmdG14mTs_LV37h9mVMDaM2qSeIUKn4vOca_Irthw","key":"💪"}},"time":"2026-03-06T19:24:51.571003298Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC4F37B3DE2BC6F90B94D3609A41368C","target_part_id":"","reaction_sender_id":{"user_id":"lid-184331557449759","sender_login":"4915209459043"},"reaction_ts":"2026-02-22T09:31:01.843Z","event_id":"$sGatM9EH9J_YKNy10TiC1l1OLWaWSgaoI7PZeA90qOE","time":"2026-03-06T19:24:51.571155205Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3119","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.58391796Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3119","time":"2026-03-06T19:24:51.5840288Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7101,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825091571793004_6?ts=1771752604744&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":47.667444,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$iVgmdG14mTs_LV37h9mVMDaM2qSeIUKn4vOca_Irthw","key":"❤️"}},"time":"2026-03-06T19:24:51.619585256Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC4F37B3DE2BC6F90B94D3609A41368C","target_part_id":"","reaction_sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"reaction_ts":"2026-02-22T09:30:04.744Z","event_id":"$I7kct2t9Zy6ok0LfNFTQWMye4Gh-iMeMw1ZkIe_9PqU","time":"2026-03-06T19:24:51.619709505Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3120","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.631635271Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3120","time":"2026-03-06T19:24:51.631765317Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7102,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091620208528_15?ts=1771751491000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":43.280934,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Angenehme Temperaturen heute 🥶","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:51.663600511Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:AC71803A73EA19F79815AFDE8ABCACCF","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-22T09:11:31Z","event_id":"$dnYgqhapMmJugT3dbUlmOJG9qiJrHm09DFHSAR9Gv18","part_id":"","time":"2026-03-06T19:24:51.663695776Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3121","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.675103662Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3121","time":"2026-03-06T19:24:51.675243346Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7103,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825091664285384_1?ts=1771751682513&user_id=%40whatsapp_lid-25529302425761%3Amatrix.theocloud.dev","duration":40.607026,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$dnYgqhapMmJugT3dbUlmOJG9qiJrHm09DFHSAR9Gv18","key":"🤫"}},"time":"2026-03-06T19:24:51.705009255Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:213099231596676@lid:AC71803A73EA19F79815AFDE8ABCACCF","target_part_id":"","reaction_sender_id":{"user_id":"lid-25529302425761","sender_login":"491735440250"},"reaction_ts":"2026-02-22T09:14:42.513Z","event_id":"$E4P5ePGywuNqQm4lfNiX2gxjEHj_nCiwIehxZNwJ88A","time":"2026-03-06T19:24:51.705111295Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3122","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.715529447Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3122","time":"2026-03-06T19:24:51.715632394Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3123","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:51.742409965Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3123","time":"2026-03-06T19:24:51.742499642Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7104,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091705588177_7?ts=1771752612000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":53.883819,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Du Maschine 🫡🔥","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:51.759603858Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3AF2614B06E3000480B2","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-02-22T09:30:12Z","event_id":"$GI4Ht00VCL5O1SwbGlL6NpRTC96iSFHu6pJY0HLZPsM","part_id":"","time":"2026-03-06T19:24:51.7597184Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3124","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.768378693Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3124","time":"2026-03-06T19:24:51.76847312Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7105,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091760387907_8?ts=1771757658000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":43.015604,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Heute 14:30 - 16:30 Uhr Open gym ☀️🔥\n\n1. Bin am Start😎\n\n2. Nächstes Mal🥲\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Bin am Start😎","Nächstes Mal🥲"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eHeute 14:30 - 16:30 Uhr Open gym ☀️🔥\u003c/p\u003e\u003col\u003e\u003cli\u003eBin am Start😎\u003c/li\u003e\u003cli\u003eNächstes Mal🥲\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eHeute 14:30 - 16:30 Uhr Open gym ☀️🔥\u003c/p\u003e\u003col\u003e\u003cli\u003eBin am Start😎\u003c/li\u003e\u003cli\u003eNächstes Mal🥲\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Heute 14:30 - 16:30 Uhr Open gym ☀️🔥\n\n1. Bin am Start😎\n\n2. Nächstes Mal🥲\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"adce4a83692696f449e7b059e1184ad7ca21971e19e41c9eb261f93a6e59d665","org.matrix.msc1767.text":"Bin am Start😎"},{"id":"3e13b38e5e8f7276d645a19f91dde4f010dcdeca29984c84e729388b8483f514","org.matrix.msc1767.text":"Nächstes Mal🥲"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":2,"question":{"org.matrix.msc1767.text":"Heute 14:30 - 16:30 Uhr Open gym ☀️🔥"}}},"time":"2026-03-06T19:24:51.803667305Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3ADC5541FB6FD59B61AC","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-02-22T10:54:18Z","event_id":"$SHm5Pb7U6AYkdEG_02Gg5I6DwIWecCiyDoCgUQPm6ms","part_id":"","time":"2026-03-06T19:24:51.803878228Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3125","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.818985446Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3125","time":"2026-03-06T19:24:51.819139029Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7106,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091805421671_9?ts=1771768874000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":70.499838,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"17:00 Uhr *","m.mentions":{"user_ids":["@whatsapp_lid-239363409617131:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$SHm5Pb7U6AYkdEG_02Gg5I6DwIWecCiyDoCgUQPm6ms"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:51.876109315Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3A53FD38223048E72544","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-02-22T14:01:14Z","event_id":"$3NQNfzCNuFsQzu9w-IPBrHnkQMjC4F7V1yOIuq1QWUY","part_id":"","time":"2026-03-06T19:24:51.876288041Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3126","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.881657719Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3126","time":"2026-03-06T19:24:51.881803829Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7107,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091877211075_14?ts=1771934495000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":41.714653,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Heute Training im Cheruskerpark 18-19 Uhr\n\n1. Bin dabei\n\n2. Heut setze ich aus\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Bin dabei","Heut setze ich aus"],"selectable_options_count":1},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eHeute Training im Cheruskerpark 18-19 Uhr\u003c/p\u003e\u003col\u003e\u003cli\u003eBin dabei\u003c/li\u003e\u003cli\u003eHeut setze ich aus\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eHeute Training im Cheruskerpark 18-19 Uhr\u003c/p\u003e\u003col\u003e\u003cli\u003eBin dabei\u003c/li\u003e\u003cli\u003eHeut setze ich aus\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Heute Training im Cheruskerpark 18-19 Uhr\n\n1. Bin dabei\n\n2. Heut setze ich aus\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"e41273d0b5fa1205bdfa152f9cce1378dfb87c87dc20023e92cc3c1de04a69c3","org.matrix.msc1767.text":"Bin dabei"},{"id":"c2c83c21c9eb9fb82d9c02382fa2e3ecea3b2c3d3c1958b9e596c7c5ae36b070","org.matrix.msc1767.text":"Heut setze ich aus"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":1,"question":{"org.matrix.msc1767.text":"Heute Training im Cheruskerpark 18-19 Uhr"}}},"time":"2026-03-06T19:24:51.919265441Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:236846508454136@lid:3A4A2BB704FE085E3C8A","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-24T12:01:35Z","event_id":"$VQwJpVGC78zw5rI3Wdf68fE4nL5D12Oxy0CmJMXRg5Y","part_id":"","time":"2026-03-06T19:24:51.919487469Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3127","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:51.939815392Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3127","time":"2026-03-06T19:24:51.93998427Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3128","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:51.960315615Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3128","time":"2026-03-06T19:24:51.960411019Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7108,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091920306299_16?ts=1771951059000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":68.551799,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Komme voraussichtlich etwas später","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:51.989022646Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:ACA042D464881EAF38FE7CDB73D60D1C","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-24T16:37:39Z","event_id":"$0NIQEn7ch6HFkoA4oRTtjQSD4Cq9aWeAQxAQM9X_4aM","part_id":"","time":"2026-03-06T19:24:51.98915388Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3129","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.003203198Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3129","time":"2026-03-06T19:24:52.003387931Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7109,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825091989960488_1?ts=1772112808000&user_id=%40whatsapp_lid-256783310393511%3Amatrix.theocloud.dev","duration":44.454283,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hallo Leute. Welches Training/welcher Trainingstag mit euch ist für Anfänger geeignet?","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:52.034539649Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:256783310393511@lid:AC77A05F94569049795690351914D998","sender_id":{"user_id":"lid-256783310393511","sender_login":"4917631673140"},"message_ts":"2026-02-26T13:33:28Z","event_id":"$mqaxlZnxoH456YVG9yDZuG2ePnBchIDAMxBpRiBs8ys","part_id":"","time":"2026-03-06T19:24:52.034673536Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3130","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.044807361Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3130","time":"2026-03-06T19:24:52.044885444Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3131","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:52.066692136Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3131","time":"2026-03-06T19:24:52.066795712Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7110,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825092035587561_15?ts=1772114820000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":53.727512,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wir gestalten jedes Training so, dass alle Leistungsklassen bedient werden, von Anfänger bis ‚Profi‘.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:52.089419487Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:236846508454136@lid:3A45EB2C642EC7070045","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-26T14:07:00Z","event_id":"$HpN8qOk2ifUG_Fsx_a9-_0ZjzOOXbX08shjrtrWq1l4","part_id":"","time":"2026-03-06T19:24:52.089532911Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3132","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.099030263Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3132","time":"2026-03-06T19:24:52.099117077Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7111,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092090221206_2?ts=1772114857941&user_id=%40whatsapp_lid-256783310393511%3Amatrix.theocloud.dev","duration":35.35978,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$HpN8qOk2ifUG_Fsx_a9-_0ZjzOOXbX08shjrtrWq1l4","key":"🎉"}},"time":"2026-03-06T19:24:52.125702303Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:236846508454136@lid:3A45EB2C642EC7070045","target_part_id":"","reaction_sender_id":{"user_id":"lid-256783310393511","sender_login":"4917631673140"},"reaction_ts":"2026-02-26T14:07:37.941Z","event_id":"$Xh4e2IUI_IkO31Cc6II9gMTTMoP9uHdL1TDAbyrsDW0","time":"2026-03-06T19:24:52.125839892Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3133","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.137753226Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3133","time":"2026-03-06T19:24:52.137870351Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7112,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092126380470_24?ts=1772118228116&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":76.334385,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$HpN8qOk2ifUG_Fsx_a9-_0ZjzOOXbX08shjrtrWq1l4","key":"❤️"}},"time":"2026-03-06T19:24:52.202854052Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:236846508454136@lid:3A45EB2C642EC7070045","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-02-26T15:03:48.116Z","event_id":"$gxNs9doTU7kC1hkb60dh60Kukrmtz0ZsC4e5z5bwxjc","time":"2026-03-06T19:24:52.203015806Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3134","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.208222263Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3134","time":"2026-03-06T19:24:52.208388348Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7113,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825092203740140_5?ts=1772126309000&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":67.626459,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Trainiert heute jemand in der Naunynritze? 😊","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:52.271531706Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:59622887026730@lid:3A3E1B76522E55B22E4A","sender_id":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"message_ts":"2026-02-26T17:18:29Z","event_id":"$XHK2jJjywYKR7ywWYw_KQkp2nPdOf9NVOuRxmI10DNI","part_id":"","time":"2026-03-06T19:24:52.271668038Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3135","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.275672301Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3135","time":"2026-03-06T19:24:52.275784398Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7114,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825092272607137_6?ts=1772131586000&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":36.047517,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Für alle Couch-Potatoes heute 🥔😘 🤸🏼🐉😉","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":1365,"mimetype":"image/jpeg","size":207852,"w":1054},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/lxzQedMNDWebInMtCQiwGHzq"},"time":"2026-03-06T19:24:52.308898054Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:59622887026730@lid:4AE494F3857E2C96A122","sender_id":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"message_ts":"2026-02-26T18:46:26Z","event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA","part_id":"","time":"2026-03-06T19:24:52.309061275Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3136","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.317275626Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3136","time":"2026-03-06T19:24:52.3173799Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7115,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092309953579_2?ts=1772142611323&user_id=%40whatsapp_lid-80358888464591%3Amatrix.theocloud.dev","duration":36.104159,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA","key":"😍"}},"time":"2026-03-06T19:24:52.346177517Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:59622887026730@lid:4AE494F3857E2C96A122","target_part_id":"","reaction_sender_id":{"user_id":"lid-80358888464591","sender_login":"4915157563910"},"reaction_ts":"2026-02-26T21:50:11.323Z","event_id":"$QbDQhcHQrE2lo5qwdUulAIYZQREmWlwILBtzzBzZb00","time":"2026-03-06T19:24:52.346302954Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3137","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.356316161Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3137","time":"2026-03-06T19:24:52.356416314Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7116,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092346697842_25?ts=1772136605883&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":33.490943,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA","key":"💪🏽"}},"time":"2026-03-06T19:24:52.38029683Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:59622887026730@lid:4AE494F3857E2C96A122","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-02-26T20:10:05.883Z","event_id":"$Sscpean2jWupIPT8vsfV9q2XyepoJZIoJWmmKJAK8Vk","time":"2026-03-06T19:24:52.380421778Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3138","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.390888959Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3138","time":"2026-03-06T19:24:52.390952376Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7117,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092380781116_3?ts=1772136599009&user_id=%40whatsapp_lid-256783310393511%3Amatrix.theocloud.dev","duration":36.823953,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA","key":"👍️"}},"time":"2026-03-06T19:24:52.417729109Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:59622887026730@lid:4AE494F3857E2C96A122","target_part_id":"","reaction_sender_id":{"user_id":"lid-256783310393511","sender_login":"4917631673140"},"reaction_ts":"2026-02-26T20:09:59.009Z","event_id":"$2cpqNCeIIGiic5DarIVsjE8aH3mCWmT0VH83EP3D7zQ","time":"2026-03-06T19:24:52.417913143Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3139","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.42597454Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3139","time":"2026-03-06T19:24:52.42602315Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7118,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092418503449_4?ts=1772136696997&user_id=%40whatsapp_lid-206734241087531%3Amatrix.theocloud.dev","duration":36.644109,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA","key":"👍️"}},"time":"2026-03-06T19:24:52.45526615Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:59622887026730@lid:4AE494F3857E2C96A122","target_part_id":"","reaction_sender_id":{"user_id":"lid-206734241087531","sender_login":"4915226357423"},"reaction_ts":"2026-02-26T20:11:36.997Z","event_id":"$RyKJzpIjw6rvrtWGJeiRcWswGUPncBYJD7UbAGjJo_Y","time":"2026-03-06T19:24:52.455417289Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3140","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.46241457Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3140","time":"2026-03-06T19:24:52.462510463Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7119,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092455931118_36?ts=1772132346238&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":34.121478,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA","key":"💪"}},"time":"2026-03-06T19:24:52.490161899Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:59622887026730@lid:4AE494F3857E2C96A122","target_part_id":"","reaction_sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"reaction_ts":"2026-02-26T18:59:06.238Z","event_id":"$uJRZnUc0i2_lCxCc8fwN5KHvQnt-ylHd-YcR7UAzt0c","time":"2026-03-06T19:24:52.490292574Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3141","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.500257031Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3141","time":"2026-03-06T19:24:52.500357534Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7120,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092490793063_3?ts=1772142083000&user_id=%40whatsapp_lid-223072531550244%3Amatrix.theocloud.dev","duration":35.648998,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA","key":"😂"}},"time":"2026-03-06T19:24:52.526549199Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:59622887026730@lid:4AE494F3857E2C96A122","target_part_id":"","reaction_sender_id":{"user_id":"lid-223072531550244","sender_login":"4917663273910"},"reaction_ts":"2026-02-26T21:41:23Z","event_id":"$ZVEClcIhABg9oGut-lNQICZ5aOV65Ald_WUQI3nZIUk","time":"2026-03-06T19:24:52.526683575Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3142","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.538306435Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3142","time":"2026-03-06T19:24:52.538413224Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7121,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092527205296_5?ts=1772132191018&user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":36.782537,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA","key":"💪"}},"time":"2026-03-06T19:24:52.564106285Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:59622887026730@lid:4AE494F3857E2C96A122","target_part_id":"","reaction_sender_id":{"user_id":"lid-83674703904795","sender_login":"4915236735839"},"reaction_ts":"2026-02-26T18:56:31.018Z","event_id":"$VWCII2zKlzKDceTP_3ftk9hPNE6R_sHzjWLbdGCsVBA","time":"2026-03-06T19:24:52.564235842Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3143","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.573178228Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3143","time":"2026-03-06T19:24:52.573270699Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7122,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092564829291_1?ts=1772138379796&user_id=%40whatsapp_lid-171970641588327%3Amatrix.theocloud.dev","duration":37.227152,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA","key":"👍️"}},"time":"2026-03-06T19:24:52.602171753Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:59622887026730@lid:4AE494F3857E2C96A122","target_part_id":"","reaction_sender_id":{"user_id":"lid-171970641588327","sender_login":"4917664201620"},"reaction_ts":"2026-02-26T20:39:39.796Z","event_id":"$LCI-K4Qy83TwAo1uifspDMomTkMbsk-5XmH9WanzOa4","time":"2026-03-06T19:24:52.602291253Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3144","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.611149619Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3144","time":"2026-03-06T19:24:52.611243836Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7123,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092602742922_7?ts=1772135160708&user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":52.114436,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA","key":"💪"}},"time":"2026-03-06T19:24:52.654975881Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:59622887026730@lid:4AE494F3857E2C96A122","target_part_id":"","reaction_sender_id":{"user_id":"lid-87162133413943","sender_login":"491772982858"},"reaction_ts":"2026-02-26T19:46:00.708Z","event_id":"$tWdRAkj_KI4ModqFF4qUPV_-VeaLL13nW_rxmIRt2M4","time":"2026-03-06T19:24:52.655125832Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3145","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.664449976Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3145","time":"2026-03-06T19:24:52.664516256Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7124,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825092655747078_6?ts=1772132234000&user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":33.232737,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Mashalah Diggi 💪🏻 Du bist eine Rakete 🚀 mach weiter so 👏","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:52.689106928Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:83674703904795@lid:3A3093E13BD9A5711951","sender_id":{"user_id":"lid-83674703904795","sender_login":"4915236735839"},"message_ts":"2026-02-26T18:57:14Z","event_id":"$1vvc6q_GRWiEjOM4Na5-gJ4arjXqoyMp1ONOqIvlvIQ","part_id":"","time":"2026-03-06T19:24:52.689239279Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3146","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.697465503Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3146","time":"2026-03-06T19:24:52.697567193Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7125,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092689960330_7?ts=1772135827439&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":30.07573,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$1vvc6q_GRWiEjOM4Na5-gJ4arjXqoyMp1ONOqIvlvIQ","key":"❤️"}},"time":"2026-03-06T19:24:52.720137749Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:83674703904795@lid:3A3093E13BD9A5711951","target_part_id":"","reaction_sender_id":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"reaction_ts":"2026-02-26T19:57:07.439Z","event_id":"$gGkcMO2kBdS8iAMKPPWK6y_9b87rV70iUx_hhqaAgGo","time":"2026-03-06T19:24:52.720250474Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3147","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.727812709Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3147","time":"2026-03-06T19:24:52.727914608Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7126,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825092720826323_26?ts=1772136488000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":32.773105,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Entschuldigt Leute, es gab etwas Missverständnisse mit der Koordination heute 🙏🏽","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:52.75373143Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A6BB280324777C57A96","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-26T20:08:08Z","event_id":"$MUrWBisuFURaXMQHsdsVB2V3JhjhiJIyN7PwFvv2Q0w","part_id":"","time":"2026-03-06T19:24:52.75387279Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3148","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.760447107Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3148","time":"2026-03-06T19:24:52.760545794Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7127,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092754675487_7?ts=1772136689450&user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":30.453227,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$MUrWBisuFURaXMQHsdsVB2V3JhjhiJIyN7PwFvv2Q0w","key":"🙏"}},"time":"2026-03-06T19:24:52.785246886Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A6BB280324777C57A96","target_part_id":"","reaction_sender_id":{"user_id":"lid-83674703904795","sender_login":"4915236735839"},"reaction_ts":"2026-02-26T20:11:29.45Z","event_id":"$zruu210avXnWMUMPUl9bRklibqQ8fyhPtQMgXMMAtCA","time":"2026-03-06T19:24:52.785378958Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3149","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.795755693Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3149","time":"2026-03-06T19:24:52.795842298Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7128,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092785849624_8?ts=1772152337880&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":39.722125,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$MUrWBisuFURaXMQHsdsVB2V3JhjhiJIyN7PwFvv2Q0w","key":"🙏"}},"time":"2026-03-06T19:24:52.825685312Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A6BB280324777C57A96","target_part_id":"","reaction_sender_id":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"reaction_ts":"2026-02-27T00:32:17.88Z","event_id":"$HlWNPFjlNLkFPCIIIR4VElGypY_8FSusEX2A9NXYOKQ","time":"2026-03-06T19:24:52.825820597Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3150","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.836216399Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3150","time":"2026-03-06T19:24:52.836299791Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7129,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825092826930250_27?ts=1772136576000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":39.650746,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Sehr stark Felix 💪🏽 und so extreme Fortschritte hast du gemacht 🚀 weiter so 🥷🏽","m.mentions":{"user_ids":["@whatsapp_lid-59622887026730:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$opNPfADS7nL0EgStQKSlMFzGv9v-af08UmPfAMqUoUA"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:52.866725429Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A98457D847F04D14317","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-26T20:09:36Z","event_id":"$uhASza7OYHUEAGIQXzcJuYt-vywX1kkV6pOHGwYJw2A","part_id":"","time":"2026-03-06T19:24:52.866868676Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3151","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.874804426Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3151","time":"2026-03-06T19:24:52.874910587Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7130,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825092867706154_9?ts=1772152324587&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":42.290642,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$uhASza7OYHUEAGIQXzcJuYt-vywX1kkV6pOHGwYJw2A","key":"❤️"}},"time":"2026-03-06T19:24:52.910127261Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A98457D847F04D14317","target_part_id":"","reaction_sender_id":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"reaction_ts":"2026-02-27T00:32:04.587Z","event_id":"$wMmmZTMdXg0LiqRsxrNSNCuOAq14NTBvPDglguwyhgA","time":"2026-03-06T19:24:52.910351524Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3152","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.91763879Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3152","time":"2026-03-06T19:24:52.917712403Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7131,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825092911002244_16?ts=1772189546000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":34.520417,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Heute Training im Cheruskerpark 17:30 Uhr bis Open End\n\n1. Bin dabei\n\n2. Wird heute nix\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Bin dabei","Wird heute nix"],"selectable_options_count":1},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eHeute Training im Cheruskerpark 17:30 Uhr bis Open End\u003c/p\u003e\u003col\u003e\u003cli\u003eBin dabei\u003c/li\u003e\u003cli\u003eWird heute nix\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eHeute Training im Cheruskerpark 17:30 Uhr bis Open End\u003c/p\u003e\u003col\u003e\u003cli\u003eBin dabei\u003c/li\u003e\u003cli\u003eWird heute nix\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Heute Training im Cheruskerpark 17:30 Uhr bis Open End\n\n1. Bin dabei\n\n2. Wird heute nix\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"e41273d0b5fa1205bdfa152f9cce1378dfb87c87dc20023e92cc3c1de04a69c3","org.matrix.msc1767.text":"Bin dabei"},{"id":"9962d8d4a8aaf051d519c9cf49ce4db100cca9f4555c3c95570001f3f42f5ac0","org.matrix.msc1767.text":"Wird heute nix"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":1,"question":{"org.matrix.msc1767.text":"Heute Training im Cheruskerpark 17:30 Uhr bis Open End"}}},"time":"2026-03-06T19:24:52.945761032Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:236846508454136@lid:3ADC80935B9807BA01EC","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-02-27T10:52:26Z","event_id":"$y_N7nyiBEar-YkGGsnCr9LaEYB7bTECUpHyyAux__3I","part_id":"","time":"2026-03-06T19:24:52.945886888Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3153","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.95454334Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3153","time":"2026-03-06T19:24:52.954658161Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7132,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825092947106822_1?ts=1772208951000&user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":38.25502,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Verspäte mich bisschen","m.mentions":{"user_ids":["@whatsapp_lid-236846508454136:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$y_N7nyiBEar-YkGGsnCr9LaEYB7bTECUpHyyAux__3I"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:52.985510675Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:224927957410033@lid:3A00B22A4376391EC6C5","sender_id":{"user_id":"lid-224927957410033","sender_login":"4915226672180"},"message_ts":"2026-02-27T16:15:51Z","event_id":"$KhXznFv9H6Duv9L729jXlKs6sTyzsPW26vxKNMrVx68","part_id":"","time":"2026-03-06T19:24:52.985675293Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3154","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:52.997739695Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3154","time":"2026-03-06T19:24:52.997841875Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3155","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:53.023680487Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3155","time":"2026-03-06T19:24:53.023751446Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7133,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825092986626264_2?ts=1772209355000&user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":61.322712,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Bisschen viel 🫠","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.048079861Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:224927957410033@lid:3A88DAEA26AA193E9C50","sender_id":{"user_id":"lid-224927957410033","sender_login":"4915226672180"},"message_ts":"2026-02-27T16:22:35Z","event_id":"$dEL9V-xELJVBufkHFvd8LWyOKBD-3DdZ2y0czwmqX6g","part_id":"","time":"2026-03-06T19:24:53.048206275Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3156","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.060457645Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3156","time":"2026-03-06T19:24:53.060545786Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7134,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093049125817_17?ts=1772209775000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":43.622742,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Schaffe such erst zu 6","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.092871552Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:AC216A11D2737432F83FBEFADFDC4A61","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-02-27T16:29:35Z","event_id":"$EScU3bnAcGBQqH3pnIJu4h7zKvihRtvMcjNJdkr60bE","part_id":"","time":"2026-03-06T19:24:53.093010258Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3157","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.102651974Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3157","time":"2026-03-06T19:24:53.102753944Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7135,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093094396207_2?ts=1772210102000&user_id=%40whatsapp_lid-131026634416177%3Amatrix.theocloud.dev","duration":42.926834,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich auch","m.mentions":{"user_ids":["@whatsapp_lid-213099231596676:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$EScU3bnAcGBQqH3pnIJu4h7zKvihRtvMcjNJdkr60bE"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.137449805Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:131026634416177@lid:ACDF471D0E74E8927E74D2D8048C1B07","sender_id":{"user_id":"lid-131026634416177","sender_login":"4917695159069"},"message_ts":"2026-02-27T16:35:02Z","event_id":"$01uCHTVucys9bRRssWZ52l2tpqseWFZY8fg0FXJv3js","part_id":"","time":"2026-03-06T19:24:53.137592073Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3158","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.145537392Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3158","time":"2026-03-06T19:24:53.145637476Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7136,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093138493108_28?ts=1772224793000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":35.413909,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Train Hard never stop 🥷🏽🚀🐉\n\n1. Samstag 14:30-18 Uhr\n\n2. Sonntag 14:30-18 Uhr\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Samstag 14:30-18 Uhr","Sonntag 14:30-18 Uhr"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eTrain Hard never stop 🥷🏽🚀🐉\u003c/p\u003e\u003col\u003e\u003cli\u003eSamstag 14:30-18 Uhr\u003c/li\u003e\u003cli\u003eSonntag 14:30-18 Uhr\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eTrain Hard never stop 🥷🏽🚀🐉\u003c/p\u003e\u003col\u003e\u003cli\u003eSamstag 14:30-18 Uhr\u003c/li\u003e\u003cli\u003eSonntag 14:30-18 Uhr\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Train Hard never stop 🥷🏽🚀🐉\n\n1. Samstag 14:30-18 Uhr\n\n2. Sonntag 14:30-18 Uhr\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"8d5757a2839000079cf6513cd86571499b8df87f0bcd26e84a13e833c718de05","org.matrix.msc1767.text":"Samstag 14:30-18 Uhr"},{"id":"7c854c26312809459b625fc79fae128861859a094b21c8eec35ace0d22771d0d","org.matrix.msc1767.text":"Sonntag 14:30-18 Uhr"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":2,"question":{"org.matrix.msc1767.text":"Train Hard never stop 🥷🏽🚀🐉"}}},"time":"2026-03-06T19:24:53.174213833Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A8575560B10DDB82D29","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-27T20:39:53Z","event_id":"$dSwYImuqTSJ-LJfbF6T0qAek9G1JAm1sBrACgVPnTMQ","part_id":"","time":"2026-03-06T19:24:53.174451436Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3159","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.185294368Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3159","time":"2026-03-06T19:24:53.185449977Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7137,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093175233110_2?ts=1772260916000&user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":41.978307,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"..oh no. bvg streikt und wir würden aus pankow kommen. da es keine busverbindung für uns gibt zur schule, wir aber mit der sbahn kommen könnten, würden wir gerne höflich fragen, ob es nicht für jemanden möglich wäre uns vom sbhf einzusacken? südkreuz, attilastrasse, marienfelde...wäre für uns machbar hinzukommen. leibe grüße und hoffentlich bis nachher, Anton und Lio","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.217352149Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:73950780473356@lid:3EB0D0EF999BE994ED3777","sender_id":{"user_id":"lid-73950780473356","sender_login":"491792104071"},"message_ts":"2026-02-28T06:41:56Z","event_id":"$XoRly1kXVTgqoEEDRjhRScmrfMCkCYXBnR0awvAbfAo","part_id":"","time":"2026-03-06T19:24:53.217505593Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3160","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.234179231Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3160","time":"2026-03-06T19:24:53.234321221Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7138,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093218743406_29?ts=1772278569000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":44.852105,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Kann euch gerne von S Bahn Marienfelde abholen.","m.mentions":{"user_ids":["@whatsapp_lid-73950780473356:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$XoRly1kXVTgqoEEDRjhRScmrfMCkCYXBnR0awvAbfAo"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.263747627Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A239DE1F329D4DC5D61","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-28T11:36:09Z","event_id":"$WfFPEoEPWhpOqvLExrxEimeivLvd61YcsJSugLPASh8","part_id":"","time":"2026-03-06T19:24:53.263895343Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3161","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.279008707Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3161","time":"2026-03-06T19:24:53.279139312Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7139,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825093264737361_3?ts=1772281519722&user_id=%40whatsapp_lid-73950780473356%3Amatrix.theocloud.dev","duration":51.220875,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$WfFPEoEPWhpOqvLExrxEimeivLvd61YcsJSugLPASh8","key":"❤️"}},"time":"2026-03-06T19:24:53.316091844Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A239DE1F329D4DC5D61","target_part_id":"","reaction_sender_id":{"user_id":"lid-73950780473356","sender_login":"491792104071"},"reaction_ts":"2026-02-28T12:25:19.722Z","event_id":"$4hT1I2cM10RaRyBpilYFGiCbOVtNIYAj_oiabZV6kPg","time":"2026-03-06T19:24:53.316225382Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3162","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.328457197Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3162","time":"2026-03-06T19:24:53.328552182Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7140,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093316850610_2?ts=1772280682000&user_id=%40whatsapp_lid-276334119006314%3Amatrix.theocloud.dev","duration":38.915587,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Grüße aus Köpenick!!!","com.beeper.disappearing_timer":{},"filename":"video.mp4","info":{"duration":11000,"h":850,"mimetype":"video/mp4","size":2645717,"w":478},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/tsfKetrnVzRTDzdbzCWLtySy"},"time":"2026-03-06T19:24:53.356019514Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:276334119006314@lid:ACFEF62E94EF8FB8EA0D69B11B29EB4B","sender_id":{"user_id":"lid-276334119006314","sender_login":"491759232609"},"message_ts":"2026-02-28T12:11:22Z","event_id":"$LiMpLNvTqD11gutdsB5yF9Sbudrh4bPkPN6MHXght3E","part_id":"","time":"2026-03-06T19:24:53.356170234Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3163","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.367984811Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3163","time":"2026-03-06T19:24:53.368118279Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3164","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:53.395867076Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3164","time":"2026-03-06T19:24:53.395946696Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7141,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825093356970975_30?ts=1772285018009&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":59.912598,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$LiMpLNvTqD11gutdsB5yF9Sbudrh4bPkPN6MHXght3E","key":"💪🏽"}},"time":"2026-03-06T19:24:53.416995599Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:276334119006314@lid:ACFEF62E94EF8FB8EA0D69B11B29EB4B","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-02-28T13:23:38.009Z","event_id":"$RsfZcfJILwAUUW3O3N8b1H3c2Qz9amgoKRRNaQ9k1ow","time":"2026-03-06T19:24:53.41713277Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3165","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.4279544Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3165","time":"2026-03-06T19:24:53.42804296Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7142,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825093417721609_8?ts=1772289225134&user_id=%40whatsapp_lid-83674703904795%3Amatrix.theocloud.dev","duration":36.32493,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$LiMpLNvTqD11gutdsB5yF9Sbudrh4bPkPN6MHXght3E","key":"💪"}},"time":"2026-03-06T19:24:53.454163665Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:276334119006314@lid:ACFEF62E94EF8FB8EA0D69B11B29EB4B","target_part_id":"","reaction_sender_id":{"user_id":"lid-83674703904795","sender_login":"4915236735839"},"reaction_ts":"2026-02-28T14:33:45.134Z","event_id":"$tEEmEExWBQ_2XM8GNTX1BNv78335LoJjfrm8yuZxJa4","time":"2026-03-06T19:24:53.454300416Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3166","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.46358461Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3166","time":"2026-03-06T19:24:53.463660738Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7143,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825093454889535_4?ts=1772282093606&user_id=%40whatsapp_lid-256783310393511%3Amatrix.theocloud.dev","duration":41.668976,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$LiMpLNvTqD11gutdsB5yF9Sbudrh4bPkPN6MHXght3E","key":"👍️"}},"time":"2026-03-06T19:24:53.496689046Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:276334119006314@lid:ACFEF62E94EF8FB8EA0D69B11B29EB4B","target_part_id":"","reaction_sender_id":{"user_id":"lid-256783310393511","sender_login":"4917631673140"},"reaction_ts":"2026-02-28T12:34:53.606Z","event_id":"$eJE13bBCOuT7GT0rs3_DQ89CUNZ47pmVZFEU7OPZ46E","time":"2026-03-06T19:24:53.496834318Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3167","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.506009348Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3167","time":"2026-03-06T19:24:53.506102308Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7144,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093497451583_5?ts=1772288768000&user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":34.425991,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Darf ich den bei mir in Neukölln an einen Cali Park kleben","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":270400,"w":1152},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/ibysJmVfAJpukFvSDYzRzVVU"},"time":"2026-03-06T19:24:53.532116224Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:266502737506505@lid:3A935D2CD78CD5F6BB23","sender_id":{"user_id":"lid-266502737506505","sender_login":"491624232636"},"message_ts":"2026-02-28T14:26:08Z","event_id":"$fEAJ8-ddcWSC0rjwj_Hvbft_HgolwYB7F4WEtd31xFU","part_id":"","time":"2026-03-06T19:24:53.532248925Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3168","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.541924305Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3168","time":"2026-03-06T19:24:53.542050649Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7145,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825093533016071_8?ts=1772288802531&user_id=%40whatsapp_lid-87162133413943%3Amatrix.theocloud.dev","duration":45.147607,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$fEAJ8-ddcWSC0rjwj_Hvbft_HgolwYB7F4WEtd31xFU","key":"👍️"}},"time":"2026-03-06T19:24:53.578288137Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:266502737506505@lid:3A935D2CD78CD5F6BB23","target_part_id":"","reaction_sender_id":{"user_id":"lid-87162133413943","sender_login":"491772982858"},"reaction_ts":"2026-02-28T14:26:42.531Z","event_id":"$CM1X2VtY-IJecQ68WdBA_MybVHNnYGn6QL_7B_P_5Uk","time":"2026-03-06T19:24:53.578516661Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3169","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.591673395Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3169","time":"2026-03-06T19:24:53.591759231Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7146,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093579740506_31?ts=1772289571000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":36.806911,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Liebend gern 🙏🏽🫶🏽","m.mentions":{"user_ids":["@whatsapp_lid-266502737506505:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$fEAJ8-ddcWSC0rjwj_Hvbft_HgolwYB7F4WEtd31xFU"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.616681793Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A728B4BE5762B40E36A","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-28T14:39:31Z","event_id":"$-jDkuGQzUrlSkevY9bNILK1HUf8uFJDris069aBL4Vc","part_id":"","time":"2026-03-06T19:24:53.6168293Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3170","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.627011734Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3170","time":"2026-03-06T19:24:53.627117476Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7147,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825093617547627_6?ts=1772289610320&user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":40.412236,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$-jDkuGQzUrlSkevY9bNILK1HUf8uFJDris069aBL4Vc","key":"❤️"}},"time":"2026-03-06T19:24:53.658070073Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:44419206123644@lid:3A728B4BE5762B40E36A","target_part_id":"","reaction_sender_id":{"user_id":"lid-266502737506505","sender_login":"491624232636"},"reaction_ts":"2026-02-28T14:40:10.32Z","event_id":"$XIsSScmz8Z33sG1tyEvN_-PPdCU0a6EaYzMmxSXJdPg","time":"2026-03-06T19:24:53.658227428Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3171","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.670476493Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3171","time":"2026-03-06T19:24:53.670567568Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7148,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093658863202_7?ts=1772291103000&user_id=%40whatsapp_lid-266502737506505%3Amatrix.theocloud.dev","duration":39.713325,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","com.beeper.disappearing_timer":{},"filename":"image.jpg","info":{"h":2048,"mimetype":"image/jpeg","size":324666,"w":1152},"m.mentions":{},"msgtype":"m.image","url":"mxc://matrix.theocloud.dev/WCiHnopKdElVZiVauNsSmKsB"},"time":"2026-03-06T19:24:53.698785005Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:266502737506505@lid:3ACF2B2725F64170870D","sender_id":{"user_id":"lid-266502737506505","sender_login":"491624232636"},"message_ts":"2026-02-28T15:05:03Z","event_id":"$p5HpevUiUNjmnIQ0sOXg4S6u4FtUHwEe45AV1YyR0qo","part_id":"","time":"2026-03-06T19:24:53.698905692Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3172","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.706914917Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3172","time":"2026-03-06T19:24:53.707016398Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7149,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825093699761748_32?ts=1772309933326&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":34.446524,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$p5HpevUiUNjmnIQ0sOXg4S6u4FtUHwEe45AV1YyR0qo","key":"❤️"}},"time":"2026-03-06T19:24:53.734324909Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:266502737506505@lid:3ACF2B2725F64170870D","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-02-28T20:18:53.326Z","event_id":"$yzP07pZ9r7lwe1en7jizJaTLuL5AyTnZBcEqAaH5rnw","time":"2026-03-06T19:24:53.734484219Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3173","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.737526825Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3173","time":"2026-03-06T19:24:53.737600857Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7150,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093735617339_33?ts=1772309938000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":29.843294,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"😍🫶🏽","m.mentions":{"user_ids":["@whatsapp_lid-266502737506505:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$p5HpevUiUNjmnIQ0sOXg4S6u4FtUHwEe45AV1YyR0qo"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.765593892Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:44419206123644@lid:3A70C6F842EB1D505E54","sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"message_ts":"2026-02-28T20:18:58Z","event_id":"$3xSwgeJxdRtPNIs_BUj1RVmInwoib0YP0hcFeAojkXI","part_id":"","time":"2026-03-06T19:24:53.765744402Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3174","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.769770037Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3174","time":"2026-03-06T19:24:53.769885975Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7151,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093766516508_37?ts=1772379453000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":35.695652,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hey Leute!\nWir basteln gerade an neuen Ideen rund um Powerbanks \u0026 Energiespeicher, und brauchen eure unendliche Reddit‑Weisheit.\nUnsere Umfrage dauert weniger als 60 Sekunden – also ungefähr so lange, wie euer Smartphone ohne Powerbank durchhält. 😅🔋\n👉 Hilf uns kurz aus und gib uns ein bisschen „Energie“!\nDanke, ihr seid elektrisch großartig ⚡❤️\nIst natürlich völlig anonym 🙏🏼\n\nAnbei einmal der Link zur Umfrage: \n\nhttps://survey.lamapoll.de/Nie-wieder-unter-20-","format":"org.matrix.custom.html","formatted_body":"Hey Leute!\u003cbr\u003eWir basteln gerade an neuen Ideen rund um Powerbanks \u0026amp; Energiespeicher, und brauchen eure unendliche Reddit‑Weisheit.\u003cbr\u003eUnsere Umfrage dauert weniger als 60 Sekunden – also ungefähr so lange, wie euer Smartphone ohne Powerbank durchhält. 😅🔋\u003cbr\u003e👉 Hilf uns kurz aus und gib uns ein bisschen „Energie“!\u003cbr\u003eDanke, ihr seid elektrisch großartig ⚡❤️\u003cbr\u003eIst natürlich völlig anonym 🙏🏼\u003cbr\u003e\u003cbr\u003eAnbei einmal der Link zur Umfrage: \u003cbr\u003e\u003cbr\u003ehttps://survey.lamapoll.de/Nie-wieder-unter-20-","m.mentions":{},"com.beeper.linkpreviews":[{"og:title":"Nie-wieder-unter-20- (LamaPoll - Online Umfragen)","og:image":"mxc://matrix.theocloud.dev/mgfIMhRcZiAMbPHmbSaNeDkR","matrix:image:size":52289,"og:image:width":300,"og:image:height":300,"og:image:type":"image/jpeg","matched_url":"https://survey.lamapoll.de/Nie-wieder-unter-20-"}],"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.802419172Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:21079833710744@lid:3EB0D4E0D5F8ECAD3D33B7","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-03-01T15:37:33Z","event_id":"$E_NA5tC3Yis5PMiaUByYCvBLzx0iAyJF0UPiiKDPZ5w","part_id":"","time":"2026-03-06T19:24:53.802591403Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3175","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.812669004Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3175","time":"2026-03-06T19:24:53.812794371Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7152,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093803300790_38?ts=1772379463000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":41.675821,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"bischen unterstützung von der Fam!!","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.845126701Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:21079833710744@lid:3EB0FE5650FC29F5C670E5","sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"message_ts":"2026-03-01T15:37:43Z","event_id":"$sec72B1_jNDpMxl-svyYL1lEABUfO-qUHcGpBJTdYw0","part_id":"","time":"2026-03-06T19:24:53.845252278Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3176","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.854934991Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3176","time":"2026-03-06T19:24:53.855020688Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7153,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093846143255_3?ts=1772379563000&user_id=%40whatsapp_lid-226147862347841%3Amatrix.theocloud.dev","duration":39.428997,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Man kann den link nicht anklicken","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.885698107Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:226147862347841@lid:3ABF9AF6BE7C79C3BAEE","sender_id":{"user_id":"lid-226147862347841","sender_login":"4915757977499"},"message_ts":"2026-03-01T15:39:23Z","event_id":"$KikGNmS75eiKmh58U-PomLrCGETegrFIpyNi-Zhw7eU","part_id":"","time":"2026-03-06T19:24:53.885870478Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3177","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.899257762Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3177","time":"2026-03-06T19:24:53.8993737Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3178","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:53.922380909Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3178","time":"2026-03-06T19:24:53.92245138Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7154,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093886694965_4?ts=1772379568000&user_id=%40whatsapp_lid-226147862347841%3Amatrix.theocloud.dev","duration":57.909383,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ah doch jetzt","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:53.944743754Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:226147862347841@lid:3ABAD75C2067244CAC20","sender_id":{"user_id":"lid-226147862347841","sender_login":"4915757977499"},"message_ts":"2026-03-01T15:39:28Z","event_id":"$afzhBw4RjTi0IbJmuGxO-K1ZhWhC45Z3wb1ky3S6blo","part_id":"","time":"2026-03-06T19:24:53.944884835Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3179","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.954672103Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3179","time":"2026-03-06T19:24:53.954774701Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7155,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825093945616502_39?ts=1772379721000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":39.795948,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$afzhBw4RjTi0IbJmuGxO-K1ZhWhC45Z3wb1ky3S6blo","key":"🙏"}},"time":"2026-03-06T19:24:53.98550988Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:226147862347841@lid:3ABAD75C2067244CAC20","target_part_id":"","reaction_sender_id":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"reaction_ts":"2026-03-01T15:42:01Z","event_id":"$G5V88E7beJgTwin97z88z3p-2HtWK63K7mE0ChVN0Ak","time":"2026-03-06T19:24:53.985639367Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3180","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:53.99648656Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3180","time":"2026-03-06T19:24:53.996567996Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7156,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825093986118136_17?ts=1772530773000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":40.594314,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Heute Training im Cheruskerpark ab 18 Uhr.\n\n1. Bin dabei💪\n\n2. Heute keine Zeit\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Bin dabei💪","Heute keine Zeit"],"selectable_options_count":1},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eHeute Training im Cheruskerpark ab 18 Uhr.\u003c/p\u003e\u003col\u003e\u003cli\u003eBin dabei💪\u003c/li\u003e\u003cli\u003eHeute keine Zeit\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eHeute Training im Cheruskerpark ab 18 Uhr.\u003c/p\u003e\u003col\u003e\u003cli\u003eBin dabei💪\u003c/li\u003e\u003cli\u003eHeute keine Zeit\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Heute Training im Cheruskerpark ab 18 Uhr.\n\n1. Bin dabei💪\n\n2. Heute keine Zeit\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"02bbb7f75ac5f25827d32f49aced37b991bd3c8abdd7ba47ec173ae7995fdef2","org.matrix.msc1767.text":"Bin dabei💪"},{"id":"67a9ee6ba74bbb825d5089a571a2e33faa63657ad7d9456a94f6850f8b2f2659","org.matrix.msc1767.text":"Heute keine Zeit"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":1,"question":{"org.matrix.msc1767.text":"Heute Training im Cheruskerpark ab 18 Uhr."}}},"time":"2026-03-06T19:24:54.027018289Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:236846508454136@lid:3AFCBAF556AA88898C94","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-03-03T09:39:33Z","event_id":"$iQcf5TR6wTfZlqnSurKfrH8UdbYBVRrV4TqTjGxQi_Y","part_id":"","time":"2026-03-06T19:24:54.027191917Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3181","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.039770637Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3181","time":"2026-03-06T19:24:54.039877566Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7157,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825094027956898_34?ts=1772546883438&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":46.560515,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$iQcf5TR6wTfZlqnSurKfrH8UdbYBVRrV4TqTjGxQi_Y","key":"☀️"}},"time":"2026-03-06T19:24:54.074610582Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:236846508454136@lid:3AFCBAF556AA88898C94","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-03-03T14:08:03.438Z","event_id":"$nz96BpHwlF87vdD7h2nFVpca77i9vo3Sm0Nw1m3Fe7A","time":"2026-03-06T19:24:54.074725124Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3182","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.085814389Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3182","time":"2026-03-06T19:24:54.085887514Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7158,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094075269194_1?ts=1772561126000&user_id=%40whatsapp_lid-165566878843022%3Amatrix.theocloud.dev","duration":33.903222,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Danke fürs Training, Milanko! 🙏🏼🫶🏻","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.109316919Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:165566878843022@lid:3AF58256CC407975ABD0","sender_id":{"user_id":"lid-165566878843022","sender_login":"4915157953288"},"message_ts":"2026-03-03T18:05:26Z","event_id":"$BsFlVGmvfUGJrOVK6_24Cla0EqL9UvfwZON4011IagE","part_id":"","time":"2026-03-06T19:24:54.10943628Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3183","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.124483224Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3183","time":"2026-03-06T19:24:54.124576952Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3184","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:54.148523609Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3184","time":"2026-03-06T19:24:54.148622156Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7159,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825094109987405_18?ts=1772565256488&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":66.352748,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$BsFlVGmvfUGJrOVK6_24Cla0EqL9UvfwZON4011IagE","key":"🫶"}},"time":"2026-03-06T19:24:54.176459862Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:165566878843022@lid:3AF58256CC407975ABD0","target_part_id":"","reaction_sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"reaction_ts":"2026-03-03T19:14:16.488Z","event_id":"$nfc5v4isYfzUEdB2_mjEvCi7H8xU-D1BlvPgJJbM8LQ","time":"2026-03-06T19:24:54.176598708Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3185","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.189635523Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3185","time":"2026-03-06T19:24:54.189730439Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7160,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825094177152207_2?ts=1772563450909&user_id=%40whatsapp_lid-223690570625160%3Amatrix.theocloud.dev","duration":44.391565,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$BsFlVGmvfUGJrOVK6_24Cla0EqL9UvfwZON4011IagE","key":"🙏"}},"time":"2026-03-06T19:24:54.221669628Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:165566878843022@lid:3AF58256CC407975ABD0","target_part_id":"","reaction_sender_id":{"user_id":"lid-223690570625160","sender_login":"491727724601"},"reaction_ts":"2026-03-03T18:44:10.909Z","event_id":"$ZLIAtpUjbAjh-BQ_pFhFQFQ_xUihTAw9bFpHgJgnICE","time":"2026-03-06T19:24:54.221817903Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3186","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.233763364Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3186","time":"2026-03-06T19:24:54.233856394Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7161,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825094222478890_35?ts=1772615229617&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":43.951419,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$BsFlVGmvfUGJrOVK6_24Cla0EqL9UvfwZON4011IagE","key":"💪🏽"}},"time":"2026-03-06T19:24:54.266581378Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:165566878843022@lid:3AF58256CC407975ABD0","target_part_id":"","reaction_sender_id":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"reaction_ts":"2026-03-04T09:07:09.617Z","event_id":"$7w5drrkP15SkhOITgBcM0cuZKkKelWQPFTC7elxdVM0","time":"2026-03-06T19:24:54.26674872Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3187","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.28025683Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3187","time":"2026-03-06T19:24:54.280380521Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7162,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825094267313533_1?ts=1772563856965&user_id=%40whatsapp_lid-101816561881152%3Amatrix.theocloud.dev","duration":43.778979,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$BsFlVGmvfUGJrOVK6_24Cla0EqL9UvfwZON4011IagE","key":"❤️"}},"time":"2026-03-06T19:24:54.311258737Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:165566878843022@lid:3AF58256CC407975ABD0","target_part_id":"","reaction_sender_id":{"user_id":"lid-101816561881152","sender_login":"4915782942616"},"reaction_ts":"2026-03-03T18:50:56.965Z","event_id":"$VuvbFWrpArF-V16UR3zpeuIn6pVt8UigHlYNnx0cxBQ","time":"2026-03-06T19:24:54.311428942Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3188","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.31852051Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3188","time":"2026-03-06T19:24:54.318652791Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7163,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094312033846_10?ts=1772708365000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":33.301181,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Heute Training day \"17\" Uhr in der Naunynritze - Boxen + Calisthenics\n\n1. Yes 🙌\n\n2. Nope 👎🏼\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Yes 🙌","Nope 👎🏼"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eHeute Training day \u0026#34;17\u0026#34; Uhr in der Naunynritze - Boxen + Calisthenics\u003c/p\u003e\u003col\u003e\u003cli\u003eYes 🙌\u003c/li\u003e\u003cli\u003eNope 👎🏼\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eHeute Training day \u0026#34;17\u0026#34; Uhr in der Naunynritze - Boxen + Calisthenics\u003c/p\u003e\u003col\u003e\u003cli\u003eYes 🙌\u003c/li\u003e\u003cli\u003eNope 👎🏼\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Heute Training day \"17\" Uhr in der Naunynritze - Boxen + Calisthenics\n\n1. Yes 🙌\n\n2. Nope 👎🏼\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"36c18028550aeb6dda59c9cfeaf141b5170af542d57fffc1fb908ddb02d491f1","org.matrix.msc1767.text":"Yes 🙌"},{"id":"d77affc3db53700005af98b168eb37f25740be9266c58f9f8006e70981fa2f2c","org.matrix.msc1767.text":"Nope 👎🏼"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":2,"question":{"org.matrix.msc1767.text":"Heute Training day \"17\" Uhr in der Naunynritze - Boxen + Calisthenics"}}},"time":"2026-03-06T19:24:54.345668943Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3ADF1A3298291EA44DBF","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-03-05T10:59:25Z","event_id":"$21l1bp8A0mZvfP4WFy9KIlWDZIV4kbUbvnQM664ks9I","part_id":"","time":"2026-03-06T19:24:54.34588252Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3189","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.359720286Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3189","time":"2026-03-06T19:24:54.35986451Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7164,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094346778596_2?ts=1772724883000&user_id=%40whatsapp_lid-165566878843022%3Amatrix.theocloud.dev","duration":50.329409,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ich dachte 18h 🙈 ich fahre jetzt los","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.397263334Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:165566878843022@lid:3A15B41BD2B4D1EECBC4","sender_id":{"user_id":"lid-165566878843022","sender_login":"4915157953288"},"message_ts":"2026-03-05T15:34:43Z","event_id":"$xpj7d-sN8Shp9HHS4Uj5quUndcFPTQFwJnD7yn02zAI","part_id":"","time":"2026-03-06T19:24:54.397496118Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3190","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.409227234Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3190","time":"2026-03-06T19:24:54.409344289Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7165,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094398546475_11?ts=1772725164000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":40.918242,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja wir schauen heute von der Zeit ob das 17 Uhr mehr Sinn macht in Zukunft","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.43963164Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3A67A434A35B71A7E5BC","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-03-05T15:39:24Z","event_id":"$hs9FCMrgqemfcPjx4hSOdMPZfhY2HYnWQSqECoMHGOE","part_id":"","time":"2026-03-06T19:24:54.439808202Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3191","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.447596795Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3191","time":"2026-03-06T19:24:54.447701977Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7166,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094440747370_12?ts=1772726492000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":42.930117,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Wir treffen uns im Hof unten","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.483818288Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3A4791A9CC38F7AE8225","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-03-05T16:01:32Z","event_id":"$u-uP4U2NMrMft8OW5aNS3_H_tSzBxyXAHIRGYKzuWxE","part_id":"","time":"2026-03-06T19:24:54.48397669Z","message":"Sent message part to Matrix"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":6695,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4417_1059_10_433_486_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30011.001088,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:24:54.487930108Z","message":"Request completed"} +{"level":"debug","transaction_id":"3192","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.497170651Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3192","time":"2026-03-06T19:24:54.49728163Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7167,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094484722535_3?ts=1772726950000&user_id=%40whatsapp_lid-165566878843022%3Amatrix.theocloud.dev","duration":38.658707,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Erste","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.523494806Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:165566878843022@lid:3AF133A2BA84712ACBFA","sender_id":{"user_id":"lid-165566878843022","sender_login":"4915157953288"},"message_ts":"2026-03-05T16:09:10Z","event_id":"$MluSF4Oc30ZEXgvcO5iavvkFqJRm20D1Q4FN3dH4Nbc","part_id":"","time":"2026-03-06T19:24:54.523585811Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3193","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.533297788Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3193","time":"2026-03-06T19:24:54.533423015Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7169,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094524184219_13?ts=1772727072000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":40.588936,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"sind oben","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.564899988Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3A84626A0A4773EFC2D4","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-03-05T16:11:12Z","event_id":"$gWUvYPbF4ibph-0PEVqV1WcptM_CWhrbbzUI5LOYIx4","part_id":"","time":"2026-03-06T19:24:54.565070752Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3194","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.568318904Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3194","time":"2026-03-06T19:24:54.568450556Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7170,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094566038975_14?ts=1772727082000&user_id=%40whatsapp_lid-239363409617131%3Amatrix.theocloud.dev","duration":27.057219,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Moment komme zu dir","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.593255713Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:239363409617131@lid:3AED2173C1634C2F8A52","sender_id":{"user_id":"lid-239363409617131","sender_login":"4917641523941"},"message_ts":"2026-03-05T16:11:22Z","event_id":"$9okE8vHNTC5gNj6JY59rglszJTtN6t3p-yYNw4VHAYU","part_id":"","time":"2026-03-06T19:24:54.593472853Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3195","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.596916772Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3195","time":"2026-03-06T19:24:54.597034107Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7171,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094594398821_19?ts=1772785411000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":26.1052,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Trainingday 17:30 bis Open End, Cheruskerpark\n\n1. Bin dabei💪\n\n2. Heute keine Zeit\n\n\n(This message is a poll. Please open WhatsApp to vote.)","com.beeper.disappearing_timer":{},"fi.mau.whatsapp.poll":{"option_names":["Bin dabei💪","Heute keine Zeit"],"selectable_options_count":0},"format":"org.matrix.custom.html","formatted_body":"\u003cp\u003eTrainingday 17:30 bis Open End, Cheruskerpark\u003c/p\u003e\u003col\u003e\u003cli\u003eBin dabei💪\u003c/li\u003e\u003cli\u003eHeute keine Zeit\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","m.mentions":{},"msgtype":"m.text","org.matrix.msc1767.message":[{"body":"\u003cp\u003eTrainingday 17:30 bis Open End, Cheruskerpark\u003c/p\u003e\u003col\u003e\u003cli\u003eBin dabei💪\u003c/li\u003e\u003cli\u003eHeute keine Zeit\u003c/li\u003e\u003c/ol\u003e\u003cp\u003e(This message is a poll. Please open WhatsApp to vote.)\u003c/p\u003e","mimetype":"text/html"},{"body":"Trainingday 17:30 bis Open End, Cheruskerpark\n\n1. Bin dabei💪\n\n2. Heute keine Zeit\n\n\n(This message is a poll. Please open WhatsApp to vote.)","mimetype":"text/plain"}],"org.matrix.msc3381.poll.start":{"answers":[{"id":"02bbb7f75ac5f25827d32f49aced37b991bd3c8abdd7ba47ec173ae7995fdef2","org.matrix.msc1767.text":"Bin dabei💪"},{"id":"67a9ee6ba74bbb825d5089a571a2e33faa63657ad7d9456a94f6850f8b2f2659","org.matrix.msc1767.text":"Heute keine Zeit"}],"kind":"org.matrix.msc3381.poll.disclosed","max_selections":2,"question":{"org.matrix.msc1767.text":"Trainingday 17:30 bis Open End, Cheruskerpark"}}},"time":"2026-03-06T19:24:54.620804552Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:236846508454136@lid:3A14C65D586DA8B03811","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-03-06T08:23:31Z","event_id":"$fTniXG7FN5Dub8sL3JVJboBeecQAo3fbGcbjya7XL1U","part_id":"","time":"2026-03-06T19:24:54.621000948Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3196","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.628574636Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3196","time":"2026-03-06T19:24:54.628682124Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7172,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094622427126_18?ts=1772787359000&user_id=%40whatsapp_lid-213099231596676%3Amatrix.theocloud.dev","duration":32.109673,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Erst ab 18:00 Uhr bei uns. Ist es jetzt immer 17:30?","m.mentions":{"user_ids":["@whatsapp_lid-236846508454136:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$fTniXG7FN5Dub8sL3JVJboBeecQAo3fbGcbjya7XL1U"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.654696529Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:213099231596676@lid:ACB1737EF86227F3C34164D44E95D44F","sender_id":{"user_id":"lid-213099231596676","sender_login":"491608358183"},"message_ts":"2026-03-06T08:55:59Z","event_id":"$BvGQEJZyQLfstF_-OXhF7mIbFf8E2dbLNxPNwwlTwig","part_id":"","time":"2026-03-06T19:24:54.654862753Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3197","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.660933088Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3197","time":"2026-03-06T19:24:54.661024372Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7173,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094655838309_1?ts=1772790173000&user_id=%40whatsapp_lid-256693099352121%3Amatrix.theocloud.dev","duration":36.533479,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Hallo, hier Jule, ich bin neu in der Gruppe und habe etwas Calisthenic-Erfahrung vom Zuhause trainieren. Ist das Training heute Abend Beginner-friendly? Würde sehr gerne ein paar Übungen lernen, die ich mir „mitnehmen“ kann.","m.mentions":{},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.692509447Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:256693099352121@lid:3BA726153B15D595DD43","sender_id":{"user_id":"lid-256693099352121","sender_login":"491624867340"},"message_ts":"2026-03-06T09:42:53Z","event_id":"$VmBgHpqw1v0QFA9fK-nIj5rLTzObR8ZGHU2zf4rOdA8","part_id":"","time":"2026-03-06T19:24:54.692626363Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3198","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.703062464Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3198","time":"2026-03-06T19:24:54.703160173Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3199","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:54.719996335Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3199","time":"2026-03-06T19:24:54.720098724Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7174,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094693856703_20?ts=1772790682000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":45.686788,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Generell ja ab 17:30 Uhr. Ihr steigt dann einfach mit ein.","m.mentions":{"user_ids":["@whatsapp_lid-213099231596676:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$BvGQEJZyQLfstF_-OXhF7mIbFf8E2dbLNxPNwwlTwig"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.739670046Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:236846508454136@lid:3AF29657D929F85F4673","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-03-06T09:51:22Z","event_id":"$pTGsaRCfYm1Y7MK5hW4bJktRT73S8OlTqN_wQcQWSJw","part_id":"","time":"2026-03-06T19:24:54.739781584Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3200","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.744184576Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3200","time":"2026-03-06T19:24:54.744269015Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7175,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094740991181_21?ts=1772790726000&user_id=%40whatsapp_lid-236846508454136%3Amatrix.theocloud.dev","duration":33.316826,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"Ja das Training ist für alle Leistungsniveaus.","m.mentions":{"user_ids":["@whatsapp_lid-256693099352121:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$VmBgHpqw1v0QFA9fK-nIj5rLTzObR8ZGHU2zf4rOdA8"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.774444968Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:236846508454136@lid:3A5CCA717858641B3F7C","sender_id":{"user_id":"lid-236846508454136","sender_login":"4915141630205"},"message_ts":"2026-03-06T09:52:06Z","event_id":"$XxZAUUX1-Tif1HSpJnbRB-URSgFBC29LNB8Cpwt5eaQ","part_id":"","time":"2026-03-06T19:24:54.774529826Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3201","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.783067616Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3201","time":"2026-03-06T19:24:54.783158202Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7176,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825094775064049_2?ts=1772793981533&user_id=%40whatsapp_lid-256693099352121%3Amatrix.theocloud.dev","duration":36.422918,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$XxZAUUX1-Tif1HSpJnbRB-URSgFBC29LNB8Cpwt5eaQ","key":"👍️"}},"time":"2026-03-06T19:24:54.811577623Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:236846508454136@lid:3A5CCA717858641B3F7C","target_part_id":"","reaction_sender_id":{"user_id":"lid-256693099352121","sender_login":"491624867340"},"reaction_ts":"2026-03-06T10:46:21.533Z","event_id":"$jeLrDHE1khlulK0EGrSMpRLpgYhbRMLXqxzz-f34FHU","time":"2026-03-06T19:24:54.811695307Z","message":"Sent reaction to Matrix"} +{"level":"debug","transaction_id":"3202","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.816509879Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3202","time":"2026-03-06T19:24:54.816651729Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7177,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825094817936197_5?ts=1772811891000&user_id=%40whatsapp_lid-80522080477241%3Amatrix.theocloud.dev","duration":23.77282,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"msgtype":"m.text","body":"ich bin eher gegen 18:15 da","m.mentions":{"user_ids":["@whatsapp_lid-236846508454136:matrix.theocloud.dev"]},"m.relates_to":{"m.in_reply_to":{"event_id":"$fTniXG7FN5Dub8sL3JVJboBeecQAo3fbGcbjya7XL1U"}},"com.beeper.disappearing_timer":{}},"time":"2026-03-06T19:24:54.841841018Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","message_id":"120363163455706585@g.us:80522080477241@lid:3A175973998F4A928EC3","sender_id":{"user_id":"lid-80522080477241","sender_login":"4917673282928"},"message_ts":"2026-03-06T15:44:51Z","event_id":"$ZHES-B-v4epbC53e8EdKjWf407A7-4Pdb1GeQlUc8xc","part_id":"","time":"2026-03-06T19:24:54.841971134Z","message":"Sent message part to Matrix"} +{"level":"debug","transaction_id":"3203","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.852070666Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3203","time":"2026-03-06T19:24:54.852158667Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3204","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:54.863113906Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3204","time":"2026-03-06T19:24:54.863181443Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","req_id":7178,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.reaction/mautrix-go_1772825094843481402_3?ts=1772812363158&user_id=%40whatsapp_lid-224927957410033%3Amatrix.theocloud.dev","duration":43.17212,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"m.relates_to":{"rel_type":"m.annotation","event_id":"$ZHES-B-v4epbC53e8EdKjWf407A7-4Pdb1GeQlUc8xc","key":"🔥"}},"time":"2026-03-06T19:24:54.886762685Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","target_message_id":"120363163455706585@g.us:80522080477241@lid:3A175973998F4A928EC3","target_part_id":"","reaction_sender_id":{"user_id":"lid-224927957410033","sender_login":"4915226672180"},"reaction_ts":"2026-03-06T15:52:43.158Z","event_id":"$yEbSJTQ56j0cFbvHVF5NJ3hC1ewJv9l6u2dUK-jSN40","time":"2026-03-06T19:24:54.886883792Z","message":"Sent reaction to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","time":"2026-03-06T19:24:54.888474797Z","message":"Backfill finished"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","time":"2026-03-06T19:24:54.888565173Z","message":"Not handling chat resync event further as portal was created by it"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:54.889382536Z","message":"6123d7c713c3e521a75a31273a9d5c9aceab464212456abbb53e806555d71c8bae06d563d2fee666c08edef41472081c6a0f"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","time":"2026-03-06T19:24:54.889595345Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:54.890316955Z","message":"1c65622193efea81fd6924dbd63795839f292d74703c8b6377a1d7604e595a159118c4a799c331ad485e360af9b4ce36aecc"} +{"level":"debug","transaction_id":"3205","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:54.8905005Z","message":"Starting handling of transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","time":"2026-03-06T19:24:54.890502945Z","message":"Sent media retry request"} +{"level":"debug","transaction_id":"3205","time":"2026-03-06T19:24:54.890581168Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","started_at":"2026-03-06T19:22:00.030663244Z","duration":"2m54.860158391s","time":"2026-03-06T19:24:54.890836441Z","message":"Event that took long finished handling"} +{"level":"info","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","action":"create portals from history sync","time":"2026-03-06T19:24:54.891212891Z","message":"Finished processing all history sync chat resync events"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:54.893130269Z","message":"c690d913f28ca7f457a3e2c66f8e832757655224d6f2fb4ccdab515b0a5dd12837a04bbf84d5e74a4ef38391305d01093193"} +{"level":"debug","portal_id":"120363163455706585@g.us","event_loop_index":0,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventChatResync","chat_jid":"120363163455706585@g.us","latest_message_ts":"2026-03-06T15:44:51Z","action":"create matrix room","action":"forward backfill","action":"send media request","message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","time":"2026-03-06T19:24:54.893320379Z","message":"Sent media retry request"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:54.934439278Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:54.936666616Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:54.938174369Z","message":""} +{"level":"debug","transaction_id":"3206","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:55.655666889Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3206","time":"2026-03-06T19:24:55.656035027Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363422109419332@g.us","portal_mxid":"!tBlZXyMrGKIRODvGsg:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$3W-bSn7MqxrApg97nYwfh6xaAA66iDtdvVH9NRdd-_E","event_type":"m.room.member","event_id":"$3W-bSn7MqxrApg97nYwfh6xaAA66iDtdvVH9NRdd-_E","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:24:55.656506113Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"3207","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:24:55.796034702Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3207","time":"2026-03-06T19:24:55.79611097Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:56.461018247Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:56.504257625Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:57.123834518Z","message":"4e0190f19deeb69da67df950"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:57.124605855Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A0BE7B55D1CDF3B1AA4","sender_id":"44419206123644@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"remote_target_message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","time":"2026-03-06T19:24:57.124727869Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A0BE7B55D1CDF3B1AA4","sender_id":"44419206123644@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"remote_target_message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","req_id":7179,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":21.927448,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2390521 bytes>","time":"2026-03-06T19:24:57.226899051Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A0BE7B55D1CDF3B1AA4","sender_id":"44419206123644@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"remote_target_message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","req_id":7180,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825097227301691_36?ts=1772825097000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":46.043053,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"😅💪🏽","filename":"video.mp4","info":{"duration":12000,"h":832,"mimetype":"video/mp4","size":2390521,"w":464},"m.mentions":{},"m.new_content":{"body":"😅💪🏽","filename":"video.mp4","info":{"duration":12000,"h":832,"mimetype":"video/mp4","size":2390521,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/KxlEmKXPTqpwwOujJvGpGlre"},"m.relates_to":{"event_id":"$A2orisfC8odry7u2GnQrgOTNa-kQ417GMf85Iez1fqg","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/KxlEmKXPTqpwwOujJvGpGlre"},"time":"2026-03-06T19:24:57.273659663Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":1,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A0BE7B55D1CDF3B1AA4","sender_id":"44419206123644@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"remote_target_message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","event_id":"$DMHhI8PBLQedhp7rGclRdIUEhMuSfSGFdZlaTWQ-jGg","part_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","time":"2026-03-06T19:24:57.27383811Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"3208","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:57.280963971Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3208","time":"2026-03-06T19:24:57.281119439Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:58.353120368Z","message":"44f75ef372d2b4de7d4bc376"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:58.353975446Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A90C4AA038FED222D83","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","time":"2026-03-06T19:24:58.354100463Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A90C4AA038FED222D83","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","req_id":7181,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":14.080677,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1356811 bytes>","time":"2026-03-06T19:24:58.414866672Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A90C4AA038FED222D83","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","req_id":7182,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825098415359339_7?ts=1772825098000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":36.642293,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":8000,"h":848,"mimetype":"video/mp4","size":1356811,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":8000,"h":848,"mimetype":"video/mp4","size":1356811,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/ZdVUkePxnZcSZmCBBNhacXMG"},"m.relates_to":{"event_id":"$-SiDi6reIysRbH59GBLeqvlbnzSKqInkmIfGAKpY4jY","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/ZdVUkePxnZcSZmCBBNhacXMG"},"time":"2026-03-06T19:24:58.452351821Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":2,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A90C4AA038FED222D83","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","event_id":"$9IFUlp6SoFbAGhxhzn2LwrZ49EFEYCH0D3mKS4QpaqE","part_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","time":"2026-03-06T19:24:58.452558624Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"3209","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:58.460071131Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3209","time":"2026-03-06T19:24:58.460238612Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:24:59.169796149Z","message":"9ca352e9d0ac4a3c5f454312"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:24:59.170692364Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA37A57C47ECB2920B4","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","time":"2026-03-06T19:24:59.17080488Z","message":"Handling remote event"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA37A57C47ECB2920B4","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","req_id":7183,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":17.246135,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1517653 bytes>","time":"2026-03-06T19:24:59.242313379Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA37A57C47ECB2920B4","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","req_id":7184,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825099242806604_8?ts=1772825099000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":39.539418,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":848,"mimetype":"video/mp4","size":1517653,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":848,"mimetype":"video/mp4","size":1517653,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/ypkYiooQmyxiNzmkdZLFgRCk"},"m.relates_to":{"event_id":"$pkop882vFFfa8_q4Z2T-T8eW2tIc7ssmQChsK85ejtA","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/ypkYiooQmyxiNzmkdZLFgRCk"},"time":"2026-03-06T19:24:59.282647461Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":3,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA37A57C47ECB2920B4","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","event_id":"$GtsjrGucrt8rjbrEsUhtfN9Lsmy_9hQ0p2yyd0mR72Q","part_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","time":"2026-03-06T19:24:59.282848048Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"3210","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:24:59.290142018Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3210","time":"2026-03-06T19:24:59.290296719Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3211","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:25:04.71290099Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3211","time":"2026-03-06T19:25:04.713287637Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","portal_mxid":"!KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$-YEx9Jz9HexVHIxvNzqx3G2wMatTOPYSD6MuBcPUpl4","event_type":"m.room.member","event_id":"$-YEx9Jz9HexVHIxvNzqx3G2wMatTOPYSD6MuBcPUpl4","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:25:04.713807751Z","message":"Sending implicit read receipt for event"} +{"level":"debug","portal_id":"4917658289477@s.whatsapp.net","portal_mxid":"!KZHfeuOSOKlIRQgEzO:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$-YEx9Jz9HexVHIxvNzqx3G2wMatTOPYSD6MuBcPUpl4","event_type":"m.room.member","event_id":"$-YEx9Jz9HexVHIxvNzqx3G2wMatTOPYSD6MuBcPUpl4","sender":"@theo:matrix.theocloud.dev","login_id":"4917641870516","membership":"leave","prev_membership":"join","target_user_id":"@theo:matrix.theocloud.dev","time":"2026-03-06T19:25:04.714894287Z","message":"Dropping leave event"} +{"level":"debug","transaction_id":"3212","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:25:08.429867015Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3212","time":"2026-03-06T19:25:08.430167965Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"491731828379@s.whatsapp.net","portal_mxid":"!ALaXkUIAPSQApoLseI:matrix.theocloud.dev","event_loop_index":9,"action":"handle matrix event","event_id":"$13Y68Q6gKnObZpQMbhVuXqlmgt-lPCqUL4pRVDG4R9A","event_type":"m.room.member","event_id":"$13Y68Q6gKnObZpQMbhVuXqlmgt-lPCqUL4pRVDG4R9A","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:25:08.430696391Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"3213","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:25:09.003975444Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3213","time":"2026-03-06T19:25:09.004135522Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3214","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:25:13.122975325Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3214","time":"2026-03-06T19:25:13.123383064Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363417948931600@g.us","portal_mxid":"!qUotrLYuNWPxuSMPyh:matrix.theocloud.dev","event_loop_index":1,"action":"handle matrix event","event_id":"$-7gpygdJKbYn6tWFBZD0NCVC4ZeqTTXnE9b5BX7ycMM","event_type":"m.room.member","event_id":"$-7gpygdJKbYn6tWFBZD0NCVC4ZeqTTXnE9b5BX7ycMM","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:25:13.123986571Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"3215","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:25:13.299392401Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3215","time":"2026-03-06T19:25:13.299523634Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3216","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:25:17.389014691Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3216","time":"2026-03-06T19:25:17.389454697Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4915735701057@s.whatsapp.net","portal_mxid":"!JMUjwQJufUGcdRZJPZ:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$gI95bsaGLUfLblp_-arGwpO6wbRlwdK5RejV7iADYLM","event_type":"m.room.member","event_id":"$gI95bsaGLUfLblp_-arGwpO6wbRlwdK5RejV7iADYLM","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:25:17.389997371Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"3217","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:25:17.800967262Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3217","time":"2026-03-06T19:25:17.801080756Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:25:20.305665322Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:25:20.349433126Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7168,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4749_1076_10_437_493_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.000177,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:25:24.492385796Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:25:43.81752545Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:25:43.8612371Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7185,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4768_1097_10_441_499_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.666698,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:25:54.497490755Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:09.379157324Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:09.423714274Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7186,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4768_1097_10_441_518_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.075027,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:26:24.502044202Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:34.68255789Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:34.725006513Z","message":""} +{"level":"debug","transaction_id":"3218","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:26:44.635958192Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3218","time":"2026-03-06T19:26:44.636496116Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363173737697025@g.us","portal_mxid":"!VxYjJEVsvmCCpBhUME:matrix.theocloud.dev","event_loop_index":3,"action":"handle matrix event","event_id":"$mGk4hw4qqS0CT__Mgf4k8VMLQ8DfClNuVD8W_wEfBSE","event_type":"m.room.member","event_id":"$mGk4hw4qqS0CT__Mgf4k8VMLQ8DfClNuVD8W_wEfBSE","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:26:44.637098715Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"3219","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:26:52.674358433Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3219","time":"2026-03-06T19:26:52.674458098Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7187,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4768_1097_10_441_518_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.158327,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:26:54.506650007Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:54.850132417Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:54.901873824Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.278693909Z","message":"1b3cba18b2e5e090d8705840"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.280142576Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":13,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACE32E3C95660B175E6","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","time":"2026-03-06T19:26:59.28026899Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.281160875Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.326003549Z","message":"<0/><0/>"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.349883576Z","message":"38d0933c490bd150d6241224"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.350599947Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.353565377Z","message":"00cfeec8013445c04f58996c"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.354189278Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.400663815Z","message":"39e41dd392ebbae530322537"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.401388637Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.425531201Z","message":"d7c5a01ab495eb0c84173bce"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.426184225Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.426369097Z","message":"45473b7f04189c90369a5c28"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.42696122Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.429302819Z","message":"091aba03b176b68a4f34443b"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.430092525Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.43837141Z","message":"5150fae288e0f9c1725434fc"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.439221809Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":13,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACE32E3C95660B175E6","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","req_id":7189,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":21.239991,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1944157 bytes>","time":"2026-03-06T19:26:59.44704204Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":13,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACE32E3C95660B175E6","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","req_id":7190,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825219447416534_40?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":35.754946,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":10000,"h":832,"mimetype":"video/mp4","size":1944157,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":10000,"h":832,"mimetype":"video/mp4","size":1944157,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/AFEyOmrPHCLEgQtFwKPiojRu"},"m.relates_to":{"event_id":"$mDVptqO1o4aQj3oab_11OOb7sDsAzq6xPMnJFHolzh0","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/AFEyOmrPHCLEgQtFwKPiojRu"},"time":"2026-03-06T19:26:59.483498132Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":13,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACE32E3C95660B175E6","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","event_id":"$JrQ5EXZnuWfRaV6i-rBN4GR-GgJdg8Jsn3H2J_CLb9s","part_id":"120363400918258753@g.us:21079833710744@lid:4ACE32E3C95660B175E6","time":"2026-03-06T19:26:59.483672808Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":14,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC5AFFCE95825AB3803","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","time":"2026-03-06T19:26:59.484379401Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3220","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:26:59.4997648Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3220","time":"2026-03-06T19:26:59.499912446Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3221","content":{"pdu":0,"unstable_edu":17,"unstable_to_device":0},"time":"2026-03-06T19:26:59.515824316Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3221","time":"2026-03-06T19:26:59.51606129Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.544006692Z","message":"710178fe8042ffcef5d00428"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.544223971Z","message":"f9796dc73953612f34853fbe"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.545784874Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.546613761Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":14,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC5AFFCE95825AB3803","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","req_id":7191,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":13.734469,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1767566 bytes>","time":"2026-03-06T19:26:59.568803327Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":14,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC5AFFCE95825AB3803","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","req_id":7192,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825219569264774_41?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":32.257389,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":832,"mimetype":"video/mp4","size":1767566,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":832,"mimetype":"video/mp4","size":1767566,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/nLxwbCabnEqzVSPhsbrrltlt"},"m.relates_to":{"event_id":"$jCz6_5593WFhfzeJXqfNr0CmvpQ1vq39iw8Q44yTao4","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/nLxwbCabnEqzVSPhsbrrltlt"},"time":"2026-03-06T19:26:59.60185559Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":14,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC5AFFCE95825AB3803","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","event_id":"$JRPC-VL-QT5tvr8NgTCgDEQB41gPWCSIp-OFbYZYLdg","part_id":"120363400918258753@g.us:21079833710744@lid:4AC5AFFCE95825AB3803","time":"2026-03-06T19:26:59.602068888Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":15,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A247E32B3A85C3FC601","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","time":"2026-03-06T19:26:59.602819552Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3222","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:26:59.604621062Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3222","time":"2026-03-06T19:26:59.604752784Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.652715589Z","message":"ad08bdfc88379d57e4f94da1"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.65367117Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.663317705Z","message":"3905f7643cbb71dbdfdccd60"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.664057474Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":15,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A247E32B3A85C3FC601","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","req_id":7193,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":16.614132,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1787106 bytes>","time":"2026-03-06T19:26:59.682491345Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":15,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A247E32B3A85C3FC601","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","req_id":7194,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825219682882880_42?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":36.822974,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":848,"mimetype":"video/mp4","size":1787106,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":848,"mimetype":"video/mp4","size":1787106,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/pyzDdZEirhXyAkKcNRKhSpkl"},"m.relates_to":{"event_id":"$W1C-1v65tdMF3_yhT9yweUo5d3pNTF84yR4Ku2o3l58","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/pyzDdZEirhXyAkKcNRKhSpkl"},"time":"2026-03-06T19:26:59.720073363Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":15,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A247E32B3A85C3FC601","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","event_id":"$9fymKx36BURNdxMtZ7OyXAfCMcFdmHGHsWTcWn33H2M","part_id":"120363400918258753@g.us:21079833710744@lid:4A247E32B3A85C3FC601","time":"2026-03-06T19:26:59.72028289Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":16,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","time":"2026-03-06T19:26:59.721041167Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3223","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:26:59.727314323Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3223","time":"2026-03-06T19:26:59.727533768Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":16,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","req_id":7195,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":14.338045,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1378282 bytes>","time":"2026-03-06T19:26:59.783352772Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":16,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","req_id":7196,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825219783827839_43?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":34.130766,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1378282,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1378282,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/wUJpfKlphZCjBHbkIgabrydL"},"m.relates_to":{"event_id":"$LoUUSXxyjqzrPSQUaHTYi5uXeeihTYrQJfOrf8GVJ-4","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/wUJpfKlphZCjBHbkIgabrydL"},"time":"2026-03-06T19:26:59.818227917Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":16,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","event_id":"$o2nv8qKGu0AHQikqZbslXAGeoDPEc6q3VP4um9T-LAo","part_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","time":"2026-03-06T19:26:59.81840371Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":17,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","time":"2026-03-06T19:26:59.819045769Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.823790848Z","message":"02de7eab93df7e2843afc263"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.824430393Z","message":""} +{"level":"debug","transaction_id":"3224","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:26:59.825385625Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3224","time":"2026-03-06T19:26:59.825550103Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.826074967Z","message":"776cd0dcb8d2a3880af9c891"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.826802933Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.829995699Z","message":"d3f34cfbde7d661a2ee237b1"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.830834015Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.849812446Z","message":"4ac30944671caf626be5813a"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.850619054Z","message":""} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":17,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","req_id":7197,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":13.997146,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1384207 bytes>","time":"2026-03-06T19:26:59.882353743Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":17,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","req_id":7198,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825219882882309_44?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":33.846299,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1384207,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1384207,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/vIjRDZCeCPuVXXJYcLMxNiiq"},"m.relates_to":{"event_id":"$UiBp8PkU6r68q_bXIHKZ28_2UlfvmC5FozI8jMbMCWs","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/vIjRDZCeCPuVXXJYcLMxNiiq"},"time":"2026-03-06T19:26:59.917031304Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":17,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","event_id":"$4XdPeeGL6TLADaMfkaBIOmZjKtWuYUE_LWwv9iSBnIQ","part_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","time":"2026-03-06T19:26:59.91720123Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":18,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AB6BB671DF10ED6F6D1","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","time":"2026-03-06T19:26:59.917845315Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:26:59.92229147Z","message":"a9c02b85d218a7e56af8671e"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:26:59.922891973Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA37A57C47ECB2920B4","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","time":"2026-03-06T19:26:59.923036127Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3225","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:26:59.924684892Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3225","time":"2026-03-06T19:26:59.924790354Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA37A57C47ECB2920B4","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","req_id":7199,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":17.393292,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1517653 bytes>","time":"2026-03-06T19:27:00.042152839Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:27:00.054100256Z","message":"17915f9195d868893a98316b"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:27:00.054749369Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:27:00.054798818Z","message":"8590fb2ca9180c78c2c6ed42"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:27:00.055324869Z","message":""} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA37A57C47ECB2920B4","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","req_id":7201,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825220042540743_9?ts=1772825219000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":39.890304,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":848,"mimetype":"video/mp4","size":1517653,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":9000,"h":848,"mimetype":"video/mp4","size":1517653,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/PJeavXhzPJMVRPKDelqirkcU"},"m.relates_to":{"event_id":"$pkop882vFFfa8_q4Z2T-T8eW2tIc7ssmQChsK85ejtA","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/PJeavXhzPJMVRPKDelqirkcU"},"time":"2026-03-06T19:27:00.082732974Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":4,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AA37A57C47ECB2920B4","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","event_id":"$rPguIiaDgTOy2YaiW2Z9FLur8pKzzXFgJIvIm52Y4k8","part_id":"120363163455706585@g.us:280664972746828@lid:3AA37A57C47ECB2920B4","time":"2026-03-06T19:27:00.082932723Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A90C4AA038FED222D83","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","time":"2026-03-06T19:27:00.083666206Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:27:00.087849614Z","message":"913ea250397f591659a01a71"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:27:00.088567033Z","message":""} +{"level":"debug","transaction_id":"3226","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:00.098943838Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3226","time":"2026-03-06T19:27:00.099047274Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":18,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AB6BB671DF10ED6F6D1","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","req_id":7200,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":74.257695,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2285389 bytes>","time":"2026-03-06T19:27:00.109688292Z","message":"Request completed"} +{"level":"debug","transaction_id":"3227","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:27:00.113461029Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3227","time":"2026-03-06T19:27:00.113573614Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":18,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AB6BB671DF10ED6F6D1","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","req_id":7202,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825220110111746_45?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":33.810959,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":12000,"h":832,"mimetype":"video/mp4","size":2285389,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":12000,"h":832,"mimetype":"video/mp4","size":2285389,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/wPWyiWVdDvSAefGyMHBSzstE"},"m.relates_to":{"event_id":"$h77mlmjJ9wMkIDVSyNnVn3XaUkSqjCFyVAYPIBI94xA","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/wPWyiWVdDvSAefGyMHBSzstE"},"time":"2026-03-06T19:27:00.144255223Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":18,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AB6BB671DF10ED6F6D1","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","event_id":"$jcOsrS5pW4mV88v-JvNuT54lN4ryaxbOooESd5ZCRQw","part_id":"120363400918258753@g.us:21079833710744@lid:4AB6BB671DF10ED6F6D1","time":"2026-03-06T19:27:00.144419632Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":19,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A5AFA097521B7FDA3AD","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","time":"2026-03-06T19:27:00.144958814Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3228","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:00.152177843Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3228","time":"2026-03-06T19:27:00.152351401Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A90C4AA038FED222D83","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","req_id":7203,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":36.702356,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1356811 bytes>","time":"2026-03-06T19:27:00.171778847Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A90C4AA038FED222D83","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","req_id":7204,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825220172130782_10?ts=1772825220000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":39.525517,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":8000,"h":848,"mimetype":"video/mp4","size":1356811,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":8000,"h":848,"mimetype":"video/mp4","size":1356811,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/kFWgDYHgVCgLynvXYMLdCtAq"},"m.relates_to":{"event_id":"$-SiDi6reIysRbH59GBLeqvlbnzSKqInkmIfGAKpY4jY","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/kFWgDYHgVCgLynvXYMLdCtAq"},"time":"2026-03-06T19:27:00.211916881Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":5,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A90C4AA038FED222D83","sender_id":"280664972746828@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","event_id":"$VgCSekw6KkariPCZ1pE2QIpyynbrKhKvWCxgxU6d5v8","part_id":"120363163455706585@g.us:280664972746828@lid:3A90C4AA038FED222D83","time":"2026-03-06T19:27:00.21209875Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A0BE7B55D1CDF3B1AA4","sender_id":"44419206123644@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"remote_target_message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","time":"2026-03-06T19:27:00.212845503Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3229","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:00.22263731Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3229","time":"2026-03-06T19:27:00.222760861Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A0BE7B55D1CDF3B1AA4","sender_id":"44419206123644@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"remote_target_message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","req_id":7205,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":22.515031,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<2390521 bytes>","time":"2026-03-06T19:27:00.389446887Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A0BE7B55D1CDF3B1AA4","sender_id":"44419206123644@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"remote_target_message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","req_id":7206,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21LylQhmywHgJdpUtHoE:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825220389967421_37?ts=1772825220000&user_id=%40whatsapp_lid-44419206123644%3Amatrix.theocloud.dev","duration":39.415517,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"😅💪🏽","filename":"video.mp4","info":{"duration":12000,"h":832,"mimetype":"video/mp4","size":2390521,"w":464},"m.mentions":{},"m.new_content":{"body":"😅💪🏽","filename":"video.mp4","info":{"duration":12000,"h":832,"mimetype":"video/mp4","size":2390521,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/OxAXVekCecYWLpeNDMfnbXqY"},"m.relates_to":{"event_id":"$A2orisfC8odry7u2GnQrgOTNa-kQ417GMf85Iez1fqg","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/OxAXVekCecYWLpeNDMfnbXqY"},"time":"2026-03-06T19:27:00.429778732Z","message":"Request completed"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":6,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A0BE7B55D1CDF3B1AA4","sender_id":"44419206123644@lid","chat_id":"120363163455706585@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-44419206123644","sender_login":"4915776207693"},"remote_target_message_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","event_id":"$-PJn0cCIiFRLfJcOKr5tJs1hGhMdUEcd1Sz6AyX_yHE","part_id":"120363163455706585@g.us:44419206123644@lid:3A0BE7B55D1CDF3B1AA4","time":"2026-03-06T19:27:00.430044133Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"3230","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:00.439993573Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3230","time":"2026-03-06T19:27:00.440113702Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3231","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:27:00.457021451Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3231","time":"2026-03-06T19:27:00.457106798Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":19,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A5AFA097521B7FDA3AD","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","req_id":7207,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":191.157267,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<42663650 bytes>","time":"2026-03-06T19:27:01.575968874Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":19,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A5AFA097521B7FDA3AD","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","req_id":7208,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825221597098305_46?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":32.085646,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":227000,"h":832,"mimetype":"video/mp4","size":42663650,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":227000,"h":832,"mimetype":"video/mp4","size":42663650,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/pviwKMRWoqPbSrTJhufOnQQQ"},"m.relates_to":{"event_id":"$X302UYo58oDj6WaRKfIIv5w1e7i6j777WczzM43h-ic","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/pviwKMRWoqPbSrTJhufOnQQQ"},"time":"2026-03-06T19:27:01.629548738Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":19,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4A5AFA097521B7FDA3AD","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","event_id":"$TFvmVjCzFFh95f3d-Ms_UCpaqCnT7BOFLyWjvoOztDw","part_id":"120363400918258753@g.us:21079833710744@lid:4A5AFA097521B7FDA3AD","time":"2026-03-06T19:27:01.629741922Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":20,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","time":"2026-03-06T19:27:01.630565082Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3232","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:01.638057893Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3232","time":"2026-03-06T19:27:01.638221324Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":20,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","req_id":7209,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":14.715543,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1627530 bytes>","time":"2026-03-06T19:27:01.701898973Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":20,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","req_id":7210,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825221702406027_47?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":38.632306,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":8000,"h":848,"mimetype":"video/mp4","size":1627530,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":8000,"h":848,"mimetype":"video/mp4","size":1627530,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/pVjLlAmpqGITyzrPrWomgojl"},"m.relates_to":{"event_id":"$pu4HHMZdkakx54HaYwnru5UDsbDE5dfKbgVo9fqNnkA","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/pVjLlAmpqGITyzrPrWomgojl"},"time":"2026-03-06T19:27:01.741408217Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":20,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","event_id":"$RWRDqcYK3PDAMY54ynhF3MHQz7b1y_D9luTXIBQHRBE","part_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","time":"2026-03-06T19:27:01.741600074Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":21,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","time":"2026-03-06T19:27:01.742322731Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3233","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:01.745709379Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3233","time":"2026-03-06T19:27:01.745858981Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":21,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","req_id":7211,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":8.924017,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<578161 bytes>","time":"2026-03-06T19:27:01.776221481Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":21,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","req_id":7212,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825221776678808_11?ts=1772825219000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":41.412095,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":3000,"h":848,"mimetype":"video/mp4","size":578161,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":3000,"h":848,"mimetype":"video/mp4","size":578161,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/bpeKeDNdKWBTSUuoJCTgKgtc"},"m.relates_to":{"event_id":"$sgL3YC2VF_OveaiMbixWT-6GQ35j_kSpjhhQ17nC8YQ","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/bpeKeDNdKWBTSUuoJCTgKgtc"},"time":"2026-03-06T19:27:01.818394368Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":21,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","event_id":"$rLLDAzWdtuqckLOknXJMx8UVyKm0RPvGJf9P6UDmdeE","part_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","time":"2026-03-06T19:27:01.818564154Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":22,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AA6A168C55ECC356EEC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","time":"2026-03-06T19:27:01.819452756Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3234","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:01.826179329Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3234","time":"2026-03-06T19:27:01.82635114Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":22,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AA6A168C55ECC356EEC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","req_id":7213,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":48.291901,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<7104119 bytes>","time":"2026-03-06T19:27:02.083445381Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":22,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AA6A168C55ECC356EEC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","req_id":7214,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825222086602878_48?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":32.895746,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":38000,"h":832,"mimetype":"video/mp4","size":7104119,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":38000,"h":832,"mimetype":"video/mp4","size":7104119,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/BoIEmDVQAQaAxgcgwqXBTBzr"},"m.relates_to":{"event_id":"$fQuXtzwhSgCNkw6IasvyILreRqtGeZu7CGaGu6ovSm0","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/BoIEmDVQAQaAxgcgwqXBTBzr"},"time":"2026-03-06T19:27:02.119768564Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":22,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AA6A168C55ECC356EEC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","event_id":"$c9fJQJSN71ezeJHlVGPcxjRVgzTAiF996-SD__srPEI","part_id":"120363400918258753@g.us:21079833710744@lid:4AA6A168C55ECC356EEC","time":"2026-03-06T19:27:02.119949805Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":23,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","time":"2026-03-06T19:27:02.120667224Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3235","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:02.127006661Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3235","time":"2026-03-06T19:27:02.127164434Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":23,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","req_id":7215,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":14.61462,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1384207 bytes>","time":"2026-03-06T19:27:02.181957527Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":23,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","req_id":7216,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825222182428752_49?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":33.925639,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1384207,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1384207,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/LyqCinOByDarlvCOZyqSfgrT"},"m.relates_to":{"event_id":"$UiBp8PkU6r68q_bXIHKZ28_2UlfvmC5FozI8jMbMCWs","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/LyqCinOByDarlvCOZyqSfgrT"},"time":"2026-03-06T19:27:02.216670148Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":23,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AFC8EBD71FF2E3557FC","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","event_id":"$OyfcJr7ZJklQKibrh0dKR3m89r6xZ2zoe8KTF2jjQ4k","part_id":"120363400918258753@g.us:21079833710744@lid:4AFC8EBD71FF2E3557FC","time":"2026-03-06T19:27:02.216849992Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":24,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","time":"2026-03-06T19:27:02.217516147Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3236","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:02.221692641Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3236","time":"2026-03-06T19:27:02.221821709Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":24,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","req_id":7217,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":14.547083,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1378282 bytes>","time":"2026-03-06T19:27:02.279583933Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":24,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","req_id":7218,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825222280012276_50?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":35.763747,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1378282,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":7000,"h":848,"mimetype":"video/mp4","size":1378282,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/dmbwUJTuUIghdIpukuOkwHOD"},"m.relates_to":{"event_id":"$LoUUSXxyjqzrPSQUaHTYi5uXeeihTYrQJfOrf8GVJ-4","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/dmbwUJTuUIghdIpukuOkwHOD"},"time":"2026-03-06T19:27:02.31612237Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":24,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AC1E7144ABD1FCFD952","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","event_id":"$5ZwhDckm5viTTL1FWq65viQXuKpr2PXOpgG7tY3BJto","part_id":"120363400918258753@g.us:21079833710744@lid:4AC1E7144ABD1FCFD952","time":"2026-03-06T19:27:02.316350125Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":25,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","time":"2026-03-06T19:27:02.317116364Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3237","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:02.323927445Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3237","time":"2026-03-06T19:27:02.324020056Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":25,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","req_id":7219,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":15.771277,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<1627530 bytes>","time":"2026-03-06T19:27:02.389893544Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":25,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","req_id":7220,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825222390440059_51?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":37.246497,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":8000,"h":848,"mimetype":"video/mp4","size":1627530,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":8000,"h":848,"mimetype":"video/mp4","size":1627530,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/RUscNnfamJavOpydMgioFmXW"},"m.relates_to":{"event_id":"$pu4HHMZdkakx54HaYwnru5UDsbDE5dfKbgVo9fqNnkA","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/RUscNnfamJavOpydMgioFmXW"},"time":"2026-03-06T19:27:02.428041215Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":25,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4AD612CDFDE7C42B6655","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","event_id":"$DkCxVpmU39Lm-kPhVgx8kySAQ0KM39V2tgsf63Z06cI","part_id":"120363400918258753@g.us:21079833710744@lid:4AD612CDFDE7C42B6655","time":"2026-03-06T19:27:02.428240963Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":26,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","time":"2026-03-06T19:27:02.429116366Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3238","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:02.436362913Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3238","time":"2026-03-06T19:27:02.436507975Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":26,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","req_id":7221,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":67.307278,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<16606791 bytes>","time":"2026-03-06T19:27:02.976265059Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":26,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","req_id":7222,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825222984669799_10?ts=1772825219000&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":24.300546,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Das Wort zum Ende des Jahres 🙌🏻","filename":"video.mp4","info":{"duration":99000,"h":848,"mimetype":"video/mp4","size":16606791,"w":480},"m.mentions":{},"m.new_content":{"body":"Das Wort zum Ende des Jahres 🙌🏻","filename":"video.mp4","info":{"duration":99000,"h":848,"mimetype":"video/mp4","size":16606791,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/MfHzHPlnvAgptOdaTbIAMULk"},"m.relates_to":{"event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/MfHzHPlnvAgptOdaTbIAMULk"},"time":"2026-03-06T19:27:03.009326331Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":26,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","event_id":"$t-lsfZ2OxVkhp3ddiaa2WmzcbN-dxRInmRxCdwpVrD4","part_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","time":"2026-03-06T19:27:03.009520004Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":27,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","time":"2026-03-06T19:27:03.010250763Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3239","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:03.02530497Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3239","time":"2026-03-06T19:27:03.025435714Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3240","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:27:03.036967919Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3240","time":"2026-03-06T19:27:03.037082879Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":27,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","req_id":7223,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":9.428418,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<578161 bytes>","time":"2026-03-06T19:27:03.041633238Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":27,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","req_id":7224,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825223041953604_12?ts=1772825219000&user_id=%40whatsapp_lid-280664972746828%3Amatrix.theocloud.dev","duration":28.54807,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":3000,"h":848,"mimetype":"video/mp4","size":578161,"w":480},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":3000,"h":848,"mimetype":"video/mp4","size":578161,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/gQbtArvPEwTUnoceHJzyzOSK"},"m.relates_to":{"event_id":"$sgL3YC2VF_OveaiMbixWT-6GQ35j_kSpjhhQ17nC8YQ","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/gQbtArvPEwTUnoceHJzyzOSK"},"time":"2026-03-06T19:27:03.070804091Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":27,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3A7DE9F039A0862AF6D2","sender_id":"280664972746828@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-280664972746828","sender_login":"4915215159414"},"remote_target_message_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","event_id":"$zZOSn3fB7x3LtSXNnAbtaGsCyM-IkX2hs_67s92dovE","part_id":"120363400918258753@g.us:280664972746828@lid:3A7DE9F039A0862AF6D2","time":"2026-03-06T19:27:03.071018925Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":28,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACBF52899206373688A","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","time":"2026-03-06T19:27:03.071757157Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3241","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:03.077318832Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3241","time":"2026-03-06T19:27:03.077504332Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":28,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACBF52899206373688A","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","req_id":7225,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":29.766676,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<3836395 bytes>","time":"2026-03-06T19:27:03.30579111Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":28,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACBF52899206373688A","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","req_id":7226,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825223306288596_52?ts=1772825219000&user_id=%40whatsapp_lid-21079833710744%3Amatrix.theocloud.dev","duration":35.289518,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"","filename":"video.mp4","info":{"duration":20000,"h":832,"mimetype":"video/mp4","size":3836395,"w":464},"m.mentions":{},"m.new_content":{"body":"","filename":"video.mp4","info":{"duration":20000,"h":832,"mimetype":"video/mp4","size":3836395,"w":464},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/JnrEEwmGRkMvBOWWaDPVUGnV"},"m.relates_to":{"event_id":"$mf0G5pSdEBQDOjuTx4IXQMgp-E-yHRgjVxBjSyqcLxU","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/JnrEEwmGRkMvBOWWaDPVUGnV"},"time":"2026-03-06T19:27:03.341955611Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":28,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"4ACBF52899206373688A","sender_id":"21079833710744@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-21079833710744","sender_login":"4917642922234"},"remote_target_message_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","event_id":"$s9U2aEy3sO1ASUm5QD_w8Ib0Mlx7AHXLhYbc-zZnwKw","part_id":"120363400918258753@g.us:21079833710744@lid:4ACBF52899206373688A","time":"2026-03-06T19:27:03.342175544Z","message":"Sent message part edit to Matrix"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":29,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","time":"2026-03-06T19:27:03.342949117Z","message":"Handling remote event"} +{"level":"debug","transaction_id":"3242","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:03.349099491Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3242","time":"2026-03-06T19:27:03.349249861Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":29,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","req_id":7227,"method":"POST","url":"http://synapse:8008/_matrix/media/v3/upload?filename=video.mp4&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":89.652872,"status_code":200,"response_length":69,"response_mime":"application/json","req_body":"<16606791 bytes>","time":"2026-03-06T19:27:03.937856046Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":29,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","req_id":7228,"method":"PUT","url":"http://synapse:8008/_matrix/client/v3/rooms/%21YKbXdgLzcVyqdBUAME:matrix.theocloud.dev/send/m.room.message/mautrix-go_1772825223946826020_11?ts=1772825220000&user_id=%40whatsapp_lid-59622887026730%3Amatrix.theocloud.dev","duration":26.493732,"status_code":200,"response_length":59,"response_mime":"application/json","req_body":{"body":"Das Wort zum Ende des Jahres 🙌🏻","filename":"video.mp4","info":{"duration":99000,"h":848,"mimetype":"video/mp4","size":16606791,"w":480},"m.mentions":{},"m.new_content":{"body":"Das Wort zum Ende des Jahres 🙌🏻","filename":"video.mp4","info":{"duration":99000,"h":848,"mimetype":"video/mp4","size":16606791,"w":480},"m.mentions":{},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/fWrPgJxZuacTcYrMzKrzpXQK"},"m.relates_to":{"event_id":"$o9Sg0bbion7PkxPirtA1f9vGC84nptAxKdSF9CBhclg","rel_type":"m.replace"},"msgtype":"m.video","url":"mxc://matrix.theocloud.dev/fWrPgJxZuacTcYrMzKrzpXQK"},"time":"2026-03-06T19:27:03.973671476Z","message":"Request completed"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":29,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventEdit","message_id":"3AB2964CC0DFA219FB0F","sender_id":"59622887026730@lid","chat_id":"120363400918258753@g.us","from_me":false,"wa_event_type":"media retry","remote_sender":{"user_id":"lid-59622887026730","sender_login":"4917680818036"},"remote_target_message_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","event_id":"$BDG3IZN16IrOLNJMU0Ni3ENwJhCfovAxt50ICx7ESLY","part_id":"120363400918258753@g.us:59622887026730@lid:3AB2964CC0DFA219FB0F","time":"2026-03-06T19:27:03.973876673Z","message":"Sent message part edit to Matrix"} +{"level":"debug","transaction_id":"3243","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:03.979462722Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3243","time":"2026-03-06T19:27:03.979575168Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:27:20.84343242Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:27:20.887026735Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7188,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4769_1100_10_442_533_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.507946,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:27:24.511674227Z","message":"Request completed"} +{"level":"debug","transaction_id":"3244","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:27.266905537Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3244","time":"2026-03-06T19:27:27.267373898Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363163455706585@g.us","portal_mxid":"!LylQhmywHgJdpUtHoE:matrix.theocloud.dev","event_loop_index":7,"action":"handle matrix event","event_id":"$tZ3iuBSIBbkQ7jwlfXfTuWA_DV4z5CRAteJI78rdoAQ","event_type":"m.room.member","event_id":"$tZ3iuBSIBbkQ7jwlfXfTuWA_DV4z5CRAteJI78rdoAQ","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:27:27.267932985Z","message":"Sending implicit read receipt for event"} +{"level":"debug","transaction_id":"3245","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:27:30.13047439Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3245","time":"2026-03-06T19:27:30.13085964Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"120363400918258753@g.us","portal_mxid":"!YKbXdgLzcVyqdBUAME:matrix.theocloud.dev","event_loop_index":30,"action":"handle matrix event","event_id":"$rhyCfVjCUdc7XFbwlJ5pCjxbmBq3OY_gH7y-UZF02SQ","event_type":"m.room.member","event_id":"$rhyCfVjCUdc7XFbwlJ5pCjxbmBq3OY_gH7y-UZF02SQ","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:27:30.13146601Z","message":"Sending implicit read receipt for event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:27:48.823460149Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:27:48.866075205Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7229,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4789_1104_10_442_533_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.562215,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:27:54.516701452Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:28:10.154892295Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:28:10.198493803Z","message":""} +{"level":"debug","transaction_id":"3248","content":{"pdu":0,"unstable_edu":3,"unstable_to_device":0},"time":"2026-03-06T19:28:12.560046953Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3248","time":"2026-03-06T19:28:12.560182726Z","message":"Finished dispatching events from transaction"} +{"level":"debug","transaction_id":"3249","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:28:12.56468252Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3249","time":"2026-03-06T19:28:12.564777365Z","message":"Finished dispatching events from transaction"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7230,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1110_10_442_537_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30003.518857,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:28:24.52086614Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:28:39.395635408Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:28:39.439661556Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7231,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1112_10_442_545_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30006.17582,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:28:54.527537629Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:29:07.452972055Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:29:07.501177909Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7232,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1115_10_442_545_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30003.81016,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:29:24.531906387Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:29:33.361898817Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:29:33.405606694Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7233,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1115_10_442_545_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30003.463509,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:29:54.535830366Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:30:01.786200905Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:30:01.831048326Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7234,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1118_10_442_545_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.43891,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:30:24.540744552Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:30:30.913145403Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:30:30.966192298Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:30:48.073887823Z","message":"080908030812"} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7235,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1118_10_442_548_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.167218,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:30:54.545398221Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:30:56.404361606Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:30:56.447522897Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:31:19.648226016Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:31:19.691857838Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7236,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1121_10_442_549_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.488675,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:31:24.550397932Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:31:45.336649768Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:31:45.387173191Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7237,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1121_10_442_549_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30004.004356,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:31:54.554854934Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:32:08.243608128Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:32:08.286087071Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7238,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1124_10_442_549_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30003.978096,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:32:24.559285257Z","message":"Request completed"} +{"level":"debug","transaction_id":"3250","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:32:26.612228639Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3250","time":"2026-03-06T19:32:26.612392558Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:32:26.612919028Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":35,"action":"handle matrix event","event_id":"","event_type":"m.typing","user_id":"@theo:matrix.theocloud.dev","typing":true,"time":"2026-03-06T19:32:26.613177374Z","message":"Sent typing event"} +{"level":"debug","transaction_id":"3251","content":{"pdu":0,"unstable_edu":1,"unstable_to_device":0},"time":"2026-03-06T19:32:29.238690728Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3251","time":"2026-03-06T19:32:29.238797168Z","message":"Finished dispatching events from transaction"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:32:29.239058447Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":36,"action":"handle matrix event","event_id":"","event_type":"m.typing","user_id":"@theo:matrix.theocloud.dev","typing":false,"time":"2026-03-06T19:32:29.239314628Z","message":"Sent typing event"} +{"level":"debug","transaction_id":"3252","content":{"pdu":1,"unstable_edu":0,"unstable_to_device":0},"time":"2026-03-06T19:32:29.292907896Z","message":"Starting handling of transaction"} +{"level":"debug","transaction_id":"3252","time":"2026-03-06T19:32:29.292988075Z","message":"Finished dispatching events from transaction"} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":37,"action":"handle matrix event","event_id":"$OGXpruIRwESfbxgP-SABXrEyyxYQm9Z4FQREPOyR8mg","event_type":"m.room.message","event_id":"$OGXpruIRwESfbxgP-SABXrEyyxYQm9Z4FQREPOyR8mg","sender":"@theo:matrix.theocloud.dev","subaction":"implicit read receipt","time":"2026-03-06T19:32:29.293374651Z","message":"Sending implicit read receipt for event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:32:29.294750191Z","message":"Replacing SendMessage destination with LID as migration timestamp is set 4917620338641@s.whatsapp.net -> 236399445938270@lid"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","time":"2026-03-06T19:32:29.295135859Z","message":"Stored message secret key for outgoing message 3EB023EBC4443F79C5B8B5"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:32:29.296098423Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:32:29.906453105Z","message":"089ab2eb057a11a81275d35845ffd39270fca31bf4e830578170ed60a99116ff35e9648c0e000001a1eca73cd4255007f1629b0eadc6160d92d499333adb3e56024225dc1b161b34d55118f64ebad9eb5440f4822833f9529dda53ae0910a80df17cc85c975fad4efa416f23ecb9224ecbf7822596ef34dae96db2d362d567ae18a8959fb23a490e000036ce4073e67a0ca257e5021bcd0ee3bfc2526425ccab554e51be9a281ab9c3b51f"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:32:29.9099985Z","message":"d7333ebfdd58c93d82017d2046a578e004012343cea31cbeb2e2d0"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:32:29.957303255Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:32:31.762601995Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","lid":"236399445938270@lid","pn":"4917620338641@s.whatsapp.net","message_id":["3EB023EBC4443F79C5B8B5"],"evt_type":"receipt","time":"2026-03-06T19:32:31.762775693Z","message":"Forced LID DM sender to phone number in incoming message"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:32:31.763489619Z","message":""} +{"level":"debug","portal_id":"4917620338641@s.whatsapp.net","portal_mxid":"!RNSkXRfMcfgheHrFjq:matrix.theocloud.dev","event_loop_index":38,"action":"handle remote event","source_id":"4917641870516","bridge_evt_type":"RemoteEventDeliveryReceipt","remote_sender":{"user_id":"4917620338641"},"time":"2026-03-06T19:32:31.763571753Z","message":"Handling remote event"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:32:33.401506121Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:32:33.444016844Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:32:48.073002552Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","lid":"236399445938270@lid","pn":"4917620338641@s.whatsapp.net","message_id":["3EB023EBC4443F79C5B8B5"],"evt_type":"receipt","time":"2026-03-06T19:32:48.073125195Z","message":"Forced LID DM sender to phone number in own message sent from another device"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:32:48.073184281Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:32:53.837850145Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:32:53.881001183Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7239,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4791_1124_10_442_549_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30003.875729,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:32:54.563653303Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:33:23.485271997Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:33:23.529513902Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7240,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4792_1127_12_442_550_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30005.51176,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:33:24.569668275Z","message":"Request completed"} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Send","time":"2026-03-06T19:33:46.696974195Z","message":""} +{"level":"debug","user_mxid":"@theo:matrix.theocloud.dev","login_id":"4917641870516","component":"whatsmeow","sublogger":"Recv","time":"2026-03-06T19:33:46.742837626Z","message":""} +{"level":"debug","as_user_id":"@whatsappbot:matrix.theocloud.dev","req_id":7241,"method":"GET","url":"http://synapse:8008/_matrix/client/v3/sync?filter=0&since=s4792_1130_12_442_552_1_86_89_0_1_1_1&timeout=30000&user_id=%40whatsappbot%3Amatrix.theocloud.dev","duration":30003.459112,"status_code":200,"response_length":146,"response_mime":"application/json","time":"2026-03-06T19:33:54.573623965Z","message":"Request completed"} diff --git a/matrix/mautrix-whatsapp/mautrix-whatsapp.db b/matrix/mautrix-whatsapp/mautrix-whatsapp.db new file mode 100644 index 0000000000000000000000000000000000000000..ab4de73ef916bae0414459f4d7edf933f3d2a6a9 GIT binary patch literal 8794112 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 YJ@+8f#jx`|h8`%;*t2cU4AhE$!)p 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 QRQ_W6I=q+c-J&BD_pHxX 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

    *kLPh6w^>ew^Rk#^rin()hCC4rRlulz%MtJa` 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≥L*y8dbAC;{CQQTx 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

    d6sBB| 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

    +$9n#= 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

    >x@^If0rnfl>d-YprM2JcONbN+I0 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

    tQuK2buu|&MG06imNK8ajgTB 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

    gJNiG=7 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 z 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

    ft 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

    &C%6d2-&>K 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�aChF!?v252xY zwJ3xb&8M_E8a}1!Xr_2>&IAxLLg``$$BvqKV>t;JW`<-_Ca=D*K z$+-t6%(4{D3EWW05}kdjP-;9dXJ2d6`2XLlJXpREqX-kq-1P(-DWsEu8H_};(MAgw zvEEi+YmJ+}lK;Q41^)lF)Aj$n?TIy4t$zEekF0!j#Z$|_x$L*gR<>btsUq*eca4l!B*;VOV5n(aA^|1?y(pq+1`l~736w;%188Na z*oFHqGC&$pc-a5%J0R*g?Pz_p7qe zly~*&VhP&i(T6hQ@u1Ju4-HUo40}cflY(m5{Kh|>^`k5Piqa>yk?K9ciY}Y`U!Z5S&o~qcc3TA188-No ze%dP18K=F+IGP(3xy8LkxJB-@D<{*S%o|xHY#6Y@Si8gm}tE4Iq|CYi@)M1R$f${!)t~l9a zA2CmOZN0XHX8_2=ZU1b)d~9|bM-V0mR;Q(v_BMw4cqFXW$)tu=T=(vX7I9A^C*`~a zE|nb0^?D78*xlQsaLH&eH(+9lzTVM+oKbRwsaOb%rnkKCUys-J?jr=x5%GdRd^@CI zt_N7F%4NVC&Ify|OlloBOU7xp&89B|bG+yni3aVI&!VFyr08%itfXmnA{8{o<2tvg zWEbM$%{Tr1hKGXJ&mOZX;s(LzA!XDN@rj!&Vv|t6i4lU)yDeMEc~`%7ZRBt%j@-GdXZv@R3M59W=wP|PJ7oO0T%X1fgp2h*WL z)t{E%KKp!ZR;36cdU1B;)|B9R=lS8o6cT3YVQ=eKZvDF>;?t8Z3>f46=HZAaz=0?+ z-A2oJQJ0Pl^zxj;(QEgI%}(Aq5DcNp;onOZ<-Ut+1!?u*a@+dp`c2xR2vK1sQgsTr z3kZOzp-r1mBD7N9T!fnw&>XzUf=io@A|>Drd{zF!UJp|f0JrD{Rgs{F%)B}xb`w2e zojadlCcO^N08er5p23_^C-B{-q}36c>bwY%pQT zMW9%YZ+_FSK5@$9YDE%*<*cs4@*xkLqh|TF5y%-=Vw4t(u0U)kV-2|qV?(2QyW|ig zJ{T0TLbwm8i*%vXKgk3!&yStm^2G|nP#ZDNB>sOx%dMpT-?nvsT(@rRruH3ccCNOp z>RTCJapiK)vRGTObqXK+i~oS(uV_OYR{$CiaSESc)sletDBLFvC{j+8p6bS9cs(k{ z>O{nBpoS{$nlK=A+0wnHj60@_hP>8MDK{}HbKRrV$XLnk9u5psrd(t!o6inq=r{p& z0}=#WEQpVsLyPR!MsjtcxZ&l3i+A%a-)P_7dv*oD`e0BSz`Bw6PI!6Y0s6JS{-X>MjQ$9oK*=;>uSHoRSZh((oHKPLGV(;6g!$R$#V)GX-fu~=!HCf&#ZtUJ1s}y&|DahfW;l6B<@+c2eit`9s+Vik8X5zS^9sloK?PrT)rD=Vno2j#^tXg||^#sajLEZ=!1tsXZtaiOEPfikn;{j{jY3xl8cu=}BIw;u+#fA7)2@W05cV)iz#C7v9ab(Ab!2S`i6z zBz8r8h_|uQ`h+Jp>hv*egiH8bX4$37461f-Pf}lW2jx+FHXo@~o@m^cOC!#2-v5@b zeDcgH)4LbVG!Iy5i7^A?j2vV-vze0+=FI|XT7aXZi%a(P#H=oZLKjr7I~Qb!?ER%- zlgl&V$}ui#z|xb>#)t(D`-|k zAQqOlB*9f~7CEsi>(Wo+Dl$4e5f?qB0%dg-d#EGx3#__&aT2ZTc|MnNj8*0S1ymj}rGN(PQW;<|cZQL;7xs9Z8PB9GJ*Xghblk zJt_IQz8;UqU>eagv7UIJR4bFS5T6ay>ZZ2-oyOF*{O>QHSqU!p?Kn6@w39hpPHk(V zozyp8W0Nu?f&^-bPQtAN8mFbJVD0WTkQ)V)E5>QD;O5*qW7^N6fN3f1%|=pVoPNyi zP~5g=H;V>pN5SUrKk@r#v{jROjP43IyvQNq-$X+YSxh1g5DQ8|(K8*a6bvIu0EtJP zG2fBwhNB?Tg~~}oqR+tzlY?@%slPj+igH2E_R@N5pGbQ{+@QzlX4MfNvZ9&@fCkca z<99d!<(uF3>XrAswQ?~F9P}Q+ZdkC^su}5Xq6s2iv=|JG8H3uTaK52fKp)RaBYwtR z^4t8A!vh)Dh(ADC3W71wmsSQ+kv!$q@lE(_pjO9b{kw&C!`uFGLB|Ulup8P}Jl1k@ z%ifk%t`*;2_qVpwTlThYTXss@Q*DJ6(d8$$PIg?fdd=Eb*513;v$myuxP5ucH(H-w z_W5O*6~`}sa(SYCd6WM(uld}X@S0;+KfZd8hVfu<)%vq8pbc#Z0fGMz8LSi_7N)s| zgBaHVtW1`zT=5Y%13*|3)QUW89a*>x&{hlrBG(Yj!~(1YQ82pB?!~rgHt?kO6Oq;u z2m$YF9Kh>jc~c^ng_&747s=C%f1-^&*Gz z7?Msh0EI(Dyqu}?{6)9P>nw=WHQ@M%r9yxn-$^aDO^eBBuwWPHc-WH7CNocWh8NwY z0SFVgRPj8v5*90O>fE&0Hd(!Z$aa&N(pgwD!m4>)=jbBalyJ~W=%k>hfe}@E4!|)a?H?sgaD=|jgMrpy+dE=@Nww|;^tpn8B z0_0pEnV=k}8R5R2%T|4`<>z6J~>!M(ycup_!z~tgZ zcy)x1zb@Uli#*ni1<48mLU)a{WMDh*!7;j2eTS8eM!7@8_X-#pRCw(8^4`|aB4FdXwsgm_Xz$oZS`CD=>!(PsqS%VozJ*rWNLa14r zr2GsZA!uZ#SKEYo0#Fk876|lIrFJmG>m=X+k-8iRa5I_BfFg@rQr(gDBT?-q@{^IX zfdG9}N2#<)1_{73rFH96esN*TWp&!wZL_R0yZe~Olp2I zx=!Pw+l0Rbs9U_z42VcZ&ztDZ!g^oJy^EP61oNOAvtWQ-%mCGi7r2gZEw-QF*{Cyf z*esk$MD1=9)$#n&iE0Vyt(*xGL=v$Ac!@Q1-raG3>&m4$W}uLokxv4 z-*();xH0B<)c59rm}fK_L}*i-zT?Meb5VN>zDFqJxQEf4h$|e9-HvA$J8vcnJYBFQ zSw#GAO2FWDGRO((Tg>`0K`X`17kP#uQ5gs-@A%B3`w8zbsS;?w44KTRKP`5);>NqE zePA+3NU%jsVvB{x@?tnk$2ZaDqUH$je+G^<2^bjc*YVY=|NmWx|6l*@boW}NYX-{3KrUj4tq)A9cc;|9Ti7IX z;|(`Fb7#d2n>jF{ZEb5Ltr5@5S|k&X3T+Y)Y2i^pdIb!7Fr2^?1)Z{rZ_&COT_&n2)_-fioZ8nl$FVp8Z(V0YTlGax`gG%P~ti>RKrUxrdQdYo37(M zegsT6g!N6^F$GEhk}0W=0i_vEV^r;g!2z(NI*B)MU50?8z>LR3@RoPG94@2Rl%(C! zV1`OWBX%yJPjdDEGtBFq@Y7aJj0-W{NV<;chL;*lU;o`}e|c@i%W$B01WY%K=rq%M z3y?=dS`-P)7l%L>gnb~7niX{tpd-43QP)JFXK<49iUUDYAeA2n4pQ1C1ihA^U$EKw zYF|L9VS1*fcb%7^k@!v+B<2?{N6ae= z0~MqgLjyw?N+$}}bcy_My5LpvHV;LK&Juv53OBOEWPGCkBk5rw~aPLRyB2{_bJm*1%d5-At!x9Ah`z$h1yvL$Q8GNRWbWYb}b zj3vj@vN@R=vNV-f^|MzmqZ{U3V`_a@J@K=xgwf=I>|&=DpzSPxcsZlM8zrMzFY%aL zRPE*^9W9x=oEF)}+MUH=YxjUI)0+>QFxg|V?AVZ;$?HaC3#zA^hb_8zyyg*kZKgJT z{d1lw$C<@)Y@~PtSQSJIFcnb_5a8JehK2NE&5}v#qB2a>VX=6lD7)^mn$x`3#s+Mz zv`g35?T7_R!k{DU2@Z_r#+u2h`op$vt9B(83P$omFN#m~; z#?(02aCR>g{LAPCk%E8FWP(FMq6C0#!w!x_Cmt1;`L0PlYoU|fL#aW^IG|>e9A7}( z8r^TP;^RoR;IRcLi60Gg_cYtTjil>jR>MmTroDgPZL3Uk_&|y)p%JD7Z;V0LHI1}3Puel!_w|pCW^=iyYPFdy13ooj12VC;o>jk9>shXUw=l>1U-y<*|6U2n zN*;(WmSccL81=A|LVJeglqRJfSm>9Mfa)6@-4z;$ncRJxEo?9=MxAOIj>`^{6wVD4 zr~xZyNqQ_XJ~LlIz6g+41Y40*Rj!tZ ztrH~7vR*``LKMxQVUq50Oa{G*Uk-EW2&xlAOa(ULw2V4%Ix8_tG*L`AjZP%l3N%*> zz-**dxi&PAtCLm@eOY*J-+0B@zbt;P7Uj@LV<$nDCKbPdjR3YPR@t2px9|q&O*|@T z!f?t1t{A>$GY%gM9LW@05%*(9A`Xs%NEd_aWlxdw=QBypn_$=?z~*fw-q*)a7Qq$m zE}F%#OCC+-#AXB7$Y0$6HoVjrz{!6M|At&P*RS3S|Nj?TIwI?@S@)@R-nHXvH?)7M zeYCy3<%_GI?!0H!U8{5}zp&yDE8e_E#=j(QQBMw08WgZEx$lJEfL<$M;(0 z*6lNf0004Q0cgh=HQdE%9Ac=iD0vRVIHdo-7SN1SL*>r7WUJs|1VDwLoxr>fa9#?K znZZaET#F_Mmn=553AL3CdH@~+vV~Q#BtqEg@J@s{BcQ}o;Jg4W37BWWP*61j_z|!v zC_9P0p+bw3V+8YXZf{_8S-(ic*!ekHmbT}Fe0-><7*#xZso)7`di@St4I35#wQ#jSRx$=H zuy(*&?kNMU^{g6I%M`k`;aOCuGF753vzmBv&7cv9TaDZka zm~VV?thy9tXJhuIcAEf8Ihi1H)vs>|8UoHwN&*0qsRFx$AYQnNsA<4{7HBF+`l2`$ z0NQ#ZFoS?B7&0nAayKY46JYVrA;2!7x`jdIbX-7X0lO2T^nno0NWfomCWQ*pre?s2 zN+1}Dj*Rzb;}(GS=YzaCkg*5*&9e+*D^xqB&EF;ElQ3p=s5pc%V9mp+?Tf|;$c#rV zreGPHk2g~LPP_S`GGJh~)llE6`1}YxKq?EZd+E-5t|M7VNOiup5gVuWjdsgp<;{RL zs0YetVaS2o1JP}Wy{G`D0WTG}-oP1cvb1Kt(I(bc-UMQ`m0N|YGQ#Iytwn;h&-KZL z_&ge#XjNFOO8EpJV4Xe#!c#dZ;SB*A6^TQFGlZH&4bp-vtKkc2^&HYTZ~1;iDGcDFPHK41iiiPoGq8`jV9+TS^z~= zJEzT6qaT=9BjDXR_%>; zdsBPL8#>nSXoR&j0ZtpMlp+`JDk2(u^T6t#E|!6iLk^WYOh!h zu1WhqA{nS#=CxjFGuZL9mP?>p%^YY%Mri9ebH=W@nt{X82xzem2>wRAGGrUVd`|Il zcDlgA+(t>xA9<_Y;h{46+5lXQ=msDs1JZsl8ZSoWm+rjgk%p-zu_4t@v|IL+*P&%> z__=Uc2$%r0p^h4g#=^P~3AY+Kj9(IzuB zQf`O3y1fSHIIXU-1i%0~12S7t&!=I0aCl=>0GSp9S`)r5_0=3%!t&}pLWQzhz92oBtC*S$n{O~YHj(SM*u~y~VQX$IB|EHc!QVSOYyf?o?pYI-hRdt4DCQi^ z)!Q-@N8DCX!JU9p&t2LmEQ*zaq)8zC2RR^72LdQl6Ce_bg$@tUSL_EC{|5C9vL2d` zj5=swMFz4b?qV!{gC$`IG~+GdHpe0ZLXR*uY!`=vsc<@@h(1eTE^mk0R|aS|E9dPi zRE+^v=5*nm+C#H_Rr^MJ2yqQPwjyt05@;s#InIi&RL!_NJELrZG}J z1uLG^x~rBABQadq%m84XpOGhTF2OyYS*@{*WbRCYF@N zWr-mK%0#1Tq*0Uv!~`J@wF?DY7|U=Z;Yo$mET0${999F4ps72IsE*O$lu_pp2TPQr z#}}qc+@2Odk8|hZGga*Vxg6-m16AUy0?-=Au>d3HliS|r5gk=GP zWPgz#$VVf32Wtf`o~b*+&A==%0tw*g;&rGpmhO+p1=>sqEIBTN9{1B9A6h`O#3SkW{vw zH~lXOH7{@7dHL4-WLhPkou5sm66Yt>Tuu(F_$rtJ5_>XFK1t-lGhe}|q^9sXkWwb` zGZ+M}0tZ1{~Aq(Qk7ps(R{Vx$`5uV(t5le-wI?u{drp>TX*8XJZ~$U<8nTl zN}@(5iiJ|=ZOx%f<5q$?fY5(>?|EB8(YTtF6QqNccFrg5;NR7We74g2X@Yz4Z!;^R z!ZGPZOeI~k3$}ET5mm*#-DkH;1CqXIcK1qpk8G!UQznbuV;+|IAU$BP??N9zFq}sR zr#o?8ZGeU%az4kW(_4IG1h(|3lR12yi=aS?5mc01%(qcguXdT6&(Eg5#`1&4#x^OlGy7}XE3o}w6<7abQvZHt`G%fU#3Oy^#bWqEPK`fr+L zS--h7#Yb0sa(GbJ&2)D=V$q_jU~FHd2uxC2*!Py*CYz})g2jren9237=P=HNxz{)Z(Y(iItV#;u`* zR;8_%(sO|ig9qai1M=KIEjS;$Es zU|dL;UN~T6KGQG-!A4JN6p;G*^?t9^KQ_`70i%IjJ)`w6wHQ72)pK8|GP>(X7$xZbFkF$U zNCa0EBfFE~B^sf-6l*~V2paX@v2MDU(WqpgvosK4gh?kgB!rX6h%@F$jd~cnYO)60 z#;`pxq2&8(0R)YMTA8#4a`lYXztmv#r>|UoqNB>_>le)^&jPxpl955`hQmR_b`_FE zPdMNhbWB+KM+Qb65@(T=$(*xq+?DD#5A^%Jfss)*!F0Qu>Ou9q)Vq~|Avkx?wHW>V zFSGX%Mgs>gAdD_XkdiJ@JSa_$o6La37#&> zo~X>Y_;lV7930A7iZvJELKE5`PwVEh{+$MwKl%2>kxCGZdT{5FOlSS3sBKUl09D9X zHJRXT#jVT4bOlpvbfhm}8!Dlcm*3Au1`PaoU%?ZgsbUZGe%Hv5Icl=QgI0^^T8PaC zOzei~tnZ5!qgVX*J-^0uUX?w_H8{7%eit#|QG}x1|Cu0eF$jbMm{ra(H6WU0wZblnkYH<4F^OK{` z{L7R!=n#jYsF|RT5k*aJnyaXx`pAr)1{b0cknc;Rr%kxbJ}EpDDP=rHA((X-#++$G zV%%h9r1*%(G#KcQvHBvP))y*TP)$#p?!@8hY2o5PG8~nuq>i%*tP-aAJR_vDcI;bA zI--o5Geg^Bh+G`$@1LiqA<)s9%;dabqtg-SWpkDZJ&9$N%-Oe6d4W|Bv-=U4P!X&#c?M_T{xVtu?lPtv#~l|JK~J=G@g! ztoE<^{i^F$ZCm-s%KjCB~Q{+_fyXY+c*kZ5OnDt2NiU4ozjzWRt({{lqB? zOUe4x_&a{O{sW1=#I<;ygN)i6-VX;seT|*jvaOY0&lGWOVmq4s$%3{JSX%6_;$ z8*IP0n4@44O0W|{aP6T9otba6$y~ahxIpRYau}6DKBzj0@|V!@x5H;O^H3pEXB(aS zR*QfUe83ahz(=hZXoZj3Lo+^V-)ND6NpC-VpmWHO&cO=?_(O`S@KJlvA~W{~+GN7} z;TLV3f0D?;pju~j{%cQKgorf`4zcP_v?%Gp(D8K)ktqitD~cJ@)iOb~hbDApexOZe z%D4YGlyaIAK|l!A3Sd_zsP<4H1pDr5U!q%x3m&)G+uv^s_)-~v)-jMWk45}*{ZqA0 zX>rD2tHL!}KUFa0GqCdNxM|N@?Wx%i&iteqrDNt(s#Ly2(rjf2VP8X9D4v>9s(qwI zNry#2jIZ?$Avi~2&7UszR(ohhr}m9D8F~K(!qD6rIkN@Drx{vA^>N5IdT(HVCs^sO zvm>M48VUL1rft+}B3iXjYZ#PkpKCEfV+{~DVnazZ1oXhmYOJk+>8EBRM&Mv7KWRn@ zXGlFI5?)5)P`O&o@#&`~lxBaTMTs0i#MfBI6LEtf=m$cjB7$a~no*khNQ06Q5mEc$ zeyop(A~oxfZ?4mEJ#utQllEsn)N0=ZPTJ>jLLvnam8Y+kVw!nsLJ4Cw{S$3U%6|9& z8}d2759Bfp?F>%!Pxer=o=6<71 zX7~O!kg0`#RXuVj8c6EunFKlCtY8|Vk*eQmx327Otz&|y2hglgWye_EI<*HaCg%P? zo6Mg5Eg(~?Mq6b9@f^5q8I8TF3d3=;_G@2iwGVabs{d+a11B=9?g;g(PWkjh6EZVD z&>{n+GtPrY2S2m+l`=%M0E9Q}5 z5TS&~#pw{n>4#=yYCq5>6Ta&5`QwI2U_Ii3YjI`MPt6FS##QwvT9l~0@>L~5sZqB< zNG8Jbt1|?em8S}&x+_m*0&B0eX((4s&KooX*=wjXSRqk+XvRzJn`UGt=93|nL=m4^ zB{Tidl+5%u8e|L{*7W%Nxgk~95mPw5rfW~l2*F}j{fRcE_Ek@{9J~C1mbJ&VKhYj< zCzyTdHLqJ0TD5HDT`PC3`2LFV6~`@qp!1!bJ3GGHk)Qo<+2ox6x|Y@b*Y>rxQrn4b zC$@gBHQo9;Bp2lC%>hmD7NAnq*9bJhN2jBZoq}i$eFYkv;f+W(5)j1;GaF-o)s*5l ztXXuMK=5GzUMc{;g8_b**|cHhk+eC#$R7i=$Hq#A8@3!toAq{DVqiqJB&>^ilVIfG z;sgvB!pJwYdkDA?vmo5pyzy+X6jmEW8Vn~PJc*}Fz?DNPs&2!nmsJ{dEriWDzfolC zLcNC_2BGb`3bGOpC^bMhBXdXuU?;jQQoyo7O-H1sBS*}CRye8HFf+h^~hSQF$(Rno^^srK+RRGOlDFCvOGg>Sg)-AG8hDUxYFoFmK4-gx5 z7J)Wx*tF>Utbz%FHxP$C2lPXN$a zs1+YtauUd8$MO`-ykx=x;HBliTY3^Y6C)ZKpf8I&&^Ec{KU{JWC=L(wYKkGC8b$flRmeSFDDz-3EgCM4+6EHJ!G zZLuXMf!a2J97K4b1$pGSQLkLLHqtt%0gNLS&a%AGOJh9&J`!sT0tnbuz=uea#kM(-khGN;q62vW8Q$O#}sU!fb2YNacu%E0u{WF+Q$N% z7+aknd38Rt*fs%p3xG5ndOQKofz;gU%vGbFQZj;gxKP}RQ0jvTjVTS4a)MDFY1Pf|ch(;42O@VkUNMh%GEiKE| zX>8BKSWAqA6jo$a18fk<0S28>6!^{u7TeE%6`U@3zkLzBGGfxAV=_ZB&xuLnXmQ-(T0=`u!U$Aw4#r+R%L5XbUUAk^lh7F@2zI?m56wiB z;Bst#aj8kr7$Fv zNqh6Qlx4w)n1*N}gF#nG^ujgPNH6$rKLlSFX#Ya#i7L`tu9h*vGpDRYBCR_}S4Hj&^s710Ty|IKjW8rgxrPpEq z^YUFEeff)5pZnnTtKaph50<{Za(C=X@qhogclcMnQ{VRJCr+Dk>?;s1n4{%_Mh+>I zX;epo^HY0LtkFVFO{di@o4N z%Hh(VKA6~3q&oVpW!jFPeDKMx-<{ImlX_&zx-Y+KPv-dTN6QV;|KXcNPB(>&EF+^i zDYv_ubw~;GwtGANc-0HXAH40R&KIB9?RvNV zxC^g-Zt6Rq+W+yFSDtHn_sGvMF}X!e475a)T0v?$g@kWblas-`8UjwhU_P6Q2P22# zCMyL;CV~aUW(j&GGQRk@SP)T;(@g*H#>YN$@S*XizIOYTc4O~~=Q=-7qONrOaLu=# zeCCHMA6qxou`f%wIeq<6?tNtQBApsYRYnGpXqwzu;!(MZvC%bt;@5v~|D<@8yz<+> zd8*~>Hbk5QC2x*{j`vRsN>%^qJea&hz3D^%; zbq9a;-d8{L`e*ia=e3OFrheD@q0hhiL-iAo_bIX&k6yH37os?TUXRRhgj{J( zIx*`5lY~IV>x|T)mawBgZuj^GoOw}70d*2GvPTsMgvo3Bb;q7~hvSix-@0b%v*C}v zzwMS6qc{70b?j;T@BhK_iM!u|4VfhD&__EpBzjH{|09s+S(8C~M^?NPP<#nk$sxHJ z7spG5()eV*ZD3?TNEQVkwN1zg*Ecu)->2;FJ1fJ#^vOSuefYxbE<65z-?F8}@VS9M zTz#&3qv570=e`8t=BN*2Sb-3BWrANAPCSa!oScDF0_)7ICV~+)89TJ(AM?qBaYv7% zFC6rz;u(K>IO!ZLsJ z`>Y~==hUbF>vOk!{cYd!T>5~tYt=u$GnjLp{o(`fy<}?hzF1}F9Ib4k5zdA191d|^ zu;m+?as%%TZ1ltrRbl5H;r9gGXY9NA=jUy4JtD9A&PVQF^~(=*Gx65epS&$~#^*by zHtid$Y=fii8?N#d@LzV+Tgwb4Je-twz& zUb^y{Gw65Uv~1$SsiDu9AaJ6UVLR#_3dmZ7xuVEBV$&Gv5W@!48V=A^)$p|@^0TiP z8_EYgmb~Kejh90CTrk{kb!XgTe>wIWA9y~o_f1#7(ffPfXi@(yYTNf>AKd(-@2-;G zkbY@11Wu$f(nrgV4hcA2cHe`RCvThVyI*CWdLXmuo!cLY-E!PlUjFMd zjP8uixBhwRgnglk@HpDO0Zpi)pa5M8YL{l;Dw4exF;yApXWw~o>fDbG9Ag*X)c){u zr`<1H^EJ!0&%SBz)Kh+s{#xlptO0dVYXC{b5C8~}Mr|_`0BGJdrXnzC=1^;3$kAg@ z+ME`wgdu655EJ4)Kc1rTWp6m~y|&af|97qNh4&mQpK;#)x5Zw_ns#3!KH71%w|wW+ z@%xmDc5}4j4DTh02Sp8e;6-UG1g-*d9Jjbq@_4kWcF6<5XD5E4T=cbF-}&TI7me-t zh%tM`sJryjwd{X;b)RrdVsQp5lH+JQ25>B>D!^$2sv6Yo=EIDT8K96O)3q|rUpn`? z-Cy6{le2x~Z|CgY`k9?0hI_XC(|&*Ck|$3Yz53U?car=6#ugXw|2wv>=hpSD-QAvD z^XAoeu6k(Y(<@$B{_^sb%Qm*1-74UdL;nFVH%fAa=H$bZ=BG1g=D{>J;D%Q+XyDC2 z3KpeDc_MHP+)06y$_|vI_9!O3S+E;AIv%8qgK77gtFnhIyPeNQ~PM^ zXnMr07Ocf)7{QIC>#}JYUM@J?oA>?tyDx5ixRM5TAflZHHjin5ZV-Gy4*p8u@Ktz* zS07mBa1R^JW)Y=6EP~0>rH{&elTlNjTQp`&rv4$epl2+Dp59T5v#$^-_)5;abu!uG z9+GOAnvJ9?d42WN>e#IBi3XRy>VNPFp_0{iAgrAR)<}9`)OHkuMU*K5Er59qU#JDe zt-D6E!la@Mr^ZXYa>h3z#?ASX-ZU_r8W|hndlgegE)8UQjT13Lt-^65Ey894c6YsD zr{Sd*qkYGeA0>=t4ulrJhM|n3s58n_>h)$sRggkWm~%$Zv2dw(F?L1C<(wtP(A(p% z;~RO*=x5`+HEHz<)R+zF6ytRa~<@B3A+;l6m4 zY4r%0#`R$Vd{w;!m@QyUqAV^?ON?kR!^#L8Eej<;XmyQpwvu4CTM|xZpCf7&*-eQe z<0-JlaB?&iucfFjxTG7%)iFxfztmu~?F-jF^~)-w!6RT4Dl}QTBy;-sH8DBeumA`Q7SPXC};9_iOO>ngIiVO)=f(NDL%S}7c&9*~cK(T3$Ry>wAh z2~cSSo&{SL5wk|2OJ+x?jMv&{V3RtjJ7Kqm!^NPEi^+q|OiUg3J2LSeOP@;+@=XO( z{pxHGO!Y6dX7u4#&Tx_$4Ij9SFnXA1^bO@#s*Ivo2r}d)>{3)k?jnJz*%})j{v7;;CmtPnMDa(8t^fQW$fw> zPqJLj=*xP;y?SoEZz3o62wBN7oD8{Kc9t1%_XQoLKq=H?X|j47=+!Y=|4xg~Pd@)q zU3HUQy6CkFFj_EZie-S}+$F(nOAJv~r=j2o4+yFX zSVw=4DbZAus9&D-6WXwkv>1Khf3Dq67|k5mLl|9@Hf(_+Z-MS_q(wtAXyed9}K+*F<2OO9Z68{~U+!wM+Btv8X1lB~#@P)?Mkx{9L{Nt8{Gj`Vtb z*pxj^T22mi>n5W;eX7${6iUUhWWtgea_4JF^b0ZCNUm-bH@wtj^kWCVRAqGc5ir^S zYhPuQ*8$*(ycdA>6hBLr0X?l@sAXm?5{Yx!I_usau zf^?BN;9vB9Wz7silqpfrBcu%A(?(XHcqGdi^|;%ayQ1E~XiO>$2jY=_KOY`Rq*!;q zwPdgeMQ1UQ83KHgn9sS!24(>47M$JsEqPS?bzj6lGzoJ5KcR(h>!ds0(Xo1caow}) z)~;pSGi&Z!vvIYs>U}GJvU1~!zU5QP9%*~2O>VutbxjLD#}F_jO_`@ICB}_yup|0= z0>et!Sql0lGm7BlU5Dd$2O=lV4;U?A-2g)6f|FEnyvvb9s!%n#HL-^dM#duMyw5*T zip5>-0H2*K28TmQ`?jgl#^c$Qncc5@`HvsidhPdi6&^eA!>%uH{N`KUdeVo7Zq`k8 zPVFIl5Fg@E@xO4eo8qS~AzeD{=!X_&Bch+641%Fa5I}D*Tl>GBMRhEF)_q~NWs+q+-hs4su^ob-#~kL=m>rOZa>k9I_#>m6VA_o=m0y9pB~ z9{spN{sX`inLL1E(6%uO6?@moSMND(>yC#`eC8Yei#M#jV*I+npS}MNw_LVG|E*T; zrvA%6HD#F^S+z&4xD9<1{xOHemn$YjF)c*Ahg`1k&Jbu?6DF9}w!?ZNKyGuYg?vQL zD)~cMJN@C1XL8)_9?A3$ikbY7J?nOPC3*1u$8EUn@$%bar*=K?t81=%^1i_*{`7k; zkdmlJ9{u#e`^!7aJEw#xe`UoU?ef5~n47ktx%0#bAO{b{MX{lQTo6C* z(e1l`FSp9BsUc#7KJjSTF#z<7J>%AAuYBqDI|lxdxkt^NY75ht58vYE0~Ig`?kq7+ zA)iQ-gNnPt2pC?Z=WW8{*bHmttoNJOXlOKk0)f0lT1=liyXF8O>Rcyn2eZ* zL(NLT<_Zl7?(wm-IhxG$cx(l~T_`x*%LAREi~9G)?C0{2I08Q?j`N?scEb7gJ|Fh?szfgBFVXM`7mk3%@1E0`Dnj^?U<(KW3b&N6W4b$xi(w${!6 zxASiYUR-~|6Auc1`k&kjUp@29$J~kqGq|_~1A7`=%7|7&@PbKOz>@_7rvPz_8V#mH zjr4?6vW@iFGCsu-we%+^#z%(D?!olPw&lM)?XM^5-T%B>x%Qz~E`IB24{rVOa{kf} zpLN^1wqnmK&rh8=H9$t1J=&25gfB^AG$4Z>!CsmR#u-g2@Fd1#>J~m84OSz)o-w?- z@oSIW`0Ujy+RpyPqjz-O>b?HqJ;z*d{u?*F>-C<1B{X%>R6iN(laE%q&=i5yAayC= zAU9~o6*+8&8ei{#t$(l-9C61|{J7s;9CVKN#FE1U-_8tQ^Su|zU&v%8aH$q=6lD?>g{(YpGft1ka0qw8(I z>pjo^=(8`~b=ECEf0s;u=fcZBYGDhvT>t8nW2(0zV~&=mf3IN86Q^8@+Q%r^gmf5O zNnkTkx5tLJ^j{nY=x>xFYB|K5A~ zo37aLlgX)$DJNMzryZ@3foBKdy*eDR2o%(5AF?x5h)Q4j!3keDgT48St-pHTos;7D zI@>pH{_)P2zrkg{u3UEiu{YrQ(?fc6)YqQ|Oju31H=rgz`~J!jcD$;);!6*C|8k6S z{L}f>_r2f#jIj5-pa0|jZSLPq3|;%wH>Qr6a*!^ab<~4|DjHBk5Zj4lah;J654iD z@(ac2|Bd3z$^Cy>YqVum_loE7fBy6LT8+TL;vFZpSMv0iUw`59x|`&*)g3rONN?u= zZ_HjCKEIH|AW>GG!df0W>24yE;%y;La(QnFHDA=qjDj^WkUT4 z^Y}n8GBPM|h{n{rESb?@T#_fG{AeI=@WC6E^d=*|@nFoE;L?4C@evgJ<}V5c1G~6x z{h6uAE{Y!QH}EnuZqf6ukx_GG+{DDK14fe)4Gq!WpxM`*>Ir9UlG!t8qu2p1nF)`d znNoKdIS~$OfjV=Pz@tZ%T_}^N7=vdf5;7DZd4ZU1?m6=G83&YBZu=v~|m}=v}V{*WCP* za{STXyy@D@bHzzss7gfv2v7@jvp@3M03FK%eJ972T8 z|K-*NR{Swv?9|=W*}lv!+TPrHOK1Cnvj3QcR@_Oy=s4;5j{nI1|H%G-%M-dP`}eiJ zWA&@wd-W$R8yu2dYH4jn>N5UodG!Y^V#~?L9JlGXjVEt9VbiIvJ9*35!uGSbZ9BVv z=PpXP%&RJ+-aWg=CT^P=%Uqw^z2~Zr@4xn_k;J4Mp|EY z>Zxa+adz+a?Y;LT_ayH*;=flv)3R}Oi><}BtaWQk+s4*q8(UxfT+2xDUPw&|I^FQ6!^*;}P_kaG>zQ=j`9RudlovYrs=iQD! zocg0itYi+%#<(=QW;qsFoe$TOiEdSkNwU#;eE+HdHKiw3r(D|k?_&h zwrr+})|N^WTc_K=2wc?i%9qdk^UA`_Hv7aAU;FRB+;ZxgFaQ3-T_>M-!38Nav3)~J z>+;Hf%T`odL4(USE+^esaqQN9`M3>d=!8sm>V`_EF!vX=d@1?9TdufQ`qq1*=baG0 z;`l9px!SnuYunHLO5o|=|M;ADe=~B*sSoq_>}ikwin^44*JnO>>W}~O;P5YOYbVY< z?E(A!zgCZZ;HRr&u^+ssTzvM)FB&&`T<;TpnlJW!;R8eYkA3|1cWmFWb(6IA)b+=o zs*FoFO*+?gJ#yJ?=VjM^>(Tw#SqH9K7f&f4uVo%l;qz>bkGn&zy4K zamxNj&bsS?pYMJ6sSmi``Ta-wzVeeVtV#r9!*3ls^;a$bxYWJH+8R?<{J8zZAHVL& zpZxCbr`JdGANl@6{!{zDw07j|{QbZ9=U;Aluf62I$O|WVHUCrFy53<<%hFi~ zg-e4EO)5S1YVc^@^5sjqUKY6ZY1(W_*x0_x$PXVX*m?eKk9_j?aP-rK*X=s`GHF)% zELNxZ*K^9n{VQ+3i*A2kF7N8t>*0>jG_xGnZ_%$5a`!3ZvE_sIY%gwg=y>kLjS<{d zZM*has~z`n(x=$F-0r6y-kZ0#UZR9EZ|mEuvyS&F6O%KuO4gT`DqTw4Tj%;X+}r=K zWYFzq1D9IMS}jv{3mQB01*zkkyGKa;-s8oKy6qO+tGDoVfHy673otk?r)Q*6rXz%wc|4*2PTP<+wu<{#c+Wj}|%LN@JEm=*J8D zlf69c%_#B}5`(&J9BLgB9P(fs8WYx=G|gY!_U^E9|Cn#eLl2j4DLA;XE^g9%#Y`IX z{%=WMM5^-+nP(en(-8je|Ni{T5EzrJYpFLor*|^R>@>U@v4AOv!IJ?A84%}5`Os~U z31(;e&&WtSqh_a}q!YpAtHC{lxf4N}NT5VIS)LgW*I?ihPgXz`yM`u@8AYCpAT*&E zx*dY&LI91hxKIaA7fIMq2f&d*ri_Tr6M$@X>v+o+*l+7T9$9}Nk6(7F|vQ^DYdnmc|pxGR9)5$dYJfr91~(7CMWR9EPehItkk zjGtT!?xI*(KuUaScyO?HW?(`bH;J3Wm!*X^FKY=MpoqW8cL7?PgvRbedkDP9~MK6Lqph3c*%#LTx28Ft`4)*)UtF z0mGtR!$4YVC){qsOr*GV!(w7KJn#C_cX9c^e(k2ZR?bZ4d3RZ_WapQxeY0lkhmTfK zea2h08aw}F|MCy(d}kCe%g$$C*AA0Bpzdq``Fzajw+>sb_#HmkYQ&R{cJcdUB9&re zuMguE#_DdLSzNxmb=JbMWo`vin@ARnESuyNF{ggO{>K?1>$bNKe9}ZP?x+;DEUIL^uQitu3K z0?#YGCa&3+mEXDjjmU@{Wd}b=>aTmfA!~i-Hh25J0tlLb(fZf7$2ac!t?7T;tC14m z@mz|TrU1R=Ki^6wHE=SkPiq~6za2A8SL|p;0|)4?yZbxLyvb?Id%fh_z@Fc)fWzoy zPO}5g`(8Zj*(c$(v&)U^=6tU+A6e~1CptJ#&UW2r3qEw4q8Bf4a&g)=}Tqhen zZVV*}j~hNxUy@0Sf#4hJWrg~GO^gC_6m{I1dR#n5u|=7eSM;`O}+Lrwfm;Fy0`nX1V`{aj-b1)d6mblzexx} z=oHQ+=<|)1-mrMMuOEs}AO;C3vp}26hAwz)mU5o!PUN0(kDH;SQ$vD}XwU;`f+crl zsMBz_o3B!(f>x=DR1C@Oj!Ocp$DKc#G+xyI>cu&W2R^(|Fh9$q>*pgoJaQ{z$<&=U zP$Y?l24yrRt%ova^u-nn*STFdcI3sTqtUICTL$1ze!!s&(lx`N^tCY6d1+`sfYkx4 z^D>T<2_>XJ_9kNSWNe{K2y9^t_=l;S*X1ti$PB8<|AyKwHI4#KO~a3Fz(5cTRLBL? zqx$8#e~0_oc5#_oJFM}`>i)T)EN9d>dE_` z{o-C_*zXv7+eYv~*L*-59Mz8)sw1p)j(PLbY$!>rpkFK<&s+Wn4oMaSqXIIcGvfnT%D}{&yj*dp270Hd<0JuLJXwNg zxUZ0@Wd|#Bd2){=A4tsh4+zK%cTe_6_H{|j&6aZHUV=?gJl`wP4xT9SUMow|EZ=*mQ^xpK%H!j@-q7Wg+?y`y z<3$S=Qp9CravkQ)+}-=nW>*}$uE-y{Pe{9ctwZ#MiavN;|f z%DmkAdBfc6<&U;bC$IB@)Bf)l&bAw~=}vpzuJ5<+C10ODX}t5IRV->}c3PiCVLMkv zl)&3d$lpuMO2{t~O2`Yhkm0zWcl=iLyr!P#jxdH;f0T`QMISKMXH$gL=AyzsNABF& z*10M;wES9W`(Z7EKX5J8P2aUXl3aPdr9)$x^39kx4;$TGymm2lHTsa%?XSk9^*cf8 z(uYw=ugflM-)VjfL5g1Pd5iA^pRk<(AwMOxB0VFSO)=|b_0~#f|{}3+krTrlu4Uug&(AR>MCuMVFQed9s^C>!_(f<>EPof(%&}wre zVu;F%ApQ=eXG}3=%kPdU1Qve@)c*h*DMu{e358P1#xRU}U+^Qvc{RuoMDSTq1_&I% zJYbO&OZglb+QD>{WppCSu-_e1$dYhGVwAx^27Cs5 z30p#eL~%5s<+l`7D&lcPKo1R!?2wnt<4Cv^_gWZM!UbalTmuk)rHjN6xn@u#wJ|IQ zrU^J4C2S6aaXHY{nBrRt!wP{GLdX>{IWh)U!j;K5Op2@)h6TE4m@SbA=#znZLnLF# zD7|W7SS}qn0Qdr)Kr9v0MO?Z>O!29OVIfx!TDS|OLZ%dYT1aJ5Aw^mX!=eo*`3x!A zY6u!IFqje^MO+KRf?E;zo`E7kB86mhIv+MzKO5ceZm=?_CKmzS4WGjV-f(bS+VA+? zbqfSdQYmm$0Id~FnTXAiP||;QOlVXtgSiJ52v9HR;KmnF;(l|_W(y@ko|FaU+zc5I zc!!x0=2{Z?T4h@i0#|IXD24%zVjtL7_#DeP~Y+=A32Gb{? ztVOIyVO<#}ZjL|F^q`r3C~JXO26sSkR*QJhk_fgQ38i}|y5;`fs6Z+TdBY3_Q1b&% zl$gn*c-OHZt@^!DfjU46%~M#gaz()T2R51guHS!F2_H5u8EiOkit`ylmY8Y3uNFq7 zLmw6q#2+9F5Eija$fJ1HwfkKJ1RU56WpLE+_!0>V+7oc>_k!j7n>qkgB#_^YE;MLK z1>`zhhW(!3M}RAq@tHyj>8g*83Kye?~e*h^&;rTB;fEsa~WWNNGTqaRi<;`6WtGB!-k$Ou%h@J5i}G4 zdJ6kXzq_*tq4O(P1hA`sM)CO2QiNjvyJHF@Jcdw27o%MyL_DE{C#5vBFCpgY2fiai zJKk`&f|NigM_@pAIspfqmK-UEOR@aj=L7;+DT@W$o=gnI7((bWN@+w{^?T3BWebEH zAkqL{4W=0S$VsG>n)lUO!9pb_&L$j z57-z{dk`)gpjm9Vet`G8!Byle8S$veP3u4`OYEHOh?u!`z+Byzy*_xm?PNO02V5z? z_TcPCCn`Om&-pDQ4~?7^^4@*-3+h!gG6{LQhAv)k${Lf_yJB{@ez$ryO=%sNd}~_T z^~072C*ZD_XSl1|PuIQ*xuoAg4w?=Lg)#j!B90zV zlLiUz3R*Tq{NoSo)Xk(xvs@k^Wip$ z64LO&dK60`o&|_LN3NKHsG%$|q7Wz$DU>NRs0&qSFa)o}mzgD5NE(k=DZLstd)?mg z^}4Lq@vbGP*d0cs96ugQeO?oS#-#NK-iw~LBzxPj`MneQJsf-i6c6Lf9$ z2o^Q}9R#^jpveG&BP`~Ab6mQ&dEq1h9-Ij?C5^3{0I&`=U!HvEVN;Rroko|+2j`B0Eb z%Z4PM6uAois{p;lAx))e)0Ajq5gO=ofLxP|sq?v*-X*C!1sA{E>Dhc~SP%^XqYp4L=jMSYy(9jQOj_xHrCjU{lX_(}!!cSrrBAaEvQ(j6HRK z=rJyg`*nmzA<;_eRI-8KH6liL4LZsU6t@3MmhtEg9M0@IkZ9?be(A5ZhR zdbsP@cH7d|tcaM`qZ1D1D;&(OI;X1LRbm>LhKDD5TC>2W7juLXKBR>~2Pe8f3~-J> zE}F8t8p;yy4X%i_hcq-q+8RHcGG=|H7k-uI4NH%>S&@@q#%_4MpMAQn`N}OGr-I$r zE~1XuP{VpRCas6hWkUAZBjcibO(tJjxq8Ct196jZ_+I1i1?yT@>0*v)@EI-)Xj}*c zfY3C6BZcmL;5UKZa{%6Aq{6r^8cGuDq8IXqFcE6nv@|r=A_dlaf=ZqlLxY?PT3#kB zb#-cn98VZ{FIZ&NZ)MY+Lj}7gSeNCWi7W8mO`SRINZN6i*4pCy`_#pHSPj1kEOBGf zdRXsXKhR|x>HfK_jP5HpzF3>sR$uM(28Y#6N2}6Gk!i3JYbAKKn9#bB37v4c61s>X zK{wJ3$OTih(omLID_sz)yVJM5+&Ugx(>J=FAWh>$y4@vrZuNe%Xx8pM>(?&oE3hnV zH{#gjr~VzN8){NYW72x`w)Jba;7T&Gld|ph1JcGXL(i8^THUufdW}laDZ=Qa8{l&UEv4Jpt-_;H20hkc|vfg#3RbrH{Da9 z%1vQ}OEt2D6nbzLKO`qGAyAX!9+8_E5UEMaCazIUjHF946S9KRGQ5&G;LVB8m5U>! z^5lpdVPa;GP$-NNxg>J~wBD@1szg%gu^}`uEui!K`aM6Ny0_S~+mn+Bz4g*dgHJfP z@I1|0tnx0VwOPvQFm0C&eXkwA#8yNTbx&eW(7YUx_D3FleTVMRf6jgJUbFw;%Td}+ z?Gw$M#(UBFoE@jR;leuhM$xiI+>1#=nOU5YsAcs=UhVLDkJqr67X;;{|1ALbUxa4Y zLHvIxc{?q>m1l=Po3_a6?;fG$j!Sjx(Wp0k!T3@wVXsNPjX7(q%^e_7<^wTl) z=jG5;leQ)TY9%Kh*qoZ0ff~iBacZ@O=BrFqCa6_#Cy}Gwi+YYC$D_5H;F<=CZ5|H- zERYW<5=w;)2ELUaVSMwD8hxM$= zGmV?(m@Y3Ik$Y&)#>(gs?6$$TXY&Gke_2;&zr5?IF`8m($(%1IP=^QMQEg0GuX|aK z4lX~p;@S+e746UO^bdR1Hx1Xla!mIMo9XEK!)7RA(u^9e189T|0YhjQ0a^V(pUMV` zXAVs0F=U&Wk;8^alJKyZOlGDamLWh4(0UX(7M&tPO&~6(W&MH{RLzfXi|o7`!)K_@ zjkt6rBwg$OE?|;>_WGmW+wV>uEtc$apdQ2Khd?!8YcM9PpPsrrYKy%+Zp>P^IJk&0{qsNNy zVV1|wE`0JulukWclfE01)&uH$rN?pQ`1|)rE(6CZW>@62`GD*DeH>7h&Q-7PCb~um z^&QfLAe7I9S{`Ug%Z09Dfae|5FKVoO9Q>(2NfPQi7^Mu3D_!7<8Kt59ZayyUn7VcR z`#bAq)Su{^TxW)EZPQyW-ON(DFW<7vpL(YTJv1h)hwV#e^M`WX=57yKOx;qNwuM9M zhQs!t3O1MDhYjj}ASgqJl6xKPFkK?_J!3r1P!G`)VP&bM#GSb}Wd1)v~ynIKKkvQlS zsRAB6MGj4#LIc&Kvs^J6h|JVD8pa6$UAN#j3`W&&G8E3(1vFa@?k6~0GgGy2{3$ff zG&S5z;Yb7y7CFku5(j4^x;1EU7Kv7p9@gI0J(|7fY_WI5=`Ho_K21G0H{+qp{e~<1 zq^0hUqK?#6ckGp#g&1983`ph!V;*vD_)>^mLuMkOu2@veoj8_Ow&lc%V=UONjXjip zzST399nvg%U7sm$I-dP4BRKO7KHrbxL=es9D6+tH>sgIA;j~4D3MDz5Mcm|6-diKPZj^%{D1tR|e>F3+fz7I;D z-=jA#e`ecjogQvKU%EgTH+2E^{GuBCgvO-xSd!{rJ#&4KTkyqw_g9>qU>UIGE{^46 z49nrob)7IQeJ#eAM)W}t7cy4s2)OEy)mFx<4r;8J1dI*+7Y#mHIF?!bZ^h*QFBOxJ z$9~zI1lQL8;UYE6B5<8ha&l^kvu`VkykKg;uGRMs^2RS*oARRIMM`PH1?gU@uBNb* zF=_q!+&1muoVi^F_MT#WeX(yr$hWjs`1*W;?{zX=$Ev-~wE7i7(^STR~BPHA{pS{>y&~R62oPgNlB~I%3NpRgo=&+)9yH zEEP!^%DHv(k&(u|32XyNVhxH#x`l&%69+y5)OP?pqks7g(0FE?B8BFes?Ai%q0HVH zcLc;iOg=`Q3GdEK!Ssw5d*E!FyTWUUVGGvwfBoU*6S2daq7U=DFLXb0Mx^Smq~_16 z&gcO>GbXLqGuO5&_Y@3Lugdyk?EAx=$MtD264$e9_=+8@<5%HrVo|A~(zApTDb(!? z(MA9gI;0s2_+Z7?U5(5(j<=yCG2U5-e>gN%r(rkBC?N3z(=rYq&QQQ@Qma6%Qs=*2 zIjCPJ25y zZ@(zXBm$qSErybWws8>|>FWi-dX-j8u zpOyzRp;zy0bb3$|U!_!FzBO=kp*B87z=-?OAZ)4v&lm1-(_aU)dOurhY)N=8beVLq zn{Zw8d7A5*Mm_7@Ht$vUjiY4Wy25BidfV%P)Qz*zB|+?7F(#~^j+KR)=t9Pukztk> zN;jAM8GIudpN<>&ijeELRny_{%hLf}Lz&Qo8PX#qVjdeB)}hy0Kjgb{Z-AjB;dJyy z*b>yQ5~Bpr;Xaj!x)jkJCL1y<6tFL8&}~Q`{l_m`=;a0jIb1&Hw8H-GVcp?BeXS;1 zt!Uk_&HFybee2))Y8F@MHn420s?)GD?34 z*WCoT+3ML-5)@i_LI!vr$B|L@qv1j#^bkk?53i#tPvxBzCwfYrys7(0Ja>>RxidLE63(UrV>JX&#~0 zvC(Okax5maG-;Y^t|){IRxungQs@*1RXH3Xg9Y#||QN3I65TbO!QSZMFiMkz-2} zTpoA~AQ=`c?!DV{X^E?jwV^`64f!>0%oJ1Ud9@SG7a9$MBlvMEC?ZrEa*RJ zJoZo|ro&H*(T&N$KC1E0uVbIJ-z*6RHM|VhE5;swEk0-`ho9c!#>D6rn2mpa9sdG` zZ|CFR06vVMD8Akp?88PaM`0y(a`@>jZVc=j5WLRCzuC|4*MGBS@L`avjyCULLFzh# zgFQq&5|uJ3RC=IA_g5w zLZB}tAG*LZfe@BKc-Y{6u~SbDfM2ZCEZnGz5x7&KYnTi=4Kq1VkPBHb#Jj82-8qXO z%YruK)e+p|W^7%|G$+Cv-*Rr_$9Ig5RdsxucC!4qK2Y?Df_<>j%twY8x26okgoKFp z`Nc3Hc7A)U?9y`lGiqtQ75mQYICI0^sk_}ee}oj;>fXxe1z&|rsPj=}uf|9+CamAs zuU3jKu1Vl3p7*)o_{6*SJFx&q`3{b9Uma6_eizx9w6XuRHQ+GI4C;Xa<^{kjVN}Bm zC5bgG1aXllA*mGNO=z$;4n4s!|FbqT4K4%W3P?#sz0`5EV0CJ$0yjbx+uq!gneAvi zagSwl&5Td`I)A-<+L^w+iQsLndyeDM0_p+`U!t87?q$ZL^#EUt6ZJfqlvo+Gy@z^J zgHaFO?8O1Tivf(@|E)>)N%p!rcaT8qJ66-pli;uaT|Yy~x?Y$T2`onZ`sEWc6%8wD zm2={@BC{<_$YM5>CDx=jW@Y43GlW{jzn`s$`GN1C0WEJ)%afthsWuCrSB!bwKWh84 z+hLSZ-#P|fYH|4HR?ZlKBW+Vq6P@7pwUg>o(FfYcocrGUieq^ye{nzVa%BC?tmuzU zG|Bs^-D3T2%(Xll@?scrX!!0KdvhA42dogB_u#!BQ1-Huo&z5~Jxw&fia3tJfrbPa z#U9YIMd=CA;pic>(T@%HgEKHZJlCc{SNx z!#^IdN+eAnue*Eb-BH#uGHJb@hCOSTtluBK^5?bi9N6znW8SyYciqwo&+j~SOO+ht z^?dk6>egd#tIu{YCaqs-!OdT7n9=a%z!uz)s|%bPeoQ-pue9^nN*mTm*AqK11Qw&) zn6{M})>(lL8rJS9=P2mNVN1lldfSxbh}Fdy$`Vp*&9x{azcWV;8Y5i%TOBw+UjePT zfM5~YU^CcUv?drjr!k>P0~GRdpuQd2dqMX^2qr??sT%YlP#O~Gk|LA(CW})-(iLeM zPIzd#C@?-ukQ&Al`9MXGN2ZS;GQwNq8>}bLfo_aE0rw|;_y^@8ZEKzV4Q_fR4;Qnb z(6WPpG8{yM2?wpW&@Q3CP08R#^O*2Afj|J>EG`#3&`ds~26(bP@`61B**SSRc|3Wt zI*sQOEtP4MVpSH?TNT9(^YQf)@c3R~^qgqFzm^LWcmuN=$4tG#tf)4UQ_nmY~0#9b1!K{ z(;7#vz?qNWo~sexO1T(%lF{GLC|9X#aa zjq)vX#`aXbvFi7fzxQ$9KXx(dC6n9EA9Uja_0-4D#OtfnEX)MJ87v-)3nV}smV^n^ z0c;tI5ODmub!PF}Wmp=5v8U4O+wk>Ur%#nk&WXL_@Mrgd107gueBoZg^sUfN*G<20 zP4qGoTI|qsO$-T6(C3T=oH#(NAXe(W+M#Y{V||VcC5abq0U7D-p~!{aJt`H)+6Y0;vpAF_SF;o@U73lgYTy%UmYmu^{Ub z_!K$d4Yk{alv)^1WvFo!m?y)JZZOT9`O*vtk-);l7ZWW2f?c#^l`=IU0}Z}t6`IyG zPs}w91*utT4Wt3l6j`wPGZiqkSOs7-TJ{IiBS(uXVO@tPG>{QHiaf;(0<>UM8SYRG z2o5(#;E4S1-=V7fy3-=dv^i8_$R6w3g43`#EdCQQOCa{0jI0~`yLi|4*-AJ%-6dJSA=X&GY!$X@)=CD3q zNl#jyfAZ<^q)!2?Pk#y;T%HSo&16WT3?L?6mI zvGGW;nF+_Jp)BDsszRh_bzJs=MH+PffjuWpBTvpyf;j;3F+3k%t48BF5JOXB!ke5h zGa?Z+Bb;bK;M0dNaRROr-v;jqH$@=mRY_JPT9s!S*|$roU1(@b?g=O{*fBY zbYs$b(66s)I%Qp1$o== zphKZO#G0^3mfqCH)f+oxX}IF6Q{jMC&>(3-p~+IBhc0#_YHp|UK0Ku9DY4aIj<8XR zcJlpGHzyylZWh_%{+r9l;9b;LH9>7mS`W34sMFaQf4qD!U|@yi;C&N!Kf8?U_bD7| zPn}c`b)jkO+(Z^C=(izb9Y9@)@^c$!C^3{Jh8nJy&`DB-@oZqgq8TU<5X8W|q=>F~ zlGXcW5z?^TQHT3)Tm6xpgZ?Huo+FHqRCWh$Q#c{ zR>LNcs!u$=w{I!wZnJo=5p~xTv~lj-uXxM)QFWh3b!2S&svbS>qKZ1_XbszdF=;)V zJ3@Q3M55bHau7Q#aTLB@*J&aS=NTN%emZg0HegywR5iM3NP7ry(vXj)z-cH;3}+y- z6H>3&PZ7&eeKfl*9hdq}orjmjUIlW^zw{N=}{exLfqr|*aK!+#XrIU!uQckU7D zyqXX;Cap)fVRFCgZ9C^}3m?=VGRMzq45-A~!lJCMHpvr3_Na)yZO&r!+PoBRifIDGH8t z5u_;H!?@`gUUDtR+k+9N0G@_`1i~t34?o{@Z!d--IXa97$zckAsK`r^C1m*|h6Tkk zl#)25U%F?!GA%Tf`L}aYNEiR*yRDi0{IGSWCGE@jR!u{;*YWPv&s-8!aPQ>7r@j0} zE?1pJ0`7FUH=fTMw}dxNdGNSsX*+>?MX?tx zG3?{FB{a^Lwj?~ zEfEPse=RKB>;KQ7$jyBhc*5uQbjB*18J+9bU7i)bed&wGuLd`4XSQ!)*8}SvX(#8Z z;s!kaE(=XaUfbf+%zAH59_)Fpl~i%)!N9b`j=dQFa#Q0uEuLIh{U|Bb ze8Y)bTV(+|ww)DvrrS{f8Nev<%3S zOwCL|GgVnMcrW^Q=(mEMht6FFyps-|bNk$sPf_!;ALX_>xMgs7R^HK_<$q+wZQYYc zorr}c339Sv?HLo+uf4ge&d@&(e0{z`x%AFVrPu0qyYS=i9Jcn*`@b!DIjQdAI#-Zp zHv6pYEmv5Cm|MV0|NHZALZBdA7l>JgkiAX%%mCVc5d;S~QUMb}g<_s^>hm{9 zrSX86p(L?Y=!dlTRVXqt(;z5L3n%r2-MXZM0M{Egf?pb&6G-Yh_ zoDA{}rv@KMPdl96d)K=A`#x8Snoql#7Ds(^?OOFNa%0l^HPGDmfNSG7l#R1;dz}Ah zyYPW^0lo$fU~8bjM;CxW3q6K{OoP_YPc0OSxMHAUVgiK~9dgltF;K=3^Y|P#M+DT? zLgmyKeUTf+y^J-F0+1Vibc4=_g`d>Z55rUDn_R@Xx+jHx{dAkIwingwzDK`Yd2$hJ z^t&yA+=0DIsW-0Ucp8oadx|k>J)Uo;c{aJZ+wO9fuV81=kh?LxB5*tp;&=w>{HyRZ zu{z7}VL($E(4vtm1u|KtOu_~NSeBT>fJ8qY|?8E1##LQ^M+hyKlL+rsoMAg!xZ|ojQZfi>x^>$6D8k5$edh&Do6SBht zuMX|zn8rv;taJMwj_M&C)&4p^3{`N;*_)=N#2z9;>U!nu`t6a=rd$mTWr;U|V8mI5 zM^Moi8k7rYftLi$TZS_c3(0~f6#8M&LNzFr7>@DL0)H>v^5=b2B(F)zDP4RjL?;$V zR4>Oqby(gv^5JJ2>e2-j)$atxr1cnkuL?Z0??vbqe!tEy;@aGb*`&cSK8#^p*hS~7 z$9SlT!7^fuB?gTm0Am&cd0i%WGYn*jG4?=Oqfsv?D1>mcyGES~76?F!M!)f-Lw|kE z`)RpW60keUep5GrZ~qUMi@Qy8AKd=7y+XTFO*ybszKXh`T42#6Tw}BnEa=t1lktIY zmM@TS=>nOE@HT5*F?ZTRGzs_frgJBcqGj*Ko=ZPv#Tkbm3)y3C1vl_t>2{!pS)G75~`BGYf8%l zCm)(1nx=#n?`BSpwBYjew$ql~D($-W`sfdKFnTE z=9zHvLi@K+VxiluMpUc6>oF|rD>$X_@Dj-hqZr6>u7WiD2 zVslv(uJhE-AAA3-f2P0dY7ftW@+-oI*RosG4X#+snC5Z3C-rg- zs%1=AuUb535wdAPMa(nFtdI2dEuNac$5rb%rdo)35y`+T z>Yk`uug<$V)9bh)*KL;Bcv+9LrdwrLIaqGBjI#Jb@JDCy*B>)G@)~jg=?iI@S;gNM zXrg|6(0P?k)L(+AHt#>_r$FQ#M2UHr5&=gFO(n!ao|sR!FaO;!=>j2-3xxShx)j>X zGk_tUGWB=Arxp!hrz$d7LK$?G67VHFj!X zpVi*zQYoJ+5dm?QjK!4-84MAhQe1nZGej~vaLGf?mXOXBpapT1)wMV}7uraQpaU0B zr_-g-)JH&>SBs+)^s2Pbk#_#v>SZ5){_bP|M=nYA~%Kq_Lgm<+xIs*<5+mry96OsU1u1u}Sa zv4Dj^gESCMD+CzrR zLU$NCXgn8u*F0#SYhP&>Qftr7kiiOtj9VEjQx*fddD)+>y=UhDDK8uTaOgn0C}J|` z0{d^ZI69jR?Ucd7V{)MyK@5j8Wk@ZK&XNItF&o%%>0*c(NTHYLj9MI>DPT)w(6O4& z13Q%u1j&>!wKqDP(^BZt#TBA0VVOKWUqqQuH?_9x85U~ffhh(?7_>!&PNq!z$M&6S zOCyjk z)fkq=dz!42D~7Em_zMF}O?V&`}ryU3?B* z!spw+uEl2;z>O8EAb{JI0qcpwVN=vt{GariWbbHafo!qOwsE#tWUexEftUVEe+qcI zC@f&Wu_)|inlp_c#v_EzkrFl>3()sc45qn2!ck6^B_QXG2ht5CiGu~uvIrtLv=EUH ziwHE|c7l6>PaUyk^5MCym-6-xyj8yB+n-NHI~_~uq%ED^g8FdG+3Le%#-#PmqK;2& zgZ#EVTCTOUepNE;#^C}P?kw7lIg1Lq>LM}dptqxm5dp)%E?RCS<%l>UzDy_t8b6?i zM``>f%a)tg@ySpY;4}P~1^{2AG7b8W;dK>VqMqKT74%C;mn?7^eSdUZMcnT3mS@BF zY#w~!Q2*EGwosRk#o;p?3IZy|r1kIxIVnWBpI4>1y5^o}+ht0-gL+os9XNb!T||}U znbsQfr`%ec%mnS<$pzSWs7sc`hD{p4TaPlC8!L@8lyo9W)kX6OD&~$Wz|_vlEu-i1 zJ+Egg?r$!#ytk7Vuzs!f!1;Zv9Z!~SFHu*%p{~bqBY0H6&6uJ*Nxw6K50_N zfN8el>VJwc$JK5phTCupT{!0chWtR&YQc#-fI^^c6Nm(K1{k1RNYRk7l#{)$Aq$M> z2O3He<_CU-{J`@jkS_mC3INwvIAj@|XsBlL*%c0ZcQ{1MuJv zx5o59NsK63kSvWC2(&?}xSaHW z^jzPV(%;T@_<@$3?eE%UZQ2%780$p4>)z*3#~?~YI%E8v#pSbh6$i!_7d5}K;z~iY z>#IvDw*8PENWhu!FN4Qp_BhLc%FibtJMaY(gV4!77v9g2Yl~yh?7%~l=U+Yi&+I_& z3~1e_&B%n(^f)LxRYC6=IGS@ z&u#_I58E{2ExXIYz>#OCy;QCox?xH__5Qg_)t{usr1enF*h$O0@i{PZR@CP1DaD&~ z6n*QP-8hupbfHyHdi}Z)B7)B7aJvIm6d`aFvZ2Q+K=}ymOKS{DLrG#NS%{tAKZp`A z{61bT9(_Kt_sJcxr|;T2-mqP;Ct$>S<;?fff;JTQE#lizAJv4PF=;)16UVRp{(i=T z52F(gyO^&Yn|oMa)xHPE&r=stgOI4GjEXXvumi&Bq-Bb0f#;?5-CJU*DB&@(H(zAK-d~#z|5QC5gdQBOX|f5R@Sm&6Ik z`%K(CcwlJD%k!+MAFIXQ6w*T;N>nY7GMM1E;Bp~qA|$jMa2Afe;~$SX0;Gq%j8cq3 zs1Y_#78|Z|K*h`hl8*-X5IawentTLJtTOh!^jh)oNPdv>Zp(KRl`TE!Btx8DifhF_ zOe+dwbU~O__*x7#G3mh2bQVIOl}D$`WZ+eVs0+CN8PGGA1H=(h28$`>DW^P{j=V85 zN*q!1D4;EdAKgHSh%hE^EWt{csZ9X3Xcup2R;tF1V5~G7xMix22An7&FH?13kyZ;_ z(>Nsvwni;u81W9t1u?DdEN6HgTauo5%y*M*eQWQb#?}&-Wy2+t)ks zJxtI4zaN`r^#1QaxJugkTYWrx)1iD+!s+B~pnWH;HEUiy#pIlX7VoGkdM}k*eT4;ucTI!Y}&(J7yT*2m2 z$EwtsajtQStX|o$t)QXQXkg}a0rMMN>?mWI019;&gc3<=WolB#;T2diOjg% zBIH&)>e`S z7mTK_SnE65$&b>PQnW}O>Z^(P(l%dGh@kkk{bhXVbRG*lb`T(70S#ic&*rB{k*5MR zs1ZF0jo0|7a+KmAwP&oSDo`O&A!55u3=b=bQ>RQXVQ?^L@{4W{S&7h0k7 z*Y%h65I&O6VnLAvSRJhD*SW7k1I%eY3OUUuGb2NzPD?YUlJRkh5N(oQP^2UvJ~%8~ zo|)*En(G~!dE#p0(PJa$N4Iwv>>|pRlHy11YJ2wJwK4p{#MwR_XXfNn3oX&F^vkQB z$$~IBL_1k5i0`v_)v6>8H;_)kjfhRhzRnoy8}@VOmiXk`9B%pO_`=2uyc*fo^DpT? zEbgRVT+G@d`E?2{P)%s|tIGxMT;Re1_ER7{<x|*rqS`(w=n4 z`*!yDv~=(J+{e#sGY_=4dGnnIk7JHP)%2Gi2W%{GA3<#?+98Eq?emDR$7wdYZ!4!R zo12!MjqFvg&Y#)igYPbXHLX95eV#0s95`TGzI&k=ijK>#DkHeZAti?l`)~=F^Sn}?kVE5mYOBnP?;U&ostx%4$Dbg-e73MgTl%ITQ)?QT~@7b#qOj^Th{(#5Aj!* z3pp3pGxK{ElF&J6@vC2i3pDcJW8`w_kZo1{-X&BijeQ08c$HUNtV$A`9iJAT9HUl* zg=>`AahjId=MIiHKi2eE(SY1pPVe_O3|bk+86|CBr+L?~l?zXN&G#%AjD7{iuYLvC z*&vw8fetiqsi@fufHN85qfiQN?8^j1WQpAK`~uTO!GZ2c>Ws9wp!kTy^z3M=^!9>8 z<(F#~AIEFIAG-W%+TD5PM;uNR-SA}fos#}4-@RZEs#u+W`ODA+VA1e6@DCeovuc;D zS0*S`fIJ3hON^*io?IvmP4iDz=4C|%MJT<~f)cb|$vz^xo*U2Dg@1FJ_xQfs^YZB_ z9ckMHr&FRH<;=bGZ2Y45UHNqj2BKf3#V_wZP;?JH>jg~M5gE+tP39LRX3~T>W-{y`>yranct+~PgGHU{p5hjhpa6DhXpnFtZJdf z4-PPQ7!ZtRV~>_Ayd2+sYU(%3rU#2viBHQqS6&V8c=S+-bNIN*zB8UY105dlTRIGh za9l{DWP@r#N0}NQjmu=f9R#?7jZM5v6POv47U3liOP7aahDow>RqC{)1nJQcskd!J zx+oW3#>S|MZ%Yz4lWsSi(Ag=xNBrc<2R04!y$bR$oPSk^nRLhkf$k1)h~|ZIoHLkx}W{VFAg)Kt({Z(q9QI;dy~sxmzBzx=DIWd;k5EqWc~GvFF{& z1+=0&Oq(HpTEw4It<85R$i=4Sm(>`~a`e{6feVwsh}Lifpjk{VZf!iM`^UhMHW3d$ zhVJR>b5|We{YIIvV(*15D`XG1Zc9J)IKO^D4!XeF{_>Lnz;O40eGgz{R{v;V)}b_) z7{WseZoc3zvCDJ6IlAfcvZ&5WMs$+e4vx0Bzs>AoD?ij0=l?4q*>9`c6|u5eVVz`N zXy!~R`L|y23vzTZdS7Lc=+_;;Ea=h8X8|jR2+juvP20KL#yX69^GGE_)NQ>`e4cN>Vp=>r1id{ zrmgmz6I28Zwj3v(YE`)SkC;BVM{qsvbPv|a^&UY}iPH=nVnQ)b#)QO036BXG$Ixh4 zEE8}=3@$h|`7%fnhIyEb#)5)sBD1F%8->^-$VBQyWzrHdq5epoD92z8PalzzKz?`L zZh671p>x6-X!$m8HcT8aXOf$>o3{Rl{nW`zaaaw%2{>AfN$X+tezaYzaK6g_s90&Y zymb2hqAxhC8!%Xh$Ljj)ReGFhon#0&zrY(T{p1c@r|k+K5UM zNfN8{8Vk2!Cd9XSP;!s-K@VIBAcz;ufiiv46k{%{N6M{+_`p$wruzAY3& zc1iW|Z3_7LRLWR+hEko{B`q%A(b^jd(Y2WxC)%cC1E+2qb>%>R=J)JwBTn?6_gQoE z?fE%*-@N>rQ25N04sYJu(rw*n*$JC`o|QE{5y9|t8o*j#Mt>LHdSmNrV`hAap15}C z2^&!z{gAFOz87ushNYA-p6j+SL)yM;E6ER-QL(PhX6lN*PQ5>#m=&`^81z>F{9lV- z#Kuby{O(U$pl_;?aO5FBr{Uc*Cm8K4yB~ZoDC3b$z4`euO;{`W4v0Dy9G(}`Inj(ZG zLEr<1+7@8%fT9*2t3lNuQy(7NaTtxK82h67Wqvd;V3zHG>>Ov+{5}ous+-gG)P5WB z-Lso68eQhlezVZWq?3y%i-iX%lUxp8LWkgqgu~+rnXt;sk*mi0JsL_9Mx(e0#X}BB z2q@Mo!f?Mn%QLPF@#3%*1dq!F;_ zG67E}18ov=q!65AL+ueuImwxWJT`v%)I18YZt{?NXomtNl>dVV7;5}7@XWLihr-|Y z&&zh(v3%>CjZ;d(E)L9I($AsIvU#gX7yiuJ{E@opGQNxmk04{xdTh1BeMO3Oc^9WS zIlLXTMq-QT+hlIWupP$G^+mCT{)wZVOwvuF8qL4!&GTkVBS6m!qL%1K`kh zM=4OzGaI@$$WxOQ3YxDx2|vL7i|ZEbcy!{zpTj+RDkKH7gdy3z`*eAkZPlYrY49QG zGwP>#C$SEPpV9wT*WvIB`b+BE`RH5!XFD9`qn|;Yu@3vB|G2{;+BVTp4eDXvjk^4F z)u2DVrRENYSldK`>^=RUOBUdmIQ;Y$eJ4X^q#=n! zJ$!a1R?W_j@A#EYhOnm_)0>()0B*rIq&!_8z1>zMGilKf*lkeS%i>F!3>h2Z_|VxJ zN(Mxb&e;c@9FCY?NhQ9nq)k2V&HQPd1Pg=cy3YmmLs2j4ywFyd|u{*i`ma* zbFVhHXcbDmUQ;fzF=_plb&%ZSLW4#u7Yd^lro;(HF+xB#JaDE@GZ_q!fuJATPSU>rSxzqEp zyJuPQLZ_gjI?Lx)GsVsHdpNLPV^Ua6QTf@b3bf*&I%jRR;XNem#Q%V8~;Fp_?hKM=^n z;D1;WCx+SKy|3Ty?wmVh$(EtwSxZKLwwfsW{QTj9Mi1Y}BL|PSnnitF6K2Mwam?|y(C%#iAn_8DBMtOiP>{Hn5wo_yd{68g_YO_l(#52IdMqeG2zIWC6646 zU*A|e?&j0o^E-~&L;bV`)m-A+fH7fw5|-nNE72+SlVD;SIHF0A@PG_K1iL$$Kmr7q z9MIc72-*eC7`K_BB;h24BXprktHwLNDzi~svkqTK*k_)9BU`v5dSK5F;?Ht=9ZG+{| zFDegs)-dY^j$&t+7L<$)?a8BWpsuab@b<#zOZ{Hc%9^i`tr2~G{mMc+c}G}f_apI7 z2KUaA4dqi;Vlz`s=PqN?_|&Y#Rh+9!s8Vs$>d}Z)90*q+r4kCxp#queTtiW^E2syI;BRpr#9{fr>%7KjGp6nZ_^%2QA)5>x8P8QJ5*mvX1R`LmDR6871> z>lTI5hkGSNzciOVD_*;45_Rs)>Xq7FF<$&RpU%j{K8mGT2v+iNH^X%^RaJbjtaQD(F^l+O>lS>3Q&?EsrE*p~W znQSps)3R9rcQ=$8*BIP}lEiR>qlE+8E*^MErGdRQ8B@$q%D&ZOT9n;Bz2|J@i15a< zy_T%_oZe!}qP)g+cU!oYrBHX)grPBMJ%&x%(IV=udlI(B{=DtlN0$emEXFZhi(}}e zi>q4fi6$8pKVEk63P2W5B9lT(K8Az`Tn7-j7AT9$NXR4Oi``I?ki|`cw7|?Tl$Mev z(V(|RS_f9gDoAm^)%g*XE6o`%zxi4mi&J|vnO|Qr&*#{m?xi`tzo>(`q)WD%;8 z1Q&X+UX2Os(aiGSxqD84-TuBkc()5=#~n*s;Aoa$Xb$VCi`8r7=wI*aEd+iowv-`8 z`@>0qc38xK4WO(Ua^2FXMjA>IYvd*<4IJ~Iv<`qQQZD!dIE-kpxS?qPO8~tM1Q0gi zMKhsnp2-3`90Djnm;|krYwWM>A&@CEL-L}NqNFLlY(-#z)I}*)%7b(0iGCsek$E8r zd~aV5ZlVu2vZ^*v2%ko;K6XOO7&9RHYFOm+n2-q#X7!jQ9-+DXOjFkQbp7q#4%&4I zjT~tVO*Xr}d&aCu=R`$;cT-zc?tN`@I$*{84lB(TWDH3A;zV-}oqZyL8j{>X{)n|H z^-Vc-S}bzwyxE+>!E0O;3mdKYp*GO4b-=$4ACIG38wZ@;u@8y^&u?iQgK)c4Jn_^7 zSES3(>cG+$#jAd(4#ZhPDakGK9_?LV7DBZdY_Y2TGv9{`hm5&+q}iptv_+LR0b8iE zuoYB|kzq_)zl6G8U+aCXeAL#!>4yiOd*7w4OCG+2)?rHsz5iR0o09C;*Udx}mVM3m z@R$GnA(0B2=`>ZRosDTbHPLA&7BL|SiA`sVAYqsTZU>Gsuje*otMSv$P?C6WfnseT zv_Z!26YCC6EAD>daK!d{r{2f5nw%CNnN@mk(v!9m&PH~-8P$Qh?fawZJqmvqk;e6A zKECy~)}`wYve6Ev!DC2C3RH3&sgx;!gfYm06NrGZ1JF5#?6EXzwHiti9%LI};~ix} z%=#ZS*-Qph4X{|zkN^)9TJSGEU%+ECqoII;ArSC6kiP_+4^W88sHtU3f-EsHGuI^~ zI48i{Lnw=4iv4^uU1Ae8*}~9tm0xU(gq{){o)yRU@C?!KyFvzBVgBxgWZ1IhwJIgW z?_;a}yF*GHp3J}Jan7nq;n#!74#Qe6w=Ze&9%{0CH6J&=@qY0NYTBC)zRek3l3gE7 zm?HLF{A>+#ODL(`6epUle=ByQwOd1$O6zb>+%iZ-kG_0)!u&=W#ilK+m3@r zwQ9Tmd)h7l)6?7I3CLusN&vx{eml3Z$OHRtd4;VoVrcBnz-bGRi`ihAt8a zs}*~gv`A_Ws~OVWDF^T`Ak%G)hSdxu8!U#U@x}ZRyn1%r3SA7di!PTE zEC$Q%#oQL-UAN~?ni3awv8R!kjehh{xZxqe#y`EvWT3a1{bp!P)9~o5cNrV<2KsLp(&4AKxG_1X zG_&!~uVbHuJ*MH!N&lF8Mq!WHsqv5RaAUEsAshYlvVKH(%%5VK=)3ig`K;Iy7z)IO4_Dv+NKFfIt47H3>hLzrUc3qkfCf4kSQQj1Vm(S1Oa8Q|8wqb zQOLL<_I=;q=l8dMJ`JWhC+9r(JkNRN_d$Q90=D*|!1O~{{+Om%(>Fd+^%R=D`8FY> zc5VAUMGY|3m`;eZNa;LUS*SbPP$dUPyB4c+E(f78%o{*fAO|mDbC}Z$Y)2xTAn?wj zYF|o)YEz%bJ@WA{cLxrA+H1#-sY~`T^V~D=LyrB#0eaG!Ju;4%kEV%x%;z4TIAB?NA?~p(@B`BcamEkx zDSjxI&CahEQ+#tZp>2n`zl@1e zEEH@z-BNmR`0Zzl5A`zVwdmD%e4k_IR&Xnk)O8RNVj4^J3(*sV9UwNfmfmz>^{Z&}lUxfmr5A>?*TiW;@cpVFq2YL+LI@`Bh*v`OpE73S~kH z28BWa{m|$DCoTx$88rwOgd*m{(UV$P>MZHrtyAH4)~4YKg6g83kU&kYtRsTpmb6qd&*V^CsOsZAj9pP2qb0NI_@6W#!s3{5n z@Z#WV#&s>wWuI}O>jH#n5S+VM2dl{ePbs~_my_=JN)3J#`kY_d0^`cgN5L+rW$gL-l{T8)q|}aKLD4x``TOK&jfMxz|L7in zYuBN-%-fH(NmzU0+NAe7OR~oI`kXt_8J(F%({!Fn)4A*HkE)NTYZvny`aXTPC}n)L zNJT;gnOF)Sw2-n5bPhx}GgFAmcBFlT#xSgHh_-~620_Anh{e)*AAg@F9H`d~+s;fq+mZH9sR*l|jPlzx00~9Wk0R8DrHxWM zdam^ux!}snf`);&K4|o4#*+2dB7fWPd}4ktLtE}9XUB|bG)<`KG@<-vmsAtV+kHZb zAetuu7*GIIC#CRPjR@5pTgOZ&+mZGO)e-X)RCT~KzdLbIx6o~SBbv7A@qDyjPpnz} zh@AEBO^XZP^K<{nm6hCYol%ErG)Y40XRf0A(g;=fR&0X z2q92Mg>7J_j_pYMOxPLo!ewCLQ>TXvZqoTDR!Z8=V?{kD{QmB#BJ;@7_I7QmKA;#rGH54v_3sfl)1Es#ezH@<6HY4qy zBq3JM44HcQXO4OqNgA zi}t9kQ1WrWH4rL6^ot3oV@A|AVvm@uf7_9EsjbJ4x_wGY2e0hJFv47=%0SF_N z?g+Vg(C9nYpoiQgUJ=UHgNFkTDld=DbX@$cD)QPQV|4dFL|8tbE-22V?zr7*_7@_pYuVCX*V|h)&W2$H-#vLScU?CfWaezE^34X@U{ff zRDpyLLoWmUVcf=YBC@(HhRC z-G}{ntM2w+FCW!R(tc=%le^Po1;4+$(;8UOZq?BRXNm_X`eyp`j-+kpq#d1gqwvv# z#&^2Us?|~(vPJf!Z-X=UUrgQI>fQr}0N{TdeL~76`oyfhbQJ=Ctk2j#t-V%hCjfYg z$o*>2ufv~SsefZu57CzGjeGmxSIDeOcb@&S#k)@T_1raR0tab)OoM4rGm#QCBi^;L z5L-Yre6(wTvd*JG04DH8QznW*zG036*^cy;V}5XJ>9PPa9D3BErnFRnT)3&kXfaUg z*na%twT}-O?r-=uuhHbS;q^~fKIxh|hCgStC^xx5+>UUXP7o+vi|FMjFti^1k^94S z_+3+h(sk67)bAP#l)g4+%>+v6DUYJXqGi6Jwf?ULN?+R@gpl7Tm#wN`ee-R`Kq=D+ zaTXYwM6t-owAmk5vB;+!mu?Q{ECSBaH@X!8i>R;%-i!$&wj+HNSW7TYP@NI*2mHfg zDg|_HsK?N0cUY?e7q?Dg-%b*$Qtr3?=JcJ$A=^5NEr&*p8d0Z5w@Zi1y!HvXyQt^S z;qOMTj+kT*b)svON$4pLRiC~$bUvnR0teAkY7<=QHyr7jIY(4J#2d_k?5l?K4&3D* zNZWWlt>JHTQZu8n_t!tckPqQbNOqq`79;Ej_@;5S68d-H3K2ka07#HPq=Nb_9I(!n ze9)y|=T@{2U+j)``tS>7<1S1u=gmBN6RtT|@Y&S_wDH1$L&PElp-YH^0LVNv%*187l0WZa z3w;>PZQGG{4Zy`-eq~*0i>TyqKh8ze7eYE zqjefGF)1pkI7BVW4J}P9$tfX%qr~PsWnQv0KQ_7`Sg4Q5h!BuDy-2gD)EJVD%TtVM zqBvKV5SOD%h$Z9Ap<$XZbEYM;ASOMhx3b8R9wAniYAjhPs_@usX+eA0g%S3~%+~z=Mc=54QFHC}2vt2mf=9bYg9i z_uIE;rp*?`&hE81spq5_U856nYw5`_bwV^&o$!;{5}AR19&^sB&mR(lmJL2vv05? zIZ)1qnGp1w9M@vgvh%l5di!E_Atj)>VaXi~o9@jR8?YT|-{U>T%kLuREiM-!TrM%v zw9w#?b^B`Bf;b%s()Mv*)!t4LrN7!{H#;0LCJ zr}S2mNuebnmW&c@L13s(tj`goDO2>>mRxCgd`e93Xt~TR3XF_M3R7uK_AeJzuY7U3 zHoG`IGLui_gqPwvDCI9n9GDnK2xBseW%4wANo+!*NfE7nb-9Qk{QJsf;p}qp=dEUq z`&D|p>Gu7rFLx5;h41Pu&l{+_A677J&u623lD`}i@X0DR|CEQc%!}lmSe@T##TV`3 znt$~{t}Ia>4M_^~UWytp66`+n2A?>&D`9IRt()xN~9_2#Jw7ym43 zQWOyp+-}~!g58OB?vMW#0uLB{&gTB`SUmbudDHnndKwSm6&nUb5B9mU`r8ptS9}|L zdF-{0r;51Ln2z@HdqJEsji$xvr?iiwos~oJUnFOYhf4;W9d%X?yhkVj_D&6Xt|A$r z%LCr4jIRXPS2-?MfFJPAS!|6LqbBWq7WStuBP#g^@BX9>ovmfY606@%6YXa24ipacVoiS-(VwOT+ z(MJgMCRqxRB9sKGLSl+yG}^3eNxE5T)Dl$~k8&Kkhe}@YmrcFQ-;_6hUJ2G{%P)OH zG#Ac1E#gk@5cEyhfb+HXwKcAOr%^`p%(MLhrtf0&$9qcG`;fe4y?PJ(zWF;3TfO|e z_TzK=x}Erz9g=W=-HOCxGt$2c=wb=udCLx%Qf^;ec4Og@GS4wZ9psJ17T+xEJ+Z#! zvGtcZ&5oqJs+{?cCDed3=V?AU>G?{}sw^CH=J;+;d8g39>Wp7D?>@e^$<`+4Zl#dE z9>!5~za7Rsi^c$;qpb-Be8M!E=9BRhpOk-K^{nEPVJ-sF*nX#6p;iHAA7nI%L^4ti z7_xjhG{u585h7$eB0jl@z-gGEWS!4qpHCoS8;YPQ0MO3@5gfWAI%VpJc|$hJ%9;-8 zw4#@8xAByJr}~3ujoOVL*R40)8WYF8=!||$qiOnmM$vDq3J_#yU+PrX?s?~qA_)N& zq=Zzflp+Aa#KkHxIEor!Ki6S&6xojSUE<|e{x*iA6z=w@-hts3Q>KV-B16+jX<|lB zeq>f?a;7HNC|AUXrxm6O#KoXP8}ed`1g5;uD-C#$+3N z=Y^-@4Kpl9w2+@QJ?(=jIBSlT= zigft^q2bSa!o#8$i5IL4IG(WPSw`2&ACC0($XQg+Jnx2hD>qp*E#Tx=p8Uh!(zReZ z8VC0|uwJ}+dyA<#Lw{efbHPvEJu(G@zZ8s^T)*q?Yqxuc@n${0-)et`#%g`!#VZ(Z zT03c+m*wX}tp=)ZeYeNB;Xn&JSO0$t{Rd1y?!DJd$0l1l4|w`WcKL|Mhs6(2~Ie zobZ?Z@3EFu_mA3UuM6;xe}Dd^z<)diMg&-EBlQOo*2c7R&CIfsVF8MxP%I}DxEx{* z3aJ>7Jya4`J z2e@YW83-6IO{+n9R1k#j!9!rtMLXuBmf;0Pt*H%$QSD68cp6R)oX-)u{9ImXf&Om; zQB2OFrIL#DJJtdmAgWz3Wk9&jU@6Ve>Z#7T7s_TQ>9hdodZBDqAT>$VC=0KDf2eTC z%PYaKY8$X9TdU0r%rFEMYE9|dydc2N@1n~ugjIIQGLq8ZEIyGHpPdtv6iTG06-TFN zLeed9+Q1}~xDULmriUv!hhPJvecl{p5&!9?6W(G8HsyfE;%K0EY9Yz!eIWeW_m!NPpqhrp4bP zxzDsL+Ef@#N%)cVtUi>f1unrn*LcOY8XFLjz&KC?h^2s3LWfJWf&}yG_ZVymvrEu+ zr2Spa^78xhEnI?P88RELPc(bD#5IX zk1Pty*Y^$<7Fh-Y%0QA_pAilf#HAK}Dz1^FX|<5VSOAC~(NXz@C~`uynZk&?^gMB5N?wE{u~;Ac zmrGD76T4Qe-m?Dq-^E$eFII4=G2r{KWe#9SrqMJ*j-eP5eDt-d8PYY| z-L8*bpoHEzB85PP^W`cT3E^vC$d#`6=xs;VjE`Ob3>lf4r%lxhqDoQ%gAEp9V0bS+ zKe?z^zELNRkpL@%q^olzrYxb*Vvy&i$O(lDGNEjt?IbhThL^uF0Dg(YT2!v-^2bB_~Wd`d0j4 zp{acsk6rx5N<-PixdVS0DDOPDZ`QRx8k@eeB+R&({Ok4PFwQ_*{uBJS5O~0fvo`#9 zbmm6&_1^}HWu}WAa&OLf@T46l^XN(M#_7*OCcpS$sV8?O8so@E&or9mzp*s`)wX(9 zDUYLFEFib1Jc>ynu2RT_sOh1E1T<`5zdhI@7nDbvk#?2GxAeq|3DBefh6j>!0kjHI zbH!4Csgm+>l$

    *=Y)AU`$0Yd$2;2?f9wk648(mf| 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

    >4y(%mVp>(V7zPN$!1|a35)d@QWdiH` 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 z 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�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

    q-` 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

    U0NWxIxKxAbBMItUqBJS6cxWK}UZ%p!2F5@M zK-jfn6n|STki;X?ht4Vkxd7>~nLw8y&{vs~ma5Sxp}wFmH3TXN;+7S;48;UPmQya| zRaIJLaEk|8H|dHDh1w4fF4*|U&8Pp+4Bx|=#%~+O_F6M9d{H8y-|>ETKh+$avni*@ za50=mVhz>}OLY282m3m(N24zUVp&gzk$=rN*6y<&W^*zw1Nn-QI(iw<+6`q*0={g( zh-O2u5|}yIToICi80?Le!3D&JH*n}u$dyHKQejH9EH(!wgBqcP z8O1}ggOS0`FI^YKaj^z@?fUnGtMPJ?e6vPYPS4c7AKW(-HhIga zKefl}q>{K!>l^5pIu&Q?aBhjWo~dJ+*tmn4zd#w;Y{3LQ6+2|@1Y8xiuO#*R)Zxq5Q$E|{M^B83Busnc*x_lP*)2Mb*UtXai)(cFPt|*GrlEH$4*war z_ofJ^`o#`^ORTf%@Slb+onhpXTKc6k(r)zw0c3+A;YoP#CPcLkP;mOr5^SNB_B3O1 z@^m7jKNcniKOyq3fOS-$g71au3{v7>#UN>>9|y4q_YGc!aag}ACF-UESJHKN2|`O5{xkk_ed)2 zqsJq+GgVf5G$Kme_qe6F)O8g*6k^j!?!@KJTV3ut_i&7JbZ~m*G(q=|FyvqVD(}xf zez$Xl0}-7j;=;L1=iqs?JOPi=)Xq&nB`uZ!$|nG53m4@~i$#|J2xR@(1jwv-v>YxF;rxiuq2c|_HM!m`O52?otxkRf(eJkq_ZV#CKNxX z^Tm`X2m97P;!0_BCMr)Lq6z6jR2Ro%LsyRVnEdXq%(Ktd1 z*R#4^%VG+6d?{PX=b^HdEEW^WMtSXnChS=j6QXHF0x6(uaruBA33>1=uL<^Mlo6^g zg<$6<_*|$=4o*!LAJ#XU%am{^jqKb6K+Z^|VisKl6?{1Yo{-L@*t<@mK*D6v*)#!P z%%h7$5&=}+{KMX(Fv2UKING@hIZFsi&M#PT$`a84Z;r`lc|Ae?erx@5U7a)4v+y7C9cI}q-gZHugLDGL=n$`h^PN{Qzoat!zi{Jq06fDvBKc&Nmrx({0n;XUPY0=xt4nuQ5=vnTp=1c|VTPyBj|kjciKZ#5vIYBY6}?@gjB_A zk|6>dB{ERiZRl)GOAG_7xzGq-WoSfOEHooMEm@WW?1Vn6l2hSPym{j;S9bOL=OPs8 z>45f*k3b;Ll&NABa@2iEHp+tl5e(CPI{fONrvBYm-ALP*8LEGTLJiVt?SNr`G!2SC zsT^`k@*pE|AP}5~KuT;w{Vrp_lvpUSZcxP?b{XqaVvWglDX}Q31}$b?ATdC+x*s7D z&JZ7+Jo{=g1CJn}Qd2b#nzN7RXx2F>k~3E>DteVX`R3<|TOM{<@^(_hUPIr-{y$M* zj3W(yx5A@Vik|l#jR)cUVjeY1th35@F;?eM^Dm+5Wone&;GO^*TO?+3q%_Ei6@amZ z4IchY4YA#pJ!*J3jWIcSrvqb{14cu!>Av^@fwom$;)gD14mJQ-b*Kgr9?yjwX82xz z8qa7laTfkK4PhFIF_iTG`blX%L+VOz4lW3 zsIMF_T)PYPA%~Xe^zjqB`ih?ArpF7Mf@Tb_yEbw%XP_>AVjM2A1#L@w^ddW~m5s`l z*`O5T&`uCp8g|smXi{Tx1b<_{*iV4JsoN$p&9}G1{>K;ds&w2JJ@nmyhkLadPq#RY z@hfz$)o!aH&(|WJA0u_LPFsXx>2#i$1@{^7$1xcK0f+2-Z(h-htrMuD%GZp-(Q_^J zKtFrSUWe4Jcf20|80pab3{S4F&qm$sjn{2Bp(PC}Hym4mVa!IquxMg|l+6Vc9WZ#p zQzEqCaIssKHyk`A#+aOZp2(O>#5@zBJPhO<;(H8I9Y^AEz$P}RALqk}ZQr_#7N4n% zm}{BS?oXZj=-!w2`y{v1_o=QtPQ384yjsPvFNYVcr42R0|KFkyNyXo-I79L0ym$YK zXQ(CCS#^d^z(pEeb^lMQ>#Yckx)HiN0;tVWwL&3>RNC}Z0A)ruqCi3zA)mOmZpD>~ zJA`VTr9n~xkw_o}!aqXAUBXyNwla=D2nivyf_}RaoQPzC1AIq>e*|J3f)oBdfzX*) z_wVn!5nJe=0n^3^CBaeuOccDM7ko0J*1tOx694(cLek$)k1cfg=X*p}@fU#?mXMmB zs!2#qqcZ(y1fDP`#1VZuyzuXv;@?)gP=D;z354~IkB7R=eD*;&xMDA%x+`HUVXOnO z5rI^l=un+laR7oa2t+3${=&)N3z6jD=;Z9;>V~<)1DmQ5NJIw*5=2}$p=OAK;O_*- z>Q3Z_bb)h?aG6V^0bY!}Nef*Y3)k(VbURz#gc+mGcf)Gd@~&N{X|v`nTDF4ZBrcEN z7Vti#odSb8M|AJeGqP9js93ooE$dItOAj18boj{8W9QCaxOnOEm8;k8-n;+c&$5S)9zS{c z>h+tq@7{m-_z8^*_^BHfeASK2U|iKa$qQCak+nU!tMmBeQN``9C$XzX$fuxULgK1ZVt(IXh#X za0&G!d%}xci;P~i>ea$u_4Kbs_^Ua3`TqT?fDa+MxVX4u?lmy1hM!LzA3vL46*oaF z-72mTJRFE1Ob*ov9SNV7j&4y%s{DW3kQyK6UoU;Pt7zNA!OuH>owaMvyym06geKkn ztUA|c>(?7YJ~IanY5VcjyLS)6whi2|g%Q;7X!9>`)?~Fj);H^~#4jBed?6O~+H;BB zrn6>1PP-lPjpq{IIOKhZRNf7(d!yHh%~3nYwb_tXe_O)o%f&v&H|3n9yv-<2Pdxvw z+xP`D7IwNc@^K@##to+p7u3tII-u(stUPOMbWq0mO*Pvj9R5?alriL8ba=nA@sk%F zt?S&gwxilL;NTyA9f|FIKPt9#x-or3xP-Ewx@dF@0{rh#aps@lZA-<6cIoE7hSs3@ z%YZE-Rt*f&P`?{m__l$^51SlXtu0&Hjyryx>JL3&MNFq@7vg(sj|9s;jD>6Zf`ee2tFQ_E^bq zeNb)S=nuYwN!h($9al}**2Z(u=+;_+#4F6D;;e3L__!{YemAb>quYlk-My|l*Eg_Z zme02nw{D->owIBAwhOBHuU?**d_)~oK?rDl^O$~)`j{_fZBIs82k z|9h*|%2|uq??$(5-SBnQleL$|ZSvii5*eN!Jg08fY~JqIEgs)?xbPW^nA?9%^ZsSb z4HDLadJS9`vqfd~gS(upUC1ACx$r}~L;gkEA72|&b7SnQEfKXle)eC!rrpWfE9tz1 z$bx0z3AH+G=@b+$A6L-YBi~ctvUORcHoM)SP$Qa*@19zdfA~)GVGDdWKl(hm?dTS( zt97h6_i5?2P_GY5FPCoKRkZzY;cd|JWsfx@+6)ZJ_-BUCefst^d^?)qU?jZdt#2Ju zkNBGrjUqM|yjZh(Q{81dcWRofuQz$fjB_P%vu5|Xd~JEr%8_ODXEQ^98}&+G_j_A@ z`kUlo1!2vIZ^8YXX1_l@Jo=S?$FF~Md=>SQSMc?6+2}Dl{Ih55Ydd&rowD0C-w(O% z@Tcb6m2bNSZ@L?`bjtFC%gru_jXZR7LJ!%KWn0&jJQ==tX|E@jPAZ2~o6dZC!6z)Y zpr2>-yzZsfDC`OMcDW~f?8J)Oak@q}xq=|QnI+p^c19iO)3)lnp-%!1-|yp@^la^i z(HVD72i>f8bBoVxCd|UBm8hd5?%b}ud*ah&iM~;1Cmg%kMP5O8wtLaehpf1@2ktKH z=Q&SOsPXByxM=x$={{I`F4Te>5i9n!uYI3;u09gx-s?X0dKJ^Wf}nUyc|kv-TYLn3 z!r0}!FOKCK{+xc(M}2-<#rYL06C>*^T@vv2XuBeH+7NA~&(M1tH2o&rzwH{j^k&e? zE32ROo}!wT+nx{U{GO5AtXU6ARM)dlK7Y)abzycCbNb2J%Qr}q zo_8ILx(1ybTGsSrZsf2pvO!CgLt}T z^xc^!2X-udK}pE%P!OxO_ijHLH&O_bR(mE`kJ}{OWMv<^=iFi@gD(_lf{1x z;7U(qb$i~ft~YFaX@qa_ zXFSVx&nRCutWA5iGH;Y$kR2h7+P)tL%Ocz&X1B}edtya+56Y~UJri#Bn{FC11Yx8F=dDiDkY4OPU zhrccmeefB=xEWn|cOC1c*Tv4Eq65p9xT%lKVZ|-HDSdKdzB>6_8T!s)?wpL;%d@(b z<-MN#e8sgv!^&1<)gL!DE=bNJ3}HTU(S$v|RBQIC2bndi&-zC=JKlx7-t3t34&=T^ zT;}+7e0lLr_@~P=W|f8Q7ww#XsBw4Nrb~U`97$+3^a(`ZbFtT-yGm z#hScTQ5kVhx@RT7y-%UYy}~8(@QO=+AHdGRUK;6{6Ck8L;oNReIQrwB!}A@d2qtX` zX%l>9+s7Hj+R6bIJ)V59-r0@J7U^j{&~~)E(T-PN_AezbV`VbrfOuAfqFJT}tS~2$I;$Y7ehuZyBL2xWz-hb|s z?J3W=`)+w|C|@<-x#^CnRXKfz+(&$QlC*x&=nri#E{jqv>6CeT@v^S8(PMk&NxXVW zhIxhm<^=!yR9t;TBupkbdlRUH7KBCwtM30DCwVzaK2)q*KAYmlzxz(ky}Yi$`Ks;Z z?t5-zFdhb0rg?yem`r+>A$hkwdj}Y}6ZYX-!=dQ!uH~9O0(i$T6 zLz7vxo9KD(!ug2G*nPwPP2-mZg+?{tRrUiPXe%EG{^fEi&AV;69D@fK4ZeSXX83o* z58xU+u%FaK-(xdY$Z7<%bRosn5@)QEEG;fsBXUYw=%r+Q3mZ+{X1WOhI9wrQxe5Ud z11!Q}FAlS`n z2rGLU13(CKYh%~BHrX!PiCwm`cmcn4`!>o3K9ajtegl@Ae$Q;m&9ge%cHWHJu=w6q9l>(o-AfY1T(%_sv-btLNf&{ zDXm$wDmGf9ln1aCG^T<^rhchCr{fXU{f8Ygs5g#hXO|zmCd*beWlcMng$xbbnU zwuWT-v<|(LwH2$Bw|XY$?P$8>yK@PA5%RgC_MHfJ+;s2kVZnjxj(sjgthjUKwr4Vx z@%riWhqL}LT>KO8W$Z|sh~BMO{FBjh|5q-4OPsN4@ejinf4-okIllP$js+|m7k}kO zXt0Sv>>3U7lsFQ|j$-p!Tn>*Xr14<+3$Rl}jAvm>Ce*2E`UA+p3<~CiyZXOhNVuc_ z_<@?&Qm5A0^(C8ltH!hP&<)AenR(wvw>bB5vuI2=Hv>mM(R&}7eAq`V(dpbxRr9cR zRS)k9IrJuGNv$1?-Ycty=-f@iaVBb;mNe7vpd)OB3NX8aLgWx%EMU?3T$C>=64Us= z!cN#mE6-VDavcL9+f!vKQsPVRO|n^Q#%MUsxf7BGRlmRSMZm6S6Sno=NSe@um>*-L zu5iyx`d#a*>z1IK%B6S0ZWo>j3 zdw1;xHK@3D?25e??7E7*_ulxVfEo79_r8zM&$yd`Fn1<%?m6e4d&>X(WJ|3j z$}p0)REklQ#@dC9(zJxqRxG2K*HQwbbS6$SWEAt^96c!@YNC8HoaPXqM}Qv@T)xbQ zC-otDq!=|$4u`(UMaW@&iD%R)zv|p^>RJ`&&d;wt`1sUG2~AJ8eLwqjyO(9_YfP2) z8Jdmq7_t#Q&*Ll}^>bNlmMFuBjnXh1B~~`pqLp@1a0%Jy2TB{V6#?^6rVvV@`Vflt zB*DBZ$6Kvq!*xL9MyN0OS*L0(~Gc4@1`=Ox-vxWYt8(QIItV zx`Yd9hk;svoxuPmq1qS#8%7CuRC`%&6qKsdIh+8TWtR3egi}BoH$DzM;V``F?4kQs z)~(p*ydvgkg|4SoJ>l+4i~XJp*%Uv)YG7#`y&8PUtC6uNJG!=4GDl`;Ir(x+3AGxG zp@h7Xv1Xx=TMa)zC>N+8dtRaxD^O;*iZ6z_i6ZhD3c2}k3UnM&4}u{F7qUkIK8#DH zlIWl}dT7Mgj3=0kV8~8DkU^1Qx}uhjt)p*zNDuPirSIThdGVyn(ZeH;Dxdeb-zY7$ zT<}=$;r`!Ko8|G8micE4W&Q;^&tt~nwLjf1%@So8$$UEIDzyK1Vu!F?$Cu`nigQ*u z+S*;R?Ft|KdRdbKi35#%T6j}R+W)9H)hbtsAcGb5R!WglBZVfre33pw>P@_7nD=Eq zob#4V?qU;sKy8mlSnZ%c>3r^gvhN9)pvMRALQZK$1}M2<^;e z&@-Dw43^TRE%-bTP+fFEXv(g$&42hmyk=uX`D+-me2YY>(6~AQ((X|; z!#_WQbyJU)&nSR<35|uRL4_7jt3b6J%W5=#=*)eN`6s&6>(Q#x*wGzN4_W=mq3ro? zA%8UgT&I4z=_E`WP3@j6jiV>Qb8xqnz6<}(@HvrEYVXK8XD9BVCgC%l1lT<_DqJtE zw|kNTV@vpIHFSiO3jlHrY#9}w`R>VVIJJB71p}n0B``f9^>BT0i>$y)gOk_YiRD(A zc=FxOR{`5^Jnb*-^>Tx&DFOdV0|G*xIX*J*Rjfznd#oITM*Uo7uO-SbS^~dNjMB{L zgBe9;m+EaLX$4<}9LgO*EAy1VCt|UJCj*CeyHUhpTgGOu*#$WJZO92Wgm0m<68R!5$uWPhA|0KRZE&y&oO&BiwkXr+ZcL?q6H*&JeLu0G?Ioe=&B2p3dz>^5$=~+Y z_j^HMdyJYzX&Ou8XiXFR&VFXo*t>?%mPt*5cE7K5GKSJL1r!4{G&U^MG-XT3K*cPK zpj;FZo<<;$L6x*xL#k9NQ1|Ul5!)DA=H|mWok;*Pj*o&$HM9o@sNSN0Vh7AWEY-XI zy@oxno_0*THSMqWzOW#A@q=pb0m)OgAqiucx&Mr0y zrri+4F$hI92<@R`0-3kQSHLyFro&f_&_S7GB)t(2(nW_y4FOA{h+Vj2)kAfMpB%}4*(#;{%-?mt zf9hr%)+KS_s0Ue>GS5~$e*1eCWqT|@(Ky(JTN+2pdZm-wwn1GiB|NHC{=*3!I$urLJ>*wdtsxgPY^)G}(Q{u|cQ|e~Y z)U`B@rfyElCz_o%FC2A_II%!_R8*<-c#66S6m=twUNm)+tktO)1Vae`EGnr|ED{6u zhf1I!VWZ^Vkod@)x@H%k{2UZxBeq9%!?>Und6Tr!dTy9*2t{`+Ep*XskwAz}`s2PH z?|Vwxg}Y@|dK8mcYqssttG0_Tk(W=U%SRF|YZW9ZfiEC*4|~ zSWytOW)ns6#IO5*NA??5>C-MFiBQKO4h?Oe!mqzx|J4*oj5A7UizUTc3y@q+@`P%> zLM9aflpWYCC^#p%LnK+YSa9W}`EX8x4S9r3$nheBYUl^+wNVjz>=%Hpa1cL$fB|e( z0VSDgr^XGAiwr|8(@^pMKQ^Q3>?G`-P>R5u0!N8J2@VsvTFK*EXb#twln^2)$3(U7 zNPnUw5P2vd$}?eU94+qqx`$V3Yx8HXvk^POE`Sym&xnO4WOas$jR?M@I&B zD?ZNyzyD-AWlNM{WVgP-+>_ASD5kk5QDY^$Rj%X-NwtU%D>NSf1R)6wHae1L#CfKW z>Sn_^-3VBL5l#hmAnK{L82~H7bwdF~!w?laRELB6emkc$NQm7vPG$e;+2+In^F8ca zt(Z1Mx@Di_ZiPiYJ+e)C<{2%Cmd4SNc=y)z9j_Y9>a%j8wAzWqm-)(ilq9~zv`h{& zifCGN{}pKYiTJ>+F#Ex9oNka$$fHx;|T-fk9W`b4Xa&kR)uKFMFQ+k450rYYacw{&<+J}b^%5RTCE~G z0dKXa&a{47Ktlhv|7r_;GSF`^QQp`AgFqkxLjgw!Mj;$^f2sp+I$Mtreu`KWe~kLT zBdh*s$uyIMuPvA^uUi}**z)1xl(Cnq3ErMxKCfH1hW(;1oJi zVrd+$1)T?9yBc1(lgeiCgjV-MYVImI*Zq{qwYKERnys*43ch>dD_5)L@8vPSQ2NE54 z>bxpKzHsfd9@APS-Wk!;l%%t0l3E%^lXQ8diPh)YjjttNr#d58Eq17}k|OB`O47WH zBu&!Pl7bE{+261WvuOe!{I9$cWyY2?uO^o?N4!|^ zhtyC~BvWWq0!TSh@c>E~jGzU?L56`+^WmKRY;pqh;{z?5@|DMj$1Ur$xLZKZyDL@dH8ksYzKk{j@sWY5 z!RL8Uqkb+`V~H}1RLv7=t&cG_r}-tRY6*8d#R@wg^{x;IknF{ZsYu2Xsny8D;`0wKP%?^DNGj-%AW?z=q5|mvtaHE*%#h>|R~T+S%!hM&6Sbl1W;_H+5nd}o zk&TFm<#ubQq&AmdQ9iM%ag_&dUf9Jkd*%C-w8*A8dLQz4k=NR@dm^9t&dzIQr!r+6 z%mNS`wKR@aHBO~U4XNK?albL`tJT-up6h-*k5V6-^$oc8C*wfUb~)sH{Sdc8_F&#b}SMZ_l{ik8OFqS&K< z$gmoZ8@_XRTz1!{W~E*(T}+AMOG*@L8D%sbQ%01Kj>U>1`~e!x%1{?9o?Ij1NmW3{ z>%=;SqG&#x(}r{-?6jewp+y+wuU#8=JW=`P10U{W+xN$I?5P@kiR?I;yRUza=hW#b z4eU+j?K&-Q`3&U^pXY(!e=>QqL>Wf%_6qX}+W$MVl31mkOO1Cv>$uoqpnW6TN9^11 z(f`^jp|8=mQ0Ajc$g9P!!#stWl!{3{$>XU=rBtRyGGCE+#8BqVhjYRRQDHWGfL<31 z_8?At!al)RZ2+n&!ros55w4?fv?Ck!=+Of!gZ|C-j&sbeK1p!)aKmT1E29Q(>glz= z!_3L7zii(wtn&1bDKk%hLMa1F<7j2DHhjRt!|C;B5>@v)HFsIvb--_wGPp%416yP3 zLS<0W`oLld3_XFM*Esa6kjPaU=(Qn4J9Qp0*|IXA`i`3or(;c0C(S>PC_ed>{5 zl*4u)ii=R^!*zpk7(NcAiouCNdM#bOmCpVX?-0aF=*c1jLy9Cx2=apoW+BQSK>8Ey zu%jMZ@K9I)NX%fc2ZqN%Dm&_WikhL~Zv-DkMaF9N5C_2D0(J_hmJEFfZCq?r1YqL- zF!=xQ{H=)S`JKJ` zYJ1#!wjL@ahE$x8W=g{CGzl$@qe(b*%GGx-qB58Da!{tYmV`VZPcBj_`Cy^&gc80`4VmH+4Y8jg3C)Ld)I=F_P+*h+Hm|~v0IoqBfl1eR zYI{oKTSGI<7m>&;fx;9(eLRN zn;U;5FMnArd?8(rahD>U$fzzPoz-%VloCLD20RdG#i|x4peZ}j^6iPe3`u7`oTDU4 z^Fsn)QvgjbV&fu1FyTIA*AjaEQ9Eqg_$vDpcOzzxZMOdE;Ym+V@W=ZN$$EMq-jr}B zXu??=#)u==O z{sHZy!RIOy0^#})+bwHvDxhOFoYRG@PPjt*i@+hscLE#Lz#&B#bq@J0kM?{VwLCB8 z#QN6zucv;B^z@#S5@i4I$R~xe&yMG&l)Qo{2|=B!=*YmafzR{6??0JQXNfY5jJo@n zV-iJ1VB@;5DBD>rzg%wacms|xpzLx+ir#!UXU~6}XAUY!rn5t?p3T|WDZXXXG9M-{ zo3X3(MNeJcz=yjV>IV%Ly-qM?&=<6*TN+1;`o1n{IUC2${xo6m7uF=#b?QB3DN%nw z>BxAaf}Xe}t1U0!oK=d|&?{FX1an9!6hdyfB!Ng_IC18~Igm~1FGtx9-@+=Puou=* z8)7hsLvZyVw@Ww3ILEfKfocN}zAI$Pp*T#mHU?GsfSCmsp;q>?+1sU=pK3*S+%n)K-#f%LP91cq*M^WmJCHe^2gU*@Eyvoo=QT*Qq2I29|v z`qOPvw_B7Cd|!v*l@bz0H@F@9yk1&Y_g5LE%JoT|G`s!6XX2V60hwmiqqFJ#|DO!^ z|M)zQd3e;%6_m3?8AeORBh2=MjT?)@N@F>nwD&Hx)3qESDAmU~!m*0|3x}@G1l!+! z0{br)Pga`UA=bm<{@DdPj<5@+{yA(${~Ys6>OA;Ct3!c=N0K7a1P+RV#4Gx50y!VT zQY3U-RzoXf*aeE@Lia^hz6A*(FrFG<&16s#tP+WNBKOTdxCKujkcx%;qMo8y^#O(% z532jsJOH}l%SpaMP(f?uTWFy5h(JKX-c6|y@HF6Tce~)Q*=BT6z;OdxPDqV&GdgT8wpVJ=;`L+E|?iIVR=@CQ%vZ*C!wYgByL^@(K?u|kP(%-k1P`4)U|8;NB~F(1(8cp8mb zBywN&gIoL?=~l{=d=*b1RH%6(sa&BHh%1b+@+~w%QX&${<$Q=o@*y6nQC5hx@-56W zZYs2}_ASgpcomvBj$jqnefM8+6wJ3k27TZa&{JK_BjrkWm9?M33>&3_h?rh%v*myD z6h$pb#B{4lw?M3x3M4`vPoV) zi@;uU`@_ml0WJH$&?F%Pji*t=)C**8dtGCT<*0x26e@{EguwauLg;c!%Ag&o+i+_? z1s_6qu(i_g!2>MNXyl~Z87tpH366O&sev7tR7OHki-2^y0=>&JtZ11l6#zG;0tjnT z3UNpfb+ucjwVy&J0DGJ-hmf*Ftrp7_Lbpw@!`*Mqr;zZZBrHkL*jpk~i2;n;Z8qG( znnn&(VSxWnrjhX=Xs1>QlsxwqRQ`Vpmg{PlW~ItFt#ov;U1<{qO~jbJlDv%_3u6;j z%K=wF*IkW5r~pU|s0dXF)R5CFn$I`~+l+l6ps#WeVt>VG8J||Z7F!espe@I0p7N8@8$i%ouaGnQ#|H&c~mMFu> z-E@U=aLbGxXnskwTEPdHS8B1C6sllH3vFOwq1R`Ks}Tno1_8~7b6OGQ5FjDW0*7Qk z?z8!mGH@Vpz}(!eir&*pT^-eF#M@80_H8BeBac4z0H_pE}C@6>9RDA zc2V~(eIhvL%=5u}_&rAXwVXXB`8egGzKV&L*~QqNCf<>L)(Qj)VFi|n1rU5zsd%IU z_KHBft;EgR7Q;F?5NJM}^WKx(<4IHsGk}L5CtXA5>*(lM=n@|u4gv_JUW+|ZiK7^> z#5H^bWhjB2sZ64fS;*x6`#18?Z^R8dB*+kA1h56TK2&0YJo|7}kavyK24Yd#Km@m2 zht56(4pKl69HsC>JQroqLK+DbweXEZ=_HV_5ugkAA&5duwRl~C51r=Yg8|hVX@i2I zB4b+MLo<9@ZGpTtse%6hO&IdReIm4mz#%cwdPo-W3DUvmLMdM&)ba!(p$Ik^LTRu> zCJPLZ@N`kY8*1vouEcL`*=!)VB292hl(TTctXypbU>;o2bGP>6wZMGg6)nEC_( zg%0gId+XbGZcKd5IR+%B_{i`mI2GUC{3{oJ)$h;itc#7+!#&VfmIn=jSg|e${jA2t z6Mzdv6;Gg#zTN7d-<5jOhQ&N8m3+ncf#CspES5uRBGhZr@|6@>Lis8-xkCxANi{Hn z8hm>)DQs^beOY{v$YL0MGat@b!6st}hk@GY8>2GQ*`Y|3ijcw|R|_{HtNcJh%}Nx$ z77I%okv_9JwO%)=zJDnqttPq8=1bzNz!g(lt;s9(&`#LJbdfyxn9_fi#?kt3hiK5e z^5>t|vl|gQIJJRKN2w>J|E^*Em(<_rS7>a+mT-QG^|8w!M_(-!OZhxN+S4f2Bt%EW z4~QoW6CuopLv$4K$(rNjavEq4L8cynkET7#i>{8|S!+QO;b?zWRyUN639u|Jb7xLSBi|5wYG z&6^yHOc_?m1pklakw|A8SsF)+u+4@}6IZA{4IYR0%&NDKY?==*nB-ZV}b3rpV6>_$1G`w(5Tp`n9!(b zuE2-Kk}7=tpu;_W;h$^cAIs)d%eXj!wbt(bDCe1v-YG^D>|&L3Vr8&0Y}uaB)17Tw zj$N>qRRg|-JsZEMOTh0ows!Uoj!w=*DL7$6S(Xjk*4D<(*4`f7hCLkq&ax|K&-sln zcPQUc>*)Er8##K?LZ_OFzjjyXbn00xL4YB_nW*UQQK@q6I(6&S_Y#W45~-{)faz#j zwf1e(xl7k>-Fx)x6&R!o4hhu{jERjK6hC;#(8Q$Vl+?5_>652Soi=^O%vrM+Enc!T zbJ_A0#LTRTVeTx^?o^x);}?0@4saO52wwZE75Bu6{B zDJCuaYqxVvL8oUG0t}~!inWCKwV$I$!%xQS!4m$}lYM=#Z_jm^rDQqa7vbPQxWWd{ zmE#I8jyngv+^f3dS5^AuiC=Zm%lqrA04~CIbaX65lqydU<$Y>YuHjSSSHV?aOXq@1 zEEiigFq3UL@a=uqq}C>9WchdVF6X}4z9i>skM+7^KD7_a{}_3?&*slpMt&3w8`=2% zi#KoXcE}mFbrb1}daS?7j<0{XZ~WtdpIXfS#9q>4=Q&ZsHZi{sX|gq><{b7b+tKg3 z>+{=Jxzgk4#$MaTHCz{6EhqHE`4u&eY#4H^!t1zau>;S%=`?=+jD@YvrQP>*uK63Z z1+JP<=6C;W;#qt~f8V$>8!9#oJ#afRlN|Y`f5(1z##24YE7=*Gn(h0;rvuR`@Gqv)K$ZLW4^VIM~~Jq2epqc z>e1XcZE8I3$lv{BlYL!%TijjRby51q*86JXmcP3iocyEOP50A%QBU<={P(?AWX%6O zBd`1Xjy(dRPi8y%FFILfRk_ouo=l$4^H3$1m88?HvcuBfd5^Fe-1Ehe$O$Jmm^R2ZQUZi#+RdiUpu~I$o3sMd6Dy8JcmBn z2Hyf!vj$fW8)l@9IG3IKzJRr>)CBZ*pMFo^@2&CQy;kdIEf&2=uixOemt~Gs$_(D% zy*{FQ$Aq?jR*9c2-SM*C{cE;)ABoO$24vSAa7VCCExc8=y3=Bj@=mq3(3*aMEcN_? zcTM&;TC(N-rLh&)2fo0{q4=h#C>;GcEW+{b(80NZ@l+$a^v)RtIM`1IQ=0rr@h;|%=5V$w=dc9m3gbz zf8I4awc#+|xNkFj`ooup9k-wvZi|@rS%be18&ba#!n5Hnfp3*5o} zxisBC)V|U{bn=9YBR`Kn~YqqyzzFhdSeZ+?RUYS#thn}xzG&^v!k89YYHSf~n@=y3)EqirSjoAX2g;guj7fro>t{DYM6vG9b6o=HF1JzIBs`qdhSGdTrkvQ`f4UO97V zv)6~3EHOlnOd3>U)Qxp9{U+SJ=F~p(s_)7Rs~`6KGiLNTab!*bD`;NorZz9zoxeZ0 zao&Sd8TTXJ52@NIq6yjV)a(hu;4LeC41G?`9xDtUb+`7hVFj#Q+xf0LF?rv=6um05 z=jnU*8eewQc;9gF9Ql`rFE#6z4yist?bdzI+~4~3z1hO<{)z!rwv+Xxs5;^nQU&$~$8J_z3en0k&_LUxt@Qf+fT)m)$x7W~*IZsBm zc}s@ZsnfMWFaJ{yKE59^D{po$!SrL5mao%01x>+W9A3F5R2mtLNd0J$)P1oU}VI=wp+f9Z}7B9_QF|2OW z@tK}`pnuu6|f@tnQF@7|Dg+xmNtiSP7ec}&~c_v+4>5jWiV+4{S=Q3b62jXq7^G3eN^ z7P(I=gbr<<*lgp{XwONt^)?fI2ejOOC9Y{~c9mvJ8_$gF(O~Q1KbonJt#~|KCc0C- z{=0D@nNQcA+IZ#4c$c|>$^zE98p|r&{k#6V#N}bhtGr{vf(KtJbNuG#MUBg7-`&~v zR&-Z)(SB9u3U5cwTH3CA>&ot%-VPmir0=yhXWD%3IesMjUbEz`S33r0oX@MbWaaos zL-?sJ3y=8>Oq?@A6yN@@t$9ywu3f7H$t~>r{;|~dPEVRt@c_ja&H55@()G@c8PAp_ zH*6}>j~?T*q{j9cz}WrOHC7FoHC^XYtI459<5sATy?1?tP4eIk?-u>bvTGuA018`x*t@o%D^~r`8{;IX?7K{Vt8AUWaqh z)b@QpLfhH7^Xw*ZeUD~!>{?;g^KPM6`%SvJ)8^2^)|ckZT>7Zbr`#23^A3ETuY6Zy zBzd*}g8aXP&)v?pX|LS7e5teH;Ge?ag;zBXuFNxppT2{BvYqp1T&3mlo$ic&Ir&M} zrQykUvf`_a%Lw)jlCp58_zw5axzApOyT^ZH&KCKNoGuLxIAhD{d(iPupBB&0zUuhl z{ES(5I_yzyn|JVD?&-Mx6L)Z)&0Urf{(SF@PV75J3Rr8i7fm>~W~_Cjilt>M^vSFb^m$$k zedb)4BMj4=h{>P5J@fvi*&FZ_2T#rKf~URTxSKnj?pO9%%DI0-)i!Z*^5{}iKFKP5 zI+U$@mYTeNLYa%+=lD~E_eveU8#C#ArCqFH?EbopV~g9mX6ze0Eu{$fd0YomjlgpO>D|ZM530n>yL8 zV@rGZzed4DXiNQFBW4Eq|EIMFg@caunkX_hI9qG-o${Z(UW;Luj8uH$dlyExm- zqq3FusNf?5kIFXeQQ3<}{ag-DOO#>cQTZG1|55zk!R9He^vF_goi{m-cNhS_{CfSO zz<(zNGIhr8v;*-dtAq~3;zLM~=_yx=d60@J6Nv?o!wC5*V&WCU5IQ7}nGENo*Cfw) z5?+A@?a(1K$_y36j?sk&fJYHvilP9T0L9cH(5p8}Cc(?ttJ{y5oBdgVOjjXzHX z)M^{M($q?|ntFoBwnU;(tD%rg2zWR$)D}!6XWX;Wd^pv!66g065eOT+#C`wyeyry^ zkF;vx_;6z7t!cq|^FQxmtB&Wjo|c;X-jsm55dk4ijgJh>wms;45B&a<1;Q**hLPEJ zfnt=V#x8}7;$y9K4B#M4>Ir~RS`$YYMqbT_a{@?jqAJe0L^)fiM^>mV4tj8))^C7h z*tmWX{PWbQy4}l%qMfg4EP71 z=YijUGXAkd8Akkb5%W)?ov|~`KS@@D*^`KPD#+}Y38fOLNWq8VTi~Aw|9PUgco zlh{P>z^JHjZ`2?9YxlrNNTop-O}$WdTBtTAmO^0-LOh1^;r`j95YlbJqe4)lhQcm{ zknm=J-Y}4jh!wu)l#u3aVtj{G-JV&$NrK3~eOaH|NB-K~KyY%%>p5TQ-7w|1FNn_| zrPIZ^l=dg`GG>3$%{|~UL6N(pA;7#HlRFGbEEitZuzhx!_1#SO{~KvX;3kHSKzyDD ze*eiFftD!4X#al>@BdN!-=6iDRVvuIs>4xRBmDT^`%0D>`_SIDF(s`&FE;wC09-z$ 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

    JA!-s$N%Hlz2$^RDp(wEBSN7&yj>uE(a=_&ki2 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ⅆ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

    Tr5WA3t3@ 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 SI)Y#cW{zxN`82MjCqDuAV>V*| literal 0 HcmV?d00001 diff --git a/matrix/mautrix-whatsapp/mautrix-whatsapp.db-shm b/matrix/mautrix-whatsapp/mautrix-whatsapp.db-shm new file mode 100644 index 0000000000000000000000000000000000000000..e788c613ad2cb6d31f7537d17f8ed5a09e070f3b GIT binary patch literal 32768 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

    `dOiragj_oROrKfF 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ξ1yYnp;Fj>q}FYeEyiezS{B2Jd_zWH;p7;dHqh(Y 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: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